xilinx ps7_cortexa9 code Version xilinx_v2024.1

This commit is contained in:
2024-10-14 13:36:25 +02:00
parent dd9c39af30
commit fb4b12c8f9
219 changed files with 11733 additions and 7355 deletions

View File

@ -0,0 +1,11 @@
This is based on the bsp of the zynq_fsbl in https://github.com/Xilinx/embeddedsw/tree/xilinx_v2024.1/lib/sw_apps/zynq_fsbl
It is generated/collected by xilinx's build system when building the fsbl.
Currently, version xilinx_v2024.1 is used.
We use our own CMakeLists.txt located in the subfolders of `libsrc` to select which files to include in our bsp.
Xilinx exports CMakeLists.txt files for some of their folders as well, which we remove to avoid confusion.
Additionally, drivers from https://github.com/Xilinx/embeddedsw/tree/xilinx_v2024.1/XilinxProcessorIPLib/drivers are added as needed.