diff options
| author | Matt Derksen <mderkse1@us.ibm.com> | 2017-07-18 16:14:51 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-07-28 16:27:18 -0400 |
| commit | e7955db9ace86b83313545014a805c9678034839 (patch) | |
| tree | 2f453735fa33ab699e2afa28e10765ba0f40ea05 /src/usr/errl/plugins/errludparserfactoryerrl.H | |
| parent | f85d893d45c80ceec577cdd22e74bf89302af4e1 (diff) | |
| download | talos-hostboot-e7955db9ace86b83313545014a805c9678034839.tar.gz talos-hostboot-e7955db9ace86b83313545014a805c9678034839.zip | |
Add fault sensor information into IPMI error logs
Fault sensor number, FRU ID, and priority added to hardware callouts.
Change-Id: I8e4d815a4a3b26db29f852d6160dcf4b12452660
RTC:134069
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43604
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
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: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/errl/plugins/errludparserfactoryerrl.H')
| -rw-r--r-- | src/usr/errl/plugins/errludparserfactoryerrl.H | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/errl/plugins/errludparserfactoryerrl.H b/src/usr/errl/plugins/errludparserfactoryerrl.H index 608be0577..1db49a8dc 100644 --- a/src/usr/errl/plugins/errludparserfactoryerrl.H +++ b/src/usr/errl/plugins/errludparserfactoryerrl.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2017 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -35,6 +37,7 @@ #include "errludattribute.H" #include "errludlogregister.H" #include "errludcallout.H" +#include "errludsensor.H" namespace ERRORLOG { @@ -60,6 +63,7 @@ public: registerParser<ErrlUserDetailsParserAttribute>(ERRL_UDT_ATTRIBUTE); registerParser<ErrlUserDetailsParserLogRegister>(ERRL_UDT_LOGREGISTER); registerParser<ErrlUserDetailsParserCallout>(ERRL_UDT_CALLOUT); + registerParser<ErrlUserDetailsParserSensor>(ERRL_UDT_SENSOR); } private: |

