summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2013-07-16 14:52:59 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-07-16 16:41:49 -0500
commit960bb24c0a084c0f3371d538f6ba818161cc202f (patch)
tree9bb45791f0640e368eb5b8879312199da54ff238 /src/include/usr/errl
parent16487092f74ece75e80515a6e23c1413e3c86c49 (diff)
downloadtalos-hostboot-960bb24c0a084c0f3371d538f6ba818161cc202f.tar.gz
talos-hostboot-960bb24c0a084c0f3371d538f6ba818161cc202f.zip
Start using real SRC range for Hostboot
Per Section 4.3.3 of v0.10a of PEL PLDD Change-Id: I7ba45bfd9f5abf48dce2d9e1d98c4eb2763ff0a6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5426 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl')
-rw-r--r--src/include/usr/errl/hberrltypes.H10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/usr/errl/hberrltypes.H b/src/include/usr/errl/hberrltypes.H
index f8803df60..a54683de8 100644
--- a/src/include/usr/errl/hberrltypes.H
+++ b/src/include/usr/errl/hberrltypes.H
@@ -203,7 +203,7 @@ enum errlEventType_t
* Needs to fit into 1 byte for flattening purposes.
*
* This represents the byte in an SRC in position
- * XX...... such as B1 in B181F00B.
+ * XX...... such as BC in BC81F00B.
*
* Refer to errlentry.H and this setter:
* void ErrlEntry::setSrcType(const srcType_t i_srcType)
@@ -211,10 +211,10 @@ enum errlEventType_t
*/
enum srcType_t
{
- SRC_INTERVENTION_REQ = 0xA1,
- SRC_ERR_INFO = 0xB1,
- SRC_IPL_STATUS = 0xC1,
- SRC_GENERAL_STATUS = 0xD1,
+ SRC_INTERVENTION_REQ = 0xAC,
+ SRC_ERR_INFO = 0xBC,
+ SRC_IPL_STATUS = 0xCC,
+ SRC_GENERAL_STATUS = 0xDC,
};
OpenPOWER on IntegriCloud