]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
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)
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>

No differences found