| commit | f6092898e6058af10e2a1545ac5bf35a62b3ec90 | [log] [tgz] |
|---|---|---|
| author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu May 02 16:35:10 2019 -0700 |
| committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Jun 14 16:59:29 2019 +0000 |
| tree | ffe33ab06fd52b54a6ac0e8ed2e5594f45e66536 | |
| parent | 2a5d8d1ffeabb0484e52b591bb43bfa886d45731 [diff] |
user_channel: Get Channel Payload Support command refactor
Update the get channel payload support command to use the new IPMI API.
This simplifies the code as well as adds support for the special IPMI
channel 0x0e.
Tested: ipmitool -I lanplus -H ... -U ... raw 6 0x4e 0xe
03 00 3f 00 00 00 00 00
ipmitool -I lanplus -H ... -U ... raw 6 0x4e 1
03 00 3f 00 00 00 00 00
Change-Id: I8b67d6f79c40299b4b653212a2f1f9d0c1a9087c
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
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.