From 0f7c6cdc8143d6cf0577a84bf27bdaadd6229ff4 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 4 Nov 2016 14:22:15 +0100 Subject: 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 Cc: Simon Glass Cc: Matt Hart Cc: Neil Williams Reviewed-by: Simon Glass --- doc/mkimage.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/mkimage.1') diff --git a/doc/mkimage.1 b/doc/mkimage.1 index e883f07..3dcdced 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -138,6 +138,10 @@ This can be used to sign images with additional keys after initial image creation. .TP +.BI "\-i [" "ramdisk_file" "]" +Appends the ramdisk file to the FIT. + +.TP .BI "\-k [" "key_directory" "]" Specifies the directory containing keys to use for signing. This directory should contain a private key file .key for use with signing and a -- cgit v1.1