summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorAchin Gupta <achin.gupta@arm.com>2014-05-09 11:42:56 +0100
committerAchin Gupta <achin.gupta@arm.com>2014-05-22 17:48:36 +0100
commit6cf89021312a33395f804d80377a6ffdaadbbe21 (patch)
tree48427615e67e18d94816112c216b6591f23b6be4 /plat
parentfa9c08b7d117cb736911288668f9fd987505b4e3 (diff)
Add support for synchronous FIQ handling in TSP
This patch adds support in the TSP for handling S-EL1 interrupts handed over by the TSPD. It includes GIC support in its platform port, updates various statistics related to FIQ handling, exports an entry point that the TSPD can use to hand over interrupts and defines the handover protocol w.r.t what context is the TSP expected to preserve and the state in which the entry point is invoked by the TSPD. Change-Id: I93b22e5a8133400e4da366f5fc862f871038df39
Diffstat (limited to 'plat')
-rw-r--r--plat/fvp/bl32_plat_setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/fvp/bl32_plat_setup.c b/plat/fvp/bl32_plat_setup.c
index 8406d313..772e972f 100644
--- a/plat/fvp/bl32_plat_setup.c
+++ b/plat/fvp/bl32_plat_setup.c
@@ -73,6 +73,9 @@ void bl32_early_platform_setup(void)
* messages from TSP
*/
console_init(PL011_UART1_BASE);
+
+ /* Initialize the platform config for future decision making */
+ platform_config_setup();
}
/*******************************************************************************