summaryrefslogtreecommitdiff
path: root/board/guybrush/board.h
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/board.h
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/board.h')
-rw-r--r--board/guybrush/board.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/board/guybrush/board.h b/board/guybrush/board.h
index 62429e7ee0..8a4a51e549 100644
--- a/board/guybrush/board.h
+++ b/board/guybrush/board.h
@@ -11,27 +11,6 @@
/* Baseboard features */
#include "baseboard.h"
-/* Optional features */
-#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */
-
-/* Config options automatically enabled, re-enable once support added */
-#undef CONFIG_ADC
-#undef CONFIG_SWITCH
-#undef CONFIG_SPI_FLASH
-#undef CONFIG_SUPPORT_CHIP_HIBERNATION
-
-#undef CONFIG_UART_TX_BUF_SIZE
-#define CONFIG_UART_TX_BUF_SIZE 4096
-
-/*
- * Macros for GPIO signals used in common code that don't match the
- * schematic names. Signal names in gpio.inc match the schematic and are
- * then redefined here to so it's more clear which signal is being used for
- * which purpose.
- */
-#define GPIO_LID_OPEN GPIO_EC_LID_OPEN
-#define GPIO_WP_L GPIO_EC_WP_L
-
/* Motion sensing drivers */
/* Keyboard features */