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>
This commit is contained in:
Wim Vervoorn 2019-12-18 09:25:36 +01:00 committed by Nico Huber
parent 118b18e63a
commit 7f996244a9
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,9 @@ FLASH 16M {
}
SI_BIOS@0x700000 0x900000 {
MISC_RW@0x0 0x20000 {
RW_MRC_CACHE@0x0 0x10000
UNIFIED_MRC_CACHE@0x0 0x10000 {
RW_MRC_CACHE@0x00000 0x10000
}
RW_VPD(PRESERVE)@0x010000 0x2000
RW_NVRAM(PRESERVE)@0x012000 0x6000
}

View File

@ -6,7 +6,9 @@ FLASH 16M {
}
SI_BIOS@0x700000 0x900000 {
MISC_RW@0x0 0x20000 {
RW_MRC_CACHE@0x0 0x10000
UNIFIED_MRC_CACHE@0x0 0x10000 {
RW_MRC_CACHE@0x00000 0x10000
}
RW_VPD(PRESERVE)@0x010000 0x2000
RW_NVRAM(PRESERVE)@0x012000 0x6000
}