aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/Kconfig
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2017-04-18 18:02:23 -0600
committerMartin Roth <martinroth@google.com>2017-07-31 17:18:13 +0000
commit42e20643700aee9039a605e98e4a1339ab42619c (patch)
treefc8711d25c7284b5ed8f86ca0a721ab409067631 /src/mainboard/google/kahlee/Kconfig
parent965f5e2d53932ee9c080dabb63bdb243f43eadcc (diff)
google/kahlee: Save VBNV data to CMOS
Store VBOOT NV data in CMOS. This allows VBOOT to save flags and data to be used in multiple stages and depthcharge. Fixes developer mode USB boot. Change-Id: I50b45e687a1a1c71838bcc390212b28d7e634a19 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/19847 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig')
-rw-r--r--src/mainboard/google/kahlee/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig
index d6db4a5c8d..e212a57651 100644
--- a/src/mainboard/google/kahlee/Kconfig
+++ b/src/mainboard/google/kahlee/Kconfig
@@ -54,6 +54,11 @@ config VBOOT
select VBOOT_MOCK_SECDATA
select EC_GOOGLE_CHROMEEC_SWITCHES
select VBOOT_LID_SWITCH
+ select VBOOT_VBNV_CMOS
+
+config VBOOT_VBNV_OFFSET
+ hex
+ default 0x2A
config CHROMEOS
select LP_DEFCONFIG_OVERRIDE if PAYLOAD_DEPTHCHARGE