summaryrefslogtreecommitdiff
path: root/board/guybrush/ec.tasklist
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2020-12-08 15:15:18 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-10 01:15:52 +0000
commit18fa1e4386244d8408d3c9ecef519d27ca01d19f (patch)
tree58c1fba57759eca96571af3e16e001f6676c1836 /board/guybrush/ec.tasklist
parentc9d96b69410f496d4aea21bce5ef4cef9b0fd5fa (diff)
downloadchrome-ec-18fa1e4386244d8408d3c9ecef519d27ca01d19f.tar.gz
Guybrush: Move implementation to baseboard
Create a base_gpio.inc and base_ec.tasklist. Move nearly all the implementation to the baseboard. Parts of the implementation can be moved to the boards as needed. BUG=None TEST=Build BRANCH=None Change-Id: I3b6ae7539b152d8078f8ef49d7da143a6283d8d4 Signed-off-by: Rob Barnes <robbarnes@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2579647 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board/guybrush/ec.tasklist')
-rw-r--r--board/guybrush/ec.tasklist7
1 files changed, 3 insertions, 4 deletions
diff --git a/board/guybrush/ec.tasklist b/board/guybrush/ec.tasklist
index 773d62c8cb..2dc9c26ec2 100644
--- a/board/guybrush/ec.tasklist
+++ b/board/guybrush/ec.tasklist
@@ -7,7 +7,6 @@
* See CONFIG_TASK_LIST in config.h for details.
*/
-#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)
+#include "base_ec.tasklist"
+
+#define CONFIG_TASK_LIST BASEBOARD_CONFIG_TASK_LIST