summaryrefslogtreecommitdiffstats
path: root/libopenbmc_intf/openbmc_intf.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of legacy system stateAndrew Geissler2018-02-151-9/+175
| | | | | | | | | The OpenBMC state function has been moved to the phosphor-state-manager repository. The chassis power state is tracked via systemd targets so notification from this power application is no longer needed. Change-Id: Ie74b0fe589944ab65645f92ab3539c2ee74dda9c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Add IPMI 2.0 ColdReset command supportNan Li2016-11-011-1/+25
| | | | | | | | | | * 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>
* Update and run libopenbmc_intf codegenBrad Bishop2016-06-271-3/+3
| | | | | | | Update codegen to reflect new path xml/output locations. Run updated codegen. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Move libopenbmc_intf codegen/xmlBrad Bishop2016-06-271-1/+4200
| | | | | | To the libopenbmc_intf directory. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Reorganize directory structureBrad Bishop2016-06-101-0/+1
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