aboutsummaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authorShawn Shan <shawn.shan@arm.com>2019-12-13 17:11:15 +0800
committerKen Liu <ken.liu@arm.com>2019-12-30 03:29:34 +0000
commit90fdba2224a79d73264a93c059b2660c2fb90e80 (patch)
treef97a8a0eb72404f8f6e77925c76f7ec97307aa52 /interface
parentadb0286e4818db4a407c953a01cfbd445742c6d7 (diff)
downloadtrusted-firmware-m-90fdba2224a79d73264a93c059b2660c2fb90e80.tar.gz
Test: Add an ipc test for psa_call
Add tfm_ipc_test_1010 to test psa_call with the status of PSA_ERROR_PROGRAMMER_ERROR. Change-Id: I04813ff2aacbe830092690c636cb2ebb71e5bacc Signed-off-by: Shawn Shan <shawn.shan@arm.com>
Diffstat (limited to 'interface')
-rw-r--r--interface/include/psa_manifest/sid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface/include/psa_manifest/sid.h b/interface/include/psa_manifest/sid.h
index 5f2111afbd..ddf1cb52d8 100644
--- a/interface/include/psa_manifest/sid.h
+++ b/interface/include/psa_manifest/sid.h
@@ -107,6 +107,8 @@ extern "C" {
#define IPC_SERVICE_TEST_PSA_ACCESS_APP_READ_ONLY_MEM_VERSION (1U)
#define IPC_SERVICE_TEST_APP_ACCESS_PSA_MEM_SID (0x0000F083U)
#define IPC_SERVICE_TEST_APP_ACCESS_PSA_MEM_VERSION (1U)
+#define IPC_SERVICE_TEST_CLIENT_PROGRAMMER_ERROR_SID (0x0000F084U)
+#define IPC_SERVICE_TEST_CLIENT_PROGRAMMER_ERROR_VERSION (1U)
/******** TFM_SP_IPC_CLIENT_TEST ********/
#define IPC_CLIENT_TEST_BASIC_SID (0x0000F060U)