32be9f9045
Now that we're using fmaptool to parse the .fmd file, we can use some short forms and omit unnecessary information. BUG=b:157068645 TEST=None BRANCH=zork Change-Id: I81c121d4fce13a9d2aad4477955cb4770794d244 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45597 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
33 lines
504 B
Text
33 lines
504 B
Text
FLASH@0xFF000000 16M {
|
|
SI_BIOS {
|
|
RW_MRC_CACHE 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 448K
|
|
COREBOOT(CBFS)
|
|
}
|
|
}
|
|
}
|
|
}
|