summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2014-12-04 13:56:52 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-01-16 14:03:14 -0600
commitfc7f56da0dd87cfb82433efb1f89a204914aface (patch)
tree3e70aa28c9c43ced1fcc3856344dc23b2f78c5ca /src/include/usr/errl
parent5236a087c01445bf80b7883e7cb9bd50540ce138 (diff)
downloadtalos-hostboot-fc7f56da0dd87cfb82433efb1f89a204914aface.tar.gz
talos-hostboot-fc7f56da0dd87cfb82433efb1f89a204914aface.zip
Send un-ACK'ed error logs in PNOR down to the BMC
when the errlmanager thread starts, it looks at all error logs in PNOR; any that were not ACK'ed during the previous IPL (meaning they were not confirmed as to have been processed by the BMC) will be put into the queue to be sent down once BMC contact has been setup. Change-Id: Ifef5a797eb53a1f28deefc90177dd958648e0210 RTC: 116461 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14738 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Elizabeth Liner <eliner@us.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/errlentry.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index ea5fdf660..aae693c12 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -574,10 +574,10 @@ public:
const HWAS::callOutPriority i_priority);
/**
- * @brief Import flatened error log
+ * @brief Import flattened error log
*
* @param[in] i_buffer, pointer to flat data
- * @param[in] i_len length of flat data
+ * @param[in] i_len length of flattened data
* @return Status 0==SUCCESS
*/
uint64_t unflatten( const void * i_buffer, uint64_t i_len);
OpenPOWER on IntegriCloud