commit | 039c3495fc998e6ec46a6880432da4c5d5aa38a3 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@intel.com> | Fri Sep 09 14:27:28 2022 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Sep 27 19:20:47 2022 +0000 |
tree | 2d1e31992dee5d32bb0b3a462c91faf903eeaf3a | |
parent | 0748c69d287ca4d9c431f586431288c048dbe914 [diff] |
Change static flat_map to constexpr array of pairs This changes a hardcoded static flat_map to a compile-time defined constexpr array of pairs to reduce binary space. Tested: Confirmed that 'ipmitool sdr elist' shows the correct units Change-Id: Id66d8c3f7324c39360ccb083fb3b5f3d154ac215 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]