
24 Nov
2016
24 Nov
'16
3:20 a.m.
Hi Andrew,
On 21 November 2016 at 13:14, Andrew F. Davis afd@ti.com wrote:
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
common/image.c | 33 +++++++++++++++++++++++++++++++++ include/image.h | 11 +++++++++++ 2 files changed, 44 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
But please comment U_BOOT_FIT_LOADABLE_HANDLER and its associated struct.
Also can you add some documentation somewhere? Perhaps to source_file_format.txt?
Regards, Simon