| commit | 6fd812d17402f1c8db242ea8b454fe896711ba71 | [log] [tgz] |
|---|---|---|
| author | Ayushi Smriti <smriti.ayushi@intel.com> | Fri Apr 12 18:51:31 2019 +0000 |
| committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Jun 14 16:59:29 2019 +0000 |
| tree | d5ed665cddebe2d9842cdce5142d274cd799c78b | |
| parent | f6092898e6058af10e2a1545ac5bf35a62b3ec90 [diff] |
Add get channel payload version command
Implement get channel payload version command (IPMI specification
section 24.9). As per the specification, this command is basically a
hard-coded value that says we are using IPMI 2.0.
Tested:
ipmitool raw 6 0x4F 3 1 // Command
10 // Response
Change-Id: Id16723e7257361814b98f3c14d759f2919ad4c03
Signed-off-by: Ayushi Smriti <smriti.ayushi@intel.com>
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
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.