diff options
author | Karthikeyan Ramasubramanian <kramasub@google.com> | 2022-08-20 09:48:45 -0600 |
---|---|---|
committer | Raul Rangel <rrangel@chromium.org> | 2022-10-26 17:19:22 +0000 |
commit | c672a721354e1a34b80223d88f8c162ab79fb7b0 (patch) | |
tree | 63b113517ad1c55747a57609a99e5504519e9fb0 /src/lib | |
parent | 26aa7503a7cb9a5ca833f2b0774f10ec3846a6df (diff) | |
download | coreboot-c672a721354e1a34b80223d88f8c162ab79fb7b0.tar.gz coreboot-c672a721354e1a34b80223d88f8c162ab79fb7b0.tar.bz2 coreboot-c672a721354e1a34b80223d88f8c162ab79fb7b0.zip |
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 <kramasub@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66947
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Kconfig.cbfs_verification | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Kconfig.cbfs_verification b/src/lib/Kconfig.cbfs_verification index 9a9ba3189dea..9b053e1c1658 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 |