-
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:94, in menu (top menu):
config RAM_START
hex
prompt "Address of the RAM region assigned to the hypervisor"
default 0x6e000000 if PLATFORM_SBL
default 0x00100000 if PLATFORM_UEFI
(Definitions include propagated dependencies, including from if’s and menus.)