diff options
author | Hung-Te Lin <hungte@chromium.org> | 2018-08-21 17:32:44 +0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-08-31 05:22:44 -0700 |
commit | d5e8445e3fd4694802e2246dd7e4c0df55ef0adc (patch) | |
tree | 64fc3e5c82005611edd123437a85a132271bf0ab /Makefile | |
parent | fdbb87b113897d08cc0c8b9c4c460d02b47063f7 (diff) | |
download | vboot-d5e8445e3fd4694802e2246dd7e4c0df55ef0adc.tar.gz |
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 <hungte@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1182701
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |