[U-Boot] [PATCH] mkimage: Allow including a ramdisk in FIT auto mode

Simon Glass sjg at chromium.org
Sat Nov 5 17:12:16 CET 2016


On 4 November 2016 at 07:22, Tomeu Vizoso <tomeu.vizoso at collabora.com> wrote:
> 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 at collabora.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Matt Hart <matthew.hart at linaro.org>
> Cc: Neil Williams <codehelp at debian.org>
> ---
>  doc/mkimage.1     |  4 ++++
>  tools/fit_image.c | 33 ++++++++++++++++++++++++++++++++-
>  tools/imagetool.h |  1 +
>  tools/mkimage.c   | 10 +++++++---
>  4 files changed, 44 insertions(+), 4 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list