summaryrefslogtreecommitdiffstats
path: root/src/usr/ipmi/ipmidcmi.C
Commit message (Collapse)AuthorAgeFilesLines
* ipmi: Split into ipmibase and ipmiext modulesAndrew Jeffery2018-10-101-148/+0
| | | | | | | | | | | | | | | | | | Split the IPMI module into base and ext portions, with the BT interface, device driver and resource provider in the base portion, and all remaining IPMI functionality in the ext portion. The split is in preparation for moving the base functionality in the hostboot base image. Change-Id: Iec864f96240d79f4fadd5519d2ef46437d07c1fd Signed-off-by: Andrew Jeffery <andrewrj@au1.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66792 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Fix up some malformed error log tagsDan Crowell2015-08-101-1/+1
| | | | | | | | | | | Change-Id: Ief8c1bca26f2c630cd4699ccc1b8edec67834dfc Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19644 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: Christopher Cain <cjcain@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Apply derating factor from sensor valueRichard J. Knight2015-07-021-7/+17
| | | | | | | | | | | | | | | -Update getPowerLimit command to use the acutal value of the derating factor stored by the BMC. Change-Id: I96d7515764569e10c54dbbbacc878514e6cf9485 RTC:124093 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18251 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins OP HW Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Incorrect power limit set at the OCC when using ipmi-dcmi cmdsRichard J. Knight2015-02-281-8/+8
| | | | | | | | | | | | | -DCMI command sends power limit value in little endian format so we need to byte swap it before sending to the occ. Change-Id: Icc685a757639c087ab081db648e06fcc375de8b4 RTC:124840 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16047 Reviewed-by: Matt Spinler <spinler@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
* Updates to support serverwiz2 sensor formatRichard J. Knight2015-02-251-0/+11
| | | | | | | | | | | Change-Id: I2518f6e78197f8dc329641e38264a7878060509d Depends-on: I09c95f470ca4748eeed568b71dc1c8b6e1c3ab76 RTC:124008 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15853 Tested-by: Jenkins Server 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>
* Add support to retrieve the user power limit from the BMCRichard J. Knight2015-02-121-0/+127
-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>
OpenPOWER on IntegriCloud