]> Git Repo - u-boot.git/commit - common/image.c
tools: mkimage: add support for gpimage format
authorKaricheri, Muralidharan <[email protected]>
Fri, 4 Apr 2014 17:16:48 +0000 (13:16 -0400)
committerTom Rini <[email protected]>
Thu, 17 Apr 2014 21:24:38 +0000 (17:24 -0400)
commitbf411ea9f11a757cb3916f3a2e9753f4e0208672
tree4ec13e08ba6b554951522d07204ca813b1de1d79
parent00c200f137b60a04b137e0c7f9097f87ea2ee755
tools: mkimage: add support for gpimage format

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 <[email protected]>
Signed-off-by: Murali Karicheri <[email protected]>
Acked-by: Tom Rini <[email protected]>
common/image.c
include/image.h
tools/Makefile
tools/gpheader.h [new file with mode: 0644]
tools/gpimage-common.c [new file with mode: 0644]
tools/gpimage.c [new file with mode: 0644]
tools/imagetool.c
tools/imagetool.h
tools/omapimage.c
tools/omapimage.h
This page took 0.033825 seconds and 4 git commands to generate.