forked from OP-TEE/optee_os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAINTAINERS
344 lines (283 loc) · 9.42 KB
/
MAINTAINERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
Maintainers in the OP-TEE project
Linaro as such maintains OP-TEE, but for individual devices which might not be
available to Linaro and/or in public in general we have assigned
sub-maintainers for these platforms.
Please keep this list in alphabetical order, and refer to the Linux kernel's
MAINTAINER file for the description of section entries [1].
Note that OP-TEE development mainly occurs on GitHub [2] so this file should be
used a bit differently compared to the Linux MAINTAINERS file:
1. GitHub accounts may be given in square brackets, starting with an @ sign.
For example, [@jbech-linaro].
2. Patches should generally be submitted as GitHub pull requests (more details
in documentation/github.md). Therefore, please do NOT send patches to the
e-mail addresses below. Maintainers normally are subscribed to GitHub
notifications, so they should see your pull requests. If you need to 'ping'
some maintainer, just mention his/her GitHub account in a comment in the pull
request.
2. Bug reports and questions should be posted to the GitHub project as well
(use the "Issues" tab).
3. The last entry ("THE REST") lists the overall maintainers (M:) and the
members of the Linaro Security Working Group who provide reviews on a regular
basis (R:).
[1] https://www.kernel.org/doc/linux/MAINTAINERS
[2] https://github.com/OP-TEE/optee_os
----------
AOSP build
R: Tadd Kao <[email protected]> [@taddk]
S: Maintained
F: mk/aosp_optee.mk
ARM Foundation FVP
R: Jens Wiklander <[email protected]> [@jenswi-linaro]
S: Maintained
F: core/arch/arm/plat-vexpress/
ARM Juno
R: Jens Wiklander <[email protected]> [@jenswi-linaro]
S: Maintained
F: core/arch/arm/plat-vexpress/
ARM Corstone1000
R: [email protected] <[email protected]> [@ememarar]
S: Maintained
F: core/arch/arm/plat-corstone1000/
AllWinner sun8i H2+
R: Ying-Chun Liu (PaulLiu) <[email protected]> [@grandpaul]
S: Maintained
F: core/arch/arm/plat-sunxi/
AllWinner sun50i A64
R: Amit Singh Tomar <[email protected]> [@Amit-Radur]
S: Maintained
F: core/arch/arm/plat-sunxi/
AmLogic AXG (A113D)
R: Carlo Caione <[email protected]> [@carlocaione]
S: Maintained
F: core/arch/arm/plat-amlogic/
Atmel ATSAMA5D2-XULT
R: Akshay Bhat <[email protected]> [@nodeax]
S: Maintained
F: core/arch/arm/plat-sam/
Broadcom ns3
L: Broadcom <[email protected]>
S: Orphan
F: core/arch/arm/plat-bcm/
Core Drivers I2C
R: Jorge Ramirez <[email protected]> [@ldts]
S: Maintained
F: core/drivers/imx_i2c.c
Core Drivers RNGB
R: Jorge Ramirez <[email protected]> [@ldts]
S: Maintained
F: core/drivers/imx_rngb.c
Core Drivers SE050
R: Jorge Ramirez <[email protected]> [@ldts]
S: Maintained
F: core/drivers/crypto/se050
Core Drivers Versal ACAP
R: Jorge Ramirez <[email protected]> [@ldts]
S: Maintained
F: core/drivers/crypto/versal/authenc.c
F: core/drivers/crypto/versal/ecc.c
F: core/drivers/crypto/versal/ipi.c
F: core/drivers/crypto/versal/rsa.c
F: core/drivers/versal_gpio.c
F: core/drivers/versal_huk.c
F: core/drivers/versal_mbox.c
F: core/drivers/versal_nvm.c
F: core/drivers/versal_pm.c
F: core/drivers/versal_puf.c
F: core/drivers/versal_sha3_384.c
F: core/drivers/versal_trng.c
Core Drivers ZYNQMP
R: Jorge Ramirez <[email protected]> [@ldts]
S: Maintained
F: core/drivers/zynqmp_csu_aes.c
F: core/drivers/zynqmp_csu_puf.c
F: core/drivers/zynqmp_csudma.c
F: core/drivers/zynqmp_huk.c
F: core/drivers/zynqmp_pm.c
Function Graph Tracer (ftrace) support
R: Sumit Garg <[email protected]> [@b49020]
S: Maintained
F: ldelf/ftrace.c
F: lib/libutils/ext/ftrace/
HiSilicon D02
S: Orphan
F: core/arch/arm/plat-d02/
HiSilicon D06
R: Xiaoxu Zeng <[email protected]> [@xiaoxuZeng]
S: Maintained
F: core/arch/arm/plat-d06/
HiSilicon HiKey (Kirin 620), HiKey960 (Kirin 960)
R: Jerome Forissier <[email protected]> [@jforissier]
S: Maintained
F: core/arch/arm/plat-hikey/
HiSilicon Poplar (Hi3798C V200)
R: Igor Opaniuk <[email protected]> [@igoropaniuk]
S: Maintained
F: core/arch/arm/plat-poplar/
Hisilicon Hi3519AV100 family
R: Jerome Forissier <[email protected]> [@jforissier]
S: Maintained
F: core/arch/arm/plat-hisilicon
Marvell Armada 70x0, Armada 80x0, Armada 3700, OcteonTX2 CN96XX, OcteonTX2 CFN95XX, OcteonTX2 CN98XX, CN10K
R: Tao Lu <[email protected]> [@taovcu]
S: Maintained
F: core/arch/arm/plat-marvell/
MediaTek MT8173 EVB
S: Orphan
F: core/arch/arm/plat-mediatek/
NXP LS1043A-RDB, LS1046A-RDB, LS1012A-RDB, LS1028A-RDB, LS1088A-RDB, LS2088A-RDB, LX2160A-RDB, LX2160A-QDS
R: Pankaj Gupta <[email protected]> [@pangupta]
R: Sahil Malhotra <[email protected]> [@sahilnxp]
S: Maintained
F: core/arch/arm/plat-ls/
Core Drivers I2C
R: Sahil Malhotra <[email protected]> [@sahilnxp]
S: Maintained
F: core/drivers/ls_i2c.c
LS Core Drivers GPIO
R: Sahil Malhotra <[email protected]> [@sahilnxp]
S: Maintained
F: core/drivers/ls_gpio.c
LS Core Drivers DSPI
R: Sahil Malhotra <[email protected]> [@sahilnxp]
S: Maintained
F: core/drivers/ls_dspi.c
NXP (Freescale) i.MX family
R: Peng Fan <[email protected]> [@MrVan]
R: Silvano Di Ninno <[email protected]> [@sdininno]
R: Sahil Malhotra <[email protected]> [@sahilnxp]
S: Maintained
F: core/arch/arm/plat-imx/
F: core/arch/arm/plat-imx/registers
F: core/drivers/crypto/caam/
F: core/drivers/imx/
F: core/drivers/imx_csu.c
F: core/drivers/imx_ele.c
F: core/drivers/imx_lpuart.c
F: core/drivers/imx_ocotp.c
F: core/drivers/imx_sc_api.c
F: core/drivers/imx_scu.c
F: core/drivers/imx_snvs.c
F: core/drivers/imx_uart.c
F: core/drivers/imx_wdog.c
Clock driver framework
R: Clement Leger <[email protected]> [@clementleger]
S: Maintained
F: core/drivers/clk/
Crypto driver interface
R: Cedric Neveux <[email protected]> [@cneveux]
R: Silvano Di Ninno <[email protected]> [@sdininno]
R: Sahil Malhotra <[email protected]> [@sahilnxp]
S: Maintained
F: core/drivers/crypto/
NXP (Freescale) i.MX7 WaRP7
R: Peng Fan <[email protected]> [@MrVan]
R: Bryan O'Donoghue <[email protected]> [@bryanodonoghue]
S: Maintained
F: core/arch/arm/plat-imx/conf.mk
PKCS#11 TA
R: Etienne Carriere <[email protected]> [@etienne-lms]
R: Ruchika Gupta <[email protected]> [@ruchi393]
R: Vesa Jääskeläinen <[email protected]> [@vesajaaskelainen]
S: Maintained
F: ta/pkcs11
QEMU (32 and 64 bits)
R: Jens Wiklander <[email protected]> [@jenswi-linaro]
S: Maintained
F: core/arch/arm/plat-vexpress/
Raspberry Pi3
R: Joakim Bech <[email protected]> [@jbech-linaro]
S: Maintained
F: core/arch/arm/plat-rpi3/
Renesas RCAR
R: Volodymyr Babchuk <[email protected]> [@lorc]
S: Maintained
F: core/arch/arm/plat-rcar/
Renesas RZ/G2
R: Lad Prabhakar <[email protected]> [@prabhakarlad]
R: Biju Das <[email protected]> [@bijucdas]
S: Maintained
F: core/arch/arm/plat-rzg/
Renesas RZ/N1
R: Sumit Garg <[email protected]> [@b49020]
S: Maintained
F: core/arch/arm/plat-rzn1/
Rockchip RK322X
R: Rockchip <[email protected]>
S: Maintained
F: core/arch/arm/plat-rockchip/
Socionext DeveloperBox (Synquacer SC2A11)
R: Sumit Garg <[email protected]> [@b49020]
S: Maintained
F: core/arch/arm/plat-synquacer/
Socionext UniPhier
R: Kunihiko Hayashi <[email protected]>
R: [@96boards-akebi96/optee]
S: Maintained
F: core/arch/arm/plat-uniphier/
Spreadtrum SC9860
S: Orphan
F: core/arch/arm/plat-sprd/
STMicroelectronics b2260-h410, b2120-h310/h410
R: Etienne Carriere <[email protected]> [@etienne-lms]
S: Maintained
F: core/arch/arm/plat-stm/
STMicroelectronics drivers
R: Etienne Carriere <[email protected]> [@etienne-lms]
R: Gatien Chevallier <[email protected]> [@GseoC]
S: Maintained
F: core/drivers/stm32_*
STMicroelectronics stm32mp1
R: Etienne Carriere <[email protected]> [@etienne-lms]
S: Maintained
F: core/arch/arm/plat-stm32mp1/
F: core/drivers/stm32mp15_huk.c
F: core/drivers/stpmic1.c
STMicroelectronics stm32mp2
R: Etienne Carriere <[email protected]> [@etienne-lms]
R: Gatien Chevallier <[email protected]> [@GseoC]
S: Maintained
F: core/arch/arm/plat-stm32mp2/*
Texas Instruments AM43xx, AM57xx, DRA7xx, AM65x, J721E, J784S4, AM64x, AM62x
R: Andrew Davis <[email protected]> [@glneo]
S: Maintained
F: core/arch/arm/plat-ti/
F: core/arch/arm/plat-k3/
Xilinx Zynq 7000 ZC702 Board
R: Yan Yan <[email protected]>
R: Feng Yu <[email protected]>
S: Maintained
F: core/arch/arm/plat-zynq7k/
Xilinx Zynq UltraScale+ MPSOC
R: Ricardo Salveti <[email protected]> [@ricardosalveti]
S: Maintained
F: core/arch/arm/plat-zynqmp/
Xilinx Versal ACAP
R: Jorge Ramirez-Ortiz <[email protected]> [@ldts]
S: Maintained
F: core/arch/arm/plat-versal/
Virtualization support
R: Volodymyr Babchuk <[email protected]> [@lorc]
S: Maintained
F: core/arch/arm/kernel/virtualization.c
Aspeed AST2600, AST2700
R: Chia-Wei Wang <[email protected]> [@ChiaweiW]
R: Neal Liu <[email protected]> [@Neal-liu]
S: Maintained
F: core/arch/arm/plat-aspeed/
RISC-V
R: Marouene Boubakri <[email protected]> [@maroueneboubakri]
S: Maintained
F: core/arch/riscv/
F: lib/libutee/arch/riscv/
F: lib/libutils/ext/arch/riscv/
F: lib/libutils/isoc/arch/riscv/
F: ta/arch/riscv/
THE REST
M: Joakim Bech <[email protected]> [@jbech-linaro]
M: Jens Wiklander <[email protected]> [@jenswi-linaro]
M: Jerome Forissier <[email protected]> [@jforissier]
R: Etienne Carriere <[email protected]> [@etienne-lms]
S: Maintained
F: *
F: */