]> git.ipfire.org Git - people/ms/u-boot.git/commit
mkimage: Add Kirkwood Boot Image support (kwbimage)
authorPrafulla Wadaskar <prafulla@marvell.com>
Mon, 7 Sep 2009 09:35:02 +0000 (15:05 +0530)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:20 +0000 (09:04 -0500)
commit36e0eb63e3f095a321e53e19e631ea07e0d39955
tree5562f6d491f5ba0f0e5e0eb198c75687eb0d0963
parent7e4985ff5128a3583c5b2eeb3e7bad0c0819ffa6
mkimage: Add Kirkwood Boot Image support (kwbimage)

This patch adds support for "kwbimage" (Kirkwood Boot Image)
image types to the mkimage code.

For details refer to docs/README.kwbimage

This patch is tested with Sheevaplug board

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Acked-by: Ron Lee <ron@debian.org>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Makefile
common/image.c
doc/README.kwbimage [new file with mode: 0644]
include/image.h
tools/Makefile
tools/kwbimage.c [new file with mode: 0644]
tools/kwbimage.h [new file with mode: 0644]
tools/mkimage.c
tools/mkimage.h