diff options
author | Bill Richardson <wfrichar@chromium.org> | 2014-09-03 11:34:27 -0700 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2014-09-05 09:58:41 +0000 |
commit | 2e25e813419f2cd437164929543e452b28b89260 (patch) | |
tree | 3f4d273ebe137cee2665a461d96545457391cb04 /Makefile | |
parent | 15dc6fc5eabc1b1756aca1dbed38cb9d26259bf2 (diff) | |
download | vboot-2e25e813419f2cd437164929543e452b28b89260.tar.gz |
futility: add load_fmap command, useful for tests
This adds a "load_fmap" command, which is pretty much the
opposite of the "dump_fmap -x" command. It allows you to
replace the content of any FMAP areas with new stuff, without
mucking around with dd. There's a test for it, too.
BUG=chromium:224734
BRANCH=ToT
TEST=make runtests
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Change-Id: I5a9ab249c9e63a9bb1a9b26feeb3ed757cd294f1
Reviewed-on: https://chromium-review.googlesource.com/216228
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -542,6 +542,7 @@ FUTIL_SRCS = \ $(FUTIL_STATIC_SRCS) \ futility/cmd_dev_sign_file.c \ futility/cmd_dump_kernel_config.c \ + futility/cmd_load_fmap.c \ futility/cmd_vbutil_firmware.c \ futility/cmd_vbutil_kernel.c \ futility/cmd_vbutil_key.c \ |