summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSangeetha T S <sangeet2@in.ibm.com>2015-09-28 04:48:06 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-16 00:44:18 -0400
commit0d21c1e320b599b2410e6ef5aed2f9cbebed1f5b (patch)
tree39f8fa53d1d4dd992752991c7a3e4c93770e52da
parentae915e86927c93aecd9445692f8d2665673e3df7 (diff)
downloadtalos-hostboot-0d21c1e320b599b2410e6ef5aed2f9cbebed1f5b.tar.gz
talos-hostboot-0d21c1e320b599b2410e6ef5aed2f9cbebed1f5b.zip
JET: Level 2, Make p9_pm_ocb_indir_access FAPI 2.0 compliant
Change-Id: I596cfc3b80fe502388d5c76e5ef262bf708233a6 Original-Change-Id: I63db5f7adb0714bd72b3fba9c253b00ba1dda03c Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20874 Tested-by: Jenkins Server Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25893 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_pm_ocb_indir_access_errors.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_pm_ocb_indir_access_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_pm_ocb_indir_access_errors.xml
new file mode 100644
index 000000000..fbb517a1b
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_pm_ocb_indir_access_errors.xml
@@ -0,0 +1,48 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: chips/p9/procedures/xml/error_info/p9_pm_ocb_indir_access_errors.xml $ -->
+<!-- -->
+<!-- IBM CONFIDENTIAL -->
+<!-- -->
+<!-- EKB Project -->
+<!-- -->
+<!-- COPYRIGHT 2015,2016 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
+<!-- -->
+<!-- The source code for this program is not published or otherwise -->
+<!-- divested of its trade secrets, irrespective of what has been -->
+<!-- deposited with the U.S. Copyright Office. -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+<!-- Error definitions for p9_pm_ocb_indir_access procedure -->
+<hwpErrors>
+ <!-- ******************************************************************* -->
+ <hwpError>
+ <rc>RC_PROCPM_OCB_ACCESS_LENGTH_CHECK</rc>
+ <description>
+ Input length of data fetched from the data register and transfered via
+ indirect channel did not match the output length
+ </description>
+ <ffdc>LENGTH</ffdc>
+ <ffdc>ACTUALLENGTH</ffdc>
+ </hwpError>
+ <!-- ******************************************************************* -->
+ <hwpError>
+ <rc>RC_PROCPM_OCB_PUT_NO_DATA_ERROR</rc>
+ <description>
+ No data passed for Put operation.
+ </description>
+ </hwpError>
+ <!-- ******************************************************************* -->
+ <hwpError>
+ <rc>RC_PROCPM_OCB_PUT_DATA_POLL_NOT_FULL_ERROR</rc>
+ <description>
+ Indicates that a timeout occured waiting for a push queue to be non-full
+ before writing data. Is likely due to OCC firmware not pulling entries off
+ of the queue in a timely manner.
+ </description>
+ <ffdc>PUSHQ_STATE</ffdc>
+ </hwpError>
+</hwpErrors>
OpenPOWER on IntegriCloud