summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add minimal support for ipmitoolChris Austen2016-02-051-1/+2
| | | | | | Adding just a couple of ipmi commands that ipmitool always calls. I'm doing this because in order to run the ipmitool lan 1 <parms> instead of just the raw command the get channel info was needed.
* Add ipmi coldReset command, which call a dbus method, belongs to NETFUN_APP.William2016-02-011-0/+1
| | | | | | | | 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.
* Re submitting plugin support for Host Servicesvishwa2016-01-131-3/+9
|
* Makefile: build with -WallJoel Stanley2015-11-251-0/+3
| | | | Signed-off-by: Joel Stanley <joel@jms.id.au>
* IPMI soft power offvishwa2015-11-241-3/+2
|
* Add support for IPMI Get Boot Options commandAdriana Kobylak2015-11-101-0/+1
| | | | | Create new Chassis NetFn file and add basic support for OPAL to call the IPMI Get Boot Options command.
* IPMI support for get and set lanAdriana Kobylak2015-10-301-0/+1
| | | | | | Add enough support to query common network parameters and be able to setup the network vi IPMI. Use command line for now.
* Remove executable permissions in source filesJeremy Kerr2015-10-291-0/+0
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Allow esels to be sent to dbus event logChris Austen2015-10-281-3/+14
| | | | Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add virtual sensor supportChris Austen2015-10-191-0/+1
|
* Added testcases for sensor record parsingChris Austen2015-10-191-3/+11
|
* Suport examining sensor records and calling dbusChris Austen2015-10-191-1/+2
|
* Add 'make install' directivePatrick Williams2015-10-161-0/+16
|
* Remove stray whitespace.Patrick Williams2015-10-161-2/+2
|
* Add support for the the dcmi packageChris Austen2015-10-131-0/+1
|
* Add storage ipmi commandsChris Austen2015-10-131-0/+1
|
* Add sensor ipmi commandsChris Austen2015-10-131-5/+7
|
* Convert to SDBusChris Austen2015-10-131-2/+2
|
* Final IPMI Net Function routervishwabmc2015-10-091-0/+24
OpenPOWER on IntegriCloud