summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@amd.corp-partner.google.com>2022-11-17 14:17:52 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-12-05 14:19:56 +0000
commit6f573217a0920b18ea9febd9c6696a01b0f7c082 (patch)
treeb841425a38eb840138365c3bbae48f28cbbb945b
parent759448893c508cd61240b4598336ecdc7f36eba6 (diff)
downloadcoreboot-6f573217a0920b18ea9febd9c6696a01b0f7c082.tar.gz
coreboot-6f573217a0920b18ea9febd9c6696a01b0f7c082.tar.bz2
coreboot-6f573217a0920b18ea9febd9c6696a01b0f7c082.zip
mb/google/zork: Select VBOOT by default
Zork boards will not boot without PSP verstage/VBOOT, so select it by default. Change-Id: I2447bf69baefd5560a0153dcd3d9b87b0a91a3f9 Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69763 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/google/zork/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig
index d48399981c74..68c5ba1a60e3 100644
--- a/src/mainboard/google/zork/Kconfig
+++ b/src/mainboard/google/zork/Kconfig
@@ -107,6 +107,9 @@ config VGA_BIOS
default y if USE_AMD_BLOBS
config VBOOT
+ bool
+ # selected by default as PSP verstage required for booting at present time
+ default y
select EC_GOOGLE_CHROMEEC_SWITCHES
select VBOOT_LID_SWITCH
select VBOOT_STARTS_BEFORE_BOOTBLOCK