summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2020-05-28 17:13:05 -0700
committerCommit Bot <commit-bot@chromium.org>2020-05-29 04:42:18 +0000
commit671baed12042a5c0866923427abb407818c15663 (patch)
tree4a89622b9712c38452b765b6de210c806a08543c
parent85d2ae0a9056859a0c159406121fc586c99d98e1 (diff)
downloadchrome-ec-671baed12042a5c0866923427abb407818c15663.tar.gz
ap_ro_verification: enable AP RO verification support
This patch flips on the switch for the AP RO verification implementation. BUG=b:153764696 TEST=generated AP integrity verification data using the ap_ro_hash.py script and then ran the verification procedure, observing the 'hash match' message on the Cr50 console. Also verified that the Open Box RMA procedure still succeeds. Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Change-Id: I15f19aefcb11a055e66994e33976b98ce6fdf099 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2220829 Reviewed-by: Mary Ruthven <mruthven@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 1b93ca75ca..540f4c622d 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -429,6 +429,8 @@ enum nvmem_users {
#define CONFIG_FLASH_NVMEM_VARS_USER_NUM NVMEM_CR50
#define CONFIG_RW_B
+#define CONFIG_AP_RO_VERIFICATION
+
/* Firmware upgrade options. */
#define CONFIG_NON_HC_FW_UPDATE
#define CONFIG_USB_FW_UPDATE