summaryrefslogtreecommitdiff
path: root/board/asurada/build.mk
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2021-02-05 13:44:26 +0800
committerCommit Bot <commit-bot@chromium.org>2021-02-05 07:32:25 +0000
commit193f3f3b8fd16f1204504ca4811a0dd0e56a54ff (patch)
tree9865040e9a366f62c1520ebb303b085df24b2a9a /board/asurada/build.mk
parentcf0f32b89e2e563d6fccad8d78ba348369e68e7c (diff)
downloadchrome-ec-193f3f3b8fd16f1204504ca4811a0dd0e56a54ff.tar.gz
baseboard/asurada: refactor to support baseboard build
guidelines: 1. sensors are in the board, since this may changes most of the time 2. PPC/Charger/BC12/TCPC/PD are in the baseboard, this is unlikely changing 3. sub-board detection is in the baseboard 4. power signals, power sequence are in the baseboard 5. ADC/PWM this might change, but we keep them in the baseboard for now 6. it5205_sbu is not currently used for now, move it to baseboard 7. battery, led are kept in the board BUG=b:178439840 TEST=boot hayato to OS BRANCH=none Change-Id: I21bf5d1f7901a10c3538ad5646362f2b402652af Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2675328 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/asurada/build.mk')
-rw-r--r--board/asurada/build.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/asurada/build.mk b/board/asurada/build.mk
index 9adf6b09a5..8ecba2f691 100644
--- a/board/asurada/build.mk
+++ b/board/asurada/build.mk
@@ -8,8 +8,9 @@
# the IC is ITE IT8xxx2
CHIP:=it83xx
CHIP_FAMILY:=it8xxx2
-CHIP_VARIANT:=it81202ax_1024
+CHIP_VARIANT:=it81202bx_1024
+BASEBOARD:=asurada
board-$(BOARD_HAYATO)=led_hayato.o
board-$(BOARD_ASURADA)=led.o
-board-y+=battery.o board.o board_id.o usb_pd_policy.o
+board-y+=battery.o board.o