arm-trusted-firmware/plat/mediatek/mt8173
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
..
aarch64 mt8173: Add #error directive to prevent RESET_TO_BL31 2016-03-09 15:40:32 +08:00
drivers mt8173: Fix timing issue of mfg mtcmos power off 2016-04-14 14:10:04 +08:00
include Dump platform-defined regs in crash reporting 2016-04-14 17:50:22 +02:00
bl31_plat_setup.c mt8173: Protect BL31 memory from non-secure access 2016-04-01 13:10:41 +08:00
plat_delay_timer.c Initial platform port for MediaTek mt8173 2015-08-11 14:45:33 +08:00
plat_mt_gic.c Initial platform port for MediaTek mt8173 2015-08-11 14:45:33 +08:00
plat_pm.c mt8173: Remove gpio driver support 2016-03-09 15:40:32 +08:00
plat_sip_calls.c mt8173: Implement subsystem power control logic in ARM TF 2016-01-26 13:55:13 +08:00
plat_topology.c mt8173: Fix cluster 0 core count 2015-08-18 16:32:09 +08:00
platform.mk Migrate platform ports to the new xlat_tables library 2016-04-13 12:06:23 +01:00
power_tracer.c Initial platform port for MediaTek mt8173 2015-08-11 14:45:33 +08:00
scu.c Initial platform port for MediaTek mt8173 2015-08-11 14:45:33 +08:00