commit | 9975ae919e4cb8968639d9f953912e6c73205c44 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 03 15:31:18 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 03 15:42:34 2020 -0500 |
tree | d17d2c17657d72e3a8308b59dead91b9ffe14c12 | |
parent | 36ae8e5c4256b751ada4d6a2c9486c78d03ecba9 [diff] |
scripts: convert to python3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I46e84f79a2698aaee286a1cd1b339b3bbf7296d3
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.