]> git.sur5r.net Git - u-boot/commit - tools/mkimage.h
[new uImage] New uImage low-level API
authorMarian Balakowicz <m8@semihalf.com>
Fri, 29 Feb 2008 20:24:06 +0000 (21:24 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Mon, 10 Mar 2008 16:51:07 +0000 (17:51 +0100)
commit5dfb52138688ccbf0146f62683fe6217b3ce1b05
tree9d8ab9927703956f9d0c5f27041aff374f570bb8
parent05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
[new uImage] New uImage low-level API

Add FDT-based functions for handling new format component images,
configurations, node operations, property get/set, etc.

fit_        - routines handling global new format uImage operations
              like get/set top level property, process all nodes, etc.
fit_image_  - routines handling component images subnodes
fit_conf_   - routines handling configurations node

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/image.c
include/image.h
tools/mkimage.h