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
) || (X86
&& SOC_QUARK_SE_C1000
&& X86
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0x20 if !
SET_GDT
&&X86
&&SOC_QUARK_D2000
&&X86
- 0x20 if
X86
&&SOC_QUARK_SE_C1000
&&X86
Kconfig definitions¶
At arch/x86/soc/intel_quark/quark_d2000/Kconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/x86/Kconfig:21
→ arch/x86/soc/intel_quark/Kconfig:18
Menu path: (top menu) → X86 Architecture Options
config SHARED_GDT_RAM_SIZE hex prompt "Size of the shared RAM with the QMSI Bootloader" if !SET_GDT
&&X86
&&SOC_QUARK_D2000
&&X86
default 0x20 if !SET_GDT
&&X86
&&SOC_QUARK_D2000
&&X86
depends on !SET_GDT
&&X86
&&SOC_QUARK_D2000
&&X86
help Size 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:97
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/x86/Kconfig:21
→ arch/x86/soc/intel_quark/Kconfig:18
Menu path: (top menu) → X86 Architecture Options
config SHARED_GDT_RAM_SIZE hex prompt "Size of the GDT in RAM shared with the QMSI Bootloader" ifX86
&&SOC_QUARK_SE_C1000
&&X86
default 0x20 ifX86
&&SOC_QUARK_SE_C1000
&&X86
depends onX86
&&SOC_QUARK_SE_C1000
&&X86
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.)