From 9acc7bad4df2acc30128799b53349b0cf60ab947 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Tue, 13 Apr 2021 13:44:07 -0600 Subject: [PATCH] mb/google/{guybrush,mancomb}: Add VBOOT_VBNV_OFFSET This is the same as zork. BUG=b:184126844 TEST=Boot guybrush in developer mode and switch to normal mode. Signed-off-by: Raul E Rangel Change-Id: Ib11c255ab7e937de334ecd18dc030006f7724275 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52354 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/mainboard/google/guybrush/Kconfig | 4 ++++ src/mainboard/google/mancomb/Kconfig | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig index f4afd2e87e..eee260328c 100644 --- a/src/mainboard/google/guybrush/Kconfig +++ b/src/mainboard/google/guybrush/Kconfig @@ -38,6 +38,10 @@ config VBOOT select VBOOT_SEPARATE_VERSTAGE select VBOOT_STARTS_IN_BOOTBLOCK +config VBOOT_VBNV_OFFSET + hex + default 0x2A + config FMDFILE string default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/chromeos.fmd" diff --git a/src/mainboard/google/mancomb/Kconfig b/src/mainboard/google/mancomb/Kconfig index 5851e5ccef..dd12129b1a 100644 --- a/src/mainboard/google/mancomb/Kconfig +++ b/src/mainboard/google/mancomb/Kconfig @@ -33,6 +33,10 @@ config VBOOT select VBOOT_STARTS_IN_BOOTBLOCK select VBOOT_EARLY_EC_SYNC +config VBOOT_VBNV_OFFSET + hex + default 0x2A + config FMDFILE string default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/chromeos.fmd" -- 2.11.4.GIT