-
CONFIG_SOS_RAM_SIZE
¶
Size of the Service OS (SOS) RAM
Type: hex
Help¶
A 64-bit integer indicating the size of the Service OS RAM (MMIO not included).
Defaults¶
- 0x200000000 if
PLATFORM_SBL
- 0x400000000 if
PLATFORM_UEFI
Kconfig definition¶
At arch/x86/Kconfig:261
Included via Kconfig:3
Menu path: (top menu)
config SOS_RAM_SIZE hex prompt "Size of the Service OS (SOS) RAM" default 0x200000000 ifPLATFORM_SBL
default 0x400000000 ifPLATFORM_UEFI
help A 64-bit integer indicating the size of the Service OS RAM (MMIO not included).
(Definitions include propagated dependencies, including from if’s and menus.)