Re: [U-Boot] [PATCH PATCH v4 04/15] spl: fit: allocate a temporary buffer to load the overlays

2019-09-20 Thread Jean-Jacques Hiblot
Hi Simon, On 17/09/2019 07:48, Simon Glass wrote: Hi Jean-Jacques, On Wed, 11 Sep 2019 at 06:32, Jean-Jacques Hiblot wrote: Hi Simon, On 13/08/2019 11:33, Simon Glass wrote: Hi Jean-Jacques, On Mon, 5 Aug 2019 at 03:44, Jean-Jacques Hiblot wrote: If the node describing an overlay does

Re: [U-Boot] [PATCH PATCH v4 04/15] spl: fit: allocate a temporary buffer to load the overlays

2019-09-16 Thread Simon Glass
Hi Jean-Jacques, On Wed, 11 Sep 2019 at 06:32, Jean-Jacques Hiblot wrote: > > Hi Simon, > > On 13/08/2019 11:33, Simon Glass wrote: > > Hi Jean-Jacques, > > > > On Mon, 5 Aug 2019 at 03:44, Jean-Jacques Hiblot wrote: > >> If the node describing an overlay does not specify a load address, it

Re: [U-Boot] [PATCH PATCH v4 04/15] spl: fit: allocate a temporary buffer to load the overlays

2019-09-12 Thread Jean-Jacques Hiblot
On 13/08/2019 11:33, Simon Glass wrote: Hi Jean-Jacques, On Mon, 5 Aug 2019 at 03:44, Jean-Jacques Hiblot wrote: If the node describing an overlay does not specify a load address, it will be loaded at the address previously used. Fixing it by allocating a temporary 64kB region that will be

Re: [U-Boot] [PATCH PATCH v4 04/15] spl: fit: allocate a temporary buffer to load the overlays

2019-09-11 Thread Jean-Jacques Hiblot
Hi Simon, On 13/08/2019 11:33, Simon Glass wrote: Hi Jean-Jacques, On Mon, 5 Aug 2019 at 03:44, Jean-Jacques Hiblot wrote: If the node describing an overlay does not specify a load address, it will be loaded at the address previously used. Fixing it by allocating a temporary 64kB region that

Re: [U-Boot] [PATCH PATCH v4 04/15] spl: fit: allocate a temporary buffer to load the overlays

2019-08-13 Thread Simon Glass
Hi Jean-Jacques, On Mon, 5 Aug 2019 at 03:44, Jean-Jacques Hiblot wrote: > > If the node describing an overlay does not specify a load address, it will > be loaded at the address previously used. > Fixing it by allocating a temporary 64kB region that will be used as a > default load address.

[U-Boot] [PATCH PATCH v4 04/15] spl: fit: allocate a temporary buffer to load the overlays

2019-08-05 Thread Jean-Jacques Hiblot
If the node describing an overlay does not specify a load address, it will be loaded at the address previously used. Fixing it by allocating a temporary 64kB region that will be used as a default load address. Signed-off-by: Jean-Jacques Hiblot --- Changes in v4: - make sure that the temp