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

Wolfgang Denk wd at denx.de
Wed Oct 5 22:21:42 CEST 2011


Dear Stefano,

In message <20111005185612.C7A1218E5B38 at gemini.denx.de> I wrote:
> 
> In message <1316166617-11711-3-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>
> > ---
> >  common/image.c   |    1 +
> >  include/image.h  |    1 +
> >  tools/Makefile   |    4 +-
> >  tools/aisimage.c |  453 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >  tools/aisimage.h |   97 ++++++++++++
> >  tools/mkimage.c  |    2 +
> >  tools/mkimage.h  |    1 +
> >  7 files changed, 558 insertions(+), 1 deletions(-)
> >  create mode 100644 tools/aisimage.c
> >  create mode 100644 tools/aisimage.h

This commit causes compile warnings, for example:

-> MAKEALL TQM860L
Configuring for TQM860L board...
aisimage.c: In function 'ais_insert_cmd_header':
aisimage.c:183:11: warning: variable 'len_cmd' set but not used [-Wunused-but-set-variable]

1929755f08be8d9779846a69fe2a9daf9eebb5db is the first bad commit
commit 1929755f08be8d9779846a69fe2a9daf9eebb5db
Author: Stefano Babic <sbabic at denx.de>
Date:   Thu Sep 15 23:50:17 2011 +0000

    mkimage: adding support for Davinci AIS image

I'm dropping this commit for now.  Please fix and resubmit.

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
I think animal testing is a terrible idea; they get all  nervous  and
give the wrong answers.


More information about the U-Boot mailing list