arm-trusted-firmware/bl31/aarch64
Gerald Lejeune 9ff67fa6f2 Dump platform-defined regs in crash reporting
It is up to the platform to implement the new plat_crash_print_regs macro to
report all relevant platform registers helpful for troubleshooting.

plat_crash_print_regs merges or calls previously defined plat_print_gic_regs
and plat_print_interconnect_regs macros for each existing platforms.

NOTE: THIS COMMIT REQUIRES ALL PLATFORMS THAT ENABLE THE `CRASH_REPORTING`
BUILD FLAG TO MIGRATE TO USE THE NEW `plat_crash_print_regs()` MACRO. BY
DEFAULT, `CRASH_REPORTING` IS ENABLED IN DEBUG BUILDS FOR ALL PLATFORMS.

Fixes: arm-software/tf-issues#373

Signed-off-by: Gerald Lejeune <gerald.lejeune@st.com>
2016-04-14 17:50:22 +02:00
..
bl31_arch_setup.c Enable asynchronous abort exceptions during boot 2016-03-30 17:26:23 +02:00
bl31_entrypoint.S Remove dashes from image names: 'BL3-x' --> 'BL3x' 2015-12-14 12:31:37 +00:00
cpu_data.S PSCI: Migrate TF to the new platform API and CM helpers 2015-08-13 23:48:06 +01:00
crash_reporting.S Dump platform-defined regs in crash reporting 2016-04-14 17:50:22 +02:00
runtime_exceptions.S Move context management code to common location 2015-12-09 17:41:18 +00:00