Re: [U-Boot] [PATCH] board_f: Do not mark pre-relocated fdt space as reserved

2019-05-03 Thread Simon Goldschmidt
Hi Lokesh, On 03.05.19 16:24, Lokesh Vutla wrote: Simon, On 22/04/19 8:15 PM, Tom Rini wrote: On Thu, Apr 18, 2019 at 08:23:45AM +0200, Simon Goldschmidt wrote: On Thu, Apr 18, 2019 at 8:12 AM Lokesh Vutla wrote: On 18/04/19 12:46 AM, Simon Goldschmidt wrote: [This is a follow-up to htt

Re: [U-Boot] [PATCH] board_f: Do not mark pre-relocated fdt space as reserved

2019-05-03 Thread Lokesh Vutla
Simon, On 22/04/19 8:15 PM, Tom Rini wrote: > On Thu, Apr 18, 2019 at 08:23:45AM +0200, Simon Goldschmidt wrote: >> On Thu, Apr 18, 2019 at 8:12 AM Lokesh Vutla wrote: >>> >>> >>> >>> On 18/04/19 12:46 AM, Simon Goldschmidt wrote: [This is a follow-up to https://patchwork.ozlabs.org/patch/10

Re: [U-Boot] [PATCH] board_f: Do not mark pre-relocated fdt space as reserved

2019-04-22 Thread Tom Rini
On Thu, Apr 18, 2019 at 08:23:45AM +0200, Simon Goldschmidt wrote: > On Thu, Apr 18, 2019 at 8:12 AM Lokesh Vutla wrote: > > > > > > > > On 18/04/19 12:46 AM, Simon Goldschmidt wrote: > > > [This is a follow-up to https://patchwork.ozlabs.org/patch/1033584/ > > > right?] > > > > Right. > > > > >

Re: [U-Boot] [PATCH] board_f: Do not mark pre-relocated fdt space as reserved

2019-04-17 Thread Simon Goldschmidt
On Thu, Apr 18, 2019 at 8:12 AM Lokesh Vutla wrote: > > > > On 18/04/19 12:46 AM, Simon Goldschmidt wrote: > > [This is a follow-up to https://patchwork.ozlabs.org/patch/1033584/ right?] > > Right. > > > > > Am 16.04.2019 um 10:43 schrieb Lokesh Vutla: > >> SPL while copying u-boot and dtb it does

Re: [U-Boot] [PATCH] board_f: Do not mark pre-relocated fdt space as reserved

2019-04-17 Thread Lokesh Vutla
On 18/04/19 12:46 AM, Simon Goldschmidt wrote: > [This is a follow-up to https://patchwork.ozlabs.org/patch/1033584/ right?] Right. > > Am 16.04.2019 um 10:43 schrieb Lokesh Vutla: >> SPL while copying u-boot and dtb it does the following: >> - Copy u-boot >> - Copy right dtb. >> - mark dtb lo

Re: [U-Boot] [PATCH] board_f: Do not mark pre-relocated fdt space as reserved

2019-04-17 Thread Simon Goldschmidt
[This is a follow-up to https://patchwork.ozlabs.org/patch/1033584/ right?] Am 16.04.2019 um 10:43 schrieb Lokesh Vutla: SPL while copying u-boot and dtb it does the following: - Copy u-boot - Copy right dtb. - mark dtb location as reserved in dtb. Hmm, why does it do that? Reserving space whe

[U-Boot] [PATCH] board_f: Do not mark pre-relocated fdt space as reserved

2019-04-16 Thread Lokesh Vutla
SPL while copying u-boot and dtb it does the following: - Copy u-boot - Copy right dtb. - mark dtb location as reserved in dtb. U-Boot when copying images at U-Boot prompt, is not able to copy to the above dtb location as it sees the region as reserved. But at this stage dtb is re located to end o