summaryrefslogtreecommitdiff
path: root/board/haboki/build.mk
diff options
context:
space:
mode:
authorParth Malkan <parthmalkan@google.com>2021-07-12 17:47:22 +0000
committerCommit Bot <commit-bot@chromium.org>2021-07-19 18:19:51 +0000
commitc9127f57b3d9f4837202c2d94e985ae36e53778f (patch)
tree38b19dbc6905be631ce3ee0f2325105973007b35 /board/haboki/build.mk
parentacc12b843cb90e117374a2395f5b318e336db338 (diff)
downloadchrome-ec-c9127f57b3d9f4837202c2d94e985ae36e53778f.tar.gz
dedede: Make scope of SSFC definition per board
SSFC bit definition started diverging between coreboot and EC. To avoid conflicts move the definitions of SSFC bits within EC to per board instead of at a baseboard level. Base sensor and Lid sensor components are common across all boards Base Sensor - bits 0-2 Lid Sensor - bits 3-5 In addition, Sasuke uses bits 6-8 for usb superspeed mux Cret board uses bits 9-11 in coreboot for audio codec BRANCH=firmware-dedede-13606.B BUG=b:187694527 TEST=make buildall Signed-off-by: Parth Malkan <parthmalkan@google.com> Change-Id: Ib0f732e5d41668135ff180c545ff4bb6a1cb1427 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3021932 Reviewed-by: YH Lin <yueherngl@chromium.org> Reviewed-by: Marco Chen <marcochen@chromium.org>
Diffstat (limited to 'board/haboki/build.mk')
-rw-r--r--board/haboki/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/haboki/build.mk b/board/haboki/build.mk
index ff15b3e8e4..aa0e3b766e 100644
--- a/board/haboki/build.mk
+++ b/board/haboki/build.mk
@@ -11,5 +11,5 @@ CHIP_FAMILY:=it8320
CHIP_VARIANT:=it8320dx
BASEBOARD:=keeby
-board-y=board.o led.o usb_pd_policy.o
+board-y=board.o cbi_ssfc.o led.o usb_pd_policy.o
board-$(CONFIG_BATTERY_SMART)+=battery.o