Re: [U-Boot] [PATCH v4 02/20] SPL: FIT: rework U-Boot image loading

2017-05-15 Thread Kever Yang
On 04/26/2017 08:32 AM, Andre Przywara wrote: Currently the SPL FIT loader always looks only for the first image in the /images node a FIT tree, which it loads and later executes. Generalize this by looking for a "firmware" property in the matched configuration subnode, or, if that does not ex

Re: [U-Boot] [PATCH v4 02/20] SPL: FIT: rework U-Boot image loading

2017-05-05 Thread Heiko Stuebner
Am Mittwoch, 26. April 2017, 01:32:34 CEST schrieb Andre Przywara: > Currently the SPL FIT loader always looks only for the first image in > the /images node a FIT tree, which it loads and later executes. > > Generalize this by looking for a "firmware" property in the matched > configuration subno

[U-Boot] [PATCH v4 02/20] SPL: FIT: rework U-Boot image loading

2017-04-25 Thread Andre Przywara
Currently the SPL FIT loader always looks only for the first image in the /images node a FIT tree, which it loads and later executes. Generalize this by looking for a "firmware" property in the matched configuration subnode, or, if that does not exist, for the first string in the "loadables" prope