Skip to content

Commit

Permalink
Add sbeError tag to all SBE related error xml files
Browse files Browse the repository at this point in the history
Change-Id: I5b54bcc3f565ea4b8b8bcf0cc652c2b5f9a6e9c8
Original-Change-Id: I990940cad75b04131a25ddd1a0aac9dfc10ecf65
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27463
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42947
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Tested-by: Dean Sanner <dsanner@us.ibm.com>
  • Loading branch information
rjknight authored and sannerd committed Jul 11, 2017
1 parent f513299 commit a0e56bf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,26 @@
<hwpErrors>
<!-- ******************************************************************** -->
<hwpError>
<sbeError/>
<rc>RC_SBE_SCAN0_DONE_POLL_THRESHOLD_ERR</rc>
<description>Timeout waiting for scan0 to complete , loop count expired that polls for OPCG_DONE</description>
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
<sbeError/>
<rc>RC_SBE_ARRAYINIT_POLL_THRESHOLD_ERR</rc>
<description>Polling for OPCG_DONE for arrayInit reached threshold , count expired.</description>
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
<sbeError/>
<rc>RC_SRAM_ABIST_DONE_BIT_ERR</rc>
<description>SRAM abist done bit is not set</description>
<ffdc>READ_ABIST_DONE</ffdc>
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
<sbeError/>
<rc>RC_EDRAM_ABIST_DONE_BIT_ERR</rc>
<description>EDRAM abist done bit is not set</description>
<ffdc>READ_ABIST_DONE</ffdc>
Expand Down

0 comments on commit a0e56bf

Please sign in to comment.