commit | 6f5751429ee66da98b71edf400736991e8d3ea4b | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 15 10:12:01 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 15 10:12:01 2022 -0500 |
tree | 88baf6642eabc89a9d884d86ebc4636da96a5819 | |
parent | 531f8c55023e7f91b9299b0158aca2769e89e066 [diff] |
build: enable C++20 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If5ae67dbc2002995f389053fb40050771e290ccd
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.