From 617aeaf572777886fd5dd11b1d8a283fd9865201 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 8 Dec 2020 09:33:54 +0100 Subject: bsps/arm: Move BSP_START_IN_HYP_SUPPORT option Clarify documentation. Update #4202. --- spec/build/bsps/arm/optstarthyp.yml | 16 ++++++++++++++++ spec/build/bsps/arm/raspberrypi/grp.yml | 2 +- spec/build/bsps/arm/raspberrypi/optenhyp.yml | 15 --------------- 3 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 spec/build/bsps/arm/optstarthyp.yml delete mode 100644 spec/build/bsps/arm/raspberrypi/optenhyp.yml diff --git a/spec/build/bsps/arm/optstarthyp.yml b/spec/build/bsps/arm/optstarthyp.yml new file mode 100644 index 0000000000..d21db5ad4f --- /dev/null +++ b/spec/build/bsps/arm/optstarthyp.yml @@ -0,0 +1,16 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +actions: +- get-boolean: null +- define-condition: null +build-type: option +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +default: true +default-by-variant: [] +description: | + If set to true, then the a system start in hypervisor mode (EL2) is + supported, otherwise it is unsupported. +enabled-by: true +links: [] +name: BSP_START_IN_HYP_SUPPORT +type: build diff --git a/spec/build/bsps/arm/raspberrypi/grp.yml b/spec/build/bsps/arm/raspberrypi/grp.yml index e28f387c8d..4a86c5c688 100644 --- a/spec/build/bsps/arm/raspberrypi/grp.yml +++ b/spec/build/bsps/arm/raspberrypi/grp.yml @@ -16,7 +16,7 @@ links: - role: build-dependency uid: objsmp - role: build-dependency - uid: optenhyp + uid: ../optstarthyp - role: build-dependency uid: opti2ciomode - role: build-dependency diff --git a/spec/build/bsps/arm/raspberrypi/optenhyp.yml b/spec/build/bsps/arm/raspberrypi/optenhyp.yml deleted file mode 100644 index b9b9cb89ae..0000000000 --- a/spec/build/bsps/arm/raspberrypi/optenhyp.yml +++ /dev/null @@ -1,15 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -actions: -- get-boolean: null -- define-condition: null -build-type: option -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -default: true -default-by-variant: [] -description: | - Support start of BSP in ARM HYP mode -enabled-by: true -links: [] -name: BSP_START_IN_HYP_SUPPORT -type: build -- cgit v1.2.3