Tristan Hsieh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30701
Change subject: google/kukui: Enable VBOOT_VBNV_FLASH to store VBNV in flash ......................................................................
google/kukui: Enable VBOOT_VBNV_FLASH to store VBNV in flash
Reading nvdata from non-volatile flash storage. With this patch, it will pass the firmware test that corrupts FW_MAIN_A and boots up with FW_MAIN_B.
BUG=b:80501386 BRANCH=none Test=test_that --board=kukui 172.23.213.147 firmware_CorruptFwSigA
Change-Id: I9ef6bff019ee986ff018202bfd4d4a875526ec6c Signed-off-by: Tristan Shieh tristan.shieh@mediatek.com --- M src/mainboard/google/kukui/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/30701/1
diff --git a/src/mainboard/google/kukui/Kconfig b/src/mainboard/google/kukui/Kconfig index 5be904c..287fd0d 100644 --- a/src/mainboard/google/kukui/Kconfig +++ b/src/mainboard/google/kukui/Kconfig @@ -2,6 +2,7 @@
config VBOOT select EC_GOOGLE_CHROMEEC_SWITCHES + select VBOOT_VBNV_FLASH
config BOARD_SPECIFIC_OPTIONS def_bool y