summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/optisns.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-12aarch64: always boot into EL1NSGedare Bloom1-20/+0
Always start the executive in Exception Level 1, Non-Secure mode. If we boot in EL3 Secure with GICv3 then we have to initialize the distributor and redistributor to set up G1NS interrupts early in the boot sequence before stepping down from EL3S to EL1NS. Now there is no need to distinguish between secure and non-secure world execution after the primary core boots, so get rid of the AARCH64_IS_NONSECURE configuration option.
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-24bsps/aarch64: add non-secure mode and versal supportGedare Bloom1-0/+20