commit | 3694d07ae7e2841d80f501de229cc86c7c5fab55 | [log] [tgz] |
---|---|---|
author | Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Thu Jul 22 10:34:37 2021 +0000 |
committer | Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Thu Jul 22 11:09:19 2021 +0000 |
tree | 553194759b3d98a931570ba7faddb197bf1425a8 | |
parent | 440f62bfd5eb557059e76b1d5d7a107ce67ba8ed [diff] |
Fix for set/get EFI boot options unsupported param In Set/get EFI boot Options IPMI command, for unsupported parameter giving incorrect response. So return as ccParameterNotSupported for unsupported parameters. Tested: Verified using IPMI command Command : ipmitool raw 0x30 0xea 0x27 0x27 //Set EFI boot options Response: Unable to send RAW command (channel=0x0 netfn=0x30 lun=0x0 cmd=0xea rsp=0x80): Unknown (0x80) Command : ipmitool raw 0x30 0xea 0x7 0x27 0x34 Response: Unable to send RAW command (channel=0x0 netfn=0x30 lun=0x0 cmd=0xea rsp=0x80): Unknown (0x80) Command : ipmitool raw 0x30 0xeb 0x27 0x27 0x34 //Get EFI boot options Response: Unable to send RAW command (channel=0x0 netfn=0x30 lun=0x0 cmd=0xea rsp=0x80): Unknown (0x80) Command : ipmitool raw 0x30 0xeb 0x7 0x27 0x34 Response: Unable to send RAW command (channel=0x0 netfn=0x30 lun=0x0 cmd=0xea rsp=0x80): Unknown (0x80) Signed-off-by: Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Change-Id: I6b3dd9d8d8bef501698b7b82c5934ef9f1f381ec
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]