summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/plugins/errludcallout.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/errl/plugins/errludcallout.H')
-rw-r--r--src/usr/errl/plugins/errludcallout.H7
1 files changed, 6 insertions, 1 deletions
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