Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | mkimage: ublimage must return if the header is not verified | Stefano Babic | 2011-10-05 | -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 cpus | Heiko Schocher | 2011-07-28 | -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> |