summaryrefslogtreecommitdiffstats
path: root/pciedetect
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* pcie: Use mapper calls to lookup busnamesBrad Bishop2016-07-261-8/+68
| | | | | | | | | This is a reaction to a /org/openbmc/managers/System API update. The update removes the bus name field from the 'GetObjectByxxx' method responses. Change-Id: I061f8071097b4e870031198a509abe48a4128d82 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* libopenbmc_intf include path updateBrad Bishop2016-06-271-3/+3
| | | | | | | | | 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>
* Reorganize directory structureBrad Bishop2016-06-102-0/+166
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