public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image
Date: Sun, 23 Oct 2011 23:08:41 +0200	[thread overview]
Message-ID: <20111023210841.F3BF31408771@gemini.denx.de> (raw)
In-Reply-To: <1318846063-9496-1-git-send-email-sbabic@denx.de>

Dear Stefano Babic,

In message <1318846063-9496-1-git-send-email-sbabic@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@denx.de>
> CC: Wolfgang Denk <wd@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"

  reply	other threads:[~2011-10-23 21:08 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-16  9:50 [U-Boot] [PATCH 1/3] mkimage: ublimage must return if the header is not verified Stefano Babic
2011-09-16  9:50 ` [U-Boot] [PATCH 2/3] mkimage: Add variable lenght header support Stefano Babic
2011-10-05 18:56   ` Wolfgang Denk
2011-09-16  9:50 ` [U-Boot] [PATCH 3/3] mkimage: adding support for Davinci AIS image Stefano Babic
2011-10-05 18:56   ` Wolfgang Denk
2011-10-05 20:21     ` Wolfgang Denk
2011-09-16 10:03 ` [U-Boot] [PATCH 1/3] mkimage: ublimage must return if the header is not verified Heiko Schocher
2011-09-22 10:25 ` [U-Boot] [PATCH V2 " Stefano Babic
2011-10-05 18:55   ` Wolfgang Denk
2011-10-06  8:20 ` [U-Boot] [PATCH v2 3/3] mkimage: adding support for Davinci AIS image Stefano Babic
2011-10-15 20:23   ` Wolfgang Denk
2011-10-17  8:21     ` Stefano Babic
2011-10-17  9:18       ` Wolfgang Denk
2011-10-17 10:07 ` [U-Boot] [PATCH V3 " Stefano Babic
2011-10-23 21:08   ` Wolfgang Denk [this message]
2011-10-29 16:51     ` Dirk Behme
2011-10-30  7:29       ` stefano babic
2011-10-30  8:23         ` Dirk Behme
2011-10-30 13:14           ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111023210841.F3BF31408771@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox