SPM: Move all SP-related info to SP context struct
Move all information related to a Secure Partition to the struct
secure_partition_context_t.
This requires an in-depth refactor because most of the previous code of
SPM relied on global information.
Change-Id: I0a23e93817dcc191ce1d7506b8bc671d376123c4
Signed-off-by:
Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Showing
- include/services/secure_partition.h 0 additions, 4 deletionsinclude/services/secure_partition.h
- services/std_svc/spm/sp_setup.c 19 additions, 36 deletionsservices/std_svc/spm/sp_setup.c
- services/std_svc/spm/spm.mk 4 additions, 7 deletionsservices/std_svc/spm/spm.mk
- services/std_svc/spm/spm_main.c 98 additions, 178 deletionsservices/std_svc/spm/spm_main.c
- services/std_svc/spm/spm_private.h 6 additions, 10 deletionsservices/std_svc/spm/spm_private.h
Please register or sign in to comment