From 7f996244a923dad58f72b849c565367fbd641632 Mon Sep 17 00:00:00 2001 From: Wim Vervoorn Date: Wed, 18 Dec 2019 09:25:36 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/38130 Tested-by: build bot (Jenkins) Reviewed-by: Frans Hendriks --- src/mainboard/facebook/monolith/vboot-rw.fmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainboard/facebook/monolith/vboot-rw.fmd') diff --git a/src/mainboard/facebook/monolith/vboot-rw.fmd b/src/mainboard/facebook/monolith/vboot-rw.fmd index fd7811b11f..df2674b93d 100644 --- a/src/mainboard/facebook/monolith/vboot-rw.fmd +++ b/src/mainboard/facebook/monolith/vboot-rw.fmd @@ -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 } -- cgit v1.2.3