Cyclone V Board handsoff script
authorBrian Sune <briansune@gmail.com>
Fri, 31 Oct 2025 18:04:19 +0000 (02:04 +0800)
committerTien Fong Chee <tien.fong.chee@intel.com>
Mon, 1 Dec 2025 06:01:12 +0000 (14:01 +0800)
commit3ba9b1f7bd7e7c47ff2768fc88abeb249400d374
tree1e0ead17b34a5c1495bfe153d32de34f3058df16
parent5eb14e1ea26c22c8994ef6a5013e26eef825c23a
Cyclone V Board handsoff script

Since turning from old build flow.
New Altera SoCFPGA requires converting handsoff
conversion via the python script. This is from
official provided, and now sync to U-Boot with
better location at tools/cv_xxxx. Meantime,
requirement.txt is also provided to further
explain the libraries require for these scripts.

Signed-off-by: Brian Sune <briansune@gmail.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
tools/cv_bsp_generator/cv_bsp_generator.py [new file with mode: 0755]
tools/cv_bsp_generator/doc.py [new file with mode: 0755]
tools/cv_bsp_generator/emif.py [new file with mode: 0755]
tools/cv_bsp_generator/hps.py [new file with mode: 0755]
tools/cv_bsp_generator/iocsr.py [new file with mode: 0755]
tools/cv_bsp_generator/model.py [new file with mode: 0755]
tools/cv_bsp_generator/renderer.py [new file with mode: 0755]
tools/cv_bsp_generator/requirements.txt [new file with mode: 0644]
tools/cv_bsp_generator/streamer.py [new file with mode: 0755]
tools/cv_bsp_generator/xmlgrok.py [new file with mode: 0755]