]> git.ipfire.org Git - people/ms/u-boot.git/commit
mkimage: Support adding device tree files to a FIT
authorSimon Glass <sjg@chromium.org>
Tue, 23 Feb 2016 05:55:52 +0000 (22:55 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:29 +0000 (19:18 -0400)
commitfb4cce0f98ea0784130ff544d7c85d0841bea2e6
treef02ef53bf63df97448e0831b68d4581dad44839f
parent8e35bb07eb68e524804f2ef53dd18c7cec0b06fc
mkimage: Support adding device tree files to a FIT

To make the auto-FIT feature useful we need to be able to provide a list of
device tree files on the command line for mkimage to add into the FIT. Add
support for this feature.

So far there is no support for hashing or verified boot using this method.
For those cases, a .its file must still be provided.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/mkimage.1
tools/fit_image.c
tools/imagetool.h
tools/mkimage.c