]> git.sur5r.net Git - u-boot/commit
mkimage: Allow including a ramdisk in FIT auto mode
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Fri, 4 Nov 2016 13:22:15 +0000 (14:22 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 6 Nov 2016 12:33:42 +0000 (07:33 -0500)
commit0f7c6cdc8143d6cf0577a84bf27bdaadd6229ff4
tree5d3ca7131085c25be9ced0bfff7fb9db1709a607
parentbaade496d18d9fd80797c09031687ff0af53f69d
mkimage: Allow including a ramdisk in FIT auto mode

Adds -i option that allows specifying a ramdisk file to be added to the
FIT image when we are using the automatic FIT mode (no ITS file).

This makes adding Depthcharge support to LAVA much more convenient, as
no additional configuration files need to be kept around in the machine
that dispatches jobs to the boards.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Matt Hart <matthew.hart@linaro.org>
Cc: Neil Williams <codehelp@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/mkimage.1
tools/fit_image.c
tools/imagetool.h
tools/mkimage.c