From c672a721354e1a34b80223d88f8c162ab79fb7b0 Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Sat, 20 Aug 2022 09:48:45 -0600 Subject: cbfs_verification: Remove dependency on VBOOT_STARTS_BEFORE_BOOTBLOCK CBFS verification on boards where VBOOT starts before bootblock eg. PSP verstage has been accommodated by keeping metadata hash outside the bootblock. Hence the dependency can be removed. BUG=b:227809919 TEST=Build and boot to OS in skyrim with CBFS verification enabled using both x86 verstage and PSP verstage. Change-Id: I0a3254728a51a8ee7d7782afcea15ea06d93da7d Signed-off-by: Karthikeyan Ramasubramanian Reviewed-on: https://review.coreboot.org/c/coreboot/+/66947 Reviewed-by: Julius Werner Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/lib/Kconfig.cbfs_verification | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib/Kconfig.cbfs_verification b/src/lib/Kconfig.cbfs_verification index 9a9ba3189d..9b053e1c16 100644 --- a/src/lib/Kconfig.cbfs_verification +++ b/src/lib/Kconfig.cbfs_verification @@ -6,7 +6,6 @@ menu "CBFS verification" config CBFS_VERIFICATION bool "Enable CBFS verification" - depends on !VBOOT_STARTS_BEFORE_BOOTBLOCK # this is gonna get tricky... select VBOOT_LIB help Say yes here to enable code that cryptographically verifies each CBFS -- cgit v1.2.3