[U-Boot] [PATCH 1/3] image: Add FIT image loadable section custom processing
Simon Glass
sjg at chromium.org
Thu Nov 24 03:20:39 CET 2016
Hi Andrew,
On 21 November 2016 at 13:14, Andrew F. Davis <afd at 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 at ti.com>
> ---
> common/image.c | 33 +++++++++++++++++++++++++++++++++
> include/image.h | 11 +++++++++++
> 2 files changed, 44 insertions(+)
Reviewed-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list