summaryrefslogtreecommitdiff
path: root/board/fluffy/build.mk
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2019-03-21 14:44:44 -0700
committerCommit Bot <commit-bot@chromium.org>2019-07-17 01:32:20 +0000
commit60d6db8fbf5bae84b94b6dac8ea8c70a08e30555 (patch)
tree340b53b66f6751eb536463b1c0467feac5974830 /board/fluffy/build.mk
parent9be52b960b3e25ccc8ef0fc4c15db5bc918a9965 (diff)
downloadchrome-ec-60d6db8fbf5bae84b94b6dac8ea8c70a08e30555.tar.gz
fluffy: Initial board commit.
This contains the initial firmware for Fluffy rev 1.1 boards. Fluffy is a 20:1 USB-C power mux. For more information, see go/usbc-fluffy. BUG=b:136671092,b:134075217,b:134074302,b:134074465,b:134075521, b:134075834 BRANCH=None TEST=flash fluffy, verify it boots and functions. Change-Id: Ica6817e7cfa4481aa98fed1c24ea243bf622eb2a Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1535117 Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org> Commit-Queue: Jett Rink <jettrink@chromium.org> Auto-Submit: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/fluffy/build.mk')
-rw-r--r--board/fluffy/build.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/board/fluffy/build.mk b/board/fluffy/build.mk
new file mode 100644
index 0000000000..b6761a4692
--- /dev/null
+++ b/board/fluffy/build.mk
@@ -0,0 +1,18 @@
+# -*- makefile -*-
+# Copyright 2019 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
+
+# the IC is STmicro STM32F072CBU6TR
+CHIP:=stm32
+CHIP_FAMILY:=stm32f0
+CHIP_VARIANT:=stm32f07x
+
+# Use coreboot-sdk
+$(call set-option,CROSS_COMPILE_arm,\
+ $(CROSS_COMPILE_coreboot_sdk_arm),\
+ /opt/coreboot-sdk/bin/arm-eabi-)
+
+board-y=board.o