commit | 989a13b457a9bda7972995416150b7ccc1d73e76 | [log] [tgz] |
---|---|---|
author | Chalapathi Venkataramashetty <chalapathix.venkataramashetty@intel.com> | Sun Jun 20 19:50:33 2021 +0000 |
committer | Chalapathi Venkataramashetty <chalapathix.venkataramashetty@intel.com> | Thu Jul 01 11:19:50 2021 +0000 |
tree | b0ee27bc76f1a90be9f437be9b4965f61dc842ea | |
parent | 96ec70ec066f9e4312d87b75b0b6b1339bccf653 [diff] |
sensorcommands:Platform Event Message command corrected Add support to check the incoming channel type and update the generatorID based on requester slave address. Add support to check for valid evmRev and Sensor Type. Tested: Command: ipmitool -I lanplus -H <BMC_IP> -U root -P 0penBmc raw 0x04 0x02 0x04 0x6a 0xcd 0xf6 0x6b 0xed 0x0f Response: Unable to send RAW command (channel=0x0 netfn=0x4 lun=0x0 cmd=0x2 rsp=0xcc): Invalid data field in request Command: ipmitool -I lanplus -H <BMC_IP> -U root -P 0penBmc raw 0x04 0x02 0x54 0x6a 0xcd 0xf6 0x6b 0xed 0x0f Response: Unable to send RAW command (channel=0x0 netfn=0x4 lun=0x0 cmd=0x2 rsp=0xcc): Invalid data field in request Signed-off-by: Chalapathi Venkataramashetty <chalapathix.venkataramashetty@intel.com> Change-Id: Ibb93d09777f5a7c515d45a4aa910c657d503d9ce
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]