summaryrefslogtreecommitdiff
path: root/board/haboki/build.mk
diff options
context:
space:
mode:
authorZick Wei <zick.wei@quanta.corp-partner.google.com>2021-05-06 09:20:37 +0800
committerCommit Bot <commit-bot@chromium.org>2021-05-11 04:01:38 +0000
commitcf32e8b61c6dccc5025c6e6e27724f0320de7588 (patch)
treed3db9568c667c50cd85ef57ba5e6c19e921d6701 /board/haboki/build.mk
parent42e4c39d0ad06057c8789e8f8000b8538aae51e7 (diff)
downloadchrome-ec-cf32e8b61c6dccc5025c6e6e27724f0320de7588.tar.gz
haboki: initial board
This CL initial board for haboki which is a IT8320 variant of keeby, and include below change: 1. Copied from drawcia and update baseboard to keeby. 2. Removed board_pulse_entering_rw() and set EC_ENTERING_RW to GPC7. BUG=b:187094464, b:187126367 BRANCH=None TEST=make BOARD=haboki Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: Ie11776b88e38a2b7af0f844ad2ed1b810b2c0a74 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2875007 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/haboki/build.mk')
-rw-r--r--board/haboki/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/haboki/build.mk b/board/haboki/build.mk
new file mode 100644
index 0000000000..ff15b3e8e4
--- /dev/null
+++ b/board/haboki/build.mk
@@ -0,0 +1,15 @@
+# -*- makefile -*-
+# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# Board specific files build
+#
+
+CHIP:=it83xx
+CHIP_FAMILY:=it8320
+CHIP_VARIANT:=it8320dx
+BASEBOARD:=keeby
+
+board-y=board.o led.o usb_pd_policy.o
+board-$(CONFIG_BATTERY_SMART)+=battery.o