summaryrefslogtreecommitdiff
path: root/board/drobit/ec.tasklist
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2021-12-01 16:13:30 -0600
committerAseda Aboagye <aaboagye@google.com>2021-12-01 16:13:30 -0600
commit6eaa2bbe9454c4f4ad50bcdce35ada437ece31f8 (patch)
treef97daf97ccb903fd22396f5f629d5a21a3974e8f /board/drobit/ec.tasklist
parentdd6dfe084f35922a8bac3f899d912ad9cdbe6f47 (diff)
parent5d6dfc1e5f91583c7e26d27073a6401224fe32c5 (diff)
downloadchrome-ec-6eaa2bbe9454c4f4ad50bcdce35ada437ece31f8.tar.gz
Merge remote-tracking branch cros/main into firmware-dedede-13606.B-master
Relevant changes: git log --oneline dd6dfe084..5d6dfc1e5 -- baseboard/dedede board/beetley board/blipper board/boten board/bugzzy board/cret board/drawcia board/drawcia_riscv board/galtic board/kracko board/lantis board/madoo board/magolor board/metaknight board/pirika board/sasuke board/sasukette board/storo board/waddledee board/waddledoo board/wheelie common/charge_state_v2.c common/mkbp_* common/ocpc.c common/usbc/usb_tc_drp_acc_trysrc_sm.c common/usbc/usb_sm.c common/usbc/*_pd_* common/usbc/dp_alt_mode.c common/usbc/usb_prl_sm.c common/usbc/usb_pe_drp_sm.c common/usb_charger.c common/usb_common.c common/usbc_ocp.c driver/charger/sm5803.* driver/charger/isl923x.* driver/tcpm/raa489000.* driver/tcpm/it83* include/power/icelake.h include/intel_x86.h power/icelake.c power/intel_x86.c util/getversion.sh d89e49b20 power: Introduce S4 as a real power state ba8a3c9c0 chgstv2: Use chipset_in_state instead of naming states 262172c84 i2c: Use declared initializers for i2c_ports: boards m-z b610600e9 bugzzy : disable LCD DCDC by pannel power status 35865dbec TCPMv2: Guard DATA_RESET using CONFIG_USB_PD_DATA_RESET_MSG d4d8243ed i2c: Use declared initializers for i2c_ports: baseboards eba8d0305 RAA489000: Fixed RAA489000 max charging current e78b83e0f TCPMv2: Delay Data Reset until mode entry request 6230e60fc TCPMv2: Support Data Reset as DFP, initiator 412246836 intel_x86: Apply chipset resume init and suspend complete hooks f2809b72c config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPI BRANCH=None BUG=b:205675485 b:208371172 b:204947672 b:208318528 b:207328258 BUG=b:195416058 b:141363146 TEST=`make -j buildall` Signed-off-by: Aseda Aboagye <aaboagye@google.com> Change-Id: If1ab393cea39835edc2ec90f15ae0cd00dcf9400
Diffstat (limited to 'board/drobit/ec.tasklist')
-rw-r--r--board/drobit/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/drobit/ec.tasklist b/board/drobit/ec.tasklist
index 2c9a9e8e32..c1b0295d37 100644
--- a/board/drobit/ec.tasklist
+++ b/board/drobit/ec.tasklist
@@ -15,6 +15,7 @@
TASK_ALWAYS(CHARGER, charger_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(USB_MUX, usb_mux_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(POWERBTN, power_button_task, NULL, LARGER_TASK_STACK_SIZE) \