Interface: Add 'tz' in file name for entry of TrustZone arch

File tfm_psa_ns_api.c contains unified entries for TrustZone
architectures. Compared with the entry file name for multi core
(tfm_multi_core_psa_ns_api.c), it is confusing for the TZ one being
named like a common file. So rename it to tfm_tz_psa_ns_api.c to make
its purpose easy to understand.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Ib41e523ee39871aaa075b44913da8118379b6c10
diff --git a/cmake/install.cmake b/cmake/install.cmake
index 43f8cb1..107355e 100644
--- a/cmake/install.cmake
+++ b/cmake/install.cmake
@@ -126,7 +126,7 @@
 endif()
 
 if (TFM_PARTITION_NS_AGENT_TZ)
-    install(FILES       ${INTERFACE_SRC_DIR}/tfm_psa_ns_api.c
+    install(FILES       ${INTERFACE_SRC_DIR}/tfm_tz_psa_ns_api.c
             DESTINATION ${INSTALL_INTERFACE_SRC_DIR})
 endif()
 
diff --git a/interface/src/tfm_psa_ns_api.c b/interface/src/tfm_tz_psa_ns_api.c
similarity index 100%
rename from interface/src/tfm_psa_ns_api.c
rename to interface/src/tfm_tz_psa_ns_api.c
diff --git a/lib/ext/tf-m-tests/repo_config_default.cmake b/lib/ext/tf-m-tests/repo_config_default.cmake
index f19aa0b..7958797 100644
--- a/lib/ext/tf-m-tests/repo_config_default.cmake
+++ b/lib/ext/tf-m-tests/repo_config_default.cmake
@@ -9,6 +9,6 @@
 
 # Default configs of tf-m-tests repo
 
-set(TFM_TEST_REPO_PATH                  "DOWNLOAD" CACHE PATH      "Path to TFM-TEST repo (or DOWNLOAD to fetch automatically")
-set(TFM_TEST_REPO_VERSION               "1ab5b62"  CACHE STRING    "The version of tf-m-tests to use")
-set(CMSIS_5_PATH                        "DOWNLOAD" CACHE PATH      "Path to CMSIS_5 (or DOWNLOAD to fetch automatically")
+set(TFM_TEST_REPO_PATH    "DOWNLOAD" CACHE PATH   "Path to TFM-TEST repo (or DOWNLOAD to fetch automatically")
+set(TFM_TEST_REPO_VERSION "0bb0f64"  CACHE STRING "The version of tf-m-tests to use")
+set(CMSIS_5_PATH          "DOWNLOAD" CACHE PATH   "Path to CMSIS_5 (or DOWNLOAD to fetch automatically")