Re: [PATCH v3 12/15] board: ns3: limit U-boot relocation within 16MB memory

2020-07-08 Thread Rayagonda Kokatanur
On Mon, Jun 29, 2020 at 10:56 PM Simon Glass wrote: > > Hi Rayagonda, > > On Fri, 26 Jun 2020 at 04:21, Rayagonda Kokatanur > wrote: > > > > On Fri, Jun 26, 2020 at 6:42 AM Simon Glass wrote: > > > > > > On Wed, 10 Jun 2020 at 04:42, Rayagonda Kokatanur > > > wrote: > > > > > > > > From: Bharat

Re: [PATCH v3 12/15] board: ns3: limit U-boot relocation within 16MB memory

2020-06-29 Thread Simon Glass
Hi Rayagonda, On Fri, 26 Jun 2020 at 04:21, Rayagonda Kokatanur wrote: > > On Fri, Jun 26, 2020 at 6:42 AM Simon Glass wrote: > > > > On Wed, 10 Jun 2020 at 04:42, Rayagonda Kokatanur > > wrote: > > > > > > From: Bharat Kumar Reddy Gooty > > > > > > By default re-location happens to higher add

Re: [PATCH v3 12/15] board: ns3: limit U-boot relocation within 16MB memory

2020-06-26 Thread Rayagonda Kokatanur
On Fri, Jun 26, 2020 at 6:42 AM Simon Glass wrote: > > On Wed, 10 Jun 2020 at 04:42, Rayagonda Kokatanur > wrote: > > > > From: Bharat Kumar Reddy Gooty > > > > By default re-location happens to higher address of DDR, > > relocation happens to a higher address Thank you, will fix it. > > > i.e,

Re: [PATCH v3 12/15] board: ns3: limit U-boot relocation within 16MB memory

2020-06-25 Thread Simon Glass
On Wed, 10 Jun 2020 at 04:42, Rayagonda Kokatanur wrote: > > From: Bharat Kumar Reddy Gooty > > By default re-location happens to higher address of DDR, relocation happens to a higher address > i.e, DDR start + DDR size. > > Limit re-location to happen within 16MB memory, > start 0xFF00_ an

[PATCH v3 12/15] board: ns3: limit U-boot relocation within 16MB memory

2020-06-10 Thread Rayagonda Kokatanur
From: Bharat Kumar Reddy Gooty By default re-location happens to higher address of DDR, i.e, DDR start + DDR size. Limit re-location to happen within 16MB memory, start 0xFF00_ and end 0x1__ Signed-off-by: Bharat Kumar Reddy Gooty Signed-off-by: Rayagonda Kokatanur --- board/broa