]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage: Add Freescale imx Boot Image support (imximage)
authorStefano Babic <sbabic@denx.de>
Wed, 20 Jan 2010 17:19:10 +0000 (18:19 +0100)
committerWolfgang Denk <wd@denx.de>
Mon, 25 Jan 2010 22:58:29 +0000 (23:58 +0100)
commit8edcde5e4e2e7f6bc7e277011fed71e64fd9d294
treee498caa8211ff573cc727b1e72bbb82d17efbdee
parenta21fb981d533ac6d323a01c7fa2cda20f2d36de5
mkimage: Add Freescale imx Boot Image support (imximage)

This patch adds support for "imximage" (MX Boot Image)
to the mkimage utility. The imximage is used on the Freescales's
MX.25, MX.35 and MX.51 processors.

Further details under doc/README.imximage.

This patch was tested on a Freescale mx51evk board.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Makefile
common/image.c
doc/README.imximage [new file with mode: 0644]
include/image.h
tools/Makefile
tools/imximage.c [new file with mode: 0644]
tools/imximage.h [new file with mode: 0644]
tools/mkimage.c
tools/mkimage.h