commit | a5ae77282bdd60172f7ef1baca117069b8809bb5 | [log] [tgz] |
---|---|---|
author | Snehalatha V <SnehalathaX.V@intel.com> | Sat May 02 18:18:57 2020 +0000 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jul 09 18:40:17 2020 +0000 |
tree | cfe03365c1fe5824a5b005c090a88d4d07de7acc | |
parent | afd12b4ecc381e21b05e90368ccd29a96ff644b4 [diff] |
apphandler: Fix for get system info command Issue: Get system info parameters command giving improper default results for parameters 1,3,4,5,6,7. Fix: Provided fix to return proper default response Tested: Verified using ipmitool raw commands Command : ipmitool raw 0x06 0x59 0x00 0x01 0x00 0x00 Response: Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x59 rsp=0xcb): Requested sensor, data, or record not found Command : ipmitool raw 0x06 0x59 0x00 0x02 0x00 0x00 Response: 11 00 00 0a 69 6e 74 65 6c 2d 6f 62 6d 63 00 00 00 00 Command : ipmitool raw 0x06 0x59 0x00 0x03 0x00 0x00 Response: Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x59 rsp=0xcb): Requested sensor, data, or record not found Command : ipmitool raw 0x06 0x59 0x00 0x07 0x00 0x00 Response: Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x59 rsp=0xcb): Requested sensor, data, or record not found Command : ipmitool raw 0x06 0x59 0x00 0x08 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 0x00 0x3f 0x00 0x00 Response: Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x59 rsp=0xcc): Invalid data field in request Signed-off-by: Snehalatha V <SnehalathaX.V@intel.com> Change-Id: I2a98b91bad199dc4eeac68b68972c3355cb5ec2f
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
.