• B
    [new uImage] Add support for new uImage format to mkimage tool · 9d25438f
    Bartlomiej Sieka 提交于
    Support for the new uImage format (FIT) is added to mkimage tool.
    Commandline syntax is appropriately extended:
    
    mkimage [-D dtc_options] -f fit-image.its fit-image
    
    mkimage (together with dtc) takes fit-image.its and referenced therein
    binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
    final image that can be transferred to the target (e.g., via tftp) and then
    booted using the bootm command in U-Boot.
    Signed-off-by: NBartlomiej Sieka <tur@semihalf.com>
    9d25438f
image.h 18.9 KB