From ed9c88cea8d5c086858b71e68becfac1e228f1b6 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Fri, 2 Oct 2020 09:27:54 -0500 Subject: 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. --- spec/build/bsps/aarch64/a53/abi.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'spec/build/bsps/aarch64/a53/abi.yml') 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 -- cgit v1.2.3