summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/a72 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spec/aarch64: Enable previously unbuildable testsKinsey Moore2021-10-201-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.
* build: Merge default-by-family into by-variantSebastian Huber2021-08-186-6/+0
| | | | | | | Prefix the BSP family name with "bsps/" to make it distinct to the BSP variant names. Update #4468.
* build: Use BSP family for optionsChris Johns2021-07-156-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
* bsps/aarch64: add non-secure mode and versal supportGedare Bloom2021-06-241-0/+2
|
* aarch64: add qemu bsps for cortex-a72Gedare Bloom2021-06-0912-0/+394
The a72 BSPs are identical to the a53 BSPs just changing a53 to a72.