summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-01-07 19:39:20 -0600
committerJoel Sherrill <joel@rtems.org>2021-03-05 08:43:15 -0600
commit9d77c0f4254c259d75ae838c6bf4eda318fe5cd1 (patch)
tree013266bd09431d09f447f4bfd12a65aa6eedf8bd
parentspec/aarch64: Remove sp37 from intermittent tests (diff)
downloadrtems-9d77c0f4254c259d75ae838c6bf4eda318fe5cd1.tar.bz2
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.
-rw-r--r--spec/build/bsps/arm/raspberrypi/grp.yml2
-rw-r--r--spec/build/bsps/optstarthyp.yml (renamed from spec/build/bsps/arm/optstarthyp.yml)0
2 files changed, 1 insertions, 1 deletions
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
index d21db5ad4f..d21db5ad4f 100644
--- a/spec/build/bsps/arm/optstarthyp.yml
+++ b/spec/build/bsps/optstarthyp.yml