summaryrefslogtreecommitdiffstats
path: root/tools/ublimage.c
Commit message (Collapse)AuthorAgeFilesLines
* mkimage: ublimage must return if the header is not verifiedStefano Babic2011-10-051-0/+5
| | | | | | | | | | Each image handler must return a not-zero velue if the header is not recognized to allow the main program to iterate to the next handler. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Heiko Schocher <hs@denx.de> Acked-by: Heiko Schocher <hs@denx.de>
* mkimage: add UBL header support for booting davinci cpusHeiko Schocher2011-07-281-0/+275
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>
OpenPOWER on IntegriCloud