commit | 7ffcd1a35c6df260952ebe35c5c1f71340a60818 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Aug 04 11:40:16 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Aug 04 11:40:16 2022 -0500 |
tree | 7de495b5d62b2bd11a5e718fdfa1d00cbef50819 | |
parent | a0a221fd8a146693719181512f15b1250918e4d1 [diff] |
MAINTAINERS: remove file The MAINTAINERS file is deprecated in favor of OWNERS. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8436ec841c979b515cd71a9c010316a27fd568d4
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.