summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-07-07 09:11:28 -0500
committerCommit Bot <commit-bot@chromium.org>2021-07-08 01:35:30 +0000
commita45063428df84fc681279f942463001353d60ad8 (patch)
tree85ce0288d87adeba0a56281eb97027b3e523deff
parent0c2cec099fbaa330af54837232b0208addeff299 (diff)
downloadchrome-ec-a45063428df84fc681279f942463001353d60ad8.tar.gz
cr50: add CRYPTO_TEST_SETUP description
BUG=none TEST=none Change-Id: I24314865ef591ae791e20559534ca4e40af7d46d Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3010921 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org> Reviewed-by: Andrey Pronin <apronin@chromium.org>
-rw-r--r--board/cr50/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index b05718961f..e5c09040cb 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -566,6 +566,12 @@ enum nvmem_users {
/* Total time deep sleep should not be allowed while wiping the TPM. */
#define DISABLE_SLEEP_TIME_TPM_WIPE (TPM_PROCESSING_TIME + TPM_RESET_TIME)
+/*****************************************************************************/
+/*
+ * Options for CRYPTO_TEST=1 images. Crypto test support takes up more space
+ * than the standard image has available. Use this section to add crypto test
+ * features and remove things to free up enough space to build them.
+ */
#ifdef CRYPTO_TEST_SETUP
/* Enable unsafe dev features for CCD in crypto test builds */
#define CONFIG_CMD_ROLLBACK