summaryrefslogtreecommitdiff
path: root/board/gumboz/led.c
Commit message (Collapse)AuthorAgeFilesLines
* gumboz: update led on/off levelZick Wei2020-12-221-6/+18
| | | | | | | | | | | | | | | | | | | | This patch update led on/off level by board version and USB-C port: 1.board version >= 2 && USB-C right port led on: gpio set high led off: gpio set low 2. board version < 2 led on: gpio set low led off: gpio set high BUG=b:173476148 BRANCH=zork TEST=verify on rework board, led behavior as intended. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I261f4a7f8adb737888de41e3fa7600cd220064a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2599727 Reviewed-by: Peter Marheine <pmarheine@chromium.org>
* gumboz: Update power led behavior.Jason.Guo2020-12-091-21/+43
| | | | | | | | | | | | | | | | | This path update power led behavior as following: system s0 power led on system s0ix blinking white system s5 power led off BUG=none BRANCH=Zork TEST=none Signed-off-by: jason.guo@quanta.corp-partner.google.com Change-Id: Ic77e5795494a543405b513878ea643f41028af3d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2567862 Reviewed-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
* gumboz: Initial EC imageZick Wei2020-11-201-0/+201
Create the initial EC image for the gumboz variant by copying the dirinboz reference board EC files into a new directory named for the variant. (Auto-Generated by create_initial_ec_image.sh version 1.2.0). BUG=b:173536689 BRANCH=none TEST=make BOARD=gumboz Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I3cdbcac1d7447b17048888f491e1632d738fc2d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2547609 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Peter Marheine <pmarheine@chromium.org>