mb/google/brya: Adjust CSE RO and Data partition in the CSE region

The patch adjusts CSE region's internal partitions' (CSE RO and Data
partition) sizes to match with sizes of MFIT generated CSE Region's
internal partitions.

BUG=b:213993778
TEST=Generate coreboot for Brya and verify with MFIT generated
coreboot.

Cq-Depend: chrome-internal:4452789
Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Change-Id: I5418c02f83134814e3f9959ee8c8da32ce8c7bec
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60951
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sridhar Siricilla
2022-01-10 20:12:32 +05:30
committed by Nick Vaccaro
parent cdedc08d82
commit b145fd1960

View File

@@ -3,8 +3,8 @@ FLASH 32M {
SI_DESC 4K SI_DESC 4K
SI_ME { SI_ME {
CSE_LAYOUT 8K CSE_LAYOUT 8K
CSE_RO 1588K CSE_RO 1640K
CSE_DATA 512K CSE_DATA 420K
# 64-KiB aligned to optimize RW erases during CSE update. # 64-KiB aligned to optimize RW erases during CSE update.
CSE_RW 3008K CSE_RW 3008K
} }