summaryrefslogtreecommitdiffstats
path: root/src/import/generic/procedures/xml/error_info
diff options
context:
space:
mode:
authorAlvin Wang <wangat@tw.ibm.com>2019-03-14 10:25:31 -0500
committerRaja Das <rajadas2@in.ibm.com>2019-07-26 00:55:43 -0500
commiteb69df413bccfa2e4b32b4221a577b013acf23de (patch)
tree2bdc986e8223b6f35a05c2cf68d9251c8621b48d /src/import/generic/procedures/xml/error_info
parent8628f61e9c3a20b41487f7f5e390b72a763c66c6 (diff)
downloadtalos-sbe-eb69df413bccfa2e4b32b4221a577b013acf23de.tar.gz
talos-sbe-eb69df413bccfa2e4b32b4221a577b013acf23de.zip
Move MCBIST lib to generic folder
Change-Id: I53010a0d807675ed4d6c862c58ce3536ba7c597a Original-Change-Id: Ib717742707bea6a626131578f5a3b1aeebc76281 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69677 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src/import/generic/procedures/xml/error_info')
-rw-r--r--src/import/generic/procedures/xml/error_info/generic_error.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/import/generic/procedures/xml/error_info/generic_error.xml b/src/import/generic/procedures/xml/error_info/generic_error.xml
index fb6c0433..e2e06481 100644
--- a/src/import/generic/procedures/xml/error_info/generic_error.xml
+++ b/src/import/generic/procedures/xml/error_info/generic_error.xml
@@ -392,4 +392,52 @@
</deconfigure>
</hwpError>
+ <hwpError>
+ <rc>RC_MSS_ZERO_FREQ_OR_SIZE</rc>
+ <description>
+ An zero memory frequency was passed to calculate min cmd gap
+ </description>
+ <ffdc>FREQ</ffdc>
+ <ffdc>SIZE</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_MEMDIAGS_INVALID_PATTERN_INDEX</rc>
+ <description>An invalid pattern index was passed to the pattern loader</description>
+ <ffdc>INDEX</ffdc>
+ <ffdc>MC_TYPE</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_MCBIST_PROGRAM_TOO_BIG</rc>
+ <description>MCBIST program larger than currently supported size</description>
+ <ffdc>PROGRAM_LENGTH</ffdc>
+ <ffdc>TARGET</ffdc>
+ <ffdc>MC_TYPE</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_MCBIST_INVALID_ADDRESS_PAIR_INDEX</rc>
+ <description>An invalid address pair index</description>
+ <ffdc>INDEX</ffdc>
+ <ffdc>MC_TYPE</ffdc>
+ <ffdc>TARGET</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud