[U-Boot] [PATCH 1/9] mkimage: add UBL header support for booting davinci cpus

Wolfgang Denk wd at denx.de
Thu Jul 28 16:52:53 CEST 2011


Dear Heiko Schocher,

In message <1310810810-5322-2-git-send-email-hs at denx.de> you wrote:
> creating an u-boot.ubl file, which contains the UBL Header
> needed for booting from NAND with the RBL from TI. For more
> information read doc/README.ublimage.
> 
> Signed-off-by: Heiko Schocher <hs at denx.de>
> ---
>  .gitignore          |    1 +
>  Makefile            |    5 +
>  common/image.c      |    1 +
>  doc/README.ublimage |  141 ++++++++++++++++++++++++++
>  include/image.h     |    1 +
>  tools/Makefile      |    2 +
>  tools/mkimage.c     |    2 +
>  tools/mkimage.h     |    1 +
>  tools/ublimage.c    |  275 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  tools/ublimage.h    |  103 +++++++++++++++++++
>  10 files changed, 532 insertions(+), 0 deletions(-)
>  create mode 100644 doc/README.ublimage
>  create mode 100644 tools/ublimage.c
>  create mode 100644 tools/ublimage.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
An Ada exception is when a routine gets in trouble and says
'Beam me up, Scotty'.


More information about the U-Boot mailing list