mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-03 03:31:37 +02:00
x86: Add ENABLE_MRC_CACHE Kconfig option
Create a Kconfig option for enabling MRC cache. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
010921ae7f
commit
e2d76e95d3
@ -239,6 +239,14 @@ config FSP_SYS_MALLOC_F_LEN
|
|||||||
help
|
help
|
||||||
Additional size of malloc() pool before relocation.
|
Additional size of malloc() pool before relocation.
|
||||||
|
|
||||||
|
config ENABLE_MRC_CACHE
|
||||||
|
bool "Enable MRC cache"
|
||||||
|
depends on !EFI && !SYS_COREBOOT
|
||||||
|
help
|
||||||
|
Enable this feature to cause MRC data to be cached in NV storage
|
||||||
|
to be used for speeding up boot time on future reboots and/or
|
||||||
|
power cycles.
|
||||||
|
|
||||||
config SMP
|
config SMP
|
||||||
bool "Enable Symmetric Multiprocessing"
|
bool "Enable Symmetric Multiprocessing"
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user