From d5e8445e3fd4694802e2246dd7e4c0df55ef0adc Mon Sep 17 00:00:00 2001 From: Hung-Te Lin Date: Tue, 21 Aug 2018 17:32:44 +0800 Subject: futility: Add 'update' command for updating firmware A reference firmware updater for all systems running vboot using FMAP for layout. The updater is currently a dummy implementation and will be completed with incoming changes. BUG=chromium:875551 TEST=make futil; build/futility/futility update; tests/futility/run_test_scripts.sh $(pwd)/build/futility BRANCH=None Change-Id: I57bec91c178749b79a19789f9599f5f9048fced8 Signed-off-by: Hung-Te Lin Reviewed-on: https://chromium-review.googlesource.com/1182701 Reviewed-by: Randall Spangler --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c4dd7f7..482faf31 100644 --- a/Makefile +++ b/Makefile @@ -667,6 +667,7 @@ FUTIL_STATIC_SRCS = \ futility/futility.c \ futility/cmd_dump_fmap.c \ futility/cmd_gbb_utility.c \ + futility/cmd_update.c \ futility/cmd_vbutil_firmware.c \ futility/cmd_vbutil_key.c \ futility/misc.c \ -- cgit v1.2.1