summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@google.com>2018-08-24 14:12:57 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-08-25 19:27:12 -0700
commita3f0cc0830ebbe1015d47e7d9ce9109325289e8b (patch)
tree9f09311f60e54fcb5eaf0363b87fe72b5d691ce7
parent2a4bd4a152d81f5e24cea00b177c0be6d6246d15 (diff)
downloadchrome-ec-a3f0cc0830ebbe1015d47e7d9ce9109325289e8b.tar.gz
cr50: enable ccd open from the console
Enable running ccd open from the console. Do not require dev mode to run the command. PREPVT ONLY. DO NOT MERGE INTO MP. BUG=b:112861587 BRANCH=cr50-prePVT TEST='ccd open' can be run on the console, and it doesn't require dev mode. Change-Id: Ie666d3bdf56a525deb7764bbcd03676174745cd3 Signed-off-by: Mary Ruthven <mruthven@google.com> Reviewed-on: https://chromium-review.googlesource.com/1188928 Commit-Ready: Mary Ruthven <mruthven@chromium.org> Tested-by: Mary Ruthven <mruthven@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
-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 a523da7151..140f230d02 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -99,6 +99,8 @@
/* Enable Case Closed Debugging */
#define CONFIG_CASE_CLOSED_DEBUG_V1
#define CONFIG_PHYSICAL_PRESENCE
+/* Loosen CCD open requirements. Only allowed in prePVT images */
+#define CONFIG_CCD_OPEN_PREPVT
#ifdef CR50_DEV
/* Enable unsafe dev features for CCD in dev builds */