summaryrefslogtreecommitdiff
path: root/board/cr50/board.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@google.com>2019-01-28 16:40:14 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-01-31 18:18:47 -0800
commit02390c35e35108ea4474827dbe037541d3b93c76 (patch)
tree3b00f3a60958d91699734b46807eb26c6beccd32 /board/cr50/board.h
parentbb55365b98d78a09c9dcf00f3b7d144c245d6990 (diff)
downloadchrome-ec-02390c35e35108ea4474827dbe037541d3b93c76.tar.gz
cr50: add board_closed_loop_reset property
BUG=b:123544145 BRANCH=cr50 TEST=none Change-Id: If9b12685f7f70f0653d137bbfa15f6a6232343e0 Signed-off-by: Mary Ruthven <mruthven@google.com> Reviewed-on: https://chromium-review.googlesource.com/1443868 Commit-Ready: Mary Ruthven <mruthven@chromium.org> Tested-by: Mary Ruthven <mruthven@chromium.org> Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'board/cr50/board.h')
-rw-r--r--board/cr50/board.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index 95a74e1af6..95a0fd3a4e 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -290,6 +290,13 @@ int board_tpm_uses_spi(void);
* @return 0 if option is not set, !=0 if option set.
*/
int board_uses_closed_source_set1(void);
+/**
+ * The board needs to wait until TPM_RST_L is asserted before deasserting
+ * system reset signals.
+ *
+ * @return 0 if option is not set, !=0 if option set.
+ */
+int board_uses_closed_loop_reset(void);
int board_id_is_mismatched(void);
/* Allow for deep sleep to be enabled on AP shutdown */
int board_deep_sleep_allowed(void);