summaryrefslogtreecommitdiff
path: root/board/ambassador/gpio.inc
Commit message (Collapse)AuthorAgeFilesLines
* puff/variant: change EC_PCH_RTCRST default settingZick Wei2021-12-161-1/+1
| | | | | | | | | | | | | | | | | Follow CL:3337961 BUG=b:210562965 BRANCH=puff TEST=make BOARD=puff, make BOARD=moonbuggy, make BOARD=genesis, make BOARD=ambassador, make BOARD=scout. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I0d9e5c3d5171afceb0a2a32871b3298de4e66d50 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3337963 Reviewed-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Joe Tessler <jrt@chromium.org> Reviewed-by: Peter Marheine <pmarheine@chromium.org>
* ambassador: fix LED color.Matt Ziegelbaum2020-11-191-1/+1
| | | | | | | | | | | | | | | Ambassador has red/white LEDs instead of red/green. They are open drain. With this change, amber is actually pink, but there's no constant for pink. BUG=None TEST=On device, control with ec console. BRANCH=none Signed-off-by: Matt Ziegelbaum <ziegs@chromium.org> Change-Id: Ib9901f3b4c3d088b0990da03411f5b785cc2e096 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2542752 Reviewed-by: Joe Tessler <jrt@chromium.org>
* Ambassador: Initial EC image.Matt Ziegelbaum2020-10-271-0/+169
Create the initial EC image for Ambassador by copying the Puff reference board EC files into a new directory named for ambassador. BUG=b:171561264 TEST=buildall BRANCH=none Signed-off-by: Matthew Ziegelbaum <ziegs@google.com> Change-Id: I28b2de23afb9227be7e39f232b45a43a47a4b1d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2499782 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Matthew Ziegelbaum <ziegs@chromium.org> Tested-by: Matthew Ziegelbaum <ziegs@chromium.org>