commit | 23ad5f1cc944cd8bfc639ca07a979551aefb2951 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@intel.com> | Thu Sep 14 15:21:58 2023 -0700 |
committer | Jason Bills <jason.m.bills@linux.intel.com> | Fri Sep 22 16:46:39 2023 +0000 |
tree | c6afa94e98e063472f5bf5c5d713bc92fe5eb36b | |
parent | 4a3160585595a672a80782a704c39fd27d4c26e0 [diff] |
Get Device ID: support new version format We plan to change our version string to the format "<platform>-YEAR.WEEK.BUILD-g<hash>-<hash>". This supports the new format by allowing for a dot instead of a dash before the BUILD number and by using only the last two characters of the major version string. Tested: Confirmed that "ipmitool mc info" and "ipmitool raw 6 1" both return the correct version information from the old and new version strings. Change-Id: I7e9cdffd37c0033062377a0b575d8d4635fb5625 Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
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]