summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2014-03-18 14:05:27 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-20 14:12:25 -0500
commitde48dcc5cc2640f42fa18a76666aa70ff7933562 (patch)
tree0761d1d5b318387fe58261369c513504fcfd65c2 /src/include/usr/errl
parentf146335272226da8ec3cfc9f40e5ab2c9a5d3fb2 (diff)
downloadtalos-hostboot-de48dcc5cc2640f42fa18a76666aa70ff7933562.tar.gz
talos-hostboot-de48dcc5cc2640f42fa18a76666aa70ff7933562.zip
Look at eid and plid when going through errlogs
HB needs to look for the case where a special REF code is provided by the FSP and only look at its PLID Change-Id: I299bf6056bcfaca37bc60449a745a9bbeaa754c2 RTC: 99598 CQ: SW251889 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9703 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl')
-rw-r--r--src/include/usr/errl/errlmanager.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/usr/errl/errlmanager.H b/src/include/usr/errl/errlmanager.H
index 134e3958f..06f0482e7 100644
--- a/src/include/usr/errl/errlmanager.H
+++ b/src/include/usr/errl/errlmanager.H
@@ -410,6 +410,16 @@ private:
uint32_t readEidFromFlattened(uint32_t i_position);
/**
+ * @brief read the Plid from the flattened error log in PNOR;
+ * MUST point to a non-empty slot
+ *
+ * @param[in] i_position - index into PNOR to check
+ * @return plid for that error log
+ *
+ */
+ uint32_t readPlidFromFlattened(uint32_t i_position);
+
+ /**
* @brief set the ACK bit in the flattened error log in PNOR;
* MUST point to a non-empty slot
*
OpenPOWER on IntegriCloud