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

2016-11-29 Thread Andrew F. Davis
On 11/23/2016 08:20 PM, Simon Glass wrote: > Hi Andrew, > > On 21 November 2016 at 13:14, Andrew F. Davis 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

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

2016-11-23 Thread Simon Glass
Hi Andrew, On 21 November 2016 at 13:14, Andrew F. Davis 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 assoc

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

2016-11-21 Thread Andrew F. Davis
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 ima