summaryrefslogtreecommitdiffstats
path: root/src/usr/ipmi
diff options
context:
space:
mode:
authorJosh Rispoli <jprispol@us.ibm.com>2015-01-22 15:23:56 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-09 16:23:20 -0600
commit806036d507c384ce3daa75b668f6af99d9a78378 (patch)
tree45ca179c9880ee349adf8a53a7f5406f3bfd0af4 /src/usr/ipmi
parent304f060b9f4c877156c299d60647084604d901e5 (diff)
downloadtalos-hostboot-806036d507c384ce3daa75b668f6af99d9a78378.tar.gz
talos-hostboot-806036d507c384ce3daa75b668f6af99d9a78378.zip
System FW Progress sensor now updates with appropriate mappings
Change-Id: I46b5c54fa315192a505c297030d1de2845487e0c RTC:119124 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15345 Tested-by: Jenkins Server Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi')
-rw-r--r--src/usr/ipmi/ipmisensor.C5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr/ipmi/ipmisensor.C b/src/usr/ipmi/ipmisensor.C
index 4ee5bdc5d..c81c3871d 100644
--- a/src/usr/ipmi/ipmisensor.C
+++ b/src/usr/ipmi/ipmisensor.C
@@ -48,8 +48,6 @@ namespace SENSOR
TARGETING::Target * i_target)
:iv_name(i_name) ,iv_target(i_target)
{
- assert(i_target != NULL);
-
// allocate a new message structure to use with our sensors
// this will be the payload for the IPMI send/sendrecv sensor message.
iv_msg = new setSensorReadingRequest;
@@ -485,12 +483,11 @@ namespace SENSOR
};
-
//
// setBootProgressPhase - update the boot progress sensor of the BMC
//
errlHndl_t FirmwareProgressSensor::setBootProgressPhase(
- firmwareProgressPhase phase )
+ INITSERVICE::firmwareProgressPhase phase )
{
// event data 2 holds the progress info
iv_msg->iv_event_data[1] = phase;
OpenPOWER on IntegriCloud