diff options
author | Karthikeyan Ramasubramanian <kramasub@google.com> | 2023-10-04 18:05:04 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-10-20 19:32:14 +0000 |
commit | 7ab6105aef46de60953e63a41abf907db44c8392 (patch) | |
tree | a40bea81e447b7f8c2baff07c5e111e1de9e2444 /src | |
parent | 637a21e27bf5998662be2c63957141558d296457 (diff) |
mb/google/myst: Enable CBFS Verification
Enable RO verification by GSC and RO/RW CBFS verification.
BUG=b:277087492
TEST=Build and boot to OS in Myst with CBFS verification enabled using
PSP verstage.
Change-Id: I2dd3ce59f331f89660185309ccf60c53d50e4fad
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78235
Reviewed-by: Tim Van Patten <timvp@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/myst/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/myst/Kconfig b/src/mainboard/google/myst/Kconfig index fbb3687ada..70986f8247 100644 --- a/src/mainboard/google/myst/Kconfig +++ b/src/mainboard/google/myst/Kconfig @@ -88,11 +88,6 @@ config VBOOT_STARTS_IN_BOOTBLOCK bool default y if VBOOT && !VBOOT_STARTS_BEFORE_BOOTBLOCK -# TODO(b/277087492): Enable GSC CBFS verification -config VBOOT_GSCVD - bool - default n - # Override PSP_SOFTFUSE_BITS from soc/amd/phoenix. # The documentation of PSP_SOFTFUSE_BITS is available in #55758 doc (NDA). config PSP_SOFTFUSE_BITS |