summaryrefslogtreecommitdiffstats
path: root/src/import/generic/memory/lib/utils/shared
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-02-18 10:25:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-12 12:38:01 -0500
commitc96464c7d52540eda875ac62082f1ebf24de3f72 (patch)
treed609145afac507b684a2d8ab6d13b5572119ecd7 /src/import/generic/memory/lib/utils/shared
parent6f660c2b98b78730f691f62401d14dbffc2a2d0a (diff)
downloadtalos-hostboot-c96464c7d52540eda875ac62082f1ebf24de3f72.tar.gz
talos-hostboot-c96464c7d52540eda875ac62082f1ebf24de3f72.zip
Moves set bad bitmap into generic
Change-Id: I0c9e8beb0e4cd930ebccbf26d1e8149b64fae65d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72154 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Louis Stermole <stermole@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: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72163 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/generic/memory/lib/utils/shared')
-rw-r--r--src/import/generic/memory/lib/utils/shared/mss_generic_consts.H2
1 files changed, 2 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 d95ebcf45..c3c3a8f4a 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
@@ -50,6 +50,8 @@ enum common_consts
{
DEFAULT_POLL_LIMIT = 50, ///< the number of poll attempts in the event we can't calculate another
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
};
///
OpenPOWER on IntegriCloud