From 81c7f5be92803f96c39b5325006071771709125b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 3 Dec 2020 15:31:40 +0100 Subject: arm/fvp: New BSP This BSP supports the Arm Fixed Virtual Platform. Only the Cortex-R52 processor configuration is supported by the BSP. It should be easy to add support for other variants if needed. Update #4202. --- spec/build/bsps/arm/optgiccpuif.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 spec/build/bsps/arm/optgiccpuif.yml (limited to 'spec/build/bsps/arm/optgiccpuif.yml') diff --git a/spec/build/bsps/arm/optgiccpuif.yml b/spec/build/bsps/arm/optgiccpuif.yml new file mode 100644 index 0000000000..4929f1bcf5 --- /dev/null +++ b/spec/build/bsps/arm/optgiccpuif.yml @@ -0,0 +1,19 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +actions: +- get-integer: null +- format-and-define: null +build-type: option +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +default: 0x2c000000 +default-by-variant: +- value: 0xac000000 + variants: + - arm/fvp_cortex_r52 +description: | + Defines the base address of the GIC CPU Interface. +enabled-by: true +format: '{:#010x}' +links: [] +name: BSP_ARM_GIC_CPUIF_BASE +type: build -- cgit v1.2.3