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

2011-10-30 Thread stefano babic
Am 29/10/2011 18:51, schrieb Dirk Behme: Hmm, using recent git head this results in Hi Remy, 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...

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

2011-10-30 Thread Dirk Behme
On 30.10.2011 08:29, stefano babic wrote: Am 29/10/2011 18:51, schrieb Dirk Behme: Hmm, using recent git head this results in Hi Remy, aisimage.c: In function ‘aisimage_generate’: aisimage.c:365: warning: ‘tsize’ may be used uninitialized in this function for each board I build :(

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

2011-10-30 Thread Wolfgang Denk
Dear Dirk Behme, In message 4ead0969.2030...@googlemail.com you wrote: Seems I still have the good old gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203) in my path. IIRC, gcc 4.3.x has never been good in any way, especially not on ARM. Best regards, Wolfgang Denk -- DENX Software

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

2011-10-29 Thread Dirk Behme
On 23.10.2011 23:08, Wolfgang Denk wrote: Dear Stefano Babic, In message1318846063-9496-1-git-send-email-sba...@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

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

2011-10-23 Thread Wolfgang Denk
Dear Stefano Babic, In message 1318846063-9496-1-git-send-email-sba...@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

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

2011-10-17 Thread Stefano Babic
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 sba...@denx.de