summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-03-09 09:00:14 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-09 23:44:47 -0500
commit309422a68f39d09263b48bf341e8ef1bf8c2f8e8 (patch)
treedca84fc092ac44a23826d89059024c331bdfe9c2
parent08379ab81944d9da11f6a0970b62990316f0c932 (diff)
downloadtalos-hostboot-309422a68f39d09263b48bf341e8ef1bf8c2f8e8.tar.gz
talos-hostboot-309422a68f39d09263b48bf341e8ef1bf8c2f8e8.zip
Fix EID range for HBRT logs
Add back in the lost 0x89 subsystem specifier to the HBRT error logs. Change-Id: Idf9a5a90e79137df3745e5a3d387255e5c87f715 CQ: SW420482 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55364 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/errl/runtime/rt_errlmanager.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/errl/runtime/rt_errlmanager.C b/src/usr/errl/runtime/rt_errlmanager.C
index 62eabc263..2714659b7 100644
--- a/src/usr/errl/runtime/rt_errlmanager.C
+++ b/src/usr/errl/runtime/rt_errlmanager.C
@@ -68,6 +68,7 @@ bool rt_processCallout(errlHndl_t &io_errl,
///////////////////////////////////////////////////////////////////////////////
ErrlManager::ErrlManager() :
iv_currLogId(0),
+ iv_baseNodeId(ERRLOG_PLID_BASE_MASK),
iv_pnorReadyForErrorLogs(true),
iv_pStorage(NULL),
iv_hwasProcessCalloutFn(NULL),
OpenPOWER on IntegriCloud