summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/xilinx-zynqmp/tstzu3eg.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-17build: Use enabled by for defaultsSebastian Huber1-2/+1
Merge the "default" and "default-by-variant" attributes. Use an "enabled-by" expression to select the default value based on the enabled set. This makes it possible to select default values depending on other options. For example you could choose memory settings based on whether RTEMS_SMP is enabled or disabled. The change was tested by comparing the output of ./waf bspdefaults before and after the change.
2023-01-17build: Add reason to test state definitionsSebastian Huber1-3/+5
2021-10-20spec/aarch64: Enable previously unbuildable testsKinsey Moore1-3/+0
The spconfig01 and spmisc01 tests were disabled for all AArch64 BSPs due to a toolchain issue preventing them from compiling correctly. The binutils version that contains the fix has been released and integrated into RSB such that these two tests now build and operate correctly.
2021-08-18build: Merge default-by-family into by-variantSebastian Huber1-1/+0
Prefix the BSP family name with "bsps/" to make it distinct to the BSP variant names. Update #4468.
2021-07-15build: Use BSP family for optionsChris Johns1-0/+1
- Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
2021-05-27spec/aarch64: Add BSPs for real ZynqMP hardwareKinsey Moore1-0/+18
Add the BSPs for running on the ZU3EG Ultrascale+ Zynq MPSoC and alter the option defaults necessary for them to run properly using the standard BOOT.BIN configured for PetaLinux that comes in the Out-of-Box package.