Files
u-boot/tools/cv_bsp_generator/requirements.txt
Brian Sune 3ba9b1f7bd 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>
2025-12-01 14:01:12 +08:00

6 lines
191 B
Plaintext

# requirements.txt for cv_bsp_generator.py
# All dependencies are either standard library modules
# or local Python files included in this BSP tool.
# No external pip packages are required.