Re: [U-Boot] [PATCH] arm64 :show_regs: show the address before relocation

2018-02-05 Thread Tom Rini
On Tue, Feb 06, 2018 at 12:40:39AM +, Karl Beldan wrote: > On Sun, Feb 4, 2018 at 1:39 PM, Simon Glass wrote: > > Hi, > > > > On 22 January 2018 at 12:01, Karl Beldan wrote: > >> > >> On Tue, Nov 28, 2017 at 10:08:08AM +0800, Peng Fan wrote: > >> >

Re: [U-Boot] [PATCH] arm64 :show_regs: show the address before relocation

2018-02-05 Thread Karl Beldan
On Sun, Feb 4, 2018 at 1:39 PM, Simon Glass wrote: > Hi, > > On 22 January 2018 at 12:01, Karl Beldan wrote: >> >> On Tue, Nov 28, 2017 at 10:08:08AM +0800, Peng Fan wrote: >> > After relocation, when error happends, it is hard to track >> > ELR and LR

Re: [U-Boot] [PATCH] arm64 :show_regs: show the address before relocation

2018-02-04 Thread Simon Glass
Hi, On 22 January 2018 at 12:01, Karl Beldan wrote: > > On Tue, Nov 28, 2017 at 10:08:08AM +0800, Peng Fan wrote: > > After relocation, when error happends, it is hard to track > > ELR and LR with asm file objdumped from elf file. > > > > So subtract the gd->reloc_off the

Re: [U-Boot] [PATCH] arm64 :show_regs: show the address before relocation

2018-01-22 Thread Karl Beldan
On Tue, Nov 28, 2017 at 10:08:08AM +0800, Peng Fan wrote: > After relocation, when error happends, it is hard to track > ELR and LR with asm file objdumped from elf file. > > So subtract the gd->reloc_off the reflect the compliation address. > > Signed-off-by: Peng Fan > --- >

Re: [U-Boot] [PATCH] arm64 :show_regs: show the address before relocation

2017-11-27 Thread Simon Glass
On 27 November 2017 at 19:08, Peng Fan wrote: > After relocation, when error happends, it is hard to track > ELR and LR with asm file objdumped from elf file. > > So subtract the gd->reloc_off the reflect the compliation address. > > Signed-off-by: Peng Fan >

[U-Boot] [PATCH] arm64 :show_regs: show the address before relocation

2017-11-27 Thread Peng Fan
After relocation, when error happends, it is hard to track ELR and LR with asm file objdumped from elf file. So subtract the gd->reloc_off the reflect the compliation address. Signed-off-by: Peng Fan --- arch/arm/lib/interrupts_64.c | 10 -- 1 file changed, 8