[coreboot-gerrit] Change in coreboot[master]: wedge100s: enable mrc cache in fmap

Okash Khawaja (Code Review) gerrit at coreboot.org
Thu Sep 6 13:54:16 CEST 2018


Okash Khawaja has uploaded this change for review. ( https://review.coreboot.org/28527


Change subject: wedge100s: enable mrc cache in fmap
......................................................................

wedge100s: enable mrc cache in fmap

this enables mrc cache in fmap for wedge100s and enables it in Kconfig
as default.

Change-Id: I27cd236f67a6500b40fc3eb731397d408402f041
Signed-off-by: Okash Khawaja <okash.khawaja at gmail.com>
---
M src/mainboard/ocp/wedge100s/Kconfig
M src/mainboard/ocp/wedge100s/board.fmd
2 files changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/28527/1

diff --git a/src/mainboard/ocp/wedge100s/Kconfig b/src/mainboard/ocp/wedge100s/Kconfig
index 6a33edb..65f5bf4 100644
--- a/src/mainboard/ocp/wedge100s/Kconfig
+++ b/src/mainboard/ocp/wedge100s/Kconfig
@@ -11,6 +11,7 @@
 	select SERIRQ_CONTINUOUS_MODE
 	select SUPERIO_ITE_COMMON_ROMSTAGE
 	select FSP_EHCI1_ENABLE
+	select MRC_CACHE_FMAP
 
 config MAINBOARD_DIR
 	string
diff --git a/src/mainboard/ocp/wedge100s/board.fmd b/src/mainboard/ocp/wedge100s/board.fmd
index e89b2aa..1c43424 100644
--- a/src/mainboard/ocp/wedge100s/board.fmd
+++ b/src/mainboard/ocp/wedge100s/board.fmd
@@ -20,6 +20,7 @@
 			# specifically look for RO_VPD.
 			RO_VPD at 0x0 0x1000
 		}
-		COREBOOT(CBFS)@0x10000 0x7f0000
+		RW_MRC_CACHE at 0x10000 0x10000
+		COREBOOT(CBFS)@0x20000 0x7f0000
 	}
 }

-- 
To view, visit https://review.coreboot.org/28527
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I27cd236f67a6500b40fc3eb731397d408402f041
Gerrit-Change-Number: 28527
Gerrit-PatchSet: 1
Gerrit-Owner: Okash Khawaja <okash.khawaja at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180906/e803247e/attachment.html>


More information about the coreboot-gerrit mailing list