From 716f5fdcab1d28c9bbc1d3b8767c781d403a7ff2 Mon Sep 17 00:00:00 2001 From: Matt Derksen Date: Tue, 18 Sep 2018 12:14:18 -0500 Subject: Fix part translation for SMP_CABLE callout Fix Not Applicable reported for subsystem for predictive error logs during runtime SMP cable pulls Change-Id: I619b32cb4d2e132296e8008bbf844e161e5aef87 CQ:SW445305 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66266 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Nicholas E. Bofferding Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes Reviewed-by: William G. Hoffa --- src/usr/errl/errlentry_consts.H | 9 ++++++++- src/usr/errl/plugins/errludcallout.H | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'src/usr/errl') diff --git a/src/usr/errl/errlentry_consts.H b/src/usr/errl/errlentry_consts.H index 4fea8b042..6236cd37f 100644 --- a/src/usr/errl/errlentry_consts.H +++ b/src/usr/errl/errlentry_consts.H @@ -133,6 +133,8 @@ const epubClockTypeToSub_t CLOCK_TO_SUBSYS_TABLE[] = { HWAS::MEMCLK_TYPE , EPUB_CEC_HDW_CLK_CTL }, { HWAS::OSCREFCLK_TYPE , EPUB_CEC_HDW_CLK_CTL }, { HWAS::OSCPCICLK_TYPE , EPUB_CEC_HDW_CLK_CTL }, + { HWAS::OSCPCICLK0_TYPE , EPUB_CEC_HDW_CLK_CTL }, + { HWAS::OSCPCICLK1_TYPE , EPUB_CEC_HDW_CLK_CTL }, }; struct epubPartTypeToSub_t @@ -150,7 +152,12 @@ const epubPartTypeToSub_t PART_TO_SUBSYS_TABLE[] = { HWAS::VPD_PART_TYPE , EPUB_CEC_HDW_SUBSYS }, { HWAS::LPC_SLAVE_PART_TYPE , EPUB_CEC_HDW_SUBSYS }, { HWAS::GPIO_EXPANDER_PART_TYPE , EPUB_MEMORY_SUBSYS }, - { HWAS::SPIVID_SLAVE_PART_TYPE , EPUB_POWER_SUBSYS }, + { HWAS::SPIVID_SLAVE_PART_TYPE , EPUB_POWER_SUBSYS }, + { HWAS::TOD_CLOCK , EPUB_CEC_HDW_TOD_HDW }, + { HWAS::MEM_REF_CLOCK , EPUB_CEC_HDW_CLK_CTL }, + { HWAS::PROC_REF_CLOCK , EPUB_CEC_HDW_CLK_CTL }, + { HWAS::PCI_REF_CLOCK , EPUB_CEC_HDW_CLK_CTL }, + { HWAS::SMP_CABLE , EPUB_CEC_HDW_SUBSYS }, }; struct epubSensorTypeToSub_t diff --git a/src/usr/errl/plugins/errludcallout.H b/src/usr/errl/plugins/errludcallout.H index 9ebea5e64..f5ef563b7 100644 --- a/src/usr/errl/plugins/errludcallout.H +++ b/src/usr/errl/plugins/errludcallout.H @@ -148,6 +148,7 @@ case HWAS::_type: i_parser.PrintString( "Part Type", #_type); break; case_PART_TYPE(MEM_REF_CLOCK) case_PART_TYPE(PROC_REF_CLOCK) case_PART_TYPE(PCI_REF_CLOCK) + case_PART_TYPE(SMP_CABLE) default: i_parser.PrintNumber( "Part Type", "UNKNOWN: 0x%X", -- cgit v1.2.1