Skip to content

Commit

Permalink
p9_common_stopclocks: Level 3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
fenkes-ibm authored and dcrowell77 committed Jun 19, 2017
1 parent 413854f commit 4c3aaea
Showing 1 changed file with 16 additions and 9 deletions.
Expand Up @@ -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>

0 comments on commit 4c3aaea

Please sign in to comment.