summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2016-04-21 12:35:55 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-04-29 16:07:13 -0700
commit61e065326117f6aef474164a6a42fa0e50eeb096 (patch)
treed71d82b1e45a045fcecae1dea7e2c85f8457943c /board
parent43a0c703465d22cadff185792ba34932c4b4ba3f (diff)
downloadchrome-ec-61e065326117f6aef474164a6a42fa0e50eeb096.tar.gz
cr50: add basic rbox support
This change modifies the behavior of RBOX by blocking the key0 and key1 output, when the power button is pressed. It also adds support for printing debug statements when various RBOX interrupts are triggered. BUG=none BRANCH=none TEST=On cr50 test board verify key0 and key1 out are not asserted unless the power button is pressed. Change-Id: I67a3c1b8009279015bdc87bcf0995cffa9ab6f03 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/341470 Tested-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/cr50/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index 126aaf2cea..234c164ac5 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -48,6 +48,8 @@
#define CONFIG_SPS
#define CONFIG_TPM_SPS
+#define CONFIG_RBOX
+
/* We don't need to send events to the AP */
#undef CONFIG_HOSTCMD_EVENTS