Zhuohao Lee has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/53908 )
Change subject: mb/google/volteer: adjust the size for RO/RW mcache ......................................................................
mb/google/volteer: adjust the size for RO/RW mcache
The mcache is overflowed in the latest build. In order to fix the mcache overflow, we increase the mcache size to 0x4000 and adjust the percentage to 50% for the ro/rw mcache. This change is for all of the volteer variants as we see many of the volteer variants which use the latest bios having the mcache overflow issue.
BUG=b:187095474, b:187095765, b:187234881, b:162052593 TEST=no mcache overflow in the bios log
Change-Id: If9552bc9fa5d36b1ca662c9da030ae7b137b60a8 --- M src/mainboard/google/volteer/Kconfig 1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/53908/1
diff --git a/src/mainboard/google/volteer/Kconfig b/src/mainboard/google/volteer/Kconfig index de301f1..bf14a82 100644 --- a/src/mainboard/google/volteer/Kconfig +++ b/src/mainboard/google/volteer/Kconfig @@ -157,4 +157,12 @@ bool default n
+config CBFS_MCACHE_RW_PERCENTAGE + int + default 50 + +config CBFS_MCACHE_SIZE + hex + default 0x4000 + endif # BOARD_GOOGLE_BASEBOARD_VOLTEER