From 671baed12042a5c0866923427abb407818c15663 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Thu, 28 May 2020 17:13:05 -0700 Subject: 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 Change-Id: I15f19aefcb11a055e66994e33976b98ce6fdf099 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2220829 Reviewed-by: Mary Ruthven --- board/cr50/board.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1