commit | 505492c61b5f570ef3ebd0f6288e842dfb6141be | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 02 02:57:25 2023 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 02 02:57:25 2023 -0600 |
tree | fd6958d4943a8bf48329971917187d6e7feadbb9 | |
parent | 080503e14553ae9f4de2acdcc2bdb8d4016d7fc1 [diff] |
sdbusplus: use shorter type aliases The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t Change-Id: Icb5f840d3fc92ba893a99efb4f5e12719416fc44 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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.