From 8628f61e9c3a20b41487f7f5e390b72a763c66c6 Mon Sep 17 00:00:00 2001 From: Stephen Glancy Date: Tue, 2 Apr 2019 15:08:47 -0400 Subject: [PATCH] Updates the LRDIMM to use SPD SI values Change-Id: I415895c34612f2a0d71d2fdec085124cbb27bd5c Original-Change-Id: Iecb70a232032a76495f751e1cde32e017f2954fa Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75408 Tested-by: FSP CI Jenkins Reviewed-by: Mark Pizzutillo Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: ANDRE A. MARIN Dev-Ready: STEPHEN GLANCY Reviewed-by: Louis Stermole Reviewed-by: Jennifer A. Stofer --- .../generic/memory/lib/utils/shared/mss_generic_consts.H | 4 ++++ 1 file changed, 4 insertions(+) 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 ad5514bf5..ac1a1265f 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 @@ -52,6 +52,10 @@ enum common_consts MEMCMP_EQUAL = 0, ///< Equal comparison value for memcmp BAD_BITS_RANKS = 4, ///< Bad bit attribute's number of ranks BAD_DQ_BYTE_COUNT = 10, ///< Bad bit attribute's number of byte + ATTR_RANK0 = 0, ///< Attribute index for rank0 + ATTR_RANK1 = 1, ///< Attribute index for rank1 + ATTR_RANK2 = 2, ///< Attribute index for rank2 + ATTR_RANK3 = 3, ///< Attribute index for rank3 }; ///