summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/a72 (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-20spec/aarch64: Enable previously unbuildable testsKinsey Moore1-4/+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 Huber6-6/+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 Johns6-0/+6
- 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-24bsps/aarch64: add non-secure mode and versal supportGedare Bloom1-0/+2
2021-06-09aarch64: add qemu bsps for cortex-a72Gedare Bloom12-0/+394
The a72 BSPs are identical to the a53 BSPs just changing a53 to a72.