summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/xilinx-versal/optloadoff.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-17build: Use enabled by for defaultsSebastian Huber1-5/+5
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: Format build itemsSebastian Huber1-2/+2
Use yaml.dump(data, default_flow_style=False, allow_unicode=True) with a custom representer for integer default values to format all build items.
2022-08-23bsps/xilinx/versal: Remove IPL32 BSPs, add aiedge and change defaultsChris Johns1-4/+3
- Versal has IO mapped to the upper 64bit address space and needs full 64bit addresses. - Add xilinx_versal_aiedge for custom hardware - Make the hardware settings the defaults and qemu as variants Closes #4693
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-06-24aarch64/xilinx-versal: new BSPs for qemu and vck190Gedare Bloom1-4/+4
2021-05-27spec/aarch64: Add BSPs for real ZynqMP hardwareKinsey Moore1-1/+5
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.
2020-12-04Add AArch64 ZynpMP BSPKinsey Moore1-1/+1
This adds a BSP family that runs on the Xilinx Ultrascale+ MPSOC (ZynqMP) family of chips. It is configured to be usable on the Qemu ZCU102 machine definition and should be almost trivially portable to ZynqMP development boards and custom hardware. It is also configured to be usable with libbsd.
2020-10-12build: Fix formatSebastian Huber1-2/+2
2020-10-05bsps: Add Cortex-A53 LP64 basic BSPKinsey Moore1-4/+4
This adds an AArch64 basic BSP based on Qemu's Cortex-A53 emulation with interrupt support using GICv3 and clock support using the ARM GPT.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+18
Update #3818.