[rtems commit] bsps/arm: Move BSP_START_IN_HYP_SUPPORT option

Sebastian Huber sebh at rtems.org
Thu Dec 10 08:08:09 UTC 2020


Module:    rtems
Branch:    master
Commit:    617aeaf572777886fd5dd11b1d8a283fd9865201
Changeset: http://git.rtems.org/rtems/commit/?id=617aeaf572777886fd5dd11b1d8a283fd9865201

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Dec  8 09:33:54 2020 +0100

bsps/arm: Move BSP_START_IN_HYP_SUPPORT option

Clarify documentation.

Update #4202.

---

 spec/build/bsps/arm/{raspberrypi/optenhyp.yml => optstarthyp.yml} | 3 ++-
 spec/build/bsps/arm/raspberrypi/grp.yml                           | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

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 b9b9cb8..d21db5a 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 e28f387..4a86c5c 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



More information about the vc mailing list