[PATCH phosphor-host-ipmid] Add ipmi cold-reset command, which call a dbus method.
OpenBMC Patches
openbmc-patches at stwcx.xyz
Fri Jan 1 04:50:24 AEDT 2016
1. A method dbus_cold_reset() to talk with the dbus method 'place_holder';
2. Also get service name by object mapper which is object_mapper_get_connection();
3. Register the ipmi command;
4. Add related .o to the Makefile.
https://github.com/openbmc/phosphor-host-ipmid/pull/56
William (1):
Add ipmi cold-reset command, which call a dbus method. 1. A method
dbus_cold_reset() to talk with the dbus method 'place_holder';
2. Also get service name by object mapper which is
object_mapper_get_connection(); 3. Register the ipmi command;
4. Add related .o to the Makefile.
Makefile | 2 +-
globalhandler.C | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
globalhandler.h | 12 +++++
3 files changed, 173 insertions(+), 1 deletion(-)
create mode 100644 globalhandler.C
create mode 100644 globalhandler.h
--
2.6.4
More information about the openbmc
mailing list