commit | ce3b7577d17f3374c1aac12fff197cf4b3f7c02e | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Apr 14 13:16:25 2022 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Apr 15 21:01:15 2022 +0000 |
tree | cfb494e0190b1f49d25e1f38820832952a5c781d | |
parent | 5d24dda2d60dfc91ee44b99e8aeb8dbb003e90a7 [diff] |
Fix incorrect generatorID shifting generatorID is an address or a software ID in the upper seven bits followed by bit-0 of a 1 (for software ID) or a 0 for address. This means that the address is effectively an 8-bit address, if bit-0 is 0. This change removes the right shifting to fix comparisons to 8-bit addresses done in the code. Change-Id: Ia386596ad1ce7f15ef4dca446b5c4fc778dbb8e8 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]