From 5b8113297ece720652a2924f8c2b9a59c34f6813 Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Sun, 31 Dec 2017 05:46:13 -0600 Subject: Copy Romulus files to Talos for future development Apply initial renames and conversions to copied sources --- .../leds/talos-led-manager-config/led.yaml | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/leds/talos-led-manager-config/led.yaml (limited to 'meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/leds/talos-led-manager-config/led.yaml') diff --git a/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/leds/talos-led-manager-config/led.yaml b/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/leds/talos-led-manager-config/led.yaml new file mode 100755 index 000000000..b5a984159 --- /dev/null +++ b/meta-openbmc-machines/meta-openpower/meta-rcs/meta-talos/recipes-phosphor/leds/talos-led-manager-config/led.yaml @@ -0,0 +1,35 @@ +bmc_booted: + power: + Action: 'Blink' + DutyOn: 50 + Period: 1000 + Priority: 'On' + +power_on: + power: + Action: 'On' + DutyOn: 50 + Period: 0 + Priority: 'On' + +enclosure_fault: + fault: + Action: 'On' + +enclosure_identify: + identify: + Action: 'Blink' + DutyOn: 50 + Period: 1000 + +# The Op Panel on the Talos II system holds a multicolor LED. +# Both the 'fault' and 'identify' gpios are wired to the same LED. +# By holding one in 'on' while the other in 'blink' state, ensures +# the manufacturing process can verify both colors function +lamp_test: + fault: + Action: 'Blink' + DutyOn: 50 + Period: 1000 + identify: + Action: 'On' -- cgit v1.2.1