-
CONFIG_RAM_START
¶
Address of the RAM region assigned to the hypervisor
Type: hex
Defaults¶
- 0x6e000000 if
PLATFORM_SBL
- 0x00100000 if
PLATFORM_UEFI
Kconfig definition¶
At arch/x86/Kconfig:110
, in menu (top menu)
:
config RAM_START hex prompt "Address of the RAM region assigned to the hypervisor" default 0x6e000000 ifPLATFORM_SBL
default 0x00100000 ifPLATFORM_UEFI
(Definitions include propagated dependencies, including from if’s and menus.)