From 9a90a439a2f142ea22ad66584e93b1f309e00dd9 Mon Sep 17 00:00:00 2001 From: Srinidhi N Kaushik Date: Thu, 2 Apr 2020 19:19:06 -0700 Subject: soc/intel/tigerlake: Disable MrcSafeConfig This change disables MrcSafeConfig option during MRC training. MrcSafeConfig was enabled as part of the early testing. Now with FSP 2527, there is no need to set this config anymore. BUG=b:150357377 BRANCH=master TEST=build and boot ripto/volteer Signed-off-by: Srinidhi N Kaushik Change-Id: I4e4069d83754aaf1e4885d6912ab2a6d506c5269 Reviewed-on: https://review.coreboot.org/c/coreboot/+/40106 Reviewed-by: Furquan Shaikh Reviewed-by: Wonkyu Kim Tested-by: build bot (Jenkins) --- src/soc/intel/tigerlake/meminit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/tigerlake/meminit.c') diff --git a/src/soc/intel/tigerlake/meminit.c b/src/soc/intel/tigerlake/meminit.c index 7823cfe523..86645472aa 100644 --- a/src/soc/intel/tigerlake/meminit.c +++ b/src/soc/intel/tigerlake/meminit.c @@ -239,7 +239,6 @@ void meminit_lpddr4x(FSP_M_CONFIG *mem_cfg, const struct lpddr4x_cfg *board_cfg, /* LPDDR4x does not allow interleaved memory */ mem_cfg->DqPinsInterleaved = 0; mem_cfg->ECT = board_cfg->ect; - mem_cfg->MrcSafeConfig = 0x1; read_md_spd(info, &spd_data, &spd_len); mem_cfg->MemorySpdDataLen = spd_len; -- cgit v1.2.3