source: rtems/spec/build/bsps/optstarthyp.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: 447 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2actions:
3- get-boolean: null
4- define-condition: null
5build-type: option
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8default: true
9default-by-variant: []
10description: |
11  If set to true, then the a system start in hypervisor mode (EL2) is
12  supported, otherwise it is unsupported.
13enabled-by: true
14links: []
15name: BSP_START_IN_HYP_SUPPORT
16type: build
Note: See TracBrowser for help on using the repository browser.