[rtems commit] spec: Move hypervisor start for use by AArch64

Joel Sherrill joel at rtems.org
Fri Mar 5 14:43:28 UTC 2021


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

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Thu Jan  7 19:39:20 2021 -0600

spec: Move hypervisor start for use by AArch64

AArch64 on hardware is often started at EL2 instead of EL1 from either
u-boot or a first stage bootloader. This allows RTEMS to drop from EL2
execution to EL1 to operate as normal.

---

 spec/build/bsps/arm/raspberrypi/grp.yml   | 2 +-
 spec/build/bsps/{arm => }/optstarthyp.yml | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/build/bsps/arm/raspberrypi/grp.yml b/spec/build/bsps/arm/raspberrypi/grp.yml
index 4a86c5c..7291e8b 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: ../optstarthyp
+  uid: ../../optstarthyp
 - role: build-dependency
   uid: opti2ciomode
 - role: build-dependency
diff --git a/spec/build/bsps/arm/optstarthyp.yml b/spec/build/bsps/optstarthyp.yml
similarity index 100%
rename from spec/build/bsps/arm/optstarthyp.yml
rename to spec/build/bsps/optstarthyp.yml



More information about the vc mailing list