summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/plugins
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2019-02-15 16:01:31 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-11 17:15:07 -0500
commit0bfacdff427febebffd7e128744f2f775a756bee (patch)
treeb0dc5279ee6d2f95ca11c94afe9f8d8a9ab5197f /src/usr/errl/plugins
parent281c7c93a46370c73ea473a72f579e684577e457 (diff)
downloadtalos-hostboot-0bfacdff427febebffd7e128744f2f775a756bee.tar.gz
talos-hostboot-0bfacdff427febebffd7e128744f2f775a756bee.zip
Add callouts for NVDIMM errors
- Add part callout for NVDIMM controller - Add part callout for Backup Power Module - Call new procedure for NVDIMM errors Change-Id: I33d14b8e4220ced3c632c8174eaed5faca4f088d RTC:199645 CMVC-Prereq:1077602 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71977 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: TSUNG K. YEUNG <tyeung@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/errl/plugins')
-rw-r--r--src/usr/errl/plugins/errludcallout.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/errl/plugins/errludcallout.H b/src/usr/errl/plugins/errludcallout.H
index e8bb364e9..b063f44b8 100644
--- a/src/usr/errl/plugins/errludcallout.H
+++ b/src/usr/errl/plugins/errludcallout.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2018 */
+/* Contributors Listed Below - COPYRIGHT 2013,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -149,6 +149,8 @@ case HWAS::_type: i_parser.PrintString( "Part Type", #_type); break;
case_PART_TYPE(PROC_REF_CLOCK)
case_PART_TYPE(PCI_REF_CLOCK)
case_PART_TYPE(SMP_CABLE)
+ case_PART_TYPE(BPM_CABLE_PART_TYPE)
+ case_PART_TYPE(NV_CONTROLLER_PART_TYPE)
default:
i_parser.PrintNumber( "Part Type", "UNKNOWN: 0x%X",
@@ -369,7 +371,7 @@ case HWAS::_type: i_parser.PrintString( "Priority", #_type); break;
#define case_FLAG(_type) \
case HWAS::_type: i_parser.PrintString( "Flag", #_type); break;
case_FLAG(FLAG_LINK_DOWN)
- case(HWAS::FLAG_NONE): break; //do not print anything
+ case(HWAS::FLAG_NONE): break; //do not print anything
default:
i_parser.PrintNumber( "Flag", "UNKNOWN: 0x%X",
ntohl(pData->flag) );
OpenPOWER on IntegriCloud