commit | 1b751dc2720fc4e6ec1874560bff18b1d07818f1 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Jun 16 11:21:05 2021 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Jul 13 23:27:45 2021 +0000 |
tree | ba63addae11cb7fda8ba492b09c8d0f70a5f01af | |
parent | 5dd161f88afc0aa8cd40113648fbc7120a8c0945 [diff] |
Add channel support to Get System Restart Cause Channel was previously unsupported. This adds the channel support that is available from the ipmi::Context. It also reworks the D-Bus calls made in that command to use the yielding variants now that the ipmi::Context is present. Tested: before: ipmitool -I lanplus ... raw 0 7 00 00 after: ipmitool -I lanplus ... raw 0 7 00 03 Change-Id: I94727c945f4fcf7fb5420960acb828e979a8e3bc Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
This component is intended to provide Intel-specific IPMI[3]
command handlers for OpenBMC. These handlers are intended to integrate BMC with servers based on Intel architecture.
intel-ipmi-oem
serves as an extension[1]
to OpenBMC IPMI daemon[2]
. It is compiled as a shared library and intended to both:
Related features provided by the library are grouped in separate source files. Main extensions to vanilla OpenBMC IPMI stack are the following:
[4]