ABL generates memory training data whose size is ~80KiB. So increase the RW_MRC_CACHE region size to accommodate that. BUG=b:224618411 TEST=Build and boot to payload in Skyrim. Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Change-Id: Id2040026a1fe2b3f760724023e2e252e137b31c8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63033 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Jon Murphy <jpmurphy@google.com> Reviewed-by: Raul Rangel <rrangel@chromium.org>
35 lines
528 B
Plaintext
35 lines
528 B
Plaintext
FLASH@0xFF000000 16M {
|
|
SI_BIOS {
|
|
RW_MRC_CACHE(PRESERVE) 96K
|
|
RW_SECTION_A 3M {
|
|
VBLOCK_A 8K
|
|
FW_MAIN_A(CBFS)
|
|
RW_FWID_A 256
|
|
}
|
|
RW_SECTION_B 3M {
|
|
VBLOCK_B 8K
|
|
FW_MAIN_B(CBFS)
|
|
RW_FWID_B 256
|
|
}
|
|
RW_ELOG(PRESERVE) 4K
|
|
RW_SHARED 16K {
|
|
SHARED_DATA 8K
|
|
VBLOCK_DEV 8K
|
|
}
|
|
RW_VPD(PRESERVE) 8K
|
|
RW_NVRAM(PRESERVE) 20K
|
|
SMMSTORE(PRESERVE) 4K
|
|
RW_LEGACY(CBFS)
|
|
WP_RO@8M 8M {
|
|
RO_VPD(PRESERVE) 16K
|
|
RO_GSCVD 8K
|
|
RO_SECTION {
|
|
FMAP 2K
|
|
RO_FRID 64
|
|
GBB@4K 12K
|
|
COREBOOT(CBFS)
|
|
}
|
|
}
|
|
}
|
|
}
|