Skip to content

Commit

Permalink
xx30 coreboot 4.13: add patch so option_table doesn't require CBFS_MC…
Browse files Browse the repository at this point in the history
…ACHE in Kconfig default.
  • Loading branch information
tlaurion committed Dec 31, 2020
1 parent df76add commit f0dbaa5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patches/coreboot-4.13/0005-option_table-no_CBFS_cache.patch
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit f0dbaa5

Please sign in to comment.