arm-trusted-firmware/bl32/tsp/aarch64
Andrew Thoelke 399fb08fff Use a vector table for TSP entrypoints
The TSP has a number of entrypoints used by the TSP on different
occasions. These were provided to the TSPD as a table of function
pointers, and required the TSPD to read the entry in the table,
which is in TSP memory, in order to program the exception return
address.

Ideally, the TSPD has no access to the TSP memory.

This patch changes the table of function pointers into a vector
table of single instruction entrypoints. This allows the TSPD to
calculate the entrypoint address instead of read it.

Fixes ARM-software/tf-issues#160

Change-Id: Iec6e055d537ade78a45799fbc6f43765a4725ad3
2014-05-23 08:49:36 +01:00
..
tsp_entrypoint.S Use a vector table for TSP entrypoints 2014-05-23 08:49:36 +01:00
tsp_exceptions.S Non-Secure Interrupt support during Standard SMC processing in TSP 2014-05-23 08:46:21 +01:00
tsp_request.S Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00