summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project
Commit message (Collapse)AuthorAgeFilesLines
* Add Interface definition yaml file for physical LED managerVishwanatha Subbanna2016-11-221-0/+56
| | | | | | | | | | | This adds the interface definition file for LED manager daemon that deals with physical LEDs. It has a property named 'State' which can be written onto for getting the desired operation triggered on the real LED. For example, to turn on the LED, write 'ON' to property 'State' Change-Id: Iee641ab1d4f890f255f1d73e807a57b30d488d16 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Add initial sensor interfacesBrad Bishop2016-11-213-0/+115
| | | | | | | | | xyz.openbmc_project.Sensor.Value xyz.openbmc_project.Sensor.Threshold.Warning xyz.openbmc_project.Sensor.Threshold.Critical Change-Id: Ib3e993d0b2e87387993d7b6c1c8b1a47e71b5af1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add Interface definition yaml file for LED ManagerVishwanatha Subbanna2016-11-211-0/+8
| | | | | | | | | | | This adds the interface definition file for LED manager daemon that deals with LED groups. Currently, this daemon wants only a dbus property which can be altered by the user to assert/de-assert the group Fixes openbmc/openbmc#736 Change-Id: Ib554d7dfd8d6addf7064eeeadaa25e91d32aaf5a Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Miscellaneous updates to inventory interfacesDeepak Kodihalli2016-11-1813-9/+56
| | | | | | | | | | | | | - Placed interfaces corresponding to physical items under Inventory/Item/ and interfaces which serve as item decorators under Inventory/Decorator/. - Add some new dbus interfaces. - Restructured Board item related interfaces such that there's a parent Board interface, and derivatives such as Motherboard, IO board, etc. - Added new properties to existing interfaces. Change-Id: I52b7c1a789df6745d1786d927fab06db40524448 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Add dbus interfaces to control the system timeDeepak Kodihalli2016-11-181-0/+10
| | | | | | | | Add an EpochTime interface to get/set time elapsed since the Epoch (1 Jan 1970 00:00:00 UTC). Change-Id: I60106b9d890489efc12586a41d6f686448c60c98 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Merge "Mapper: add interface filter argument"Patrick Williams2016-11-181-0/+16
|\
| * Mapper: add interface filter argumentBrad Bishop2016-11-011-0/+16
| | | | | | | | | | | | | | Add an interface constraining argument to all query methods. Change-Id: Ic7f3fe3929be1c494383ccb40465c139ddf6f47b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* | Merge "Add xyz.openbmc_project.Association"Patrick Williams2016-11-141-0/+15
|\ \
| * | Add xyz.openbmc_project.AssociationBrad Bishop2016-11-011-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | Add an interface for representing associations between DBus objects. Change-Id: Ic1fd2770ccc2484e87c74982d0e0b987a0c91759 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* | | Merge "Document existing ObjectMapper interface"Patrick Williams2016-11-141-0/+75
|\ \ \ | | |/ | |/|
| * | Document existing ObjectMapper interfaceBrad Bishop2016-11-011-0/+75
| |/ | | | | | | | | | | | | With one caveat - moved to xyz namespace. Change-Id: I14bdd1d0bdae8879cdbf976184e1aa462a254281 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* | Document existing Object.Delete interfaceBrad Bishop2016-11-101-0/+8
|/ | | | | | | | This interfaces is mainly used by a REST implementation to handle HTTP DELETE requests. Change-Id: I7c1d00f05f5bd064a0294a7006f1bd7974a57aff Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add inventory interfaces for OpenBMCBrad Bishop2016-10-1311-0/+103
A first pass at a machine parseable DBus specification for the inventory features of OpenBMC. Change-Id: Ia061ab2d5c2ea9d06cd991940303250cef48ab66 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud