From 7d4846d48e4625d3556f27d7419d2358da2b64a5 Mon Sep 17 00:00:00 2001 From: Sue Chen Date: Wed, 28 Jul 2021 17:11:52 +0800 Subject: Pico: Initial EC image Create the initial EC image for the pico variant by copying the icarus reference board EC files into a new directory named for the variant. BUG=none BRANCH=icarus TEST=make BOARD=pico Signed-off-by: Sue Chen Change-Id: I0eeae3e76b1cfabd0be54d1b29c9af7fac1238c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3058159 Reviewed-by: Ting Shen --- board/pico/build.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 board/pico/build.mk (limited to 'board/pico/build.mk') diff --git a/board/pico/build.mk b/board/pico/build.mk new file mode 100644 index 0000000000..9ca7933e2a --- /dev/null +++ b/board/pico/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 +# +# +# IC is ITE IT81202 +CHIP:=it83xx +CHIP_FAMILY:=it8xxx2 +CHIP_VARIANT:=it81202bx_1024 +BASEBOARD:=kukui + +board-y=battery.o board.o led.o -- cgit v1.2.1