commit | 11b2dbaa3ea542253f6cff6d937a780d169e27eb | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@codeconstruct.com.au> | Fri Dec 22 16:29:06 2023 +1030 |
committer | Andrew Jeffery <andrew@codeconstruct.com.au> | Fri Dec 22 16:29:06 2023 +1030 |
tree | 37b86ddf17c56d6e8b69de96242113fbc2e5feea | |
parent | ff1c872b6c1bafee47383a3fa806c7bf347f8fbd [diff] |
OWNERS: Remove Andrew Jeffery This isn't something I feel responsibility for any more, hopefully Andrew G is up to the task! Change-Id: I673d87ea519322bcef7fd9341b8737f13967ccae Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
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.