commit | c2566a935dccc19907dea83116f3ced77b529e8b | [log] [tgz] |
---|---|---|
author | jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Thu Apr 23 21:18:35 2020 +0000 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon May 11 22:41:24 2020 +0000 |
tree | 94e7afa5a75c31d706eb47a4b2a446d22b6ccab7 | |
parent | 1d8579c60732395bd856926c1d6edb99aaf9c327 [diff] |
apphandler: Fix for get system info command Issue: Get system info parameters command giving improper results for get revision byte Fix: Provided fix to return proper completion code for invalid get revision byte data Tested: Command: ipmitool raw 0x06 0x59 0xff 0x01 0x00 0x00 //get system info Response: Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x59 rsp=0xcc): Invalid data field in request Command: ipmitool raw 0x06 0x59 0x00 0x01 0x00 0x00 Response: Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x59 rsp=0x80): Unknown (0x80) Command: ipmitool raw 0x06 0x59 0x81 0x01 0x00 0x00 Response: Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x59 rsp=0xcc): Invalid data field in request Command: ipmitool raw 0x06 0x59 0x80 0x01 0x00 0x00 Response: 11 Signed-off-by: jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Change-Id: I2be9c9a65dfa5b5afbb9314230b0caede822eae9
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
.