summaryrefslogtreecommitdiff
path: root/board/volteer/ec.tasklist
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2019-08-15 15:58:34 -0600
committerCommit Bot <commit-bot@chromium.org>2019-08-20 18:55:39 +0000
commitd85f03e3015addc5f7b96b36b2a1d43147f4dae4 (patch)
tree9a94b0dd74dbd423cf1a641df3b153c132dc84ff /board/volteer/ec.tasklist
parent8bbbfbe64c410d9c43daacbdad272022f9eff900 (diff)
downloadchrome-ec-d85f03e3015addc5f7b96b36b2a1d43147f4dae4.tar.gz
Volteer: Add initial AP signals
Enable ESPI interface and support for IceLake chipset. Configure reset and power button signals. BUG=none BRANCH=none TEST=make BOARD=volteer Change-Id: I6f06a71fc2516781fe3c23b997310a960e6e0bb8 Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1758533 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'board/volteer/ec.tasklist')
-rw-r--r--board/volteer/ec.tasklist3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/volteer/ec.tasklist b/board/volteer/ec.tasklist
index 6e1791520d..f8b67701bf 100644
--- a/board/volteer/ec.tasklist
+++ b/board/volteer/ec.tasklist
@@ -10,4 +10,5 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_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(CONSOLE, console_task, NULL, VENTI_TASK_STACK_SIZE) \
+ TASK_ALWAYS(POWERBTN, power_button_task, NULL, LARGER_TASK_STACK_SIZE)