aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--secure_fw/core/CMakeLists.inc1
-rw-r--r--secure_fw/core/ipc/CMakeLists.inc2
-rw-r--r--secure_fw/core/tfm_utils.c (renamed from secure_fw/core/ipc/tfm_utils.c)0
-rw-r--r--secure_fw/core/tfm_utils.h (renamed from secure_fw/core/ipc/include/tfm_utils.h)0
4 files changed, 2 insertions, 1 deletions
diff --git a/secure_fw/core/CMakeLists.inc b/secure_fw/core/CMakeLists.inc
index 250486f9e7..22a742a68c 100644
--- a/secure_fw/core/CMakeLists.inc
+++ b/secure_fw/core/CMakeLists.inc
@@ -38,6 +38,7 @@ set (SS_CORE_C_SRC
"${SS_CORE_DIR}/tfm_spm_services.c"
"${SS_CORE_DIR}/tfm_nspm.c"
"${SS_CORE_DIR}/tfm_boot_data.c"
+ "${SS_CORE_DIR}/tfm_utils.c"
)
#Append all our source files to global lists.
diff --git a/secure_fw/core/ipc/CMakeLists.inc b/secure_fw/core/ipc/CMakeLists.inc
index b7cb51db50..e369a4240b 100644
--- a/secure_fw/core/ipc/CMakeLists.inc
+++ b/secure_fw/core/ipc/CMakeLists.inc
@@ -38,13 +38,13 @@ elseif (TFM_PSA_API)
"${SS_IPC_DIR}/psa_client.c"
"${SS_IPC_DIR}/tfm_thread.c"
"${SS_IPC_DIR}/tfm_wait.c"
- "${SS_IPC_DIR}/tfm_utils.c"
"${SS_IPC_DIR}/tfm_message_queue.c"
"${SS_IPC_DIR}/tfm_pools.c"
"${SS_IPC_DIR}/tfm_spm.c"
"${SS_IPC_DIR}/../tfm_core.c"
"${SS_IPC_DIR}/../tfm_secure_api.c"
"${SS_IPC_DIR}/../tfm_spm_services.c"
+ "${SS_IPC_DIR}/../tfm_utils.c"
"${SS_IPC_DIR}/../tfm_handler.c"
"${SS_IPC_DIR}/../tfm_nspm.c"
"${SS_IPC_DIR}/../tfm_boot_data.c"
diff --git a/secure_fw/core/ipc/tfm_utils.c b/secure_fw/core/tfm_utils.c
index dd15494e0d..dd15494e0d 100644
--- a/secure_fw/core/ipc/tfm_utils.c
+++ b/secure_fw/core/tfm_utils.c
diff --git a/secure_fw/core/ipc/include/tfm_utils.h b/secure_fw/core/tfm_utils.h
index 01462bcc6c..01462bcc6c 100644
--- a/secure_fw/core/ipc/include/tfm_utils.h
+++ b/secure_fw/core/tfm_utils.h