public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] RFC:new multi image format
@ 2007-03-13  2:59 Kumar Gala
  2007-03-13  8:25 ` Wolfgang Denk
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kumar Gala @ 2007-03-13  2:59 UTC (permalink / raw)
  To: u-boot

The current multi image format doesn't really provide any information  
about what the images contained inside the multi image are.

I'm suggesting we add a new ih_type, IH_TYPE_MULTI_V2 in which we  
have an expanded header for each 'sub image' to describe more details  
about it.

I wanted to see what information people felt was important to keep  
track of for the 'sub images'.

struct sub_image_header {
	uint32_t	ih_type;	/* sub image type */
	uint32_t	ih_size;	/* sub image size *
	uint32_t	ih_comp;	/* compress type */
	uint64_t	ih_load;	/* Data  Load  Address */
	uint64_t	ih_ep;		/* entry point */
	uint8_t         ih_name[IH_NMLEN];
}

Are other fields useful or should we just duplicate the image_header  
completely?

- k

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-03-22  1:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-13  2:59 [U-Boot-Users] RFC:new multi image format Kumar Gala
2007-03-13  8:25 ` Wolfgang Denk
2007-03-15  7:17   ` Tolunay Orkun
2007-03-22  1:38   ` Kumar Gala
2007-03-15  7:07 ` Tolunay Orkun
2007-03-19 16:16 ` Daniel Hobi
2007-03-19 18:43   ` Wolfgang Denk
2007-03-19 23:02     ` John Rigby
2007-03-19 23:39       ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox