]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[new uImage] Add support for new uImage format to mkimage tool
authorBartlomiej Sieka <tur@semihalf.com>
Tue, 11 Mar 2008 11:34:47 +0000 (12:34 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Tue, 11 Mar 2008 11:34:47 +0000 (12:34 +0100)
commit9d25438fe7d70cf35a8a293ea5e392fefc672613
tree4c721e2221ef08ae0dec6cab2ff9b91ca4599d43
parenteb6175edd6c120d8b89678243e5a2be362ee8e40
[new uImage] Add support for new uImage format to mkimage tool

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: Bartlomiej Sieka <tur@semihalf.com>
include/image.h
tools/mkimage.c
tools/mkimage.h