commit | 07655065ee71c7056389a17b86d43d24a1915db7 | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Fri Jul 14 20:31:57 2017 +0530 |
committer | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Fri Aug 04 23:20:27 2017 +0530 |
tree | 344a93ad54bd0c2ad520215d7e5751e7df97be5f | |
parent | d9296050bcece5c2eca5ede0932d944b0ced66c9 [diff] |
Add support to send host bound commands for OpenPower machines Ipmid launches a D-Bus service that would enable REST users to send commands to Host. This commit puts the support for using that service to send commands that are applicable to OpenPower implementations only. Change-Id: I68dcb3e742145b85a719fa3045367402aa1ed19b Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.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 full clean the repository again run `./bootstrap.sh clean`.