#
29a74788 |
| 26-Jul-2024 |
George Liu <liuxiwei@ieisystem.com> |
app: remove unused commands
Since the implementations of commands ipmi_app_channel_info, ipmi_get_channel_access, and ipmi_set_channel_access have been removed in a previous patch [1], this commit r
app: remove unused commands
Since the implementations of commands ipmi_app_channel_info, ipmi_get_channel_access, and ipmi_set_channel_access have been removed in a previous patch [1], this commit removes the declarations in hpp.
[1]: https://github.com/openbmc/phosphor-host-ipmid/commit/d2a57decf383eb3faf3587739ad0b3181b7bb2d6
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ice8b824abba4126d373cdfcf63364b6257d045ac
show more ...
|
#
5c3b72c6 |
| 30-Aug-2019 |
Ayushi Smriti <smriti.ayushi@linux.intel.com> |
Fix: refactor get channel cipher suite command Get channel cipher suites command updated as per new ipmi structure. Tested: ipmitool raw 0x06 0x54 0x01 0x00 0x80 01 c0 03 01
Fix: refactor get channel cipher suite command Get channel cipher suites command updated as per new ipmi structure. Tested: ipmitool raw 0x06 0x54 0x01 0x00 0x80 01 c0 03 01 41 81 c0 11 03 44 81 //response Also verified by issuing cmd: ipmitool channel getciphers ipmi 0x01 which listed supported CIA algorithms as response Signed-off-by: Ayushi Smriti <smriti.ayushi@linux.intel.com> Change-Id: Ibc942f5b197c72071cd35a138fbe244db7519824
show more ...
|
#
392050fa |
| 01-Apr-2019 |
Vernon Mauery <vernon.mauery@linux.intel.com> |
remove legacy ipmid.cpp and ipmid.hpp These two files have now been replaced with newer APIs and can be removed. Change-Id: If60227b24188c6796211ca43379169f9a95c9cb3 Signed-off-
remove legacy ipmid.cpp and ipmid.hpp These two files have now been replaced with newer APIs and can be removed. Change-Id: If60227b24188c6796211ca43379169f9a95c9cb3 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
show more ...
|
#
0b02be92 |
| 31-Aug-2018 |
Patrick Venture <venture@google.com> |
add .clang-format Change-Id: I7c2a527b4751a560703a61fcbe9638b150546af5 Signed-off-by: Patrick Venture <venture@google.com>
|
#
7cbe2286 |
| 21-Mar-2018 |
Tom Joseph <tomjoseph@in.ibm.com> |
Implement Get Channel Cipher Suites command Change-Id: I8c808ce7e2bbd3ae5e225573138d7e04871f1643 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
|
#
5794fcf6 |
| 26-Oct-2017 |
Patrick Venture <venture@google.com> |
apphandler: channel: split out commands I split out the channel commands into their own subordinate file from the apphandler.cpp. There are three commands in apphandler for the chan
apphandler: channel: split out commands I split out the channel commands into their own subordinate file from the apphandler.cpp. There are three commands in apphandler for the channel information. There are other commands in the transporthandler that correlate. Moving this is step one in a larger task to enable multiple channels. Change-Id: I2e434a1da942325fc420079415edb39622f4e346 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|