summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-05-21 10:55:17 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-22 23:45:17 -0400
commita3cf4f273a3ee1a2f91091f653eec7f4e8623c77 (patch)
treee85a7c633c12fee7aefcd2c19214b6556523454e
parent6165bafa7de9cf9af1f694f178f53f76ae0861f4 (diff)
downloadtalos-hostboot-a3cf4f273a3ee1a2f91091f653eec7f4e8623c77.tar.gz
talos-hostboot-a3cf4f273a3ee1a2f91091f653eec7f4e8623c77.zip
Add SMP_CABLE to PartCallout list
The SMP_CABLE part callout will be used to indicate to the FSP that a SMP cable is at fault. The FSP code will do further analysis, possibly adding more FFDC to the error log or triggering recovery code. Change-Id: Ib7463e5e21c1a9aa75e6a6121e31d742293ef928 RTC: 180336 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59132 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> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Srikantha S. Meesala <srikantha@in.ibm.com> Disable-CI: Srikantha S. Meesala <srikantha@in.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-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