arm-trusted-firmware/bl32/tsp
Achin Gupta 757d591168 Add support for asynchronous FIQ handling in TSP
This patch adds support in the TSP to handle FIQ interrupts that are
generated when execution is in the TSP. S-EL1 interrupt are handled
normally and execution resumes at the instruction where the exception
was originally taken. S-EL3 interrupts i.e. any interrupt not
recognized by the TSP are handed to the TSPD. Execution resumes
normally once such an interrupt has been handled at EL3.

Change-Id: Ia3ada9a4fb15670afcc12538a6456f21efe58a8f
2014-05-19 13:10:49 +01:00
..
aarch64 Add support for asynchronous FIQ handling in TSP 2014-05-19 13:10:49 +01:00
tsp-fvp.mk Add support for synchronous FIQ handling in TSP 2014-05-19 13:10:49 +01:00
tsp.ld.S Use --gc-sections during link 2014-03-26 21:54:37 +00:00
tsp.mk Add support for asynchronous FIQ handling in TSP 2014-05-19 13:10:49 +01:00
tsp_interrupt.c Add support for synchronous FIQ handling in TSP 2014-05-19 13:10:49 +01:00
tsp_main.c Add support for synchronous FIQ handling in TSP 2014-05-19 13:10:49 +01:00
tsp_timer.c Use secure timer to generate S-EL1 interrupts 2014-05-19 13:10:49 +01:00