The 448KB size of the GBB is larger than is needed, so adjust it down to the minimum size needed. BUG=b:186761897 TEST=Build & Boot guybrush Signed-off-by: Martin Roth <martinroth@chromium.org> Change-Id: I7a24945cd9ecc8872871f57b09ca71fc40e92473 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52764 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
34 lines
513 B
Plaintext
34 lines
513 B
Plaintext
FLASH@0xFF000000 16M {
|
|
SI_BIOS {
|
|
RW_MRC_CACHE(PRESERVE) 64K
|
|
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_SECTION {
|
|
FMAP 2K
|
|
RO_FRID 64
|
|
GBB@4K 12K
|
|
COREBOOT(CBFS)
|
|
}
|
|
}
|
|
}
|
|
}
|