summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoachim Fenkes <fenkes@de.ibm.com>2017-05-30 13:36:19 +0200
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-19 13:50:12 -0400
commit4c3aaea4c22328b2fcf114e282e1f02d34a3898b (patch)
tree9a85e944de49df9225943254eb35c2403ee0a099 /src
parent413854fb3729c0b89981ef1a15528f2e6735379a (diff)
downloadtalos-hostboot-4c3aaea4c22328b2fcf114e282e1f02d34a3898b.tar.gz
talos-hostboot-4c3aaea4c22328b2fcf114e282e1f02d34a3898b.zip
p9_common_stopclocks: Level 3
Merge CBS ACK errors into one, add FFDC indicating expected ACK level Change-Id: Ide057e46b15ae30fc49107ff57f577aa665c35a1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41104 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41118 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_common_stopclocks_errors.xml25
1 files changed, 16 insertions, 9 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_common_stopclocks_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_common_stopclocks_errors.xml
index 938f84213..6db0fc4ff 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_common_stopclocks_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_common_stopclocks_errors.xml
@@ -28,17 +28,24 @@
<hwpErrors>
<!-- ******************************************************************** -->
<hwpError>
- <rc>RC_CBS_ACK_NOT_HIGH_ERR</rc>
+ <rc>RC_CBS_ACK_NOT_SEEN_ERR</rc>
<description>
- CBS_ACK is not HIGH with in expected time, ReTry by adding more delay
- </description>
- </hwpError>
- <!-- ******************************************************************** -->
- <hwpError>
- <rc>RC_CBS_ACK_NOT_LOW_ERR</rc>
- <description>
- CBS_ACK is not LOW with in expected time, ReTry by adding more delay
+ CBS_ACK did not transition within timeout
</description>
+ <ffdc>TARGET_CHIP</ffdc>
+ <ffdc>EXPECTED_ACK_VALUE</ffdc>
+ <ffdc>CBS_CC_STAT</ffdc>
+ <ffdc>TIMEOUT</ffdc>
+ <ffdc>DELAY</ffdc>
+ <collectRegisterFfdc><id>CBS_STATUS_REGISTERS</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType><target>TARGET_CHIP</target></collectRegisterFfdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ <callout>
+ <target>TARGET_CHIP</target>
+ <priority>MEDIUM</priority>
+ </callout>
</hwpError>
<!-- ******************************************************************** -->
</hwpErrors>
OpenPOWER on IntegriCloud