commit | 7f25db70041b3275bb80289b29c90baa3fedbd0b | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Sun Mar 09 19:09:58 2025 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Sun Mar 16 09:36:20 2025 -0500 |
tree | f088a9baadcaa6d96f2e11655ff83256685fc6c3 | |
parent | aaa85cc373c7fd64f43acfe4d66e261cf9d66903 [diff] |
Move repository to meson The time has come to move this over to meson as automake is not building properly with the latest c++ and the OpenBMC project has made it a requirement that all repos move to meson. Tested: - Confirmed p10bmc now builds with appropriate recipe updates on top of latest sdbusplus bump Change-Id: I303731f1b5b7c617ecb1140b22bac6dbd27acbc0 Signed-off-by: Andrew Geissler <geissonator@yahoo.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.