[U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image

Wolfgang Denk wd at denx.de
Sun Oct 23 23:08:41 CEST 2011


Dear Stefano Babic,

In message <1318846063-9496-1-git-send-email-sbabic at denx.de> you wrote:
> 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 at denx.de>
> CC: Wolfgang Denk <wd at denx.de>
> ---
> 
> Changes since V2:
> 	- rebased on mainline and sort uimage_type list (Wolfgang Denk)
> 
> Changes since V1:
> 	- removed warning in gcc 4.6 iwhen -Wunused-but-set-variable is set
> 	- drop remained warnings raised by checkpatch
> 
> 
>  common/image.c   |    9 +-
>  include/image.h  |    1 +
>  tools/Makefile   |    4 +-
>  tools/aisimage.c |  451 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  tools/aisimage.h |   97 ++++++++++++
>  tools/mkimage.c  |    2 +
>  tools/mkimage.h  |    1 +
>  7 files changed, 560 insertions(+), 5 deletions(-)
>  create mode 100644 tools/aisimage.c
>  create mode 100644 tools/aisimage.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
"Plan to throw one away.  You will anyway."
                              - Fred Brooks, "The Mythical Man Month"


More information about the U-Boot mailing list