From db68ea1b9b3b2826cb720b9a4a3cbdbd3f45acf9 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Tue, 22 Sep 2020 08:32:56 -0500 Subject: bsps: Add Cortex-A53 LP64 basic BSP 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. --- spec/build/bsps/aarch64/a53/optramori.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 spec/build/bsps/aarch64/a53/optramori.yml (limited to 'spec/build/bsps/aarch64/a53/optramori.yml') diff --git a/spec/build/bsps/aarch64/a53/optramori.yml b/spec/build/bsps/aarch64/a53/optramori.yml new file mode 100644 index 0000000000..ccc86fdf13 --- /dev/null +++ b/spec/build/bsps/aarch64/a53/optramori.yml @@ -0,0 +1,18 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +actions: +- get-integer: null +- assert-uint32: null +- env-assign: null +- format-and-define: null +build-type: option +copyrights: +- Copyright (C) 2020 On-Line Applications Research (OAR) +default: 1073741824 +default-by-variant: [] +enabled-by: true +format: '{:#010x}' +links: [] +name: BSP_A53_RAM_BASE +description: | + base address of memory area available to the BSP +type: build -- cgit v1.2.3