summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/a53/abi.yml
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-10-02 09:27:54 -0500
committerJoel Sherrill <joel@rtems.org>2020-10-05 16:11:40 -0500
commited9c88cea8d5c086858b71e68becfac1e228f1b6 (patch)
tree34e0e20d2c8c698e834051134b2f48f8d637c2ed /spec/build/bsps/aarch64/a53/abi.yml
parentbsps: Add Cortex-A53 LP64 basic BSP (diff)
downloadrtems-ed9c88cea8d5c086858b71e68becfac1e228f1b6.tar.bz2
bsps: Add Cortex-A53 ILP32 BSP variant
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.
Diffstat (limited to 'spec/build/bsps/aarch64/a53/abi.yml')
-rw-r--r--spec/build/bsps/aarch64/a53/abi.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/spec/build/bsps/aarch64/a53/abi.yml b/spec/build/bsps/aarch64/a53/abi.yml
index 894839aa24..b65c10981e 100644
--- a/spec/build/bsps/aarch64/a53/abi.yml
+++ b/spec/build/bsps/aarch64/a53/abi.yml
@@ -8,7 +8,12 @@ copyrights:
- Copyright (C) 2020 On-Line Applications Research (OAR)
default:
- -mcpu=cortex-a53
-default-by-variant: []
+default-by-variant:
+- value:
+ - -mcpu=cortex-a53
+ - -mabi=ilp32
+ variants:
+ - aarch64/a53_ilp32_qemu
enabled-by: true
links: []
name: ABI_FLAGS