summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml80
1 files changed, 80 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml b/src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml
index 06e4a10d1..c60566431 100644
--- a/src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml
+++ b/src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml
@@ -57,4 +57,84 @@
<target>TARGET</target>
</deconfigure>
</hwpError>
+
+ <hwpError>
+ <rc>RC_EXP_TWI_INVALID_STATUS_ID</rc>
+ <description>
+ The status_id field of the TWI status was invalid
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>STATUS_ID</ffdc>
+ <ffdc>STATUS_WORD32</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET</target>
+ </deconfigure>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_EXP_TWI_UNEXPECTED_STATUS</rc>
+ <description>
+ Received unexpected TWI status
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>EXPECTED_STATUS</ffdc>
+ <ffdc>STATUS</ffdc>
+ <ffdc>STATUS_WORD32</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET</target>
+ </deconfigure>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_EXP_TWI_UNEXPECTED_WRITE_OFFSET</rc>
+ <description>
+ Received unexpected TWI write offset
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>EXPECTED_OFFSET</ffdc>
+ <ffdc>WRITE_OFFSET</ffdc>
+ <ffdc>STATUS_WORD32</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET</target>
+ </deconfigure>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_EXP_TWI_INVALID_IMAGE_SIZE</rc>
+ <description>
+ Explorer TWI firmware image must be less than 256KB
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>MAX_SIZE</ffdc>
+ <ffdc>ACTUAL_SIZE</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ </hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud