summaryrefslogtreecommitdiffstats
path: root/src/import/generic
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-01-29 09:18:53 -0600
committerRAJA DAS <rajadas2@in.ibm.com>2019-07-25 04:24:47 -0500
commite9924f126d99bf160154d95d69591a2feff9e7c7 (patch)
tree101221725d0841de16a4ac4f8a5fb92bec850b2a /src/import/generic
parenta3d5f8657f0b80f95736f126a422874f6bd60a43 (diff)
downloadtalos-sbe-e9924f126d99bf160154d95d69591a2feff9e7c7.tar.gz
talos-sbe-e9924f126d99bf160154d95d69591a2feff9e7c7.zip
Update to allow DDR4-SORDIMM modules to be used [3].
Add support for the module type in the SPD parser. This change has been tested with the VR9FR2G7228JBKSBD4 module from Viking Technologies: 2666MHz DDR4-SORDIMM, rank 2, 16GB Note- Above mentioned module need an additional patch due to an unexpected SPD manufacturer being detected. Change-Id: Iaf8d78579381c48cbe6b735d02dd624855d0e57e Signed-off-by: Evan Lojewski <github@meklort.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71040 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80981 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/import/generic')
-rw-r--r--src/import/generic/memory/lib/utils/shared/mss_generic_consts.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
index 28235d08..917fbc52 100644
--- a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
+++ b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
@@ -6,6 +6,7 @@
/* OpenPOWER sbe Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2018,2019 */
+/* [+] Evan Lojewski */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -247,6 +248,8 @@ enum dimm_type
RDIMM = 0b0001,
LRDIMM = 0b0100,
DDIMM = 0b1010,
+ SORDIMM = 0b1000,
+ MINIRDIMM = 0b0101,
};
enum guard_band : uint16_t
OpenPOWER on IntegriCloud