[PATCH 5/5] bsps/arm: Move BSP_START_IN_HYP_SUPPORT option
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Dec 9 16:44:18 UTC 2020
Clarify documentation.
Update #4202.
---
.../bsps/arm/{raspberrypi/optenhyp.yml => optstarthyp.yml} | 3 ++-
spec/build/bsps/arm/raspberrypi/grp.yml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
rename spec/build/bsps/arm/{raspberrypi/optenhyp.yml => optstarthyp.yml} (74%)
diff --git a/spec/build/bsps/arm/raspberrypi/optenhyp.yml b/spec/build/bsps/arm/optstarthyp.yml
similarity index 74%
rename from spec/build/bsps/arm/raspberrypi/optenhyp.yml
rename to spec/build/bsps/arm/optstarthyp.yml
index b9b9cb89ae..d21db5ad4f 100644
--- a/spec/build/bsps/arm/raspberrypi/optenhyp.yml
+++ b/spec/build/bsps/arm/optstarthyp.yml
@@ -8,7 +8,8 @@ copyrights:
default: true
default-by-variant: []
description: |
- Support start of BSP in ARM HYP mode
+ 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
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
--
2.26.2
More information about the devel
mailing list