arm-trusted-firmware/include/services
Achin Gupta bdd2596d42 SPMD: add SPM dispatcher based upon SPCI Beta 0 spec
This patch adds a rudimentary SPM dispatcher component in EL3.
It does the following:

- Consumes the TOS_FW_CONFIG to determine properties of the SPM core
  component
- Initialises the SPM core component which resides in the BL32 image
- Implements a handler for SPCI calls from either security state. Some
  basic validation is done for each call but in most cases it is simply
  forwarded as-is to the "other" security state.

Signed-off-by: Achin Gupta <achin.gupta@arm.com>
Signed-off-by: Artsem Artsemenka <artsem.artsemenka@arm.com>
Change-Id: I7d116814557f7255f4f4ebb797d1619d4fbab590
2020-02-10 14:09:21 +00:00
..
arm_arch_svc.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
sdei.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
spci_svc.h SPMD: add SPCI Beta 0 specification header file 2020-02-05 16:40:19 +00:00
spm_core_manifest.h SPMD: add support for an example SPM core manifest 2020-02-10 14:09:10 +00:00
spm_mm_partition.h spm-mm: Refactor secure_partition.h and its contents 2019-12-20 16:03:41 +00:00
spm_mm_svc.h spm-mm: Remove mm_svc.h header 2019-12-20 16:04:01 +00:00
spmd_svc.h SPMD: add SPM dispatcher based upon SPCI Beta 0 spec 2020-02-10 14:09:21 +00:00
std_svc.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00