#
1c2d36d3 |
| 05-Dec-2024 |
George Liu <liuxiwei@ieisystem.com> |
apphandler: remove IPMI_CMD command
The IPMI_CMD declared in apphandler.hpp is redundant because these commands are already declared in api-types.hpp, so this commit removes all IPMI_CMD in apphandl
apphandler: remove IPMI_CMD command
The IPMI_CMD declared in apphandler.hpp is redundant because these commands are already declared in api-types.hpp, so this commit removes all IPMI_CMD in apphandler.hpp
Change-Id: I7c0e38ee00c906e2c1495d05fb66b99b4db62a11 Signed-off-by: George Liu <liuxiwei@ieisystem.com>
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 41 81 c0 11 03 44 81
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 ...
|
#
18d77263 |
| 08-Oct-2018 |
Yong Li <yong.b.li@linux.intel.com> |
Implement IPMI ACPI set/get commands
The IPMI ACPI set/get power state commands are provided to allow system software to tell a controller the present ACPI power state of the system.
This is an ind
Implement IPMI ACPI set/get commands
The IPMI ACPI set/get power state commands are provided to allow system software to tell a controller the present ACPI power state of the system.
This is an independent setting that may not necessarily match the actual power state of the system.
The commands are used to enable the reporting of the power state, it does not control or change the power state.
The ACPI status will be saved into flash by settings manager.
Tested By: Set ACPI: ipmitool -H <IP> -P 0penBmc -I lanplus raw 0x06 0x06 0x86 0x83 Get ACPI: ipmitool -H <IP> -P 0penBmc -I lanplus raw 0x06 0x07
Change-Id: I6d00c0aec931b98d6691d7c4a54698e08d317aa4 Signed-off-by: Yong Li <yong.b.li@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.
renamed apphandler.h => a
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 ...
|