summaryrefslogtreecommitdiff
path: root/board/cr50/build.mk
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2016-08-18 15:39:57 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-08-22 23:27:07 -0700
commit82e4ac67acf3c75084be37a52ae14147135437fa (patch)
tree44bbd657a9bd3aa4a6dc78f207b9c62a0f1b4d8d /board/cr50/build.mk
parentf729672b66ee6667d3266d7f43216d1cd6f5f412 (diff)
downloadchrome-ec-82e4ac67acf3c75084be37a52ae14147135437fa.tar.gz
Cr50: Add "wp" console command to control EC_WP_L
BUG=chrome-os-partner:49959 BRANCH=none TEST=manual On the Cr50 console, use the "wp" command to get/set the desired state. On the EC console, use "gpioget wp_l" to watch it change. Change-Id: I5978e6116ad0a07a7a61a8356dc1daf79e2397d0 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/373618 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'board/cr50/build.mk')
-rw-r--r--board/cr50/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cr50/build.mk b/board/cr50/build.mk
index 8710d11e41..8f9acd1522 100644
--- a/board/cr50/build.mk
+++ b/board/cr50/build.mk
@@ -49,6 +49,7 @@ board-y += tpm2/rsa.o
board-y += tpm2/stubs.o
board-y += tpm2/trng.o
board-y += tpm2/upgrade.o
+board-y += wp.o
# Build and link with an external library
EXTLIB := $(realpath ../../third_party/tpm2)