image: Add FIT image loadable section custom processing
authorAndrew F. Davis <afd@ti.com>
Tue, 29 Nov 2016 22:33:20 +0000 (16:33 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 3 Dec 2016 18:21:19 +0000 (13:21 -0500)
commitd7be50921ed35e36e000a5e8daba41701a5eebb9
tree54562749aee083bb8f3b86eb2fee34c48c7e1291
parent5ca28f67ace439ee06efd310b53621526bd06468
image: Add FIT image loadable section custom processing

To help automate the loading of custom image types we add the ability
to define custom handlers for the loadable section types. When we find
a compatible type while loading a "loadable" image from a FIT image we
run its associated handlers to perform any additional steps needed for
loading this image.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image.c
doc/uImage.FIT/source_file_format.txt
include/image.h