diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2018-05-21 10:55:17 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-05-22 23:45:17 -0400 |
| commit | a3cf4f273a3ee1a2f91091f653eec7f4e8623c77 (patch) | |
| tree | e85a7c633c12fee7aefcd2c19214b6556523454e /src/include/usr | |
| parent | 6165bafa7de9cf9af1f694f178f53f76ae0861f4 (diff) | |
| download | talos-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>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/hwas/common/hwasCallout.H | 1 |
1 files changed, 1 insertions, 0 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 |

