summaryrefslogtreecommitdiffstats
path: root/fanctl
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixesGunnar Mills2018-04-111-1/+1
| | | | | | | | | Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: Ic21c2fe45c509d9821963e49610a2adbf761f8f9 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Spelling fixesGunnar Mills2017-10-251-1/+1
| | | | | Change-Id: Ia4ded0c195204543c3df671ea471610237f5f44b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Move object_mapper per dbus path conventions.Leonel Gonzalez2017-03-201-1/+1
| | | | | | | Partial fix for openbmc/openbmc#1112. Change-Id: If4eb2036cdfc1d81578fd70ae0360cc39c7deca4 Signed-off-by: Leonel Gonzalez <lgonzalez@us.ibm.com>
* Fix org.openbmc.ObjectMapper referencesBrad Bishop2017-02-251-3/+3
| | | | | | | | Fix up a couple applications that were missed when we switched over to xyz.openbmc_project.ObjectMapper. Change-Id: I84cf5d7280be14be245d0a979c189b48076ee4bf Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add fanctl to skeletonYi Li2016-10-072-0/+507
| | | | | | | | | | | | | | | | | fanctl replaces pyfanctl. It provides fan control service with dbus object "/org/openbmc/control/fans". Currently there are two methods: setMax() to set all fans' speed to maximum, and updatePresent() to update the "Present" status of inventory objects: "/org/openbmc/inventory/system/chassis/fan*". In future, more methods will be added, like setting fan speed based on temperature sensor reading. Fixes openbmc/openbmc#93 Change-Id: Ic65089f5d0538cd5e17cfcd9f27e652ae6080ec5 Signed-off-by: Yi Li <adamliyi@msn.com>
* Remove dead codeBrad Bishop2016-06-212-129/+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/+129
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