summaryrefslogtreecommitdiffstats
path: root/bsps/aarch64/shared/start/start.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-24bsps/aarch64: add non-secure mode and versal supportGedare Bloom1-2/+16
2021-06-24aarch64: add support to drop EL3 to EL2Kinsey Moore1-1/+26
2021-03-05bsps/aarch64: Add support for EL2 startKinsey Moore1-0/+25
Add the stub necessary to boot on AArch64 under EL2 and drop to EL1 for normal operation.
2021-03-05bsps/aarch64: RTEMS_DEBUG stack alignment faultsKinsey Moore1-0/+8
Run with stack alignment faults enabled under RTEMS_DEBUG to catch any stack misalignments early. This makes it easier to track them down should they ever occur.
2020-10-05bsps: Add Cortex-A53 ILP32 BSP variantKinsey Moore1-0/+16
This adds an AArch64 ILP32 BSP variant based on Qemu's Cortex-A53 emulation with interrupt support using GICv3 and clock support using the ARM GPT.
2020-10-05bsps: Add Cortex-A53 LP64 basic BSPKinsey Moore1-0/+219
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.