]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage: add UBL header support for booting davinci cpus
authorHeiko Schocher <hs@denx.de>
Sat, 16 Jul 2011 00:06:42 +0000 (00:06 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 28 Jul 2011 14:52:41 +0000 (16:52 +0200)
commit7816f2cf813326505970922021b3ed6490863e78
tree759959ef5f03dcc1973038234866aa07c4e2389a
parentb9af6d3d8265e90538c29f7f7871352a30d817c5
mkimage: add UBL header support for booting davinci cpus

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@denx.de>
.gitignore
Makefile
common/image.c
doc/README.ublimage [new file with mode: 0644]
include/image.h
tools/Makefile
tools/mkimage.c
tools/mkimage.h
tools/ublimage.c [new file with mode: 0644]
tools/ublimage.h [new file with mode: 0644]