diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2016-11-04 14:22:15 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-11-06 07:33:42 -0500 |
commit | 0f7c6cdc8143d6cf0577a84bf27bdaadd6229ff4 (patch) | |
tree | 5d3ca7131085c25be9ced0bfff7fb9db1709a607 /doc | |
parent | baade496d18d9fd80797c09031687ff0af53f69d (diff) |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mkimage.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1 index e883f07849a..3dcdcedcefa 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 <name>.key for use with signing and a |