summaryrefslogtreecommitdiffstats
path: root/bmcctl
Commit message (Collapse)AuthorAgeFilesLines
* Use system call to issue warmReset commandAndrew Geissler2016-11-171-11/+2
| | | | | | | | | | | | We hit intermittent problems with the existing g_spawn_command_line_async() call. Lets just keep it nice and simple with a system call. This will be refactored in story 783 this sprint. Partially resolves openbmc/openbmc#519 Change-Id: I545578a24e44cd73461af47c6074a618c0d2bad4 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Add IPMI 2.0 ColdReset command supportNan Li2016-11-011-0/+24
| | | | | | | | | | * Implement reset by reboot command issued in a shell * Work with related changes in phosphor-host-ipmid repo Resolves openbmc/openbmc#437 Change-Id: I8143b1ee9c0d547ee47e5bd3659a5126b6e5af98 Signed-off-by: Nan Li <william.bjlinan@hotmail.com>
* Formatting only fixAndrew Geissler2016-09-301-92/+75
| | | | | Change-Id: I4fa54f7f707f001c03ce06718a83781e2e6f173c Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* libopenbmc_intf include path updateBrad Bishop2016-06-271-2/+2
| | | | | | | | | Remove the interfaces prefix from applications including openbmc_intf.h. Use brackets rather than quotes in prep for a libopenbmc_intf SDK package. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Remove dead codeBrad Bishop2016-06-211-110/+0
| | | | | | Removing a bunch of commented out code and unused applications. Signed-of-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Reorganize directory structureBrad Bishop2016-06-102-0/+246
Moving to directory per-application layout. This facilitates building single applications which is useful in the Yocto build environment since different applications satisfy different OpenBMC build requirements. A number of issues are also addressed: - All applications were pulling in libsystemd and the gdbus libs irrespective of whether or not they were needed. - gpio.o duplicated in every application - moved to libopenbmc_intf - Added install target Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud