Kevin Chang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/53890 )
Change subject: mb/google/volteer/variant/lindar: Increase Cbfs Mcache size ......................................................................
mb/google/volteer/variant/lindar: Increase Cbfs Mcache size
Increase Cbfs Mcache size for FAFT fail test item.
BUG=b:162052593 TEST=Build FW and boot to OS and test FAFT fail test item.
Signed-off-by: Kevin Chang kevin.chang@lcfc.corp-partner.google.com Change-Id: I84f4f3d7c35165eba9c446ed6658f5bba15c5cfe --- M src/arch/x86/Kconfig M src/lib/Kconfig 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/53890/1
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index bb03db2..8ad83bc 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -145,7 +145,7 @@ Increase this value if preram cbmem console is getting truncated
config CBFS_MCACHE_SIZE - hex + hex "CBFS mcache size" depends on !NO_CBFS_MCACHE default 0x2000 help diff --git a/src/lib/Kconfig b/src/lib/Kconfig index e1d56fe..e78629a 100644 --- a/src/lib/Kconfig +++ b/src/lib/Kconfig @@ -100,7 +100,7 @@ the respective file.
config CBFS_MCACHE_RW_PERCENTAGE - int + int "percentage of the rw mcache" depends on VBOOT && !NO_CBFS_MCACHE default 25 if CHROMEOS # Chrome OS stores many L10n files in RO only default 50