summaryrefslogtreecommitdiff
path: root/board/bds
diff options
context:
space:
mode:
Diffstat (limited to 'board/bds')
-rw-r--r--board/bds/board.c1
-rw-r--r--board/bds/board.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/board/bds/board.c b/board/bds/board.c
index 50c4a079e9..04e3d56c67 100644
--- a/board/bds/board.c
+++ b/board/bds/board.c
@@ -44,6 +44,7 @@ const struct gpio_info gpio_list[GPIO_COUNT] = {
{"DEBUG_LED", LM4_GPIO_A, (1<<7), GPIO_OUT_LOW, NULL},
/* Unimplemented signals which we need to emulate for now */
GPIO_SIGNAL_NOT_IMPLEMENTED("WRITE_PROTECT"),
+ GPIO_SIGNAL_NOT_IMPLEMENTED("ENTERING_RW"),
};
diff --git a/board/bds/board.h b/board/bds/board.h
index d26a79f7ef..452b4558b2 100644
--- a/board/bds/board.h
+++ b/board/bds/board.h
@@ -38,6 +38,7 @@ enum gpio_signal {
/* Signals which aren't implemented on BDS but we'll emulate anyway, to
* make it more convenient to debug other code. */
GPIO_WRITE_PROTECT, /* Write protect input */
+ GPIO_ENTERING_RW, /* EC entering RW code */
/* Number of GPIOs; not an actual GPIO */
GPIO_COUNT