summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/xilinx-zynqmp/optramori.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-20bsps: Add xilinx_zynqmp_lp64_a53 BSP variantSebastian Huber1-0/+1
Add a BSP variant without a board-specific name.
2023-01-17build: Use enabled by for defaultsSebastian Huber1-4/+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: Replace variant patterns with a listSebastian Huber1-1/+1
Replace the variant patterns in the default-by-variant list with an explicit list of matching BSPs. The change was tested by comparing the output of ./waf bspdefaults before and after the change.
2022-11-09zynqmp: Add support for the CFC-400XKinsey Moore1-0/+1
This adds a BSP variant for the ZynqMP BSP family to support the Innoflight CFC-400X platform. To properly support the CFC-400X, device trees were added to the ZynqMP platform due to both the optional management interface as well as alternate physical configuration of the ethernet interfaces.
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-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-2/+2
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.