commit | 531f8c55023e7f91b9299b0158aca2769e89e066 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 26 14:21:16 2021 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 26 14:22:07 2021 -0400 |
tree | 5910b704cf98ce5d532ff8db14fe953ab7dbe8ad | |
parent | 7bb95c3e238a05d4ff1445f5e0f020e8e410213f [diff] |
Add OWNERS file The OWNERS file contains information about code maintainers and how to contact them. Change-Id: I37f6ff8be48a92486bdd6bfa75dfb689dd091935 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.