arm-trusted-firmware/plat/arm/board/fvp
Antonio Nino Diaz 1c3ea103d2 Remove all non-configurable dead loops
Added a new platform porting function plat_panic_handler, to allow
platforms to handle unexpected error situations. It must be
implemented in assembly as it may be called before the C environment
is initialized. A default implementation is provided, which simply
spins.

Corrected all dead loops in generic code to call this function
instead. This includes the dead loop that occurs at the end of the
call to panic().

All unnecesary wfis from bl32/tsp/aarch64/tsp_exceptions.S have
been removed.

Change-Id: I67cb85f6112fa8e77bd62f5718efcef4173d8134
2016-03-14 16:41:18 +00:00
..
aarch64 Remove all non-configurable dead loops 2016-03-14 16:41:18 +00:00
drivers/pwrc FVP: Correct the PSYSR_WK bit width in platform_get_entrypoint 2015-06-03 14:43:14 +01:00
include Merge pull request #531 from soby-mathew/sm/multicluster_fvp 2016-02-19 18:21:34 +00:00
tsp Rework use of ARM GIC drivers on ARM platforms 2015-12-09 09:58:17 +00:00
fvp_bl1_setup.c Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_bl2_setup.c Fix SP804 delay timer on FVP 2015-12-04 10:23:33 +00:00
fvp_bl2u_setup.c FWU: Add Firmware Update support in BL2U for ARM platforms 2015-12-09 17:41:19 +00:00
fvp_bl31_setup.c Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_def.h Allow multi cluster topology definitions for ARM platforms 2016-02-19 09:18:52 +00:00
fvp_err.c TBB: add Trusted Watchdog support on ARM platforms 2015-12-02 13:54:35 +00:00
fvp_io_storage.c TBB: apply TBBR naming convention to certificates and extensions 2015-12-14 12:29:44 +00:00
fvp_pm.c Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_private.h Rework use of interconnect drivers 2016-02-16 20:09:49 +00:00
fvp_security.c Move FVP port to plat/arm/board/fvp 2015-04-28 19:50:56 +01:00
fvp_topology.c Allow multi cluster topology definitions for ARM platforms 2016-02-19 09:18:52 +00:00
platform.mk Allow multi cluster topology definitions for ARM platforms 2016-02-19 09:18:52 +00:00