From 21080c6885b10977d4a1fe51e2dba79cb67d26c8 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Mon, 27 Nov 2017 10:24:27 -0600 Subject: Log Hostboot state information in all error logs Add the Istep number and substep number to Hostboot Error Logs to assist in problem debug. These items will be added as a user data record to all Hostboot Error Logs prior to Runtime. Change-Id: Ib5d269f3c1853d6d6856669744630dc130fa7094 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54764 Reviewed-by: Martin Gloff Reviewed-by: Matt Derksen Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/errl/plugins/errludparserfactoryerrl.H | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/usr/errl/plugins/errludparserfactoryerrl.H') diff --git a/src/usr/errl/plugins/errludparserfactoryerrl.H b/src/usr/errl/plugins/errludparserfactoryerrl.H index 3859e8250..923632852 100644 --- a/src/usr/errl/plugins/errludparserfactoryerrl.H +++ b/src/usr/errl/plugins/errludparserfactoryerrl.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2017 */ +/* Contributors Listed Below - COPYRIGHT 2012,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -39,6 +39,7 @@ #include "errludcallout.H" #include "errludsensor.H" #include "errludbuild.H" +#include "errludstate.H" namespace ERRORLOG { @@ -67,7 +68,8 @@ public: registerParser(ERRL_UDT_CALLOUT); registerParser(ERRL_UDT_SENSOR); registerParser(ERRL_UDT_BUILD); - } + registerParser(ERRL_UDT_SYSSTATE); + } private: -- cgit v1.2.1