From a7b86c33621eb7a45c84aaf81f342f2ea4ccbebc Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Sat, 20 Aug 2022 09:54:33 -0600 Subject: mb/google/skyrim: Enable CBFS Verification Enable RO verification by GSC and CBFS verification. BUG=b:227809919 TEST=Build and boot to OS in Skyrim with CBFS verification enabled using x86 verstage and PSP verstage. Change-Id: Idd22a521a913705af0d2aca17acd1aa069a77f29 Signed-off-by: Karthikeyan Ramasubramanian Reviewed-on: https://review.coreboot.org/c/coreboot/+/66948 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/mainboard/google/skyrim/Kconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index cb1932f53d..e746af1aa6 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -105,11 +105,6 @@ config VBOOT_STARTS_IN_BOOTBLOCK bool default y if VBOOT && !VBOOT_STARTS_BEFORE_BOOTBLOCK -# TODO: Remove once CBFS verification on AMD has been fixed. -config VBOOT_GSCVD - bool - default n - if !EM100 # EM100 defaults in soc/amd/common/blocks/spi/Kconfig config EFS_SPI_READ_MODE default 2 # Dual IO (1-1-2) -- cgit v1.2.3