summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/usr/hwas/common/hwasCallout.H1
-rw-r--r--src/usr/errl/plugins/errludcallout.H7
2 files changed, 7 insertions, 1 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H
index a74330aaf..3b7d067ba 100644
--- a/src/include/usr/hwas/common/hwasCallout.H
+++ b/src/include/usr/hwas/common/hwasCallout.H
@@ -150,6 +150,7 @@ enum partTypeEnum
MEM_REF_CLOCK = 9,
PROC_REF_CLOCK = 10,
PCI_REF_CLOCK = 11,
+ SMP_CABLE = 12, //Target is SMPGROUP
};
enum sensorTypeEnum
diff --git a/src/usr/errl/plugins/errludcallout.H b/src/usr/errl/plugins/errludcallout.H
index abce1fb74..3cd00fc89 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,2017 */
+/* Contributors Listed Below - COPYRIGHT 2013,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -142,6 +142,11 @@ case HWAS::_type: i_parser.PrintString( "Part Type", #_type); break;
case_PART_TYPE(LPC_SLAVE_PART_TYPE)
case_PART_TYPE(GPIO_EXPANDER_PART_TYPE)
case_PART_TYPE(SPIVID_SLAVE_PART_TYPE)
+ case_PART_TYPE(TOD_CLOCK)
+ 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",
OpenPOWER on IntegriCloud