diff options
author | Richard J. Knight <rjknight@us.ibm.com> | 2015-01-30 06:29:17 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-12 09:29:00 -0600 |
commit | 2dbd115aa927b95af61f9d691d068e3ae3989bad (patch) | |
tree | d2fb714b011d4b1d39b7c3636b8a4bc3c23c0203 /src/usr/ipmi/makefile | |
parent | 50a2fe79b94ebb35b7d2df88a1d29887f85efee2 (diff) | |
download | talos-hostboot-2dbd115aa927b95af61f9d691d068e3ae3989bad.tar.gz talos-hostboot-2dbd115aa927b95af61f9d691d068e3ae3989bad.zip |
Add support to retrieve the user power limit from the BMC
-Add support for DCMI get power limit command used
to retrieve the limit setting and limit activation
status from the BMC.
Change-Id: I9bf7336bedd929d5202db8c48477d7025a5311ab
RTC:122808
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15445
Tested-by: Jenkins Server
Reviewed-by: Brian Silver <bsilver@us.ibm.com>
Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com>
Reviewed-by: Brian H. Horton <brianh@linux.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/ipmi/makefile b/src/usr/ipmi/makefile index 3662689c4..8dad57f3e 100644 --- a/src/usr/ipmi/makefile +++ b/src/usr/ipmi/makefile @@ -37,6 +37,7 @@ OBJS += ipmiwatchdog.o OBJS += ipmifruinv.o OBJS += ipmipowerstate.o OBJS += ipmiselrecord.o +OBJS += ipmidcmi.o #SUBDIRS += test.d |