arm-trusted-firmware/bl32/tsp
Achin Gupta cc8856432e Add barriers to handle Secure Timer interrupts correctly
This patch adds instruction synchronization barriers around the code which
handles the timer interrupt in the TSP. This ensures that the interrupt is not
acknowledged after or EOIed before it is deactivated at the peripheral.

Change-Id: Ic691ab909bc671d8f0f43ffc443f46237c75536d
2014-06-17 16:59:13 +01:00
..
aarch64 Add enable mmu platform porting interfaces 2014-05-23 18:02:01 +01:00
tsp-fvp.mk Rename FVP specific files and functions 2014-05-23 18:01:41 +01:00
tsp-juno.mk juno: Use the enable_mmu_elX() functions from lib/aarch64/xlat_tables.c 2014-06-05 17:39:40 +01:00
tsp.ld.S Split platform.h into separate headers 2014-05-23 15:52:29 +01:00
tsp.mk Add support for asynchronous FIQ handling in TSP 2014-05-22 17:48:38 +01:00
tsp_interrupt.c Further renames of platform porting functions 2014-05-27 16:17:21 +01:00
tsp_main.c Move BL porting functions into platform.h 2014-05-23 17:18:54 +01:00
tsp_timer.c Add barriers to handle Secure Timer interrupts correctly 2014-06-17 16:59:13 +01:00