CONFIG_SOS_RAM_SIZE

Size of the vm0 (SOS) RAM

Type: hex

Help

A 64-bit integer indicating the size of the vm0 (SOS) RAM (MMIO not included).

Defaults

Kconfig definition

At arch/x86/Kconfig:281

Included via Kconfig:3

Menu path: (top menu)

config SOS_RAM_SIZE
    hex
    prompt "Size of the vm0 (SOS) RAM"
    default 0x200000000 if PLATFORM_SBL
    default 0x400000000 if PLATFORM_UEFI
    help
      A 64-bit integer indicating the size of the vm0 (SOS) RAM (MMIO not
      included).

(Definitions include propagated dependencies, including from if’s and menus.)