Re: [PATCH v2] ARM: stm32: Use firmware property instead of loadables

2021-01-13 Thread Patrick DELAUNAY
Hi Michael From: U-Boot On Behalf Of Michal Simek Sent: lundi 5 octobre 2020 11:37 There shouldn't be a need to use loadables propertyn because u-boot can be pointed by firmware property. This change should also speedup boot process because loadables property is list of strings which code is

Re: [PATCH v2] ARM: stm32: Use firmware property instead of loadables

2020-11-24 Thread Michal Simek
On 24. 11. 20 23:34, Marek Vasut wrote: > On 11/23/20 9:18 AM, Michal Simek wrote: >> Hi Marek, > > Hi, > >> st 21. 10. 2020 v 14:31 odesílatel Marek Vasut napsal: >>> >>> On 10/21/20 2:05 PM, Patrice CHOTARD wrote: Hi Patrick On 10/5/20 11:37 AM, Michal Simek wrote: > Ther

Re: [PATCH v2] ARM: stm32: Use firmware property instead of loadables

2020-11-24 Thread Marek Vasut
On 11/23/20 9:18 AM, Michal Simek wrote: Hi Marek, Hi, st 21. 10. 2020 v 14:31 odesílatel Marek Vasut napsal: On 10/21/20 2:05 PM, Patrice CHOTARD wrote: Hi Patrick On 10/5/20 11:37 AM, Michal Simek wrote: There shouldn't be a need to use loadables propertyn because u-boot can be pointe

Re: [PATCH v2] ARM: stm32: Use firmware property instead of loadables

2020-11-23 Thread Michal Simek
Hi Marek, st 21. 10. 2020 v 14:31 odesílatel Marek Vasut napsal: > > On 10/21/20 2:05 PM, Patrice CHOTARD wrote: > > Hi Patrick > > > > On 10/5/20 11:37 AM, Michal Simek wrote: > >> There shouldn't be a need to use loadables propertyn because u-boot can be > >> pointed by firmware property. This

Re: [PATCH v2] ARM: stm32: Use firmware property instead of loadables

2020-10-21 Thread Marek Vasut
On 10/21/20 2:05 PM, Patrice CHOTARD wrote: > Hi Patrick > > On 10/5/20 11:37 AM, Michal Simek wrote: >> There shouldn't be a need to use loadables propertyn because u-boot can be >> pointed by firmware property. This change should also speedup boot process >> because loadables property is list of

Re: [PATCH v2] ARM: stm32: Use firmware property instead of loadables

2020-10-21 Thread Patrice CHOTARD
Hi Patrick On 10/5/20 11:37 AM, Michal Simek wrote: > There shouldn't be a need to use loadables propertyn because u-boot can be > pointed by firmware property. This change should also speedup boot process > because loadables property is list of strings which code is going through. > On the other

Re: [PATCH v2] ARM: stm32: Use firmware property instead of loadables

2020-10-13 Thread Marek Vasut
On 10/13/20 7:01 PM, Patrick DELAUNAY wrote: > Hi Michael and Marek, [...] > Marek, I don't see any objection, it is also ok for you ? > And can you test dh board with this patch ? I plan to test that , yes. Note that I am still not entirely sure whether loadables and firmware are the same thin

RE: [PATCH v2] ARM: stm32: Use firmware property instead of loadables

2020-10-13 Thread Patrick DELAUNAY
Hi Michael and Marek, > From: U-Boot On Behalf Of Michal Simek > Sent: lundi 5 octobre 2020 11:37 > > There shouldn't be a need to use loadables propertyn because u-boot can be > pointed by firmware property. This change should also speedup boot process > because loadables property is list of st