Vladimir Serbinenko has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81512?usp=email )
Change subject: volteer: Return MCACHE_SIZE to its old value if using vboot. ......................................................................
volteer: Return MCACHE_SIZE to its old value if using vboot.
Existing volteer systems are shipped and update through versions with mcache set to 0x2000. Set it in the code to the same value rather than requiring keeping a patch for updates.
Change-Id: I52d91fffd34e8f62dcb23cea588bf465291a1f45 Signed-off-by: Vladimir Serbinenko phcoder@gmail.com --- M src/mainboard/google/volteer/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/81512/1
diff --git a/src/mainboard/google/volteer/Kconfig b/src/mainboard/google/volteer/Kconfig index 0ab6ee0..8a5676b 100644 --- a/src/mainboard/google/volteer/Kconfig +++ b/src/mainboard/google/volteer/Kconfig @@ -246,4 +246,8 @@ config USE_PM_ACPI_TIMER default n
+config CBFS_MCACHE_SIZE + hex + default 0x2000 if VBOOT_STARTS_BEFORE_BOOTBLOCK + endif # BOARD_GOOGLE_BASEBOARD_VOLTEER