Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | dumpimage: add 'T' option to explicitly set the image type | Guilherme Maciel Ferreira | 2015-01-29 | -1/+2 |
| | | | | | | | | | | Some image types, like "KeyStone GP", do not have magic numbers to distinguish them from other image types. Thus, the automatic image type discovery does not work correctly. This patch also fix some integer type mismatches. Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com> | |||
* | tools: mkimage: add support for gpimage format | Karicheri, Muralidharan | 2014-04-17 | -0/+80 |
This patch add support for gpimage format as a preparatory patch for porting u-boot for keystone2 devices and is based on omapimage format. It re-uses gph header to store the size and loadaddr as done in omapimage.c Signed-off-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Acked-by: Tom Rini <trini@ti.com> |