summaryrefslogtreecommitdiffstats
path: root/src/import/generic
diff options
context:
space:
mode:
authorLi Meng <shlimeng@cn.ibm.com>2018-12-05 22:00:41 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-12-13 10:06:35 -0600
commitbd720a49650e0357b85e6f4d1489a695df908594 (patch)
tree371d8d141a232b04924f36f97c0fd71f04b06be1 /src/import/generic
parentc517b8a501ae82f604b38e32b240a2461ebea69c (diff)
downloadtalos-hostboot-bd720a49650e0357b85e6f4d1489a695df908594.tar.gz
talos-hostboot-bd720a49650e0357b85e6f4d1489a695df908594.zip
Creates LRDIMM mrep/dwl calibration recorder class
Change-Id: Ic3f1c1d3ee4e19a3c6b33b3472e4a513985321a5 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69489 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69495 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/generic')
-rw-r--r--src/import/generic/memory/lib/utils/shared/mss_generic_consts.H11
1 files changed, 11 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 9b4df69fc..25d4c5c37 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
@@ -244,6 +244,17 @@ enum guard_band : uint16_t
}// spd
+///
+/// @brief DIMM nibble mask
+/// @note nibble0: 4 high bits, nibble1: 4 low bits
+///
+enum nibble_mask
+{
+ MASK_NIBBLE0 = 0xf0,
+ MASK_NIBBLE1 = 0x0f,
+};
+
+
}// mss
#endif
OpenPOWER on IntegriCloud