summaryrefslogtreecommitdiff
path: root/spm/cactus/cactus_tests
diff options
context:
space:
mode:
authorJ-Alves <joao.alves@arm.com>2021-10-27 15:15:16 +0100
committerJ-Alves <joao.alves@arm.com>2021-11-10 11:26:13 +0000
commit79c08f110715360288554e93b6c994c02090a06b (patch)
tree79d4c400ee827c3e6bfc91a8ae512af48fe8fbda /spm/cactus/cactus_tests
parentbd909ac2ae1c2df76f0696702e583d416b4f4141 (diff)
feat: spm helper functions for MP tests
Added two helper functions to help with SPM tests in a MP setup. - spm_core_sp_init: to initialize an SP in a given core. - get_current_core_id: to get the current core ID. Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: Iad10d43f258f5ed05ce52b87c94a9333c228f26d
Diffstat (limited to 'spm/cactus/cactus_tests')
-rw-r--r--spm/cactus/cactus_tests/cactus_test_notifications.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/spm/cactus/cactus_tests/cactus_test_notifications.c b/spm/cactus/cactus_tests/cactus_test_notifications.c
index 52c226b..57375e7 100644
--- a/spm/cactus/cactus_tests/cactus_test_notifications.c
+++ b/spm/cactus/cactus_tests/cactus_test_notifications.c
@@ -9,7 +9,6 @@
#include "cactus_tests.h"
#include <ffa_helpers.h>
#include <debug.h>
-#include <platform.h>
/* Booleans to keep track of which CPUs handled NPI. */
static bool npi_handled[PLATFORM_CORE_COUNT];