commit | 7bb95c3e238a05d4ff1445f5e0f020e8e410213f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 09:27:05 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 09:27:05 2021 -0500 |
tree | 97751db5a30a16d33f9db27e28be5ccb045fc6fe | |
parent | 98af91d62e307a360f1f89df6a275baa88aa05f4 [diff] |
exception: switch to public sdbus exception SdBusError was intended to be a private error type inside sdbusplus. Switch all catch locations to use the general sdbusplus::exception type. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ieee0127d2f1005aaa3434f792965fd7b6ee0e75f
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.