CONFIG_SHARED_GDT_RAM_ADDR

Address of the shared RAM with the QMSI Bootloader

Address of the GDT in RAM shared with the QMSI Bootloader

Type: hex

Help

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

Help

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

Direct dependencies

(X86 && SOC_QUARK_D2000 && X86) || (X86 && SOC_QUARK_SE_C1000 && X86)

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

Defaults

Kconfig definitions

At arch/x86/soc/intel_quark/quark_d2000/Kconfig:11

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/x86/Kconfig:21arch/x86/soc/intel_quark/Kconfig:18

Menu path: (top menu) → X86 Architecture Options

config SHARED_GDT_RAM_ADDR
    hex
    prompt "Address of the shared RAM with the QMSI Bootloader" if X86 && SOC_QUARK_D2000 && X86
    default 0x00281FE0 if X86 && SOC_QUARK_D2000 && X86
    depends on X86 && SOC_QUARK_D2000 && X86
    help
      Address of the memory shared between the BSP and the Bootloader in order
      to store the GDT.

At arch/x86/soc/intel_quark/quark_se/Kconfig:90

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/x86/Kconfig:21arch/x86/soc/intel_quark/Kconfig:18

Menu path: (top menu) → X86 Architecture Options

config SHARED_GDT_RAM_ADDR
    hex
    prompt "Address of the GDT in RAM shared with the QMSI Bootloader" if X86 && SOC_QUARK_SE_C1000 && X86
    default 0xA8013FE0 if X86 && SOC_QUARK_SE_C1000 && X86
    depends on X86 && SOC_QUARK_SE_C1000 && X86
    help
      Address 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.)