]> git.ipfire.org Git - people/ms/u-boot.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)
commitfa7b8eae7c5047210fd5979d8167c07c471aae35
tree63b8b48f839f0750a14c5bbea06fdcd641209933
parenta2d5efd74fb2e6893bcebfae41ea600bc7b65e6e
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 082693f4 ("arm64 :show_regs: show the address before relocation")

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