]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerWolfgang Denk <wd@denx.de>
Thu, 10 Sep 2009 20:58:48 +0000 (22:58 +0200)
commitaa0c7a86cd236b8193218a09e1365c8991bb5ddc
tree883909921f30038c9ff3421be9764a64d7431aa6
parent7809fbb9aafd60e3a6e5dfe456ae30b93ac61338
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