commit | 52a292b8dd1b5705a6e0ce8e260d3b960b2b6edb | [log] [tgz] |
---|---|---|
author | srikanta mondal <srikantax.mondal@intel.com> | Mon Jul 27 23:49:14 2020 +0000 |
committer | srikanta mondal <srikantax.mondal@intel.com> | Mon Aug 10 17:04:02 2020 +0000 |
tree | 00f37b4d5b7d4878eafaa6a8031b98a351c5fffa | |
parent | e45333a83822e8ccb8e3dbc1e547fbe45b8cf959 [diff] |
GetFwVersionInfo: Fix for Firmware aux version Issue: Get Version Information return incorrect Firmware AUX version FIX: Firmware aux version was parsing incorrectly. Do the parsing by correct regex pattern of BMC version. Tested: Verified using ipmitool raw commands Before fix: Command: ipmitool raw 0x08 0x20 // Get version Information Response: 01 02 00 70 01 00 00 00 00 00 00 00 00 00 00 00 After fix: Command: ipmitool raw 0x08 0x20 // Get version Information Response: 02 01 00 74 0a 8a 37 78 00 00 00 00 00 00 00 00 02 00 70 01 00 00 00 00 00 00 00 00 00 00 00 Signed-off-by: srikanta mondal <srikantax.mondal@intel.com> Change-Id: I7c2baf8a0da15e3ca4db5d6f9d6de7bf739aa755
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]