summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml
diff options
context:
space:
mode:
authorRicardo Mata <ricmata@us.ibm.com>2016-07-14 15:02:59 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-03-23 10:03:32 -0400
commit4239927ee5de613ba2127f2788b482ab7de0145c (patch)
tree2f82d349163a719bd7c18914963b6b7badb4c455 /src/import/chips/p9/procedures/xml
parent463c485cfa7a7f70826398e87258a27c7df02708 (diff)
downloadtalos-sbe-4239927ee5de613ba2127f2788b482ab7de0145c.tar.gz
talos-sbe-4239927ee5de613ba2127f2788b482ab7de0145c.zip
p9_suspend_io procedure with updates from review feedback
Change-Id: I911f17d72d36ad43fb03cdf86b5ce3d4b07a71fc Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27218 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38267 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/error_info/p9_suspend_io_errors.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_suspend_io_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_suspend_io_errors.xml
new file mode 100755
index 00000000..0f4bdbc0
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_suspend_io_errors.xml
@@ -0,0 +1,74 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_suspend_io_errors.xml $ -->
+<!-- -->
+<!-- OpenPOWER sbe Project -->
+<!-- -->
+<!-- Contributors Listed Below - COPYRIGHT 2016,2017 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
+<!-- -->
+<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
+<!-- you may not use this file except in compliance with the License. -->
+<!-- You may obtain a copy of the License at -->
+<!-- -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
+<!-- -->
+<!-- Unless required by applicable law or agreed to in writing, software -->
+<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
+<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
+<!-- implied. See the License for the specific language governing -->
+<!-- permissions and limitations under the License. -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+<!-- Error definitions for p9_suspend_io procedure -->
+<hwpErrors>
+ <!-- ********************************************************************* -->
+ <hwpError>
+ <rc>RC_P9_PBCQ_CQ_NOT_IDLE</rc>
+ <description>
+ PBCQ CQ did not go to idle.
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>NFIR_ADDR</ffdc>
+ <ffdc>NFIR_DATA</ffdc>
+ <ffdc>PHB_RESET_ADDR</ffdc>
+ <ffdc>PHB_RESET_DATA</ffdc>
+ <ffdc>CQ_STAT_ADDR</ffdc>
+ <ffdc>CQ_STAT_DATA</ffdc>
+ <!-- Add procedure callout -->
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>LOW</priority>
+ </callout>
+ <!-- Add hw callout -->
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+ <!-- ********************************************************************* -->
+ <hwpError>
+ <rc>RC_P9_PHB_NFIR_NOT_CLEARED</rc>
+ <description>
+ PCI Nest FIR Register did not clear.
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>NFIR_ADDR</ffdc>
+ <ffdc>NFIR_DATA</ffdc>
+ <ffdc>PFIR_ADDR</ffdc>
+ <ffdc>PFIR_DATA</ffdc>
+ <!-- Add procedure callout -->
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>LOW</priority>
+ </callout>
+ <!-- Add hw callout -->
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+ <!-- ********************************************************************* -->
+</hwpErrors>
OpenPOWER on IntegriCloud