Re: [U-Boot] [PATCH v4 01/20] SPL: FIT: refactor FDT loading

2017-05-16 Thread Lokesh Vutla
Hi Andre, On Wednesday 26 April 2017 06:02 AM, Andre Przywara wrote: > Currently the SPL FIT loader uses the spl_fit_select_fdt() function to > find the offset to the right DTB within the FIT image. > For this it iterates over all subnodes of the /configuration node in > the FIT tree and compares

Re: [U-Boot] [PATCH v4 01/20] SPL: FIT: refactor FDT loading

2017-05-15 Thread Kever Yang
On 04/26/2017 08:32 AM, Andre Przywara wrote: Currently the SPL FIT loader uses the spl_fit_select_fdt() function to find the offset to the right DTB within the FIT image. For this it iterates over all subnodes of the /configuration node in the FIT tree and compares all "description" strings th

Re: [U-Boot] [PATCH v4 01/20] SPL: FIT: refactor FDT loading

2017-05-05 Thread Heiko Stuebner
Am Mittwoch, 26. April 2017, 01:32:33 CEST schrieb Andre Przywara: > Currently the SPL FIT loader uses the spl_fit_select_fdt() function to > find the offset to the right DTB within the FIT image. > For this it iterates over all subnodes of the /configuration node in > the FIT tree and compares all

[U-Boot] [PATCH v4 01/20] SPL: FIT: refactor FDT loading

2017-04-25 Thread Andre Przywara
Currently the SPL FIT loader uses the spl_fit_select_fdt() function to find the offset to the right DTB within the FIT image. For this it iterates over all subnodes of the /configuration node in the FIT tree and compares all "description" strings therein using a board specific matching function. If