commit | c8285aefc7038233a53fc1e0b24fa2dfa7988898 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Tue Sep 12 10:19:39 2023 -0400 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Sep 12 10:22:30 2023 -0400 |
tree | 0b70cc30f05c30e0e6f7766b00c45be8e90319ef | |
parent | da755ed6c3faadc6c27ab5ca90f5213e4f73ba34 [diff] |
OWNERS: add myself as maintainer This repo is in maintenance mode at this point and is primarily of interest to IBM. Add myself as a maintainer to support the occasional updates. Change-Id: Ie6ece92c99d492a522eda5bc7cdbce0e64b2d0fb Signed-off-by: Andrew Geissler <geissonator@yahoo.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.