summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/leds
AgeCommit message (Collapse)AuthorFilesLines
2018-08-23[Subtree] Bring openbmc machines to top levelDave Cobbley2-353/+0
The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-07-23meta-romulus: Add led groups for faultsLei YU1-0/+300
Add fault groups, e.g. core, dimm fault groups in led config, so that fault monitor could set related fault group to turn on the fault led. Tested: Verify the led fault groups are created, and when asserted, the fault led is turned on. Change-Id: Iace27d605c11b8c5b3d33685eecdaffb402fc6ad Signed-off-by: Lei YU <mine260309@gmail.com>
2018-03-23Clean up stale obmc-phosphor-utils referencesBrad Bishop1-1/+0
There were a number of places that inherited this class but did not use it. A number of classes that did use it did not inherit it. This was possible because the class was pulled in by the distro configuration but that has been removed here as well. Tested: Built and verified a witherspoon image Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I73511cdcc609875b4fe016967c1b84c5200fb703
2017-11-06meta-romulus: Add power LED rulesLei YU1-0/+10
Set power led blink on bmc_booted, and set it on when host is powered on. Change-Id: Ia25c1b2fa358ed508bc02b7b8545d8b0d93586a4 Signed-off-by: Lei YU <mine260309@gmail.com>
2017-08-09Enable LED support for Romuluscausten2-0/+44
Support for groups bmc_booted, power_on, enclosure_fault, enclosure_identify, and lamp_test. Allows lamp test to display all LED colors on a multi color LED as part of the lamp test. Notice there is no LED change for Power states. That is because the Romulus op panel does not run on standby power. It is impossible to do anything useful with the power LED. Change-Id: Ib60ced92cd3d3da6176a486870640137a7ab08fb Signed-off-By: Chris Austen <austenc@us.ibm.com>