diff options
| author | Bill Schwartz <whs@us.ibm.com> | 2015-01-10 09:53:02 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-01-16 11:42:15 -0600 |
| commit | 40bdceb3643cc691ef5caf0160abb48c834a9c4a (patch) | |
| tree | 6d195111a704c87f8718449eaf1c365f34399930 /src/usr/ipmi/makefile | |
| parent | 54f90468fb55fbb11fb6fdff819f55c27d396e6e (diff) | |
| download | blackbird-hostboot-40bdceb3643cc691ef5caf0160abb48c834a9c4a.tar.gz blackbird-hostboot-40bdceb3643cc691ef5caf0160abb48c834a9c4a.zip | |
Sensor: System ACPI Power state
Upon establishing BMC communication, set "System ACPI Power State" Sensor
to "Legacy ON"
Change-Id: I96f771305547ccba2fa9ef34edbdc2fc34c5418e
RTC: 108825
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15079
Tested-by: Jenkins Server
Reviewed-by: Brian Silver <bsilver@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi/makefile')
| -rw-r--r-- | src/usr/ipmi/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/ipmi/makefile b/src/usr/ipmi/makefile index 00a60052e..68b77d236 100644 --- a/src/usr/ipmi/makefile +++ b/src/usr/ipmi/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2011,2014 +# Contributors Listed Below - COPYRIGHT 2011,2015 # [+] International Business Machines Corp. # # @@ -34,6 +34,7 @@ OBJS += ipmiconfig.o OBJS += ipmisensor.o OBJS += ipmiwatchdog.o OBJS += ipmifruinv.o +OBJS += ipmipowerstate.o #SUBDIRS += test.d |

