commit | d9c74acdedc0d92f49c5df03de5b60e53f83c133 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 16 15:20:03 2024 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 16 15:20:03 2024 -0400 |
tree | 878de63c9d4fae634675bbed975e77d7fbf053e4 | |
parent | 11b2dbaa3ea542253f6cff6d937a780d169e27eb [diff] |
clang-format: re-format for clang-18 clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting. See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement. Change-Id: Ifce6b1c3f18e81bdb9e98f04b685e3aa6b69d292 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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.