Re: [U-Boot] [PATCH 05/17] SPL: FIT: allow loading multiple images

2017-03-31 Thread Simon Glass
Hi Andre, On 26 March 2017 at 19:19, André Przywara wrote: > On 08/03/17 21:00, Simon Glass wrote: >> Hi Andre, >> >> On 28 February 2017 at 19:25, Andre Przywara wrote: >>> So far we were not using the FIT image format to its full potential: >>>

Re: [U-Boot] [PATCH 05/17] SPL: FIT: allow loading multiple images

2017-03-26 Thread André Przywara
On 08/03/17 21:00, Simon Glass wrote: > Hi Andre, > > On 28 February 2017 at 19:25, Andre Przywara wrote: >> So far we were not using the FIT image format to its full potential: >> The SPL FIT loader was just loading the first image from the /images >> node plus one of

Re: [U-Boot] [PATCH 05/17] SPL: FIT: allow loading multiple images

2017-03-14 Thread Lokesh Vutla
On Wednesday 01 March 2017 07:55 AM, Andre Przywara wrote: > So far we were not using the FIT image format to its full potential: > The SPL FIT loader was just loading the first image from the /images > node plus one of the listed DTBs. > Now with the refactored loader code it's easy to load an

Re: [U-Boot] [PATCH 05/17] SPL: FIT: allow loading multiple images

2017-03-08 Thread Simon Glass
Hi Andre, On 28 February 2017 at 19:25, Andre Przywara wrote: > So far we were not using the FIT image format to its full potential: > The SPL FIT loader was just loading the first image from the /images > node plus one of the listed DTBs. > Now with the refactored loader

[U-Boot] [PATCH 05/17] SPL: FIT: allow loading multiple images

2017-02-28 Thread Andre Przywara
So far we were not using the FIT image format to its full potential: The SPL FIT loader was just loading the first image from the /images node plus one of the listed DTBs. Now with the refactored loader code it's easy to load an arbitrary number of images in addition to the two mentioned above. As