summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-04-02 15:08:47 -0400
committerRAJA DAS <rajadas2@in.ibm.com>2019-07-25 04:10:30 -0500
commit5d6711c64b55c19444b4671b1dd64034d558629e (patch)
tree5ec5d95f3e0872ddbd094dd28dc577db28054ceb /src
parent1fac7c34557711164212716d8739aeea9d0dc2c6 (diff)
downloadtalos-sbe-5d6711c64b55c19444b4671b1dd64034d558629e.tar.gz
talos-sbe-5d6711c64b55c19444b4671b1dd64034d558629e.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/80997 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src')
-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 153d02b0..8a35ed62 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
@@ -51,6 +51,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