summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_collect_ppe_state.xml
diff options
context:
space:
mode:
authorAmit Tendolkar <amit.tendolkar@in.ibm.com>2017-05-05 07:23:01 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-11 16:50:46 -0400
commit6da5b41be5353e1b5fb1f3e6cda73c1ad1650041 (patch)
treef266ee8f50c7a9c9d7e1a6b5ee1f291517ac401c /src/import/chips/p9/procedures/xml/error_info/p9_collect_ppe_state.xml
parentc22f7447d7f0b0b3bee7e9e45fb813a1937a7a15 (diff)
downloadtalos-hostboot-6da5b41be5353e1b5fb1f3e6cda73c1ad1650041.tar.gz
talos-hostboot-6da5b41be5353e1b5fb1f3e6cda73c1ad1650041.zip
Base infra for PM FFDC extraction of PPE state
Allows a HWP to callback into the p9_ppe_state via FAPI return code using the collectFfdc error xml tag, such that the PPE state registers get added as FFDC to the return code Change-Id: If1c7804fb8d04ba2b8d5939f111f6d7cbb7e4443 RTC: 163327 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40139 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> 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/40142 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info/p9_collect_ppe_state.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_collect_ppe_state.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_collect_ppe_state.xml b/src/import/chips/p9/procedures/xml/error_info/p9_collect_ppe_state.xml
new file mode 100644
index 000000000..b8b68a5b7
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_collect_ppe_state.xml
@@ -0,0 +1,49 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_collect_ppe_state.xml $ -->
+<!-- -->
+<!-- OpenPOWER HostBoot Project -->
+<!-- -->
+<!-- Contributors Listed Below - COPYRIGHT 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_collect_ppe_state procedure -->
+<hwpErrors>
+<!--************************************************************************-->
+ <hwpError>
+ <rc>RC_PPE_STATE_DATA_SPR</rc>
+ <description>PPE SPR Data</description>
+ <ffdc>PPE_REG_NR</ffdc>
+ <ffdc>PPE_REG_VAL</ffdc>
+ </hwpError>
+<!--************************************************************************-->
+ <hwpError>
+ <rc>RC_PPE_STATE_DATA_XIR</rc>
+ <description>PPE XIR Data</description>
+ <ffdc>PPE_REG_NR</ffdc>
+ <ffdc>PPE_REG_VAL</ffdc>
+ </hwpError>
+<!--************************************************************************-->
+ <hwpError>
+ <rc>RC_PPE_STATE_DATA_GPR</rc>
+ <description>PPE GPR Data</description>
+ <ffdc>PPE_REG_NR</ffdc>
+ <ffdc>PPE_REG_VAL</ffdc>
+ </hwpError>
+<!--************************************************************************-->
+</hwpErrors>
OpenPOWER on IntegriCloud