commit | daf383307e49938e169743b391622f77caa55710 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jun 12 13:24:07 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jun 12 13:24:07 2025 -0400 |
tree | fd0f6a1e80e177e257f61c8ee2cf7523fa3dd382 | |
parent | 23395f5d5a9828523f2a9b7c24040ee3e70a6579 [diff] |
markdownlint: minor fixes Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iec976ac48af98a27631f7c4e0dee142c370dc894
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.