summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl/errlprvt.H
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-10-25 14:52:43 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-14 17:10:27 -0600
commit931ed57963b8f63c67dc45144c2bb65b3f014a56 (patch)
treead8cb470618236b50a201cb1995ec66d9a2a2d9c /src/include/usr/errl/errlprvt.H
parent7c353ef9c158531352888b47264ace19675b95f8 (diff)
downloadtalos-hostboot-931ed57963b8f63c67dc45144c2bb65b3f014a56.tar.gz
talos-hostboot-931ed57963b8f63c67dc45144c2bb65b3f014a56.zip
store error logs in PNOR
. store error logs in PNOR, truncating to 4K . set and clear ACKnowledge bit as appropriate . move PNOR and MBOX init code in errlmanager until after PNOR and MBOX services are actually up and running Change-Id: I57c5bacae8ffd283577164a0706c081a8ef5af30 RTC: 47517 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6884 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl/errlprvt.H')
-rw-r--r--src/include/usr/errl/errlprvt.H5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/usr/errl/errlprvt.H b/src/include/usr/errl/errlprvt.H
index fbdf82588..1f4e1e401 100644
--- a/src/include/usr/errl/errlprvt.H
+++ b/src/include/usr/errl/errlprvt.H
@@ -53,7 +53,6 @@ private:
SLEN = 40, // section length w/o sizeof(ErrlSctnHdr)
SST = 0, // section type
VER = 1 // section version
- // CSS_VER = 8 // TODO unused, relates to iv_cssver[]
};
/**
@@ -119,10 +118,6 @@ private:
uint8_t iv_sctns; // count of sections
uint32_t iv_plid; // platform log id
uint32_t iv_eid; // Error Log ID
-
- // uint8_t iv_cssver[CSS_VER]; // TODO unused now, do we need this?
-
-
};
OpenPOWER on IntegriCloud