]> git.baikalelectronics.ru Git - uboot.git/commit
arm64: show_regs: Dump the LRs HW values
authorKarl Beldan <karl.beldan@gmail.com>
Tue, 20 Feb 2018 23:30:08 +0000 (23:30 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 23 Feb 2018 15:40:51 +0000 (10:40 -0500)
commit3ff939012c311cda8a000b60241b8a37ad0a9bc2
tree63b8b48f839f0750a14c5bbea06fdcd641209933
parenta7a39384555253d41c5a53033114dd4cb3efe5ca
arm64: show_regs: Dump the LRs HW values

These were dropped in [1], after relocation, for their values offset by
reloc_off.
Unconditionally show the HW values and add a '(reloc)' hint for the
offset values showed after relocation.
Also, the LRs' dumps are now formatted the same way the other regs' are.

[1] Commit ffde86ff ("arm64 :show_regs: show the address before relocation")

Signed-off-by: Karl Beldan <karl.beldan+oss@gmail.com>
arch/arm/lib/interrupts_64.c