summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2016-11-09 23:40:38 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-11-11 12:11:25 -0800
commit6d3cb5d9eac572b878ac8e6c9da902d11af8d7c5 (patch)
tree8eee6dca86ed1682dee3dd1ad6168dd94fd5c369 /Makefile
parent1afcfc13661b4f34a2afbeae8e740cd61ae571be (diff)
downloadvboot-6d3cb5d9eac572b878ac8e6c9da902d11af8d7c5.tar.gz
futility: Add support for verifying recovery MRC cache
This functionality allows factory to ensure that the recovery MRC cache trained during finalization has the right signature and the checksum on the data can be verified. BUG=chrome-os-partner:59661 BRANCH=None TEST=Verified checksum on recovery mrc cache. Change-Id: Ic5bd9910b4542037ad86f6fb7a7d83b97be5c792 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/409680 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 01dd2035..d93ad08e 100644
--- a/Makefile
+++ b/Makefile
@@ -669,6 +669,7 @@ FUTIL_SRCS = \
futility/cmd_pcr.c \
futility/cmd_show.c \
futility/cmd_sign.c \
+ futility/cmd_validate_rec_mrc.c \
futility/cmd_vbutil_firmware.c \
futility/cmd_vbutil_kernel.c \
futility/cmd_vbutil_key.c \