Size of the restore information 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 restore information.
Defaults¶
- 0x4 if
X86
&&SOC_QUARK_SE_C1000
Kconfig definition¶
At soc/x86/intel_quark/quark_se/Kconfig:63
Included via Kconfig:10
→ Kconfig.zephyr:27
→ soc/Kconfig:12
→ soc/x86/intel_quark/Kconfig:18
Menu path: (top menu) → Hardware Configuration
config BSP_SHARED_RESTORE_INFO_SIZE hex prompt "Size of the restore information in RAM shared with the QMSI Bootloader" ifX86
&&SOC_QUARK_SE_C1000
default 0x4 ifX86
&&SOC_QUARK_SE_C1000
depends onX86
&&SOC_QUARK_SE_C1000
help Size of the memory shared between the BSP and the Bootloader in order to store restore information.
(Definitions include propagated dependencies, including from if’s and menus.)