summaryrefslogtreecommitdiffstats
path: root/globalhandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Add IPMI coldReset command supportNan Li2016-10-061-1/+2
| | | | | | | | | | | * Implement by calling dbus method for coldReset * Optimize warmReset/coldReset code * Be implemented with related changes in skeleton repository Resolves openbmc/openbmc#437 Change-Id: Ia33805c73b5d345419918c467ef7b9cf6fbb246d Signed-off-by: Nan Li <william.bjlinan@hotmail.com>
* Add ipmi coldReset command, which call a dbus method, belongs to NETFUN_APP.William2016-02-011-0/+12
1. A method dbus_warm_reset() to talk with the dbus method 'warmRest'; 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 function.
OpenPOWER on IntegriCloud