commit | 43a88109831d8e62150575e200af449194a5b6a8 | [log] [tgz] |
---|---|---|
author | Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Wed Aug 04 16:41:58 2021 +0000 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Aug 06 18:32:36 2021 +0000 |
tree | d3fc5662c81d7c1dffd6d841233203c70b8a15e7 | |
parent | 8f1b0b932a7567d1d64733582e8d44e5e6734fec [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 0x6a 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: I62a079b492b721e182c9e41b924fedfe550e0132
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
.