mb/google/skyrim: Enable PSP verstage
Enabling required config items to execute verstage in PSP. BUG=b:217414563 TEST=Build and boot to OS in Skyrim with PSP verstage. Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Change-Id: Iee14dc80cb6691acb5cb59a21da5a3dff69f7dd2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66135 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
cfb90fd204
commit
77b2d45c9e
|
@ -78,7 +78,14 @@ config VARIANT_DIR
|
|||
config VBOOT
|
||||
select VBOOT_LID_SWITCH
|
||||
select VBOOT_SEPARATE_VERSTAGE
|
||||
select VBOOT_STARTS_IN_BOOTBLOCK
|
||||
|
||||
config VBOOT_STARTS_BEFORE_BOOTBLOCK
|
||||
bool "Enable PSP_verstage"
|
||||
default y if VBOOT
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue