coreboot-kgpe-d16/src/mainboard/facebook/monolith/vboot-ro.fmd
Wim Vervoorn 7f996244a9 mb/facebook/monolith: Add UNIFIED_MRC_CACHE region in fmd file
The RW_MRC_CACHE was not included in a UNIFIED_MRC_CACHE region which is
expected by some parts of the code.

Add the UNIFIED_MRC_CACHE and include the RW_MRC_CACHE in this region.

BUG=N/A
TEST=tested on facebook monolith

Change-Id: I1654ca210dc2a8e976d698fd8330641da23e8380
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38130
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
2020-01-10 14:49:37 +00:00

25 lines
512 B
Text

FLASH 16M {
SI_ALL@0x0 0x700000 {
SI_DESC@0x0 0x1000
UNUSED_1@0x1000 0x2000
SI_ME@0x3000 0x6fd000
}
SI_BIOS@0x700000 0x900000 {
MISC_RW@0x0 0x20000 {
UNIFIED_MRC_CACHE@0x0 0x10000 {
RW_MRC_CACHE@0x00000 0x10000
}
RW_VPD(PRESERVE)@0x010000 0x2000
RW_NVRAM(PRESERVE)@0x012000 0x6000
}
WP_RO@0x20000 0x8E0000 {
RO_SECTION@0x0000 0x8E0000 {
FMAP@0x0 0x800
RO_FRID@0x800 0x40
RO_FRID_PAD@0x840 0x7c0
GBB@0x1000 0x4000
COREBOOT(CBFS)@0x5000 0x8DB000
}
}
}
}