2017-12-15 20:26:40 +01:00
|
|
|
config CACHE_MRC_SETTINGS
|
2017-12-18 17:05:14 +01:00
|
|
|
bool
|
|
|
|
help
|
|
|
|
Save cached MRC settings
|
2017-12-15 20:26:40 +01:00
|
|
|
|
|
|
|
if CACHE_MRC_SETTINGS
|
|
|
|
|
|
|
|
config MRC_SETTINGS_CACHE_SIZE
|
|
|
|
hex
|
|
|
|
default 0x10000
|
|
|
|
|
|
|
|
config MRC_SETTINGS_PROTECT
|
|
|
|
bool "Enable protection on MRC settings"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config HAS_RECOVERY_MRC_CACHE
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config MRC_CLEAR_NORMAL_CACHE_ON_RECOVERY_RETRAIN
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config MRC_SETTINGS_VARIABLE_DATA
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2017-12-18 23:56:44 +01:00
|
|
|
config MRC_WRITE_NV_LATE
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
MRC settings are normally written to NVRAM at BS_DEV_ENUMERATE-EXIT.
|
|
|
|
If a platform requires MRC settings written to NVRAM later than
|
|
|
|
normal, select this item. This will cause the write to occur at
|
|
|
|
BS_OS_RESUME_CHECK-ENTRY.
|
|
|
|
|
2017-12-15 20:26:40 +01:00
|
|
|
endif # CACHE_MRC_SETTINGS
|