From ac3523488269754d509ee633f62ae01fafc96786 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 30 Dec 2020 15:41:59 -0500 Subject: [PATCH] xx30 coreboot 4.13: add patch so option_table doesn't require CBFS_MCACHE in Kconfig default. --- .../0005-option_table-no_CBFS_cache.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/coreboot-4.13/0005-option_table-no_CBFS_cache.patch diff --git a/patches/coreboot-4.13/0005-option_table-no_CBFS_cache.patch b/patches/coreboot-4.13/0005-option_table-no_CBFS_cache.patch new file mode 100644 index 000000000..08f368e75 --- /dev/null +++ b/patches/coreboot-4.13/0005-option_table-no_CBFS_cache.patch @@ -0,0 +1,12 @@ +diff --git a/src/Kconfig b/src/Kconfig +index 77d077f..2111b79 100644 +--- a/src/Kconfig ++++ b/src/Kconfig +@@ -123,6 +123,7 @@ + config USE_OPTION_TABLE + bool "Use CMOS for configuration values" + depends on HAVE_OPTION_TABLE ++ select NO_CBFS_MCACHE + help + Enable this option if coreboot shall read options from the "CMOS" + NVRAM instead of using hard-coded values.