public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH 0/8] [new uImage] patchset5: Dual format uImage handling framework
@ 2008-02-25 17:34 Marian Balakowicz
  2008-02-25 17:34 ` [U-Boot-Users] [PATCH 1/8] [new uImage] Add dual format uImage support framework Marian Balakowicz
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Marian Balakowicz @ 2008-02-25 17:34 UTC (permalink / raw)
  To: u-boot

This patch series adds initial framework for dual format uImage support to
U-boot. Booting control flow is reworked and is now able to recognize both
formats: legacy format based on a binary image_header stucture and new FIT
uImage format based on a libfdt. Legacy specific code is adapted a bit and
enterd only for legacy format images. Proper new uImage format handling is not
implement in this patch series, appropriate cases are stubed and will be
updated with the new uImage format low level code in the comming patchsets.

To sum up:
Legacy format image handling shall continue to work, FIT format image handling
will produce debug messages and return with error.

Three other patches refactor legacy format specific code to a helper routines
image_get_kernel(), image_get_fdt() and move PPC FDT blob relocattion code to
a dedicated routine fdt_relocate().

Included are also fixes: reworked gen_get_image() and correced raw FDT blob
handling when CONFIG_FIT is disabled.

Please review and comment.

Marian Balakowicz (8):
      [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
      [new uImage] POWERPC: Add image_get_fdt() routine
      [new uImage] Add image_get_kernel() routine
      [new uImage] Move image verify flag to bootm_headers structure
      [Makefile] Sort COBJS in lib_<arch> Makefiles
      [new uImage] Optimize gen_get_image() flow control
      [new uImage] POWERPC: Split get_fdt() into get and relocate routines
      [new uImage] Add dual format uImage support framework



Cheers,
m.

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

end of thread, other threads:[~2008-02-27 11:24 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-25 17:34 [U-Boot-Users] [PATCH 0/8] [new uImage] patchset5: Dual format uImage handling framework Marian Balakowicz
2008-02-25 17:34 ` [U-Boot-Users] [PATCH 1/8] [new uImage] Add dual format uImage support framework Marian Balakowicz
2008-02-25 17:34 ` [U-Boot-Users] [PATCH 2/8] [new uImage] POWERPC: Split get_fdt() into get and relocate routines Marian Balakowicz
2008-02-26 14:43   ` Kumar Gala
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 3/8] [new uImage] Optimize gen_get_image() flow control Marian Balakowicz
2008-02-26 14:43   ` Kumar Gala
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 4/8] [Makefile] Sort COBJS in lib_<arch> Makefiles Marian Balakowicz
2008-02-26  7:06   ` Jean-Christophe PLAGNIOL-VILLARD
2008-02-26  9:20     ` Marian Balakowicz
2008-02-26 15:28     ` Jon Loeliger
2008-02-27 11:24       ` Marian Balakowicz
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 5/8] [new uImage] Move image verify flag to bootm_headers structure Marian Balakowicz
2008-02-26 14:45   ` Kumar Gala
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 6/8] [new uImage] Add image_get_kernel() routine Marian Balakowicz
2008-02-26 14:46   ` Kumar Gala
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 7/8] [new uImage] POWERPC: Add image_get_fdt() routine Marian Balakowicz
2008-02-26 14:47   ` Kumar Gala
2008-02-25 17:35 ` [U-Boot-Users] [PATCH 8/8] [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled Marian Balakowicz
2008-02-26  6:13 ` [U-Boot-Users] [PATCH 0/8] [new uImage] patchset5: Dual format uImage handling framework Kumar Gala
2008-02-26  8:39   ` Marian Balakowicz
2008-02-26  8:48     ` Marian Balakowicz

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