commit | baa579f987b16fdc3989f0151db596975d6859c0 | [log] [tgz] |
---|---|---|
author | Manish Baing <manish.baing@intel.com> | Fri Oct 08 22:30:32 2021 +0000 |
committer | Manish Baing <manish.baing@intel.com> | Wed Oct 20 18:09:40 2021 +0000 |
tree | e19ed4f0e963229bbb73fa298b3a931ddf591245 | |
parent | 31c45f60d65117891d41cb5b1caeb02a7e44f0ef [diff] |
Add limit check to fan speed offset ipmiOEMSetFanSpeedOffset was accepting offset value greater than its limit. Fix added for limit check for fan speed offset. Tested : Verified using IPMI command. Command: ipmitool raw 0x30 0x8C 0x65 //set fan speed offset to 101. Response: Unable to send RAW command (channel=0x0 netfn=0x30 lun=0x0 cmd=0x8c rsp=0xcc): Invalid data field in request Signed-off-by: Manish Baing <manish.baing@intel.com> Change-Id: I99b6a18dc69b7956c4488f39306fb69afd1f522b
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]