summaryrefslogtreecommitdiff
path: root/board/waddledee/build.mk
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2020-01-02 09:34:34 -0700
committerCommit Bot <commit-bot@chromium.org>2020-02-11 01:16:38 +0000
commite18f1e42127a856ea6591e13ee6c26fe5781848d (patch)
tree6fc5fe37cef132217c7b131d2afbafd1aab83a6e /board/waddledee/build.mk
parentef859d1c129174161c4d187c3d8b8c65b17fd9db (diff)
downloadchrome-ec-e18f1e42127a856ea6591e13ee6c26fe5781848d.tar.gz
Waddledee: Initial board file
This commit contains the initial code for waddledee, the ITE reference board for dedede. All of the GPIOs are defined, and any tasks that can be enabled to begin with are. Since the charger driver is still in progress, this commit undefs any charger related baseboard features, and they will be re-enabled once the driver is ready. BUG=b:146557556 BRANCH=None TEST=builds Change-Id: Ie5901304f92bf9040f1c883fb738c9f3bda0e95e Signed-off-by: Diana Z <dzigterman@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2044359 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/waddledee/build.mk')
-rw-r--r--board/waddledee/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/waddledee/build.mk b/board/waddledee/build.mk
new file mode 100644
index 0000000000..382ec57971
--- /dev/null
+++ b/board/waddledee/build.mk
@@ -0,0 +1,15 @@
+# -*- makefile -*-
+# Copyright 2020 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:=dedede
+
+board-y=board.o
+board-$(CONFIG_BATTERY_SMART)+=battery.o