commit | 3ff6371ba7e5c7f02d6851d6a87e7dbbdfa093e6 | [log] [tgz] |
---|---|---|
author | sunitakx <sunitax.kumari@linux.intel.com> | Wed Jun 09 15:47:32 2021 +0000 |
committer | AppaRao Puli <apparao.puli@linux.intel.com> | Mon Jun 21 05:03:43 2021 +0000 |
tree | 1a0d5e8a4f8aeaf611986abfcb987cbc8451a3e4 | |
parent | 24df90f705920e1a745d5a2270dccf90be90d954 [diff] |
[Chassis]: Validate reserved field content is zero In Set Front Panel Button Enables Command, byte-1’s [7:4] is reserved. Return InvalidFieldRequest when reserved content is non-zero. Tested: ~# ipmitool raw 0x00 0x0a 0x10 Unable to send RAW command (channel=0x0 netfn=0x0 lun=0x0 cmd=0xa rsp=0xcc) :Invalid data field in request Signed-off-by: sunitakx <sunitax.kumari@linux.intel.com> Change-Id: I20284f741ce7e2c235d48ba905d922db5c9d2885
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]