coreboot-kgpe-d16/src/arch/arm64
Julius Werner 2c51572435 arm64: Add stack dump to exception handler
Some exceptions (like from calling a NULL function pointer) are easier
to narrow down with a dump of the call stack. Let's take a page out of
ARM32's book and add that feature to ARM64 as well. Also change the
output format to two register columns, to make it easier to fit a whole
exception dump on one screen.

Applying to both coreboot and libpayload and syncing the output format
between both back up.

Change-Id: I19768d13d8fa8adb84f0edda2af12f20508eb2db
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/14931
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2016-05-24 20:51:28 +02:00
..
armv8 arm64: Add stack dump to exception handler 2016-05-24 20:51:28 +02:00
include arch/arm64: add FRAMEBUFFER region macros to memlayout 2016-05-10 23:47:57 +02:00
arm_tf.c arch/arm64: Use correct SPSR.DAIF mask for BL31 and payload 2016-02-10 09:39:36 +01:00
boot.c die() when attempting to use bounce buffer on non-i386. 2016-02-22 18:38:48 +01:00
div0.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
eabi_compat.c src/arch: Update license headers missing paragraph 2 2016-01-26 04:44:20 +01:00
id.S arch/arm64: add missing license headers 2016-01-13 22:58:17 +01:00
Kconfig console: Simplify bootblock console Kconfig selection logic 2016-01-21 05:37:27 +01:00
Makefile.inc build system: remove CBFSTOOL_PRE1_OPTS 2016-05-03 11:40:49 +02:00
memcpy.S tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
memmove.S tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
memset.S tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
stage_entry.S arm64: Remove SMP support 2015-11-07 03:29:14 +01:00
tables.c lib: add common write_tables() implementation 2016-04-21 20:49:05 +02:00
transition.c arm64: tegra132: tegra210: Remove old arm64/stage_entry.S 2015-11-17 21:31:20 +01:00
transition_asm.S arm64: Implement generic stage transitions for non-Tegra SoCs 2015-11-16 21:53:43 +01:00