commit | 520c1315fadc0ddfe8ede28fba62a28a0889ec43 | [log] [tgz] |
---|---|---|
author | Deepak Kumar Sahu <deepakx.sahu@intel.com> | Fri May 17 18:14:09 2019 +0000 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Dec 02 16:26:55 2019 +0000 |
tree | a24ee6246ce64dadfacfa94949e2c7ff115544f4 | |
parent | b0094a72d4c25a84b61327c752979f413e2b08f4 [diff] |
apphandler: move set acpi power state to new api. Rewrite "set acpi power state" command to use the newly introduced ipmi provider API. Tested: verified ipmitool set/get acpi power state status is same both before and after the changes Command : ipmitool raw 0x06 0x07 // get acpi Response: 05 03 Command: ipmitool raw 0x06 0x06 0x87 0x82 //set acpi Response: Command: ipmitool raw 0x06 0x07 // get acpi Response: 07 02 Command: ipmitool raw 0x06 0x06 0x88 0x83 // set acpi Response: Command: ipmitool raw 0x06 0x07 // get acpi Response: 08 03 Signed-off-by: Deepak Kumar Sahu <deepakx.sahu@intel.com> Change-Id: I7dc6edf3d3fd3d0caa98d1b1604e09c6d06675b4
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.