]> git.ipfire.org Git - people/ms/u-boot.git/commit
mkimage: adding support for Davinci AIS image
authorStefano Babic <sbabic@denx.de>
Mon, 17 Oct 2011 00:07:43 +0000 (00:07 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 23 Oct 2011 21:34:21 +0000 (23:34 +0200)
commit4962e38e9a4a053792722918bb11c5408549aebd
treee6efc3d47eb55a231415d70597321173c6f13ef8
parentdaaaf0285d55745248762fe2b4ea51ab4f3712d9
mkimage: adding support for Davinci AIS image

Some Davinci processors supports the Application
Image Script (AIS) boot process. The patch adds the generation
of the AIS image inside the mkimage tool to make possible
to generate a bootable U-boot without external tools
(TI Davinci AIS Generator).

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Wolfgang Denk <wd@denx.de>
common/image.c
include/image.h
tools/Makefile
tools/aisimage.c [new file with mode: 0644]
tools/aisimage.h [new file with mode: 0644]
tools/mkimage.c
tools/mkimage.h