summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-10-11 21:37:35 -0700
committerSimon Glass <sjg@chromium.org>2015-10-21 07:46:26 -0600
commite2d76e95d3f048a171ccd65ea0bd954ccc2b15e0 (patch)
treec2a34bfa12347e64a6074db55e0ff7f622752d45 /arch/x86
parent010921ae7f1dff83246a88d1e6fb3559134fe72a (diff)
downloadblackbird-obmc-uboot-e2d76e95d3f048a171ccd65ea0bd954ccc2b15e0.tar.gz
blackbird-obmc-uboot-e2d76e95d3f048a171ccd65ea0bd954ccc2b15e0.zip
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>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index bf09b21067..f92082d476 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -239,6 +239,14 @@ config FSP_SYS_MALLOC_F_LEN
help
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
bool "Enable Symmetric Multiprocessing"
default n
OpenPOWER on IntegriCloud