X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fmkimage.1;h=3dcdcedcefafe1346f7fc57c063a438f4b5d9015;hb=7b07a20c5e668b67348dc7a3abbeb437ab0afa52;hp=4b3a2552550c1ccd17423c64e34daed017bcedbc;hpb=52b1eaf93d6b55e1467f97b8eefdc2f8b6031c43;p=u-boot diff --git a/doc/mkimage.1 b/doc/mkimage.1 index 4b3a255255..3dcdcedcef 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -70,7 +70,7 @@ Set compression type. Pass \-h as the compression to see the list of supported compression type. .TP -.BI "\-a [" "load addess" "]" +.BI "\-a [" "load address" "]" Set load address with a hex number. .TP @@ -137,6 +137,10 @@ compilation is performed and the \-f flag should not be given. 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 @@ -151,6 +155,12 @@ the corresponding public key is written into this file for for run-time verification. Typically the file here is the device tree binary used by CONFIG_OF_CONTROL in U-Boot. +.TP +.BI "\-p [" "external position" "]" +Place external data at a static external position. See \-E. Instead of writing +a 'data-offset' property defining the offset from the end of the FIT, \-p will +use 'data-position' as the absolute position from the base of the FIT. + .TP .BI "\-r Specifies that keys used to sign the FIT are required. This means that they