[U-Boot] [PATCH 1/3] image: Add FIT image loadable section custom processing

Andrew F. Davis afd at ti.com
Tue Nov 29 17:51:56 CET 2016


On 11/23/2016 08:20 PM, Simon Glass wrote:
> 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?
> 

Works for me, will add for v2.

Thanks,
Andrew


More information about the U-Boot mailing list