Re: [U-Boot] [RFC PATCH 6/7] arm: Show relocated PC/LR in the register dump

2015-02-03 Thread Albert ARIBAUD
Hello Simon, On Fri, 30 Jan 2015 12:04:56 -0700, Simon Glass wrote: > If we don't know the relocation address, the raw values are not very useful. > Show the pre-relocation values as well as these can be looked up in > System.map, etc. > > Signed-off-by: Simon Glass > --- > > arch/arm/lib/int

Re: [U-Boot] [RFC PATCH 6/7] arm: Show relocated PC/LR in the register dump

2015-02-02 Thread Simon Glass
Hi Albert, On 1 February 2015 at 01:45, Albert ARIBAUD wrote: > Hello Simon, > > On Fri, 30 Jan 2015 12:04:56 -0700, Simon Glass > wrote: >> If we don't know the relocation address, the raw values are not very useful. >> Show the pre-relocation values as well as these can be looked up in >> Syst

Re: [U-Boot] [RFC PATCH 6/7] arm: Show relocated PC/LR in the register dump

2015-02-01 Thread Albert ARIBAUD
Hello Simon, On Fri, 30 Jan 2015 12:04:56 -0700, Simon Glass wrote: > If we don't know the relocation address, the raw values are not very useful. > Show the pre-relocation values as well as these can be looked up in > System.map, etc. > > Signed-off-by: Simon Glass Acked-by: Albert ARIBAUD

[U-Boot] [RFC PATCH 6/7] arm: Show relocated PC/LR in the register dump

2015-01-30 Thread Simon Glass
If we don't know the relocation address, the raw values are not very useful. Show the pre-relocation values as well as these can be looked up in System.map, etc. Signed-off-by: Simon Glass --- arch/arm/lib/interrupts.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --