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: Ie8ac9547118c9f971733d9e74a21d03f0c9916d6
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/36111
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: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
rjknight authored and crgeddes committed Feb 10, 2017
1 parent 7259e7a commit 1be6c47
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<hwpErrors>
<!-- ********************************************************************* -->
<hwpError>
<sbeError/>
<rc>RC_PMPROC_PFETLIB_BAD_DOMAIN</rc>
<description>Invalid domain value passed to p9_pfet_control.</description>
<ffdc>EX</ffdc>
Expand All @@ -37,6 +38,7 @@
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
<sbeError/>
<rc>RC_PMPROC_PFETLIB_BAD_SCOM</rc>
<description>SCOM request failed.</description>
<ffdc>EX</ffdc>
Expand All @@ -49,6 +51,7 @@
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
<sbeError/>
<rc>RC_PMPROC_PFETLIB_BAD_OP</rc>
<description>Invalid operation value passed to p9_pfet_control.</description>
<ffdc>EX</ffdc>
Expand All @@ -61,6 +64,7 @@
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
<sbeError/>
<rc>RC_PMPROC_PFETLIB_RAIL_ON</rc>
<description>Error returned turning PFETs on in p9_pfet_control.</description>
<ffdc>EX</ffdc>
Expand All @@ -69,6 +73,7 @@
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
<sbeError/>
<rc>RC_PMPROC_PFETLIB_RAIL_OFF</rc>
<description>Error returned turning PFETs off in p9_pfet_control.</description>
<ffdc>EX</ffdc>
Expand All @@ -77,6 +82,7 @@
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
<sbeError/>
<rc>RC_PMPROC_PFETLIB_TIMEOUT</rc>
<description>
PFET sequencer timed out in p9_pfet_control.
Expand Down Expand Up @@ -110,6 +116,7 @@
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
<sbeError/>
<rc>RC_PMPROC_PFET_CODE_BAD_MODE</rc>
<description>Unknown mode passed to p9_pfet_init</description>
<ffdc>EX</ffdc>
Expand All @@ -121,6 +128,7 @@
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
<sbeError/>
<rc>RC_PMPROC_PFET_GET_ATTR</rc>
<description>p9_pfet_init could not get an attribute.</description>
<ffdc>EX</ffdc>
Expand Down

0 comments on commit 1be6c47

Please sign in to comment.