From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image
Date: Sat, 29 Oct 2011 18:51:01 +0200 [thread overview]
Message-ID: <4EAC2EF5.6050401@googlemail.com> (raw)
In-Reply-To: <20111023210841.F3BF31408771@gemini.denx.de>
On 23.10.2011 23:08, Wolfgang Denk wrote:
> 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 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
Hmm, using recent git head this results in
aisimage.c: In function ?aisimage_generate?:
aisimage.c:365: warning: ?tsize? may be used uninitialized in this
function
for each board I build :(
E.g.
Configuring for omap3_evm board...
aisimage.c: In function ?aisimage_generate?:
aisimage.c:365: warning: ?tsize? may be used uninitialized in this
function
text data bss dec hex filename
256063 7512 259120 522695 7f9c7 ./u-boot
Dirk
next prev parent reply other threads:[~2011-10-29 16:51 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
2011-10-29 16:51 ` Dirk Behme [this message]
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=4EAC2EF5.6050401@googlemail.com \
--to=dirk.behme@googlemail.com \
--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