arm-trusted-firmware/services/spd/tspd
Achin Gupta 3ee8a16402 Rework 'state' field usage in per-cpu TSP context
This patch lays the foundation for using the per-cpu 'state' field in
the 'tsp_context' structure for other flags apart from the power state
of the TSP.

It allocates 2 bits for the power state, introduces the necessary
macros to manipulate the power state in the 'state' field and
accordingly reworks all use of the TSP_STATE_* states.

It also allocates a flag bit to determine if the TSP is handling a
standard SMC. If this flag is set then the TSP was interrupted due to
non-secure or EL3 interupt depending upon the chosen routing
model. Macros to get, set and clear this flag have been added as
well. This flag will be used by subsequent patches.

Change-Id: Ic6ee80bd5895812c83b35189cf2c3be70a9024a6
2014-05-22 17:45:59 +01:00
..
tspd.mk Remove vpath usage in makefiles 2014-05-06 12:35:02 +01:00
tspd_common.c Rework 'state' field usage in per-cpu TSP context 2014-05-22 17:45:59 +01:00
tspd_helpers.S Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00
tspd_main.c Rework 'state' field usage in per-cpu TSP context 2014-05-22 17:45:59 +01:00
tspd_pm.c Rework 'state' field usage in per-cpu TSP context 2014-05-22 17:45:59 +01:00
tspd_private.h Rework 'state' field usage in per-cpu TSP context 2014-05-22 17:45:59 +01:00