diff options
author | Himanshu Sahdev <himanshu.sahdev@intel.com> | 2022-09-27 13:47:08 +0530 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-09-30 17:58:47 +0000 |
commit | 542ac2f3f869f75a2b4c9f8b9d1953a94975e497 (patch) | |
tree | 5a824bba0d169c702e84e613d2d2ffaa26a47b79 /src/mainboard | |
parent | 2ddcf409c3b79672665163e7a826991779dd620e (diff) |
guybrush: mark RO_GSCVD area unused
This area relates to storing of AP RO verification information.
CONFIG_VBOOT_GSCVD is enabled by default for TPM_GOOGLE_TI50 and
guybrush is using TPM_GOOGLE_CR50.
Signed PSP verstage has the FMAP embedded. Since CB:67376 shifted the
RO section up by 8K, they were misaligned. Hence marking this area as
unused instead of removing the same to work around ChromeOS
infrastructure shortcoming.
Signed-off-by: Himanshu Sahdev <himanshu.sahdev@intel.com>
Change-Id: Id852e5b5c1f777992a96a75143757f4df8d975b6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67901
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/guybrush/chromeos.fmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/chromeos.fmd b/src/mainboard/google/guybrush/chromeos.fmd index 38757003a7..8b5b11ad68 100644 --- a/src/mainboard/google/guybrush/chromeos.fmd +++ b/src/mainboard/google/guybrush/chromeos.fmd @@ -22,6 +22,7 @@ FLASH@0xFF000000 16M { RW_LEGACY(CBFS) WP_RO@8M 8M { RO_VPD(PRESERVE) 16K + RO_UNUSED 8K RO_SECTION { FMAP 2K RO_FRID 64 |