The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SHARED_GDT_RAM_SIZE

Size of the shared RAM with the QMSI Bootloader

Size of the GDT in RAM shared with the QMSI Bootloader

Type: hex

Help

Size of the memory shared between the BSP and the Bootloader in order to store the GDT.

Help

Size of the memory shared between the BSP and the Bootloader in order to store the GDT.

Direct dependencies

(!SET_GDT && X86 && SOC_QUARK_D2000) || (X86 && SOC_QUARK_SE_C1000)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/x86/intel_quark/quark_d2000/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/x86/intel_quark/Kconfig:18

Menu path: (top menu) → Hardware Configuration

config SHARED_GDT_RAM_SIZE
    hex
    prompt "Size of the shared RAM with the QMSI Bootloader" if !SET_GDT && X86 && SOC_QUARK_D2000
    default 0x20 if !SET_GDT && X86 && SOC_QUARK_D2000
    depends on !SET_GDT && X86 && SOC_QUARK_D2000
    help
      Size of the memory shared between the BSP and the Bootloader in order
      to store the GDT.

At soc/x86/intel_quark/quark_se/Kconfig:77

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/x86/intel_quark/Kconfig:18

Menu path: (top menu) → Hardware Configuration

config SHARED_GDT_RAM_SIZE
    hex
    prompt "Size of the GDT in RAM shared with the QMSI Bootloader" if X86 && SOC_QUARK_SE_C1000
    default 0x20 if X86 && SOC_QUARK_SE_C1000
    depends on X86 && SOC_QUARK_SE_C1000
    help
      Size of the memory shared between the BSP and the Bootloader in order
      to store the GDT.

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