maintainers.rst 16.8 KB
Newer Older
1
2
Project Maintenance
===================
3

4
5
6
7
Trusted Firmware-A (TF-A) is an open governance community project. All
contributions are ultimately merged by the maintainers listed below. Technical
ownership of most parts of the codebase falls on the code owners listed
below. An acknowledgement from these code owners is required before the
8
9
maintainers merge a contribution.

10
11
12
13
14
15
16
17
More details may be found in the `Project Maintenance Process`_ document.


.. _maintainers:

Maintainers
-----------

18
19
20
21
:M: Dan Handley <dan.handley@arm.com>
:G: `danh-arm`_
:M: Soby Mathew <soby.mathew@arm.com>
:G: `soby-mathew`_
John Tsichritzis's avatar
John Tsichritzis committed
22
23
24
25
:M: Sandrine Bailleux <sandrine.bailleux@arm.com>
:G: `sandrine-bailleux-arm`_
:M: Alexei Fedorov <alexei.fedorov@arm.com>
:G: `AlexeiFedorov`_
26
27
28
29
30
31
32
33
34
35
:M: Manish Pandey <manish.pandey2@arm.com>
:G: `manish-pandey-arm`_
:M: Mark Dykes <mark.dykes@arm.com>
:G: `mardyk01`_
:M: Olivier Deprez <olivier.deprez@arm.com>
:G: `odeprez`_
:M: Bipin Ravi <bipin.ravi@arm.com>
:G: `bipinravi-arm`_
:M: Joanna Farley <joanna.farley@arm.com>
:G: `joannafarley-arm`_
36
37
38
39
40
41
42
43
44
45
:M: Julius Werner <jwerner@chromium.org>
:G: `jwerner-chromium`_
:M: Varun Wadekar <vwadekar@nvidia.com>
:G: `vwadekar`_
:M: Andre Przywara <andre.przywara@arm.com>
:G: `Andre-ARM`_
:M: Lauren Wehrmeister <Lauren.Wehrmeister@arm.com>
:G: `laurenw-arm`_
:M: Madhukar Pappireddy <Madhukar.Pappireddy@arm.com>
:G: `madhukar-Arm`_
46
47
:M: Raghu Krishnamurthy <raghu.ncstate@icloud.com>
:G: `raghuncstate`_
48

49
50
51
52
53
54

.. _code owners:

Code owners
-----------

55
56
57
58
59
60
61
62
Core Code
~~~~~~~~~

Armv7-A architecture port
^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Etienne Carriere <etienne.carriere@linaro.org>
:G: `etienne-lms`_

63
64
65
66
67
68
69
70
Build Definitions for CMake Build System
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Javier Almansa Sobrino <Javier.AlmansaSobrino@arm.com>
:G: `javieralso-arm`_
:M: Jack Bond-Preston <Jack.Bond-Preston@arm.com>
:G: `jackbondpreston-arm`_
:F: /

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
Software Delegated Exception Interface (SDEI)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Mark Dykes <mark.dykes@arm.com>
:G: `mardyk01`_
:M: John Powell <John.Powell@arm.com>
:G: `john-powell-arm`_
:F: services/std_svc/sdei/

Trusted Boot
^^^^^^^^^^^^
:M: Sandrine Bailleux <sandrine.bailleux@arm.com>
:G: `sandrine-bailleux-arm`_
:M: Manish Pandey <manish.pandey2@arm.com>
:G: `manish-pandey-arm`_
:M: Manish Badarkhe <manish.badarkhe@arm.com>
:G: `ManishVB-Arm`_
:F: drivers/auth/

Secure Partition Manager (SPM)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Olivier Deprez <olivier.deprez@arm.com>
:G: `odeprez`_
:M: Manish Pandey <manish.pandey2@arm.com>
:G: `manish-pandey-arm`_
:M: Maksims Svecovs <maksims.svecovs@arm.com>
:G: `max-shvetsov`_
:M: Joao Alves <Joao.Alves@arm.com>
:G: `J-Alves`_
:F: services/std_svc/spm\*

Exception Handling Framework (EHF)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Manish Badarkhe <manish.badarkhe@arm.com>
:G: `ManishVB-Arm`_
:M: John Powell <John.Powell@arm.com>
:G: `john-powell-arm`_
:F: bl31/ehf.c

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

Drivers, Libraries and Framework Code
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Console API framework
^^^^^^^^^^^^^^^^^^^^^
:M: Julius Werner <jwerner@chromium.org>
:G: `jwerner-chromium`_
:F: drivers/console/
:F: include/drivers/console.h
:F: plat/common/aarch64/crash_console_helpers.S

coreboot support libraries
^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Julius Werner <jwerner@chromium.org>
:G: `jwerner-chromium`_
:F: drivers/coreboot/
:F: include/drivers/coreboot/
:F: include/lib/coreboot.h
:F: lib/coreboot/

eMMC/UFS drivers
^^^^^^^^^^^^^^^^
:M: Haojian Zhuang <haojian.zhuang@linaro.org>
:G: `hzhuang1`_
:F: drivers/partition/
:F: drivers/synopsys/emmc/
:F: drivers/synopsys/ufs/
:F: drivers/ufs/
:F: include/drivers/dw_ufs.h
:F: include/drivers/ufs.h
:F: include/drivers/synopsys/dw_mmc.h

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
Power State Coordination Interface (PSCI)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Javier Almansa Sobrino <Javier.AlmansaSobrino@arm.com>
:G: `javieralso-arm`_
:M: Madhukar Pappireddy <Madhukar.Pappireddy@arm.com>
:G: `madhukar-Arm`_
:M: Lauren Wehrmeister <Lauren.Wehrmeister@arm.com>
:G: `laurenw-arm`_
:M: Zelalem Aweke <Zelalem.Aweke@arm.com>
:G: `zelalem-aweke`_
:F: lib/psci/

DebugFS
^^^^^^^
:M: Olivier Deprez <olivier.deprez@arm.com>
:G: `odeprez`_
:F: lib/debugfs/

Firmware Configuration Framework (FCONF)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Madhukar Pappireddy <Madhukar.Pappireddy@arm.com>
:G: `madhukar-Arm`_
:M: Manish Badarkhe <manish.badarkhe@arm.com>
:G: `ManishVB-Arm`_
:M: Lauren Wehrmeister <Lauren.Wehrmeister@arm.com>
:G: `laurenw-arm`_
:F: lib/fconf/

Performance Measurement Framework (PMF)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Joao Alves <Joao.Alves@arm.com>
:G: `J-Alves`_
:M: Jimmy Brisson <Jimmy.Brisson@arm.com>
:G: `theotherjimmy`_
:F: lib/pmf/

Arm CPU libraries
^^^^^^^^^^^^^^^^^
:M: Lauren Wehrmeister <Lauren.Wehrmeister@arm.com>
:G: `laurenw-arm`_
:M: John Powell <John.Powell@arm.com>
:G: `john-powell-arm`_
:F: lib/cpus/

Reliability Availability Serviceabilty (RAS) framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Olivier Deprez <olivier.deprez@arm.com>
:G: `odeprez`_
:M: Manish Pandey <manish.pandey2@arm.com>
:G: `manish-pandey-arm`_
:F: lib/extensions/ras/

Activity Monitors Unit (AMU) extensions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Alexei Fedorov <alexei.fedorov@arm.com>
:G: `AlexeiFedorov`_
:F: lib/extensions/amu/

Memory Partitioning And Monitoring (MPAM) extensions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Zelalem Aweke <Zelalem.Aweke@arm.com>
:G: `zelalem-aweke`_
:M: Jimmy Brisson <Jimmy.Brisson@arm.com>
:G: `theotherjimmy`_
:F: lib/extensions/mpam/

Pointer Authentication (PAuth) and Branch Target Identification (BTI) extensions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Alexei Fedorov <alexei.fedorov@arm.com>
:G: `AlexeiFedorov`_
:M: Zelalem Aweke <Zelalem.Aweke@arm.com>
:G: `zelalem-aweke`_
:F: lib/extensions/pauth/

Statistical Profiling Extension (SPE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Zelalem Aweke <Zelalem.Aweke@arm.com>
:G: `zelalem-aweke`_
:M: Jimmy Brisson <Jimmy.Brisson@arm.com>
:G: `theotherjimmy`_
:F: lib/extensions/spe/

Scalable Vector Extension (SVE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Jimmy Brisson <Jimmy.Brisson@arm.com>
:G: `theotherjimmy`_
:F: lib/extensions/sve/

Standard C library
^^^^^^^^^^^^^^^^^^
:M: Alexei Fedorov <alexei.fedorov@arm.com>
:G: `AlexeiFedorov`_
:M: John Powell <John.Powell@arm.com>
:G: `john-powell-arm`_
:F: lib/libc/

Library At ROM (ROMlib)
^^^^^^^^^^^^^^^^^^^^^^^
:M: Madhukar Pappireddy <Madhukar.Pappireddy@arm.com>
:G: `madhukar-Arm`_
:F: lib/romlib/

Translation tables (``xlat_tables``) library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Javier Almansa Sobrino <Javier.AlmansaSobrino@arm.com>
:G: `javieralso-arm`_
:M: Joao Alves <Joao.Alves@arm.com>
:G: `J-Alves`_
:F: lib/xlat\_tables_\*/

IO abstraction layer
^^^^^^^^^^^^^^^^^^^^
:M: Manish Pandey <manish.pandey2@arm.com>
:G: `manish-pandey-arm`_
:M: Olivier Deprez <olivier.deprez@arm.com>
:G: `odeprez`_
:F: drivers/io/

GIC driver
^^^^^^^^^^
:M: Alexei Fedorov <alexei.fedorov@arm.com>
:G: `AlexeiFedorov`_
:M: Manish Pandey <manish.pandey2@arm.com>
:G: `manish-pandey-arm`_
:M: Madhukar Pappireddy <Madhukar.Pappireddy@arm.com>
:G: `madhukar-Arm`_
:M: Olivier Deprez <olivier.deprez@arm.com>
:G: `odeprez`_
:F: drivers/arm/gic/

Libfdt wrappers
^^^^^^^^^^^^^^^
:M: Madhukar Pappireddy <Madhukar.Pappireddy@arm.com>
:G: `madhukar-Arm`_
:M: Manish Badarkhe <manish.badarkhe@arm.com>
:G: `ManishVB-Arm`_
:F: common/fdt_wrappers.c

Firmware Encryption Framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Sumit Garg <sumit.garg@linaro.org>
:G: `b49020`_
:F: drivers/io/io_encrypted.c
:F: include/drivers/io/io_encrypted.h
:F: include/tools_share/firmware_encrypted.h

288
289
290
291

Platform Ports
~~~~~~~~~~~~~~

292
Allwinner ARMv8 platform port
293
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
294
295
:M: Andre Przywara <andre.przywara@arm.com>
:G: `Andre-ARM`_
296
297
:M: Samuel Holland <samuel@sholland.org>
:G: `smaeul`_
298
299
:F: docs/plat/allwinner.rst
:F: plat/allwinner/
Icenowy Zheng's avatar
Icenowy Zheng committed
300
:F: drivers/allwinner/
301

302
Amlogic Meson S905 (GXBB) platform port
303
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
304
305
:M: Andre Przywara <andre.przywara@arm.com>
:G: `Andre-ARM`_
306
:F: docs/plat/meson-gxbb.rst
307
308
:F: drivers/amlogic/
:F: plat/amlogic/gxbb/
309

310
Amlogic Meson S905x (GXL) platform port
311
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
312
313
314
:M: Remi Pommarel <repk@triplefau.lt>
:G: `remi-triplefault`_
:F: docs/plat/meson-gxl.rst
315
:F: plat/amlogic/gxl/
316

317
Amlogic Meson S905X2 (G12A) platform port
318
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
319
:M: Carlo Caione <ccaione@baylibre.com>
320
:G: `carlocaione`_
321
322
323
:F: docs/plat/meson-g12a.rst
:F: plat/amlogic/g12a/

324
Amlogic Meson A113D (AXG) platform port
325
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
326
327
328
329
330
:M: Carlo Caione <ccaione@baylibre.com>
:G: `carlocaione`_
:F: docs/plat/meson-axg.rst
:F: plat/amlogic/axg/

331
332
333
334
335
336
337
338
Arm FPGA platform port
^^^^^^^^^^^^^^^^^^^^^^
:M: Andre Przywara <andre.przywara@arm.com>
:G: `Andre-ARM`_
:M: Javier Almansa Sobrino <Javier.AlmansaSobrino@arm.com>
:G: `javieralso-arm`_
:F: plat/arm/board/arm_fpga

339
Arm System Guidance for Infrastructure / Mobile FVP platforms
340
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
341
:M: Nariman Poushin <nariman.poushin@linaro.org>
342
:G: `npoushin`_
343
344
:M: Thomas Abraham <thomas.abraham@arm.com>
:G: `thomas-arm`_
345
346
347
348
349
:F: plat/arm/css/sgi/
:F: plat/arm/css/sgm/
:F: plat/arm/board/sgi575/
:F: plat/arm/board/sgm775/

350
HiSilicon HiKey and HiKey960 platform ports
351
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
352
353
354
355
356
357
358
359
:M: Haojian Zhuang <haojian.zhuang@linaro.org>
:G: `hzhuang1`_
:F: docs/plat/hikey.rst
:F: docs/plat/hikey960.rst
:F: plat/hisilicon/hikey/
:F: plat/hisilicon/hikey960/

HiSilicon Poplar platform port
360
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
361
362
363
364
365
:M: Shawn Guo <shawn.guo@linaro.org>
:G: `shawnguo2`_
:F: docs/plat/poplar.rst
:F: plat/hisilicon/poplar/

366
Intel SocFPGA platform ports
367
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
368
:M: Tien Hock Loh <tien.hock.loh@intel.com>
369
370
:G: `thloh85-intel`_
:M: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>
371
:G: mabdulha
372
:F: plat/intel/soc
373
:F: drivers/intel/soc/
374

375
MediaTek platform ports
376
^^^^^^^^^^^^^^^^^^^^^^^
377
378
379
380
:M: Yidi Lin (林以廸) <yidi.lin@mediatek.com>
:G: `mtk09422`_
:F: plat/mediatek/

381
Marvell platform ports and SoC drivers
382
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
383
384
:M: Konstantin Porotchkin <kostap@marvell.com>
:G: `kostapr`_
385
:F: docs/plat/marvell/
386
387
:F: plat/marvell/
:F: drivers/marvell/
388
:F: tools/marvell/
389

390
NVidia platform ports
391
^^^^^^^^^^^^^^^^^^^^^
392
393
394
395
396
397
398
399
:M: Varun Wadekar <vwadekar@nvidia.com>
:G: `vwadekar`_
:F: docs/plat/nvidia-tegra.rst
:F: include/lib/cpus/aarch64/denver.h
:F: lib/cpus/aarch64/denver.S
:F: plat/nvidia/

NXP QorIQ Layerscape platform ports
400
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
401
402
403
404
405
:M: Jiafei Pan <jiafei.pan@nxp.com>
:G: `qoriq-open-source`_
:F: docs/plat/ls1043a.rst
:F: plat/layerscape/

406
NXP i.MX 7 WaRP7 platform port and SoC drivers
407
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
408
409
410
411
412
413
414
415
416
417
418
:M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
:G: `bryanodonoghue`_
:M: Jun Nie <jun.nie@linaro.org>
:G: `niej`_
:F: docs/plat/warp7.rst
:F: plat/imx/common/
:F: plat/imx/imx7/
:F: drivers/imx/timer/
:F: drivers/imx/uart/
:F: drivers/imx/usdhc/

419
NXP i.MX 8 platform port
420
^^^^^^^^^^^^^^^^^^^^^^^^
421
422
423
424
425
:M: Anson Huang <Anson.Huang@nxp.com>
:G: `Anson-Huang`_
:F: docs/plat/imx8.rst
:F: plat/imx/

426
NXP i.MX8M platform port
427
^^^^^^^^^^^^^^^^^^^^^^^^
428
429
:M: Jacky Bai <ping.bai@nxp.com>
:G: `JackyBai`_
430
:F: docs/plat/imx8m.rst
431
432
:F: plat/imx/imx8m/

433
QEMU platform port
434
^^^^^^^^^^^^^^^^^^
435
436
437
438
439
440
:M: Jens Wiklander <jens.wiklander@linaro.org>
:G: `jenswi-linaro`_
:F: docs/plat/qemu.rst
:F: plat/qemu/

Raspberry Pi 3 platform port
441
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
442
443
:M: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
:G: `grandpaul`_
444
:F: docs/plat/rpi3.rst
445
:F: plat/rpi/rpi3/
446
447
448
449
450
:F: plat/rpi/common/
:F: drivers/rpi3/
:F: include/drivers/rpi3/

Raspberry Pi 4 platform port
451
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
452
453
454
455
456
:M: Andre Przywara <andre.przywara@arm.com>
:G: `Andre-ARM`_
:F: docs/plat/rpi4.rst
:F: plat/rpi/rpi4/
:F: plat/rpi/common/
457
458
:F: drivers/rpi3/
:F: include/drivers/rpi3/
459

460
Renesas rcar-gen3 platform port
461
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
462
463
:M: Jorge Ramirez-Ortiz  <jramirez@baylibre.com>
:G: `ldts`_
464
465
:M: Marek Vasut <marek.vasut@gmail.com>
:G: `marex`_
466
467
468
469
470
:F: docs/plat/rcar-gen3.rst
:F: plat/renesas/rcar
:F: drivers/renesas/rcar
:F: tools/renesas/rcar_layout_create

471
RockChip platform port
472
^^^^^^^^^^^^^^^^^^^^^^
473
474
475
:M: Tony Xie <tony.xie@rock-chips.com>
:G: `TonyXie06`_
:G: `rockchip-linux`_
Heiko Stuebner's avatar
Heiko Stuebner committed
476
477
:M: Heiko Stuebner <heiko@sntech.de>
:G: `mmind`_
478
479
:F: plat/rockchip/

480
STM32MP1 platform port
481
^^^^^^^^^^^^^^^^^^^^^^
482
483
484
:M: Yann Gautier <yann.gautier@st.com>
:G: `Yann-lms`_
:F: docs/plat/stm32mp1.rst
485
:F: drivers/st/
486
:F: fdts/stm32\*
487
:F: include/drivers/st/
488
489
490
491
:F: include/dt-bindings/\*/stm32\*
:F: plat/st/
:F: tools/stm32image/

492
Synquacer platform port
493
^^^^^^^^^^^^^^^^^^^^^^^
494
495
496
497
498
499
:M: Sumit Garg <sumit.garg@linaro.org>
:G: `b49020`_
:F: docs/plat/synquacer.rst
:F: plat/socionext/synquacer/

Texas Instruments platform port
500
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
501
502
503
504
505
506
:M: Andrew F. Davis <afd@ti.com>
:G: `glneo`_
:F: docs/plat/ti-k3.rst
:F: plat/ti/

UniPhier platform port
507
^^^^^^^^^^^^^^^^^^^^^^
508
509
510
511
512
513
:M: Masahiro Yamada <yamada.masahiro@socionext.com>
:G: `masahir0y`_
:F: docs/plat/socionext-uniphier.rst
:F: plat/socionext/uniphier/

Xilinx platform port
514
^^^^^^^^^^^^^^^^^^^^
515
516
517
518
:M: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
:G: `sivadur`_
:F: docs/plat/xilinx-zynqmp.rst
:F: plat/xilinx/
519

520

521
522
Secure Payloads and Dispatchers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540

OP-TEE dispatcher
^^^^^^^^^^^^^^^^^
:M: Jens Wiklander <jens.wiklander@linaro.org>
:G: `jenswi-linaro`_
:F: docs/components/spd/optee-dispatcher.rst
:F: services/spd/opteed/

TLK/Trusty secure payloads
^^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Varun Wadekar <vwadekar@nvidia.com>
:G: `vwadekar`_
:F: docs/components/spd/tlk-dispatcher.rst
:F: docs/components/spd/trusty-dispatcher.rst
:F: include/bl32/payloads/tlk.h
:F: services/spd/tlkd/
:F: services/spd/trusty/

541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
Test Secure Payload (TSP)
^^^^^^^^^^^^^^^^^^^^^^^^^
:M: Manish Badarkhe <manish.badarkhe@arm.com>
:G: `ManishVB-Arm`_
:F: bl32/tsp/
:F: services/spd/tspd/

Tools
~~~~~

Fiptool
^^^^^^^
:M: Joao Alves <Joao.Alves@arm.com>
:G: `J-Alves`_
:F: tools/fiptool/

Cert_create tool
^^^^^^^^^^^^^^^^
:M: Sandrine Bailleux <sandrine.bailleux@arm.com>
:G: `sandrine-bailleux-arm`_
:F: tools/cert_create/

Encrypt_fw tool
^^^^^^^^^^^^^^^
:M: Sumit Garg <sumit.garg@linaro.org>
:G: `b49020`_
:F: tools/encrypt_fw/

Sptool
^^^^^^
:M: Manish Pandey <manish.pandey2@arm.com>
:G: `manish-pandey-arm`_
:F: tools/sptool/

Build system
^^^^^^^^^^^^
:M: Manish Pandey <manish.pandey2@arm.com>
:G: `manish-pandey-arm`_
:F: Makefile
:F: make_helpers/
581

John Tsichritzis's avatar
John Tsichritzis committed
582
.. _AlexeiFedorov: https://github.com/AlexeiFedorov
583
584
.. _Andre-ARM: https://github.com/Andre-ARM
.. _Anson-Huang: https://github.com/Anson-Huang
585
.. _bryanodonoghue: https://github.com/bryanodonoghue
586
.. _b49020: https://github.com/b49020
587
.. _carlocaione: https://github.com/carlocaione
588
.. _danh-arm: https://github.com/danh-arm
589
590
.. _etienne-lms: https://github.com/etienne-lms
.. _glneo: https://github.com/glneo
John Tsichritzis's avatar
John Tsichritzis committed
591
.. _grandpaul: https://github.com/grandpaul
592
.. _hzhuang1: https://github.com/hzhuang1
593
.. _JackyBai: https://github.com/JackyBai
594
.. _jenswi-linaro: https://github.com/jenswi-linaro
John Tsichritzis's avatar
John Tsichritzis committed
595
596
.. _jwerner-chromium: https://github.com/jwerner-chromium
.. _kostapr: https://github.com/kostapr
597
.. _ldts: https://github.com/ldts
598
.. _marex: https://github.com/marex
599
.. _masahir0y: https://github.com/masahir0y
Heiko Stuebner's avatar
Heiko Stuebner committed
600
.. _mmind: https://github.com/mmind
601
.. _mtk09422: https://github.com/mtk09422
John Tsichritzis's avatar
John Tsichritzis committed
602
.. _niej: https://github.com/niej
603
.. _npoushin: https://github.com/npoushin
604
.. _qoriq-open-source: https://github.com/qoriq-open-source
605
.. _remi-triplefault: https://github.com/repk
606
.. _rockchip-linux: https://github.com/rockchip-linux
John Tsichritzis's avatar
John Tsichritzis committed
607
.. _sandrine-bailleux-arm: https://github.com/sandrine-bailleux-arm
608
609
.. _shawnguo2: https://github.com/shawnguo2
.. _sivadur: https://github.com/sivadur
610
.. _smaeul: https://github.com/smaeul
611
.. _soby-mathew: https://github.com/soby-mathew
612
.. _thloh85-intel: https://github.com/thloh85-intel
613
.. _thomas-arm: https://github.com/thomas-arm
614
615
.. _TonyXie06: https://github.com/TonyXie06
.. _vwadekar: https://github.com/vwadekar
616
.. _Yann-lms: https://github.com/Yann-lms
617
618
619
620
621
.. _manish-pandey-arm: https://github.com/manish-pandey-arm
.. _mardyk01: https://github.com/mardyk01
.. _odeprez: https://github.com/odeprez
.. _bipinravi-arm: https://github.com/bipinravi-arm
.. _joannafarley-arm: https://github.com/joannafarley-arm
622
623
624
625
626
627
628
629
630
.. _ManishVB-Arm: https://github.com/ManishVB-Arm
.. _max-shvetsov: https://github.com/max-shvetsov
.. _javieralso-arm: https://github.com/javieralso-arm
.. _laurenw-arm: https://github.com/laurenw-arm
.. _zelalem-aweke: https://github.com/zelalem-aweke
.. _theotherjimmy: https://github.com/theotherjimmy
.. _J-Alves: https://github.com/J-Alves
.. _madhukar-Arm: https://github.com/madhukar-Arm
.. _john-powell-arm: https://github.com/john-powell-arm
631
.. _raghuncstate: https://github.com/raghuncstate
632
.. _jackbondpreston-arm: https://github.com/jackbondpreston-arm
633
634

.. _Project Maintenance Process: https://developer.trustedfirmware.org/w/collaboration/project-maintenance-process/