[PATCH phosphor-host-ipmid v2] Add ipmi cold-reset command, which call a dbus method.

OpenBMC Patches openbmc-patches at stwcx.xyz
Sun Jan 24 02:20:25 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 coldReset command, which call a dbus method, belongs to
    NETFUN_APP.     1. A method dbus_cold_reset() to talk with the dbus
    method 'place_holder';     2. Also get service name by
    ipmid_get_sd_bus_connection() instead of
    object_mapper_get_connection();     3. Register the ipmi command;   
     4. Add related .o to the Makefile;     5. Add wildcard fun.

 Makefile        |   2 +-
 globalhandler.C | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 globalhandler.h |  12 ++++
 3 files changed, 186 insertions(+), 1 deletion(-)
 create mode 100644 globalhandler.C
 create mode 100644 globalhandler.h

-- 
2.6.4




More information about the openbmc mailing list