Re: [U-Boot] [PATCH] arm64 :show_regs: show the real hardware register even after relocation

2018-01-23 Thread Karl Beldan
On Tue, Jan 23, 2018 at 10:47:11AM +0800, Peng Fan wrote: > Not only show the calculated value after relocation, also show > the real hardware register value. > > Signed-off-by: Peng Fan > Reported-by: Karl Beldan > --- > arch/arm/lib/interrupts_64.c |

[U-Boot] [PATCH] arm64 :show_regs: show the real hardware register even after relocation

2018-01-22 Thread Peng Fan
Not only show the calculated value after relocation, also show the real hardware register value. Signed-off-by: Peng Fan Reported-by: Karl Beldan --- arch/arm/lib/interrupts_64.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff