summaryrefslogtreecommitdiffstats
path: root/storagehandler.hpp
Commit message (Collapse)AuthorAgeFilesLines
* storagehandler: move read FRU data to new APIanil kumar appana2020-01-141-20/+0
| | | | | | | | | | | | | Rewrite "Read FRU Data" command to new IPMI provider API. Tested: 1. verified Read FRU data is same both before and after the changes ipmitool raw 0x0a 0x11 0x74 58 00 3 //request 03 32 36 31 //response Signed-off-by: anil kumar appana <anil.kumarx.appana@intel.com> Change-Id: I3bd497068462ee97a7b3fe648c3b0727f998bb0b
* storagehandler: move get sdr info to new APIPradeep Kumar2019-07-051-14/+0
| | | | | | | | | | | | | Rewrite: "Get SDR repository info" command to new IPMI provider API. Tested: Verified using ipmitool. ipmitool raw 0x0a 0x20 51 01 00 ff ff 00 00 00 00 00 00 00 00 00 Change-Id: I4b18631c4b4182f2c98caa145c151f3079cd7fc4 Signed-off-by: Pradeep Kumar <pradeep1x.kumar@intel.com> Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
* storagehandler: move Add SEL to new APIanil kumar appana2019-06-241-14/+0
| | | | | | | | | | | | | | Rewrite "Add SEL Entry" command to use the newly introduced IPMI provider API. Tested: Verified the behavior to be same as previous change. ipmitool raw 0x0a 0x44 1 0 0xff 4 5 6 7 8 9 0 1 2 3 4 5 6 05 06 Signed-off-by: anil kumar appana <anil.kumarx.appana@intel.com> Change-Id: I49bad876a209fb55f1b5b635b5a4ded425d33af0
* storagehandler: move get FRU area info to new APIPradeep Kumar2019-05-081-18/+0
| | | | | | | | | | | | | Rewritten "Get FRU inventory area info" command to use the newly introduced IPMI provider API. Tested: Unable to verify as command was returning error earlier too. Change-Id: I535e1d5c41a1e0dc253148bc52df5f22b70b4330 Signed-off-by: Pradeep Kumar <pradeep1x.kumar@intel.com> Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
* Correct spelling of timestamp variableJason M. Bills2018-11-081-1/+1
| | | | | | | | The timestamp variable in the ipmi_add_sel_request_t struct was misspelled. Change-Id: I465432d021882f3966c44aec8cbdd779122521f6 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
* rename headers to match stylePatrick Venture2018-09-251-0/+89
Moving headers from ".h" to ".hpp" Reworked the header inclusion a bit so that host-ipmid is treated as a library, and local headers aren't. renamed apphandler.h => apphandler.hpp renamed chassishandler.h => chassishandler.hpp renamed globalhandler.h => globalhandler.hpp renamed sensorhandler.h => sensorhandler.hpp renamed storageaddsel.h => storageaddsel.hpp renamed storagehandler.h => storagehandler.hpp renamed systemintfcmds.h => systemintfcmds.hpp Change-Id: I9d4ce3dd57e2e996800f9020a10cc10cdf2c3914 Signed-off-by: Patrick Venture <venture@google.com>
OpenPOWER on IntegriCloud