On Thu, Oct 30, 2025 at 08:33:59AM +0800, Brian Sune wrote: > 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 > > Signed-off-by: Brian Sune <[email protected]> > --- > .../cv_bsp_generator/cv_bsp_generator.py | 100 +++ > arch/arm/mach-socfpga/cv_bsp_generator/doc.py | 243 ++++++++ > .../arm/mach-socfpga/cv_bsp_generator/emif.py | 424 +++++++++++++ > arch/arm/mach-socfpga/cv_bsp_generator/hps.py | 571 ++++++++++++++++++ > .../mach-socfpga/cv_bsp_generator/iocsr.py | 203 +++++++ > .../mach-socfpga/cv_bsp_generator/model.py | 114 ++++ > .../mach-socfpga/cv_bsp_generator/renderer.py | 196 ++++++ > .../mach-socfpga/cv_bsp_generator/streamer.py | 102 ++++ > .../mach-socfpga/cv_bsp_generator/xmlgrok.py | 32 + > 9 files changed, 1985 insertions(+)
I'm not sure this should live in U-Boot. And if it really needs to be hosted by U-Boot and not hosted/maintained by altera somewhere, that this is the right place in the tree for it. I assume you run this tool on the output of some other tool? -- Tom
signature.asc
Description: PGP signature

