[PATCH skeleton v2 0/7] Set default LED status.

OpenBMC Patches openbmc-patches at stwcx.xyz
Thu Nov 19 12:00:25 AEDT 2015


BEEP LED (GPION7) light on for when system has someting abnormal. This LED is used to warning user.
So default is OFF. We will check when this LED on for what event.
BMC_READY LED (GPIOH2) is OFF when standby power active and system power off. So default is OFF.  When system power on, the LED on.
So far user can know the timing of push power button after BEEP LED off. But it needs to wait about 15 seconds. I want  BEEP LED off right after BMC Ready status, can you suggest how can I achive this?

For Identify feature, we use the same LED with BMC_READY LED. Below is the behavior.
Power off, Chassis identify off: BMC_READY LED consistently off 
Power off, Chassis identify on: BMC_READY LED on for 0.1sec, off for 0.9sec, and loop 
Power on, Chassis identify off: BMC_READY LED consistently on 
Power on, Chassis identify on: BMC_READY LED on for 0.9sec, off for 0.1sec, and loop
You may confuse about GPIOR5. FXN BMC will check with EE and implement this part.


https://github.com/openbmc/skeleton/pull/13

Ken (7):
  LED test
  LED test 2
  LED test3
  Remove ;
  Force fan duty to 100%
  Workarounf for fan PWM 100%
  Remove git 1e751075d5a11736df67c40ead5a8375141269d3

 bin/Barreleye.py         | 7 ++++++-
 bin/startup_hacks.sh     | 9 +++++++++
 objects/led_controller.c | 9 +++++++--
 3 files changed, 22 insertions(+), 3 deletions(-)
 mode change 100644 => 100755 objects/led_controller.c

-- 
2.6.3




More information about the openbmc mailing list