From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sun, 23 Oct 2011 23:08:41 +0200 Subject: [U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image In-Reply-To: <1318846063-9496-1-git-send-email-sbabic@denx.de> References: <1316166617-11711-1-git-send-email-sbabic@denx.de> <1318846063-9496-1-git-send-email-sbabic@denx.de> Message-ID: <20111023210841.F3BF31408771@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.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 > CC: Wolfgang Denk > --- > > 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"