blob: 6ee681b8338ccba00802fc55d19e9a03fea003f1 [file] [log] [blame]
Edison Ai5bf0bfc2019-06-10 13:42:43 +08001/*
2 * Copyright (c) 2019, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8/*********** WARNING: This is an auto-generated file. Do not edit! ***********/
9
10#ifndef __PSA_MANIFEST_SID_H__
11#define __PSA_MANIFEST_SID_H__
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17/******** TFM_SP_STORAGE ********/
18#define TFM_SST_SET_SID (0x00000060U)
19#define TFM_SST_SET_VERSION (1U)
20#define TFM_SST_GET_SID (0x00000061U)
21#define TFM_SST_GET_VERSION (1U)
22#define TFM_SST_GET_INFO_SID (0x00000062U)
23#define TFM_SST_GET_INFO_VERSION (1U)
24#define TFM_SST_REMOVE_SID (0x00000063U)
25#define TFM_SST_REMOVE_VERSION (1U)
26#define TFM_SST_GET_SUPPORT_SID (0x00000064U)
27#define TFM_SST_GET_SUPPORT_VERSION (1U)
28
TudorCretufb182bc2019-07-05 17:34:12 +010029/******** TFM_SP_ITS ********/
30#define TFM_ITS_SET_SID (0x00000070U)
31#define TFM_ITS_SET_VERSION (1U)
32#define TFM_ITS_GET_SID (0x00000071U)
33#define TFM_ITS_GET_VERSION (1U)
34#define TFM_ITS_GET_INFO_SID (0x00000072U)
35#define TFM_ITS_GET_INFO_VERSION (1U)
36#define TFM_ITS_REMOVE_SID (0x00000073U)
37#define TFM_ITS_REMOVE_VERSION (1U)
38
Edison Ai5bf0bfc2019-06-10 13:42:43 +080039/******** TFM_SP_CRYPTO ********/
40#define TFM_CRYPTO_SID (0x00000080U)
41#define TFM_CRYPTO_VERSION (1U)
42
Mate Toth-Pal179a1562019-11-08 11:40:27 +010043/******** TFM_SP_PLATFORM ********/
44#define TFM_SP_PLATFORM_SYSTEM_RESET_SID (0x00000040U)
45#define TFM_SP_PLATFORM_SYSTEM_RESET_VERSION (1U)
46#define TFM_SP_PLATFORM_IOCTL_SID (0x00000041U)
47#define TFM_SP_PLATFORM_IOCTL_VERSION (1U)
48
Edison Ai5bf0bfc2019-06-10 13:42:43 +080049/******** TFM_SP_INITIAL_ATTESTATION ********/
50#define TFM_ATTEST_GET_TOKEN_SID (0x00000020U)
51#define TFM_ATTEST_GET_TOKEN_VERSION (1U)
52#define TFM_ATTEST_GET_TOKEN_SIZE_SID (0x00000021U)
53#define TFM_ATTEST_GET_TOKEN_SIZE_VERSION (1U)
David Vinczeff6da532019-11-21 00:19:50 +010054#define TFM_ATTEST_GET_PUBLIC_KEY_SID (0x00000022U)
55#define TFM_ATTEST_GET_PUBLIC_KEY_VERSION (1U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +080056
Edison Ai5bf0bfc2019-06-10 13:42:43 +080057/******** TFM_SP_CORE_TEST ********/
58#define SPM_CORE_TEST_INIT_SUCCESS_SID (0x0000F020U)
59#define SPM_CORE_TEST_INIT_SUCCESS_VERSION (1U)
60#define SPM_CORE_TEST_DIRECT_RECURSION_SID (0x0000F021U)
61#define SPM_CORE_TEST_DIRECT_RECURSION_VERSION (1U)
62#define SPM_CORE_TEST_MPU_ACCESS_SID (0x0000F022U)
63#define SPM_CORE_TEST_MPU_ACCESS_VERSION (1U)
64#define SPM_CORE_TEST_MEMORY_PERMISSIONS_SID (0x0000F023U)
65#define SPM_CORE_TEST_MEMORY_PERMISSIONS_VERSION (1U)
Shawn Shancfd7c1c2019-09-02 17:50:52 +080066#define SPM_CORE_TEST_SS_TO_SS_SID (0x0000F024U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +080067#define SPM_CORE_TEST_SS_TO_SS_VERSION (1U)
Shawn Shancfd7c1c2019-09-02 17:50:52 +080068#define SPM_CORE_TEST_SS_TO_SS_BUFFER_SID (0x0000F025U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +080069#define SPM_CORE_TEST_SS_TO_SS_BUFFER_VERSION (1U)
Shawn Shancfd7c1c2019-09-02 17:50:52 +080070#define SPM_CORE_TEST_OUTVEC_WRITE_SID (0x0000F026U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +080071#define SPM_CORE_TEST_OUTVEC_WRITE_VERSION (1U)
Shawn Shancfd7c1c2019-09-02 17:50:52 +080072#define SPM_CORE_TEST_PERIPHERAL_ACCESS_SID (0x0000F027U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +080073#define SPM_CORE_TEST_PERIPHERAL_ACCESS_VERSION (1U)
Shawn Shancfd7c1c2019-09-02 17:50:52 +080074#define SPM_CORE_TEST_GET_CALLER_CLIENT_ID_SID (0x0000F028U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +080075#define SPM_CORE_TEST_GET_CALLER_CLIENT_ID_VERSION (1U)
Shawn Shancfd7c1c2019-09-02 17:50:52 +080076#define SPM_CORE_TEST_SPM_REQUEST_SID (0x0000F029U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +080077#define SPM_CORE_TEST_SPM_REQUEST_VERSION (1U)
Shawn Shancfd7c1c2019-09-02 17:50:52 +080078#define SPM_CORE_TEST_BLOCK_SID (0x0000F02AU)
Edison Ai5bf0bfc2019-06-10 13:42:43 +080079#define SPM_CORE_TEST_BLOCK_VERSION (1U)
Shawn Shancfd7c1c2019-09-02 17:50:52 +080080#define SPM_CORE_TEST_NS_THREAD_SID (0x0000F02BU)
Edison Ai5bf0bfc2019-06-10 13:42:43 +080081#define SPM_CORE_TEST_NS_THREAD_VERSION (1U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +080082
Edison Ai5bf0bfc2019-06-10 13:42:43 +080083/******** TFM_SP_CORE_TEST_2 ********/
84#define SPM_CORE_TEST_2_SLAVE_SERVICE_SID (0x0000F040U)
85#define SPM_CORE_TEST_2_SLAVE_SERVICE_VERSION (1U)
86#define SPM_CORE_TEST_2_CHECK_CALLER_CLIENT_ID_SID (0x0000F041U)
87#define SPM_CORE_TEST_2_CHECK_CALLER_CLIENT_ID_VERSION (1U)
88#define SPM_CORE_TEST_2_GET_EVERY_SECOND_BYTE_SID (0x0000F042U)
89#define SPM_CORE_TEST_2_GET_EVERY_SECOND_BYTE_VERSION (1U)
90#define SPM_CORE_TEST_2_INVERT_SID (0x0000F043U)
91#define SPM_CORE_TEST_2_INVERT_VERSION (1U)
92#define SPM_CORE_TEST_2_PREPARE_TEST_SCENARIO_SID (0x0000F044U)
93#define SPM_CORE_TEST_2_PREPARE_TEST_SCENARIO_VERSION (1U)
94#define SPM_CORE_TEST_2_EXECUTE_TEST_SCENARIO_SID (0x0000F045U)
95#define SPM_CORE_TEST_2_EXECUTE_TEST_SCENARIO_VERSION (1U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +080096
Edison Ai5bf0bfc2019-06-10 13:42:43 +080097/******** TFM_SP_SECURE_TEST_PARTITION ********/
98#define TFM_SECURE_CLIENT_SFN_RUN_TESTS_SID (0x0000F000U)
99#define TFM_SECURE_CLIENT_SFN_RUN_TESTS_VERSION (1U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +0800100
Edison Ai5bf0bfc2019-06-10 13:42:43 +0800101/******** TFM_SP_IPC_SERVICE_TEST ********/
102#define IPC_SERVICE_TEST_BASIC_SID (0x0000F080U)
103#define IPC_SERVICE_TEST_BASIC_VERSION (1U)
104#define IPC_SERVICE_TEST_PSA_ACCESS_APP_MEM_SID (0x0000F081U)
105#define IPC_SERVICE_TEST_PSA_ACCESS_APP_MEM_VERSION (1U)
106#define IPC_SERVICE_TEST_PSA_ACCESS_APP_READ_ONLY_MEM_SID (0x0000F082U)
107#define IPC_SERVICE_TEST_PSA_ACCESS_APP_READ_ONLY_MEM_VERSION (1U)
108#define IPC_SERVICE_TEST_APP_ACCESS_PSA_MEM_SID (0x0000F083U)
109#define IPC_SERVICE_TEST_APP_ACCESS_PSA_MEM_VERSION (1U)
Shawn Shan90fdba22019-12-13 17:11:15 +0800110#define IPC_SERVICE_TEST_CLIENT_PROGRAMMER_ERROR_SID (0x0000F084U)
111#define IPC_SERVICE_TEST_CLIENT_PROGRAMMER_ERROR_VERSION (1U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +0800112
Edison Ai5bf0bfc2019-06-10 13:42:43 +0800113/******** TFM_SP_IPC_CLIENT_TEST ********/
114#define IPC_CLIENT_TEST_BASIC_SID (0x0000F060U)
115#define IPC_CLIENT_TEST_BASIC_VERSION (1U)
116#define IPC_CLIENT_TEST_PSA_ACCESS_APP_MEM_SID (0x0000F061U)
117#define IPC_CLIENT_TEST_PSA_ACCESS_APP_MEM_VERSION (1U)
118#define IPC_CLIENT_TEST_PSA_ACCESS_APP_READ_ONLY_MEM_SID (0x0000F062U)
119#define IPC_CLIENT_TEST_PSA_ACCESS_APP_READ_ONLY_MEM_VERSION (1U)
120#define IPC_CLIENT_TEST_APP_ACCESS_PSA_MEM_SID (0x0000F063U)
121#define IPC_CLIENT_TEST_APP_ACCESS_PSA_MEM_VERSION (1U)
122#define IPC_CLIENT_TEST_MEM_CHECK_SID (0x0000F064U)
123#define IPC_CLIENT_TEST_MEM_CHECK_VERSION (1U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +0800124
Edison Ai5bf0bfc2019-06-10 13:42:43 +0800125/******** TFM_IRQ_TEST_1 ********/
126#define SPM_CORE_IRQ_TEST_1_PREPARE_TEST_SCENARIO_SID (0x0000F0A0U)
127#define SPM_CORE_IRQ_TEST_1_PREPARE_TEST_SCENARIO_VERSION (1U)
128#define SPM_CORE_IRQ_TEST_1_EXECUTE_TEST_SCENARIO_SID (0x0000F0A1U)
129#define SPM_CORE_IRQ_TEST_1_EXECUTE_TEST_SCENARIO_VERSION (1U)
Edison Ai5bf0bfc2019-06-10 13:42:43 +0800130
Jamie Fox0e823a02019-10-28 17:28:19 +0000131/******** TFM_SP_SST_TEST ********/
132#define TFM_SST_TEST_PREPARE_SID (0x0000F0C0U)
133#define TFM_SST_TEST_PREPARE_VERSION (1U)
134
Jamie Fox830ff762019-12-16 15:20:22 +0000135/******** TFM_SP_SECURE_CLIENT_2 ********/
136#define TFM_SECURE_CLIENT_2_SID (0x0000F0E0U)
137#define TFM_SECURE_CLIENT_2_VERSION (1U)
138
David Hu240f58e2019-10-10 10:55:07 +0800139/******** TFM_SP_MULTI_CORE_TEST ********/
David Hu74098b22019-10-21 17:46:49 +0800140#define MULTI_CORE_MULTI_CLIENT_CALL_TEST_0_SID (0x0000F100U)
141#define MULTI_CORE_MULTI_CLIENT_CALL_TEST_0_VERSION (1U)
142#define MULTI_CORE_MULTI_CLIENT_CALL_TEST_1_SID (0x0000F101U)
143#define MULTI_CORE_MULTI_CLIENT_CALL_TEST_1_VERSION (1U)
David Hu240f58e2019-10-10 10:55:07 +0800144
Edison Ai5bf0bfc2019-06-10 13:42:43 +0800145#ifdef __cplusplus
146}
147#endif
148
149#endif /* __PSA_MANIFEST_SID_H__ */