summaryrefslogtreecommitdiff
path: root/board/coachz/build.mk
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2020-09-17 14:35:12 -0700
committerCommit Bot <commit-bot@chromium.org>2020-09-23 19:46:57 +0000
commit79de579bf0278a1ab6d8ba6573e70855ec26d687 (patch)
tree161ac24e7ddf9823b1df01049198524c5c78075f /board/coachz/build.mk
parenta4e14b97193fe079d18e929ce9d28b586d5418de (diff)
downloadchrome-ec-79de579bf0278a1ab6d8ba6573e70855ec26d687.tar.gz
Coachz: Implement the base detection
The implementation is based on the poppy reference, with the following changes: * Use proper GPIOs and ADC channel * Not notify ACPI, which is invalid on ARM boards * Update comments BRANCH=None BUG=b:168712053 TEST=Built the Coachz image. Change-Id: Ie0b0eaf81cdcbd2b2219eef0c895fbd41971d1e4 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2416998 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/coachz/build.mk')
-rw-r--r--board/coachz/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/coachz/build.mk b/board/coachz/build.mk
index a044fa58cb..5b6ecb0398 100644
--- a/board/coachz/build.mk
+++ b/board/coachz/build.mk
@@ -11,4 +11,4 @@ CHIP_FAMILY:=npcx7
CHIP_VARIANT:=npcx7m6fc
BASEBOARD:=trogdor
-board-y=battery.o board.o led.o
+board-y=battery.o board.o led.o base_detect.o