tools, fit: add fit_info host command
authorHeiko Schocher <hs@denx.de>
Mon, 3 Mar 2014 11:19:29 +0000 (12:19 +0100)
committerTom Rini <trini@ti.com>
Fri, 21 Mar 2014 20:39:37 +0000 (16:39 -0400)
commit6bf4ca076f8c7a3c1c5abd1cbb059516f7af15df
tree44f41ca0a49cc50634747550fd5932aaceadb932
parentbf007ebb6f4b01af675782d23bacbddd17e1a627
tools, fit: add fit_info host command

add fit_info command to the host tools. This command prints
the name, offset and the len from a property from a node in
a fit file. This info can be used to extract a properties
data with linux tools, for example "dd".

Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Simon Glass <sjg@chromium.org>
tools/.gitignore
tools/Makefile
tools/fit_common.c [new file with mode: 0644]
tools/fit_common.h [new file with mode: 0644]
tools/fit_image.c
tools/fit_info.c [new file with mode: 0644]