commit | 6088e9f7c3300ed96dbc8be41d6292df5243f9bc | [log] [tgz] |
---|---|---|
author | Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Wed Jul 14 07:40:29 2021 +0000 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Jul 26 22:08:10 2021 +0000 |
tree | cd65b6a88a48507110c6ef213c25a9c2edcb3fc9 | |
parent | d5967afbbec5c0829ceb8e274f2e58954942757c [diff] |
Fix for getSystemBootOptions for unsupported param Issue: For "get system boot options" IPMI command, unsupported parameter giving incorrect response. Fix: Return "responseParmNotSupported" when user trying with unsupported parameter. Tested: Verified using IPMI command Command: ipmitool raw 0x00 0x09 0x0c 0x30 0xb2 //get System Boot Options Response: Unable to send RAW command (channel=0x0 netfn=0x0 lun=0x0 cmd=0x9 rsp=0x80): Unknown (0x80) Signed-off-by: Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Change-Id: Id38ecfa7a8d3578d1ab21272b556cfd178d306ae
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.