summaryrefslogtreecommitdiffstats
path: root/src/import/generic
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-04-02 15:08:47 -0400
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-22 10:19:53 -0500
commite4956ca54c226efdda7639decb8f06a92e586825 (patch)
tree87049f75abaa9969f89a1b6f43a8767ac3ea8db5 /src/import/generic
parent1e1ea69fbf6036d9937071c8ecb70830bd45b188 (diff)
downloadtalos-hostboot-e4956ca54c226efdda7639decb8f06a92e586825.tar.gz
talos-hostboot-e4956ca54c226efdda7639decb8f06a92e586825.zip
Updates the LRDIMM to use SPD SI values
Change-Id: Iecb70a232032a76495f751e1cde32e017f2954fa Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75408 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Mark Pizzutillo <mark.pizzutillo@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: ANDRE A. MARIN <aamarin@us.ibm.com> Dev-Ready: 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/75494 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.H4
1 files changed, 4 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 bcf4f1207..8103af405 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
};
///
OpenPOWER on IntegriCloud