[U-Boot] [PATCH v2 3/3] mkimage: adding support for Davinci AIS image
Wolfgang Denk
wd at denx.de
Sat Oct 15 22:23:56 CEST 2011
Dear Stefano Babic,
In message <1317889214-10567-1-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>
> CC: Wolfgang Denk <wd at denx.de>
>
> ---
>
> Changes:
> - removed warning in gcc 4.6 iwhen -Wunused-but-set-variable is set
> - drop remained warnings raised by checkpatch
>
> common/image.c | 1 +
> 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, 556 insertions(+), 1 deletions(-)
> create mode 100644 tools/aisimage.c
> create mode 100644 tools/aisimage.h
This doesn't apply any more - please rebase, and keep list sorted.
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
Felson's Law:
To steal ideas from one person is plagiarism; to steal from
many is research.
More information about the U-Boot
mailing list