commit | 339fc565d5d42740e66319d62015de1a93f58fbf | [log] [tgz] |
---|---|---|
author | Chalapathi Venkataramashetty <chalapathix.venkataramashetty@intel.com> | Sun Jun 13 19:51:17 2021 +0000 |
committer | Chalapathi Venkataramashetty <chalapathix.venkataramashetty@intel.com> | Mon Jun 28 07:28:36 2021 +0000 |
tree | 763ad140a65ae0937165872aea9901bd404de541 | |
parent | 3ff6371ba7e5c7f02d6851d6a87e7dbbdfa093e6 [diff] |
sensorcommands: check for reserved sensor number in sensor commands. Add support to check for reserved sensor number (0xFF) in sensor commands. Tested: Command: Set Sensor Threshold ipmitool raw 0x04 0x26 0xff 0x00 0x3a 0xab 0x03 0x02 0xef 0x63 Response: Unable to send RAW command (channel=0x0 netfn=0x4 lun=0x0 cmd=0x26 rsp=0xcc): Invalid data field in request Signed-off-by: Chalapathi Venkataramashetty <chalapathix.venkataramashetty@intel.com> Change-Id: Id99f5ef1515263ac3dbf2edec7f94b0b4badb4e3
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]