[PATCH skeleton v2] skeleton: Add BMC coldReset() method to org.openbmc.control.Bmc dbus interface
OpenBMC Patches
openbmc-patches at stwcx.xyz
Sat Jan 30 18:40:36 AEDT 2016
The host sends IPMI 'cold reset' command to reset BMC. Ipmid
calls the org.openbmc.control.Bmc::coldReset() to do reset.
coldReset() just invokes "reboot --force", which in effect
same as a 'cold' reset.
Signed-off-by: Nan Li <bjlinan at cn.ibm.com>
https://github.com/openbmc/skeleton/pull/29
William (1):
skeleton: Add BMC warmReset() method to org.openbmc.control.Bmc dbus
interface
bin/Barreleye.py | 6 +++++
bin/Palmetto.py | 5 +++++
interfaces/openbmc_intf.c | 56 +++++++++++++++++++++++------------------------
interfaces/openbmc_intf.h | 10 ++++-----
objects/control_bmc_obj.c | 39 ++++++++++++++++++++++++++++-----
xml/openbmc_intf.xml | 2 +-
6 files changed, 78 insertions(+), 40 deletions(-)
--
2.6.4
More information about the openbmc
mailing list