
This patch series defines a API for new uImage format that will be used in the following patchsets adding new uImage support to mkimage and U-boot. The API changes are preceded by mkimage/U-boot common code refactoring and mkimage build modifications adding SHA1 and libfdt support.
Included in the patchset are also fixes to the problems found in boot_relocate_fdt(), image_multi_count() and image_multi_getimg().
Changes are based on the current TOT of u-boot-testing#new-image branch. Please review and provide comments.
Bartlomiej Sieka (2): [new uImage] Add libfdt support to mkimage [new uImage] Add sha1.o object to mkimage binary build
David Gibson (1): libfdt: Add and use a node iteration helper function.
Marian Balakowicz (5): [new uImage] New uImage low-level API [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() [new uImage] Fix component handling for legacy multi component images [new uImage] Share common uImage code between mkimage and U-boot [new uImage] Update naming convention for bootm/uImage related code
Cheers, m.