summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* phosphor-led-manager: use c++17Vernon Mauery2018-10-041-1/+1
| | | | | | | Update configure.ac to choose the c++17 standard Change-Id: I805dd7d6de5d8be529d48646cec0c815574c281d Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
* Implement led assert and deassert based on faultsDhruvaraj Subhashchandran2017-05-231-0/+6
| | | | | Change-Id: I28378b155da15282b1b5bf0403075b55bda5b70d Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
* Add class and stub for fru fault monitor applicationDhruvaraj Subhashchandran2017-05-231-1/+4
| | | | | | | | | This application waits for new fault entries and resolution of exiting faults to assert or deassert LED for the corresponding FRUs, respectively. Change-Id: I92ead0c8d3132dd7a6740b536231d6588ac42471 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
* Link to dbus interfaces library for using generated codeVishwanatha Subbanna2017-03-131-0/+1
| | | | | Change-Id: I7db65c8bea0bc111e9b0810ffdc33a8ffc924f5e Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Check for needed package modules than individual header filesVishwanatha Subbanna2017-03-131-6/+2
| | | | | Change-Id: I582caca53aa84ba7037a61f7a2a947ca0b313cc2 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Drive physical LED when a LED group is actioned onVishwanatha Subbanna2017-03-071-0/+1
| | | | | Change-Id: I3107c1d961c459379b77548a738533567eccf693 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Adhere to freedesktop naming convention for service and object pathVishwanatha Subbanna2017-02-161-4/+4
| | | | | | | Fixes openbmc/openbmc#1039 Change-Id: I995168828a187671072f761668c873c2b1936874 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* led_gen: Add an outputdir cmdline optionBrad Bishop2017-02-091-1/+1
| | | | | | | | | The output is currently placed in the same directory as the script. Default instead to cwd, and allow the user to specify so out of tree builds can work. Change-Id: Ia7b94f509e0239f7697634d7a52f22e38d7efc6a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Fix build issuesBrad Bishop2017-02-011-0/+1
| | | | | | | | Somewhere along the line the repo stopped building. Fix a couple minor build issues. Change-Id: I17e24a6f7f1a9946b5c6b5b6544a0f6f172a585f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Update configure and Makefile to refer to a config pathVishwanatha Subbanna2017-01-251-0/+5
| | | | | | | Define a variable in configure having the information about config files Change-Id: Ic68c02189a07d7198a4ea1ba858ec90aca9126ae Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Enable gtest for testing LED set operationsVishwanatha Subbanna2017-01-171-1/+19
| | | | | | | | This patchset enables gtest to allow different combinations of LED set operations to be verified at build time. Change-Id: I9c2ddf82c2e23be911233b23037ee44e3ce301db Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Use generated bindings for Led Group managerVishwanatha Subbanna2016-12-151-4/+0
| | | | | | | | This extends generated sdbusplus interface and provides implementation for handling LED group operations. Change-Id: I9e6f83f2f801de24d33937bc651228b1c0ccdc37 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Add methods to driving the LEDsVishwanatha Subbanna2016-12-131-12/+18
| | | | | | | | | | This enables creating custom groups and participating LEDs so that it can later be generated from MRW. For each of the group, a dbus object is created which will announce LED actions. Corresponding groups are asserted / de-asserted based on user input. Change-Id: I7e64bea13767b8d083dd946f4cf3aeb37e62ff17 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Add LED grouping supportVishwanatha Subbanna2016-11-211-0/+42
This enables creating custom groups and participating LEDs so that it can later be generated from MRW. For each of the group, a dbus object is created which will announce LED actions. Fixes openbmc/openbmc#550 Change-Id: I7a56d08755288dcfce45ee4c6d6b6c5e5aa454f7 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud