aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/icelake/romstage/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/icelake/romstage/romstage.c')
-rw-r--r--src/soc/intel/icelake/romstage/romstage.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/soc/intel/icelake/romstage/romstage.c b/src/soc/intel/icelake/romstage/romstage.c
index a09641cf44..b0eeb2e959 100644
--- a/src/soc/intel/icelake/romstage/romstage.c
+++ b/src/soc/intel/icelake/romstage/romstage.c
@@ -101,7 +101,9 @@ static void save_dimm_info(void)
src_dimm->SpdSave + SPD_SAVE_OFFSET_SERIAL,
memory_info_hob->DataWidth,
memory_info_hob->VddVoltage[memProfNum],
- memory_info_hob->EccSupport);
+ memory_info_hob->EccSupport,
+ src_dimm->MfgId,
+ src_dimm->SpdModuleType);
index++;
}
}