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>
This commit is contained in:
committed by
Raul Rangel
parent
26aa7503a7
commit
c672a72135
@ -6,7 +6,6 @@ menu "CBFS verification"
|
|||||||
|
|
||||||
config CBFS_VERIFICATION
|
config CBFS_VERIFICATION
|
||||||
bool "Enable CBFS verification"
|
bool "Enable CBFS verification"
|
||||||
depends on !VBOOT_STARTS_BEFORE_BOOTBLOCK # this is gonna get tricky...
|
|
||||||
select VBOOT_LIB
|
select VBOOT_LIB
|
||||||
help
|
help
|
||||||
Say yes here to enable code that cryptographically verifies each CBFS
|
Say yes here to enable code that cryptographically verifies each CBFS
|
||||||
|
Reference in New Issue
Block a user