summaryrefslogtreecommitdiffstats
path: root/src/import/generic/procedures/xml/error_info/generic_error.xml
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2019-01-07 16:10:52 -0600
committerRAJA DAS <rajadas2@in.ibm.com>2019-07-25 04:22:35 -0500
commit4338c9dbae87e12409dd6e531db6d8222fedf5a4 (patch)
tree8a4846c0d171cef5fa75d4a32f391e4d3d974154 /src/import/generic/procedures/xml/error_info/generic_error.xml
parent0f8b9522c20f04d8dfd3bcbebeacb87d7f4ddb54 (diff)
downloadtalos-sbe-4338c9dbae87e12409dd6e531db6d8222fedf5a4.tar.gz
talos-sbe-4338c9dbae87e12409dd6e531db6d8222fedf5a4.zip
Generalize set fields in pre_data_init
Added a definition file for data engine traits for specialization purposes. Moved pre_data_engine definitions into a common templated version. Change-Id: Ifb204da9cc6eb9d5d36b6eaeb1e1a5e99c97544e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69411 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> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Dev-Ready: ANDRE A. MARIN <aamarin@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/80975 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/import/generic/procedures/xml/error_info/generic_error.xml')
-rw-r--r--src/import/generic/procedures/xml/error_info/generic_error.xml68
1 files changed, 68 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 59882a66..be4c148c 100644
--- a/src/import/generic/procedures/xml/error_info/generic_error.xml
+++ b/src/import/generic/procedures/xml/error_info/generic_error.xml
@@ -330,4 +330,72 @@
</callout>
</hwpError>
+ <hwpError>
+ <rc>RC_MSS_UNEXPECTED_VALUE_SEEN</rc>
+ <description> Invalid value seen versus the expected value wanted </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>EXPECTED</ffdc>
+ <ffdc>ACTUAL</ffdc>
+ <ffdc>FUNCTION</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>LOW</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_OUT_OF_BOUNDS_INDEXING</rc>
+ <description>
+ Desired index is larger than list (std::vector, array, etc.) size.
+ Likely a programming error.
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>INDEX</ffdc>
+ <ffdc>LIST_SIZE</ffdc>
+ <ffdc>FUNCTION</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>LOW</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_CONVERSION_ERROR</rc>
+ <description>
+ Overflow or underflow occured converting one integral type to another.
+ This is a programming error.
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>ORIGINAL_VAL</ffdc>
+ <ffdc>CONVERTED_VAL</ffdc>
+ <ffdc>FUNCTION</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>LOW</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_FAILED_DATA_INTEGRITY_CHECK</rc>
+ <description>
+ Bad data received.
+ Settings are incorrect for received data.
+ This could be code problem (decoding) or bad data.
+ </description>
+ <ffdc>VALUE</ffdc>
+ <ffdc>BYTE</ffdc>
+ <ffdc>FFDC_CODE</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET</target>
+ </deconfigure>
+ </hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud