[PATCH v1 4/7] spec: Move hypervisor start for use by AArch64

Kinsey Moore kinsey.moore at oarcorp.com
Thu Mar 4 22:15:40 UTC 2021


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(-)
 rename spec/build/bsps/{arm => }/optstarthyp.yml (100%)

diff --git a/spec/build/bsps/arm/raspberrypi/grp.yml b/spec/build/bsps/arm/raspberrypi/grp.yml
index 4a86c5c688..7291e8b178 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
-- 
2.20.1



More information about the devel mailing list