
Dear Heiko Schocher,
In message 1310810810-5322-2-git-send-email-hs@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@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