commit | a0a221fd8a146693719181512f15b1250918e4d1 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 19:26:53 2022 -0500 |
committer | Andrew Jeffery <andrew@aj.id.au> | Mon Jul 25 00:28:23 2022 +0000 |
tree | a5b60f477fa512a180b8691e1e13a2b499d2fc21 | |
parent | fc153235ecadb6591e8940e8c2b68fe46aaec60a [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 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ibd4b55a2f12c55dee7b9763d62aeba2ddd124c8b
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.