Marian Balakowicz f50433d670 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
Introducing routines for parsing new uImage format bootm arguments:
[<addr>]#<conf>		- configuration specification
[<addr>]:<subimg>	- subimage specification

New format images can contain multiple subimages of the same type. For example
a single new format image file can contain three kernels, two ramdisks and a
couple of FDT blobs. Subimage and configuration specifications are extensions
to bootm (and other image-related commands) arguments' syntax that allow to
specify which particular subimage should be operated on.

Subimage specification is used to denote a particular subimage. Configurations
are a bit more complex -- they are used to define a particualr booting setup,
for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
etc.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
2008-02-21 17:20:20 +01:00
..
2008-01-08 15:03:18 -05:00
2008-02-05 00:41:55 +01:00
2008-01-09 18:05:27 +01:00
2007-09-17 08:19:08 +02:00
2007-06-30 18:50:48 +02:00
2007-05-05 21:34:19 +02:00
2006-07-21 11:56:05 +02:00
2003-06-27 21:31:46 +00:00
2007-07-13 09:54:17 +02:00
2008-02-14 09:37:58 +00:00
2008-01-09 13:34:20 +01:00
2002-08-17 09:36:01 +00:00
2008-02-07 01:12:56 +01:00
2002-08-17 09:36:01 +00:00
2006-08-31 16:46:53 +02:00