From 33efd98cfd92f4e7c2cfc670c718c5b187f11659 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Mon, 13 Mar 2017 17:25:36 -0700 Subject: vboot: Allow other platforms to use soft reboot workaround Add a Kconfig value to enable other platforms to use the soft reboot workaround. TEST=Build and run on Galileo Gen2 Change-Id: I5a7ebd200229654128d367ecb50647ff69bb5258 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/18798 Tested-by: Martin Roth Reviewed-by: Aaron Durbin --- src/vboot/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vboot/Kconfig') diff --git a/src/vboot/Kconfig b/src/vboot/Kconfig index b5c862620f..e67c108d4a 100644 --- a/src/vboot/Kconfig +++ b/src/vboot/Kconfig @@ -142,6 +142,10 @@ config VBOOT_HAS_REC_HASH_SPACE Set this option to indicate to vboot that recovery data hash space is present in TPM. +config VBOOT_SOFT_REBOOT_WORKAROUND + bool + default n + config VBOOT bool "Verify firmware with vboot." default n -- cgit v1.2.3