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:
meson setup build ninja -C build
To clean the repository again run rm -rf build
.
Netfun: 0x3a Command: 0x11
This command will call to reset the BMC to its factory default. See the FactoryReset
interface 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 the RestrictedModes
interrface for more information.