mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
![]() This patch reworks the crash reporting mechanism to further optimise the stack and code size. The reporting makes use of assembly console functions to avoid calling C Runtime to report the CPU state. The crash buffer requirement is reduced to 64 bytes with this implementation. The crash buffer is now part of per-cpu data which makes retrieving the crash buffer trivial. Also now panic() will use crash reporting if invoked from BL3-1. Fixes ARM-software/tf-issues#199 Change-Id: I79d27a4524583d723483165dc40801f45e627da5 |
||
---|---|---|
.. | ||
aarch64 | ||
drivers/pwrc | ||
include | ||
bl1_fvp_setup.c | ||
bl2_fvp_setup.c | ||
bl31_fvp_setup.c | ||
bl32_fvp_setup.c | ||
fvp_def.h | ||
fvp_io_storage.c | ||
fvp_pm.c | ||
fvp_private.h | ||
fvp_security.c | ||
fvp_topology.c | ||
platform.mk |