]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage: Add OMAP boot image support
authorJohn Rigby <john.rigby@linaro.org>
Thu, 21 Jul 2011 13:10:30 +0000 (09:10 -0400)
committerU-Boot <uboot@aari01-12.(none)>
Wed, 3 Aug 2011 10:49:20 +0000 (12:49 +0200)
commit3decb14abe76d244ba98fd158ef95f89e7e37d70
tree26801dea2222c668be62625a9c0313be747c95cf
parent8cf686e19b6922a2a6b401af188dfb83414c3c04
mkimage: Add OMAP boot image support

- Add mkimage support for OMAP boot image
- Add support for OMAP boot image(MLO) generation in the new
  SPL framework

Signed-off-by: John Rigby <john.rigby@linaro.org>
Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/armv7/omap4/config.mk [new file with mode: 0644]
common/image.c
include/image.h
spl/Makefile
tools/Makefile
tools/mkimage.c
tools/mkimage.h
tools/omapimage.c [new file with mode: 0644]
tools/omapimage.h [new file with mode: 0644]