Re: [U-Boot] [PATCH 1/5] tools: mkimage: add support for gpimage format

2014-01-21 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/21/2014 02:34 PM, Wolfgang Denk wrote: > Dear Murali, > > In message > <3e54258959b69e4282d79e01ab1f32b70466c...@dfle11.ent.ti.com> you > wrote: >> + if (do_swap32) { + gph_size = gpimage_swap32(gph->size); + gph_load_ad

Re: [U-Boot] [PATCH 1/5] tools: mkimage: add support for gpimage format

2014-01-21 Thread Wolfgang Denk
Dear Murali, In message <3e54258959b69e4282d79e01ab1f32b70466c...@dfle11.ent.ti.com> you wrote: > > >> + if (do_swap32) { > >> + gph_size = gpimage_swap32(gph->size); > >> + gph_load_addr = gpimage_swap32(gph->load_addr); > >> + } else { > >> + gph_size = gph->size; >

Re: [U-Boot] [PATCH 1/5] tools: mkimage: add support for gpimage format

2014-01-20 Thread Tom Rini
On Mon, Jan 20, 2014 at 11:46:49PM +0100, Wolfgang Denk wrote: > Dear Murali Karicheri, > > In message <1390255810-19486-2-git-send-email-m-kariche...@ti.com> you wrote: > > This patch add support for gpimage format as a preparatory > > patch for porting u-boot for keystone2 devices and is > > bas

Re: [U-Boot] [PATCH 1/5] tools: mkimage: add support for gpimage format

2014-01-20 Thread Wolfgang Denk
Dear Murali Karicheri, In message <1390255810-19486-2-git-send-email-m-kariche...@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 loada

[U-Boot] [PATCH 1/5] tools: mkimage: add support for gpimage format

2014-01-20 Thread Murali Karicheri
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 Signed-off-by: Murali Karicheri --- - Tested on