Re: [PATCH] imx: Fix imx8m FIT script issue

2020-04-27 Thread Schrempf Frieder
On 09.04.20 10:44, Ye Li wrote: > The FIT config node has reversed ATF and u-boot: ATF is set to > firmware but u-boot is set to loadable. > This script can work previously because spl fit driver wrongly > appends fdt to all loadable images. With the issue fixed, the u-boot > in loadable does not

Re: [PATCH] imx: Fix imx8m FIT script issue

2020-04-09 Thread Tom Rini
On Thu, Apr 09, 2020 at 01:44:43AM -0700, Ye Li wrote: > The FIT config node has reversed ATF and u-boot: ATF is set to 'firmware' but > u-boot is set to 'loadables'. > This script can work previously because spl fit driver wrongly appends fdt to > all loadable images. With the issue fixed in

Re: [PATCH] imx: Fix imx8m FIT script issue

2020-04-09 Thread Tom Rini
On Thu, Apr 09, 2020 at 10:18:28AM -0300, Fabio Estevam wrote: > Hi Tom, > > On Thu, Apr 9, 2020 at 10:09 AM Matt Porter wrote: > > > > On Thu, Apr 09, 2020 at 01:44:43AM -0700, Ye Li wrote: > > > The FIT config node has reversed ATF and u-boot: ATF is set to > > > firmware but u-boot is set to

Re: [PATCH] imx: Fix imx8m FIT script issue

2020-04-09 Thread Fabio Estevam
Hi Tom, On Thu, Apr 9, 2020 at 10:09 AM Matt Porter wrote: > > On Thu, Apr 09, 2020 at 01:44:43AM -0700, Ye Li wrote: > > The FIT config node has reversed ATF and u-boot: ATF is set to > > firmware but u-boot is set to loadable. > > This script can work previously because spl fit driver wrongly

Re: [PATCH] imx: Fix imx8m FIT script issue

2020-04-09 Thread Matt Porter
On Thu, Apr 09, 2020 at 01:44:43AM -0700, Ye Li wrote: > The FIT config node has reversed ATF and u-boot: ATF is set to > firmware but u-boot is set to loadable. > This script can work previously because spl fit driver wrongly > appends fdt to all loadable images. With the issue fixed, the u-boot

Re: [PATCH] imx: Fix imx8m FIT script issue

2020-04-09 Thread Fabio Estevam
Hi Ye Li, Thanks for the fix. On Thu, Apr 9, 2020 at 5:45 AM Ye Li wrote: > > The FIT config node has reversed ATF and u-boot: ATF is set to > firmware but u-boot is set to loadable. > This script can work previously because spl fit driver wrongly > appends fdt to all loadable images. With the

[PATCH] imx: Fix imx8m FIT script issue

2020-04-09 Thread Ye Li
The FIT config node has reversed ATF and u-boot: ATF is set to firmware but u-boot is set to loadable. This script can work previously because spl fit driver wrongly appends fdt to all loadable images. With the issue fixed, the u-boot in loadable does not have fdt appended and fails to work. So