arm-trusted-firmware/plat/arm/board/juno
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
include Merge pull request #532 from soby-mathew/vk/configure_mmap_macros 2016-02-22 13:23:49 +00:00
tsp Allow multi cluster topology definitions for ARM platforms 2016-02-19 09:18:52 +00:00
juno_bl1_setup.c FWU: Pass client cookie to FWU_SMC_UPDATE_DONE 2015-12-15 14:33:25 +00:00
juno_def.h Allow multi cluster topology definitions for ARM platforms 2016-02-19 09:18:52 +00:00
juno_err.c TBB: add Trusted Watchdog support on ARM platforms 2015-12-02 13:54:35 +00:00
juno_pm.c Support PSCI SYSTEM SUSPEND on Juno 2015-10-30 09:07:17 +00:00
juno_security.c Separate CSS security setup from SOC security setup 2015-09-11 11:50:26 +01:00
juno_topology.c Allow multi cluster topology definitions for ARM platforms 2016-02-19 09:18:52 +00:00
platform.mk Merge pull request #532 from soby-mathew/vk/configure_mmap_macros 2016-02-22 13:23:49 +00:00