commit | 2393985566bae8f666b4299994e8ee22fbf4ad72 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 11:18:35 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 11:19:28 2021 -0500 |
tree | 768a29c178c2402b6f0dc08fc8a910b6099be416 | |
parent | d065702bc3533fe7334b6fc08eddcb30b7295353 [diff] |
oemcommands: use SecureString for password The ipmiSetSpecialUserPassword API changed to now require a SecureString instead of a std::string. See phosphor-host-ipmid commit 1e22a0f1a0348846eb56f534f101776dc445b764. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idc7a7f80b299b0753c958ae6d012812f2081810e
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]