commit | 943e6be4a00f2c3a6699dcfd57440136f1de4456 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Aug 11 13:01:04 2024 +0200 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Sep 10 10:10:43 2024 +0800 |
tree | 94f72aebb1d147043ab35c701c03957cb4a0bd3e | |
parent | 99e92108883d7928794d5371edd92d366359e3cc [diff] |
riscv: show registers in crash dumps by default If an exception occurs in main U-Boot, show the registers. This makes analyzing crashes especially in external applications easier. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>