source: rtems/spec/build/bsps/arm/raspberrypi/grp.yml @ 9951cee

Last change on this file since 9951cee was 9d77c0f4, checked in by Kinsey Moore <kinsey.moore@…>, on 01/08/21 at 01:39:20

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.

  • Property mode set to 100644
File size: 981 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: group
3copyrights:
4- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
5enabled-by: true
6includes: []
7install: []
8ldflags: []
9links:
10- role: build-dependency
11  uid: ../grp
12- role: build-dependency
13  uid: abi
14- role: build-dependency
15  uid: obj
16- role: build-dependency
17  uid: objsmp
18- role: build-dependency
19  uid: ../../optstarthyp
20- role: build-dependency
21  uid: opti2ciomode
22- role: build-dependency
23  uid: ../optmmusz
24- role: build-dependency
25  uid: optnocachelen
26- role: build-dependency
27  uid: optramlen
28- role: build-dependency
29  uid: optresetvec
30- role: build-dependency
31  uid: optrpi2
32- role: build-dependency
33  uid: optspiiomode
34- role: build-dependency
35  uid: ../start
36- role: build-dependency
37  uid: ../../obj
38- role: build-dependency
39  uid: ../../objirq
40- role: build-dependency
41  uid: linkcmds
42- role: build-dependency
43  uid: ../../bspopts
44type: build
45use-after: []
46use-before: []
Note: See TracBrowser for help on using the repository browser.