[coreboot-gerrit] Change in coreboot[master]: soc/intel/apollolake: Bump soc mem version

Kane Chen (Code Review) gerrit at coreboot.org
Thu Nov 15 10:53:57 CET 2018


Kane Chen has uploaded this change for review. ( https://review.coreboot.org/29647


Change subject: soc/intel/apollolake: Bump soc mem version
......................................................................

soc/intel/apollolake: Bump soc mem version

This change is to bump fsp_memory_soc_version in order to trigger
MRC full training

BUG=b:119481870
Signed-off-by: Kane Chen <kane.chen at intel.com>

Change-Id: I92463045f7a808fb25aaa7a2d5f6fcde36dfb458
---
M src/soc/intel/apollolake/meminit.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/29647/1

diff --git a/src/soc/intel/apollolake/meminit.c b/src/soc/intel/apollolake/meminit.c
index 889bbde..431cdb6 100644
--- a/src/soc/intel/apollolake/meminit.c
+++ b/src/soc/intel/apollolake/meminit.c
@@ -367,5 +367,5 @@
 uint8_t fsp_memory_soc_version(void)
 {
 	/* Bump this value when the memory configuration parameters change. */
-	return 1;
+	return 2;
 }

-- 
To view, visit https://review.coreboot.org/29647
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: I92463045f7a808fb25aaa7a2d5f6fcde36dfb458
Gerrit-Change-Number: 29647
Gerrit-PatchSet: 1
Gerrit-Owner: Kane Chen <kane.chen at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181115/30ab94c2/attachment.html>


More information about the coreboot-gerrit mailing list