Re: [U-Boot] [PATCH] arc: Introduce a possibility to not relocate U-boot

2018-02-22 Thread Simon Glass
Hi Alexey, On 20 February 2018 at 10:54, Alexey Brodkin wrote: > Hi Simon, Tom, > > On Sun, 2018-02-04 at 06:40 -0700, Simon Glass wrote: >> On 25 January 2018 at 11:22, Alexey Brodkin >> wrote: >> > From: Alexey Brodkin >> > >> > Disabling relocation might be useful on ARC for 2 reasons: >> >

Re: [U-Boot] [PATCH] arc: Introduce a possibility to not relocate U-boot

2018-02-20 Thread Alexey Brodkin
Hi Simon, Tom, On Sun, 2018-02-04 at 06:40 -0700, Simon Glass wrote: > On 25 January 2018 at 11:22, Alexey Brodkin > wrote: > > From: Alexey Brodkin > > > > Disabling relocation might be useful on ARC for 2 reasons: > > a) For advanced debugging with Synopsys proprietary MetaWare debugger > >

Re: [U-Boot] [PATCH] arc: Introduce a possibility to not relocate U-boot

2018-02-04 Thread Simon Glass
On 25 January 2018 at 11:22, Alexey Brodkin wrote: > From: Alexey Brodkin > > Disabling relocation might be useful on ARC for 2 reasons: > a) For advanced debugging with Synopsys proprietary MetaWare debugger > which is capable of accessing much more specific hardware resources > compare

[U-Boot] [PATCH] arc: Introduce a possibility to not relocate U-boot

2018-01-25 Thread Alexey Brodkin
From: Alexey Brodkin Disabling relocation might be useful on ARC for 2 reasons: a) For advanced debugging with Synopsys proprietary MetaWare debugger which is capable of accessing much more specific hardware resources compared to gdb. For example it may show contents of L1 and L2 caches,