#
5b7c3266 |
| 27-May-2019 |
anil kumar appana <anil.kumarx.appana@intel.com> |
storagehandler: move read FRU data to new API Rewrite "Read FRU Data" command to new IPMI provider API. Tested: 1. verified Read FRU data is same both before and after the chang
storagehandler: move read FRU data to new API 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
show more ...
|
#
b60e840a |
| 06-May-2019 |
Pradeep Kumar <pradeep1x.kumar@intel.com> |
storagehandler: move get sdr info to new API Rewrite: "Get SDR repository info" command to new IPMI provider API. Tested: Verified using ipmitool. ipmitool raw 0x0a 0x20
storagehandler: move get sdr info to new API 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>
show more ...
|
#
2c7db1d3 |
| 28-May-2019 |
anil kumar appana <anil.kumarx.appana@intel.com> |
storagehandler: move Add SEL to new API Rewrite "Add SEL Entry" command to use the newly introduced IPMI provider API. Tested: Verified the behavior to be same as previous c
storagehandler: move Add SEL to new API 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
show more ...
|
#
b0c794d8 |
| 02-May-2019 |
Pradeep Kumar <pradeep1x.kumar@intel.com> |
storagehandler: move get FRU area info to new API Rewritten "Get FRU inventory area info" command to use the newly introduced IPMI provider API. Tested: Unable to verify as
storagehandler: move get FRU area info to new API 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>
show more ...
|
#
d3e57d77 |
| 24-Oct-2018 |
Jason M. Bills <jason.m.bills@linux.intel.com> |
Correct spelling of timestamp variable The timestamp variable in the ipmi_add_sel_request_t struct was misspelled. Change-Id: I465432d021882f3966c44aec8cbdd779122521f6 Signe
Correct spelling of timestamp variable 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>
show more ...
|
#
46470a38 |
| 07-Sep-2018 |
Patrick Venture <venture@google.com> |
rename headers to match style 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.
rename headers to match style 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>
show more ...
|