commit | 61950109c770fc65f7b5539974487a5a05c54bb5 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 13 17:49:58 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 13 17:49:58 2020 -0500 |
tree | eb37eaf755bcca76368adb4a68d54028f6f7e727 | |
parent | 12f96693bd053414753f3892f8aa33c7d84e066e [diff] |
sdbusplus: replace message::variant with std::variant Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2507d27d0dd7672a2a91c7e4f82a48229e9cecac
This .so file is designed to support the OpenPOWER's BIOS OEM commands. Documentation can be found by contacting the OpenPOWER mailing list @ https://github.com/open-power/op-build
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`.
Netfun: 0x3a Command: 0x11
This command will call to reset the BMC to its factory default. See here for the factory reset implementation details.
This includes:
Because the chassis is powered off, the host does not receive a return code when successful.
This command is not allowed when the IPMI restriction mode is set to 'Whitelist'. See here for more information.