diff options
author | Karthikeyan Ramasubramanian <kramasub@google.com> | 2022-08-20 09:54:33 -0600 |
---|---|---|
committer | Raul Rangel <rrangel@chromium.org> | 2022-10-26 17:20:11 +0000 |
commit | a7b86c33621eb7a45c84aaf81f342f2ea4ccbebc (patch) | |
tree | 2b41ec3e6250962737d36f8c6aea70e2b2fb696e | |
parent | c672a721354e1a34b80223d88f8c162ab79fb7b0 (diff) |
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 <kramasub@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66948
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig | 5 |
1 files changed, 0 insertions, 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) |