Re: [PATCH v2] lmb: Reserve U-Boot separately if relocation is disabled

2021-10-25 Thread Tom Rini
On Fri, Oct 15, 2021 at 05:48:56PM +0200, marek.va...@gmail.com wrote: > From: Marek Vasut > > In case U-Boot starts with GD_FLG_SKIP_RELOC, the U-Boot code is > not relocated, however the stack and heap is at the end of DRAM > after relocation. Reserve a LMB area for the non-relocated U-Boot >

Re: [PATCH v2] lmb: Reserve U-Boot separately if relocation is disabled

2021-10-24 Thread Simon Glass
On Fri, 15 Oct 2021 at 09:49, wrote: > > From: Marek Vasut > > In case U-Boot starts with GD_FLG_SKIP_RELOC, the U-Boot code is > not relocated, however the stack and heap is at the end of DRAM > after relocation. Reserve a LMB area for the non-relocated U-Boot > code so it won't be overwritten.

[PATCH v2] lmb: Reserve U-Boot separately if relocation is disabled

2021-10-15 Thread marek . vasut
From: Marek Vasut In case U-Boot starts with GD_FLG_SKIP_RELOC, the U-Boot code is not relocated, however the stack and heap is at the end of DRAM after relocation. Reserve a LMB area for the non-relocated U-Boot code so it won't be overwritten. Signed-off-by: Marek Vasut Cc: Simon Glass Cc: