summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-02-26 17:16:21 -0500
committerRaja Das <rajadas2@in.ibm.com>2019-07-26 00:55:32 -0500
commit9f3153431c60066a7133c499c6fd498460ce845b (patch)
treea60fad9440ef1e1a725efae71289ece0aaf19d7c /src/import/chips/ocmb
parentd5d815fead7bea2dfea22999bef062054a7a615f (diff)
downloadtalos-sbe-9f3153431c60066a7133c499c6fd498460ce845b.tar.gz
talos-sbe-9f3153431c60066a7133c499c6fd498460ce845b.zip
Adds explorer post-draminit bad bits processing
Change-Id: I790e090e3913964742dbb062e0fe74903048d3cc Original-Change-Id: I60a76365e95eab18a24075ac20a24fb2754c6b00 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72511 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@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: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H1
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml12
2 files changed, 13 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
index 8a298132..f2e0541f 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
@@ -77,6 +77,7 @@ enum sizes
{
MAX_DIMM_PER_PORT = 2,
MAX_RANK_PER_DIMM = 4,
+ MAX_BITS_PER_PORT = 80,
};
///
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml b/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml
index 55498eda..7a90c423 100644
--- a/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml
+++ b/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml
@@ -25,6 +25,18 @@
<hwpErrors>
<hwpError>
+ <rc>RC_MSS_EXP_DRAMINIT_BAD_NUM_RANKS</rc>
+ <description>Bad number of ranks were passed in the bad bits functionality</description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>NUM_RANKS</ffdc>
+ <ffdc>MAX_RANKS</ffdc>
+ <callout>
+ <target>CODE</target>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
<rc>RC_MSS_EXP_DRAMINIT_UNSUPPORTED_DIMM_TYPE</rc>
<description>Unsupported DIMM type encountered in draminit_training procedure</description>
<ffdc>OCMB_TARGET</ffdc>
OpenPOWER on IntegriCloud