summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-04-13 13:44:07 -0600
committerPatrick Georgi <pgeorgi@google.com>2021-04-16 06:38:59 +0000
commit9acc7bad4df2acc30128799b53349b0cf60ab947 (patch)
tree89580752c5d378f648429b09042919bee238dee8 /src/mainboard
parent442c5603346776a40ddaad1e53552e89a3c77429 (diff)
downloadcoreboot-9acc7bad4df2acc30128799b53349b0cf60ab947.tar.xz
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 <rrangel@chromium.org> Change-Id: Ib11c255ab7e937de334ecd18dc030006f7724275 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52354 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/guybrush/Kconfig4
-rw-r--r--src/mainboard/google/mancomb/Kconfig4
2 files changed, 8 insertions, 0 deletions
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"