commit | 23395f5d5a9828523f2a9b7c24040ee3e70a6579 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Apr 03 10:33:54 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Thu Apr 03 10:33:54 2025 +0800 |
tree | bca95d4e4eebc21277deb93e9f50118426e0fc13 | |
parent | 7f25db70041b3275bb80289b29c90baa3fedbd0b [diff] |
NetFn: Use api.hpp instead of api.h Since NetFn declared in api.h has been gradually deprecated, this submission is to use api.hpp instead of api.h. https://gerrit.openbmc.org/c/openbmc/phosphor-host-ipmid/+/79391 Change-Id: I765c4962baff5c6d57279a3462bc58abd1b52bae Signed-off-by: George Liu <liuxiwei@ieisystem.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: 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 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.