summaryrefslogtreecommitdiff
path: root/include/services
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-05-23 11:40:46 +0100
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-05-23 13:50:18 +0100
commit22282bb68a319a88f2fc0e6c98c13c42a4e0120b (patch)
tree54874542b86f0d88f768bf756f293f21184d96d8 /include/services
parent1634cae89d0e62853f6addbbaef8557893ee5613 (diff)
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>
Diffstat (limited to 'include/services')
-rw-r--r--include/services/secure_partition.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/services/secure_partition.h b/include/services/secure_partition.h
index f68f711b..f1fdb733 100644
--- a/include/services/secure_partition.h
+++ b/include/services/secure_partition.h
@@ -55,8 +55,4 @@ typedef struct secure_partition_boot_info {
secure_partition_mp_info_t *mp_info;
} secure_partition_boot_info_t;
-/* Setup function for secure partitions context. */
-
-void secure_partition_setup(void);
-
#endif /* __SECURE_PARTITION_H__ */