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>
1 parent df03c6e commit 9ff67fa6f25c5a0285eec27f3e86362ae535aac3
@Gerald Lejeune Gerald Lejeune authored on 26 Nov 2015
Showing 10 changed files
View
bl31/aarch64/crash_reporting.S
View
docs/porting-guide.md
View
include/plat/arm/common/aarch64/cci_macros.S
View
include/plat/arm/css/common/aarch64/css_macros.S
View
plat/arm/board/fvp/include/plat_macros.S
View
plat/arm/board/juno/include/plat_macros.S
View
plat/mediatek/mt8173/include/plat_macros.S
View
plat/nvidia/tegra/include/plat_macros.S
View
plat/rockchip/common/include/plat_macros.S
View
plat/xilinx/zynqmp/include/plat_macros.S