[U-Boot] [PATCH v6 2/9] tools: mkimage: add support for gpimage format

Wolfgang Denk wd at denx.de
Fri Apr 4 22:45:15 CEST 2014


Dear Murali Karicheri,

In message <1396631815-5735-3-git-send-email-m-karicheri2 at ti.com> you wrote:
> 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
...
> @@ -125,6 +125,7 @@ static const table_entry_t uimage_type[] = {
>  	{	IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image",	},
>  	{	IH_TYPE_FIRMWARE,   "firmware",	  "Firmware",		},
>  	{	IH_TYPE_FLATDT,     "flat_dt",    "Flat Device Tree",	},
> +	{	IH_TYPE_GPIMAGE,    "gpimage",    "TI Keystone SPL Image",},
>  	{	IH_TYPE_KERNEL,	    "kernel",	  "Kernel Image",	},
>  	{	IH_TYPE_KERNEL_NOLOAD, "kernel_noload",  "Kernel Image (no loading done)", },
>  	{	IH_TYPE_KWBIMAGE,   "kwbimage",   "Kirkwood Boot Image",},

For binary compatibility with existing images you can only appen, but
never insert into uimage_type[].

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Swap read error.  You lose your mind.


More information about the U-Boot mailing list