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@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; }