Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/69763 )
(
3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mb/google/zork: Select VBOOT by default ......................................................................
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 --- M src/mainboard/google/zork/Kconfig 1 file changed, 20 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved Eric Lai: Looks good to me, approved
diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig index d483999..68c5ba1 100644 --- a/src/mainboard/google/zork/Kconfig +++ b/src/mainboard/google/zork/Kconfig @@ -107,6 +107,9 @@ 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