summaryrefslogtreecommitdiffstats
path: root/src/usr/ipmi/ipmisel.C
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2015-04-27 12:10:21 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-08-18 18:10:19 -0500
commita85a8f8c44e76c0edfeca53835cebbc7d2fdd383 (patch)
treec56023e602d9b309e14c8eeaf85d186762af0abc /src/usr/ipmi/ipmisel.C
parent9f01b555b7eeced597c0ff658ac3412d85991d10 (diff)
downloadtalos-hostboot-a85a8f8c44e76c0edfeca53835cebbc7d2fdd383.tar.gz
talos-hostboot-a85a8f8c44e76c0edfeca53835cebbc7d2fdd383.zip
Return valid fault sensors for all types of callouts
- Update code to return sensor numbers for targets which represent replaceable parts. - Use System Event sensor for procedure callouts. - Update code to handle all hw callout types. Change-Id: I626bce5c8c0c8b7d0a44408280de178c7a86a83f CQ:SW306556 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18097 Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW
Diffstat (limited to 'src/usr/ipmi/ipmisel.C')
-rw-r--r--src/usr/ipmi/ipmisel.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/ipmi/ipmisel.C b/src/usr/ipmi/ipmisel.C
index 6ae3e4b63..d2381efad 100644
--- a/src/usr/ipmi/ipmisel.C
+++ b/src/usr/ipmi/ipmisel.C
@@ -84,7 +84,7 @@ namespace IPMISEL
void sendESEL(uint8_t* i_eselData, uint32_t i_dataSize,
uint32_t i_eid,
uint8_t i_eventDirType, uint8_t i_eventOffset,
- uint8_t i_sensorType, uint8_t i_sensorNumber)
+ uint8_t i_sensorType, uint8_t i_sensorNumber )
{
IPMI_TRAC(ENTER_MRK "sendESEL()");
OpenPOWER on IntegriCloud