commit | 81e23107ebb99bf19d6f0c2308c2fd9dec565499 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu Aug 09 14:44:19 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Sep 14 13:52:45 2018 -0500 |
tree | ce3cf760a4a1b3f39b1d5f4b5bb4c5100331ed3a | |
parent | 8fb3f03c0d34cfe89acb3f373fa820a53dc5ba35 [diff] |
Define new IBM OEM cmd to reset BMC password Create a new OEM command to perform a reset of the BMC root password. It'll also re-enable the local account if it had been disabled. The implementation will be added in subsequent commits, for this first change just define the new function enum. Change-Id: I54d8b6e5ce34a2a02b0142788a32cb5edf64b451 Signed-off-by: Adriana Kobylak <anoo@us.ibm.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: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.