Re: [PATCH v2 8/8] bsps: Add Cortex-A53 ILP32 BSP variant

2020-09-29 Thread Sebastian Huber
On 28/09/2020 17:24, Kinsey Moore wrote: diff --git a/spec/build/bsps/aarch64/a53/bspa53ilp32qemu.yml b/spec/build/bsps/aarch64/a53/bspa53ilp32qemu.yml new file mode 100644 index 00..3e32999860 --- /dev/null +++ b/spec/build/bsps/aarch64/a53/bspa53ilp32qemu.yml @@ -0,0 +1,73 @@ +SPDX-Li

[PATCH v2 8/8] bsps: Add Cortex-A53 ILP32 BSP variant

2020-09-28 Thread Kinsey Moore
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. --- bsps/aarch64/shared/start/linkcmds.base | 4 - bsps/aarch64/shared/start/start.S | 16 spec/build/bsps/aarch64/a53/abi.yml