[U-Boot] [PATCH V3 01/11] mkimage: Add Freescale imx Boot Image support (imximage)
Wolfgang Denk
wd at denx.de
Mon Jan 25 23:58:39 CET 2010
Dear Stefano Babic,
In message <1264007950-20579-1-git-send-email-sbabic at denx.de> you wrote:
> 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 at denx.de>
> ---
> Makefile | 4 +
> common/image.c | 1 +
> doc/README.imximage | 188 +++++++++++++++++++++++++++++
> include/image.h | 1 +
> tools/Makefile | 2 +
> tools/imximage.c | 324 +++++++++++++++++++++++++++++++++++++++++++++++++++
> tools/imximage.h | 105 +++++++++++++++++
> tools/mkimage.c | 2 +
> tools/mkimage.h | 1 +
> 9 files changed, 628 insertions(+), 0 deletions(-)
> create mode 100644 doc/README.imximage
> create mode 100644 tools/imximage.c
> create mode 100644 tools/imximage.h
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If A equals success, then the formula is A = X + Y + Z. X is work. Y
is play. Z is keep your mouth shut. - Albert Einstein
More information about the U-Boot
mailing list