summaryrefslogtreecommitdiff
path: root/board/cr50/build.mk
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@google.com>2016-10-07 16:39:56 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-10-08 01:04:50 -0700
commit0ff799bb75c3bd6b310166b05bc48536f0b6c06d (patch)
tree73292a82d7b7b83f358ef45da3fe71dea06c7a79 /board/cr50/build.mk
parent36b39b5fc92e4857249372cccec099440ba67c66 (diff)
downloadchrome-ec-0ff799bb75c3bd6b310166b05bc48536f0b6c06d.tar.gz
cr50: add reset extension command
While USB updates have a mechanism to trigger the target reset, SPI updates do not have it. This patch adds an extension command to cause the device reset. BRANCH=none BUG=chrome-os-partner:58226 TEST=with the rest of the patches applied verified that the system gets reset and the new image version kicks in on both gru (over SPI) and reef (over USB). Change-Id: I498538670e2c43d17b13510288eb9ae75eb7b761 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/395628 Reviewed-by: Bill Richardson <wfrichar@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 6028e34de2..379e5e26de 100644
--- a/board/cr50/build.mk
+++ b/board/cr50/build.mk
@@ -42,6 +42,7 @@ board-y += tpm2/hash_data.o
board-y += tpm2/hkdf.o
board-y += tpm2/manufacture.o
board-y += tpm2/platform.o
+board-y += tpm2/post_reset.o
board-y += tpm2/rsa.o
board-y += tpm2/stubs.o
board-y += tpm2/trng.o