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

Philipp Deppenwiese (Code Review) gerrit at coreboot.org
Thu Sep 6 18:30:18 CEST 2018


Philipp Deppenwiese has submitted this change and it was merged. ( 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 always enable it in
Kconfig.

Change-Id: I27cd236f67a6500b40fc3eb731397d408402f041
Signed-off-by: Okash Khawaja <okash.khawaja at gmail.com>
Reviewed-on: https://review.coreboot.org/28527
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
---
M src/mainboard/ocp/wedge100s/Kconfig
M src/mainboard/ocp/wedge100s/board.fmd
2 files changed, 4 insertions(+), 1 deletion(-)

Approvals:
  build bot (Jenkins): Verified
  Philipp Deppenwiese: Looks good to me, approved



diff --git a/src/mainboard/ocp/wedge100s/Kconfig b/src/mainboard/ocp/wedge100s/Kconfig
index 6a33edb..56bd2bb 100644
--- a/src/mainboard/ocp/wedge100s/Kconfig
+++ b/src/mainboard/ocp/wedge100s/Kconfig
@@ -11,6 +11,8 @@
 	select SERIRQ_CONTINUOUS_MODE
 	select SUPERIO_ITE_COMMON_ROMSTAGE
 	select FSP_EHCI1_ENABLE
+	select MRC_CACHE_FMAP
+	select ENABLE_FSP_FAST_BOOT
 
 config MAINBOARD_DIR
 	string
diff --git a/src/mainboard/ocp/wedge100s/board.fmd b/src/mainboard/ocp/wedge100s/board.fmd
index e89b2aa..da6e3e3 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 0x7e0000
 	}
 }

-- 
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: merged
Gerrit-Change-Id: I27cd236f67a6500b40fc3eb731397d408402f041
Gerrit-Change-Number: 28527
Gerrit-PatchSet: 5
Gerrit-Owner: Okash Khawaja <okash.khawaja at gmail.com>
Gerrit-Reviewer: Okash Khawaja <okash.khawaja at gmail.com>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-CC: Patrick Rudolph <siro at das-labor.org>
Gerrit-CC: Paul Menzel <paulepanter at users.sourceforge.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180906/e2356ad9/attachment.html>


More information about the coreboot-gerrit mailing list