commit | 90cd276d76e3f8e7a5247597b02f8dfd22f87dd8 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Apr 22 13:56:28 2022 -0400 |
committer | Andrew Jeffery <andrew@aj.id.au> | Wed Apr 27 01:31:02 2022 +0000 |
tree | f42026fe7cd0decaf7375d1e22dabc5a97e0d76b | |
parent | 6f5751429ee66da98b71edf400736991e8d3ea4b [diff] |
OWNERS: Remove myself, add Andrew Change-Id: I12ccb2247e3e8de3ccbebcccbd4bb1a2446e969c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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.