[PATCH v1] Cyclone V Board handsoff script
    Tom Rini 
    trini at konsulko.com
       
    Thu Oct 30 19:09:40 CET 2025
    
    
  
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 <briansune at gmail.com>
> ---
>  .../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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20251030/4d349b92/attachment.sig>
    
    
More information about the U-Boot
mailing list