blob: d6fafe4de81f5cfd626e775aa54dea225915cacb [file] [log] [blame]
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +02001Project Maintenance
2===================
Douglas Raillard6f625742017-06-28 15:23:03 +01003
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +02004Trusted Firmware-A (TF-A) is an open governance community project. All
5contributions are ultimately merged by the maintainers listed below. Technical
6ownership of most parts of the codebase falls on the code owners listed
7below. An acknowledgement from these code owners is required before the
Douglas Raillard6f625742017-06-28 15:23:03 +01008maintainers merge a contribution.
9
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +020010More details may be found in the `Project Maintenance Process`_ document.
11
12
13.. _maintainers:
14
15Maintainers
16-----------
17
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +010018:M: Dan Handley <dan.handley@arm.com>
19:G: `danh-arm`_
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +010020:M: Soby Mathew <soby.mathew@arm.com>
21:G: `soby-mathew`_
John Tsichritzis156dfbc2019-06-10 10:31:17 +010022:M: Sandrine Bailleux <sandrine.bailleux@arm.com>
23:G: `sandrine-bailleux-arm`_
24:M: Alexei Fedorov <alexei.fedorov@arm.com>
25:G: `AlexeiFedorov`_
Sandrine Bailleux01534e82019-12-16 11:49:13 +010026:M: Manish Pandey <manish.pandey2@arm.com>
27:G: `manish-pandey-arm`_
28:M: Mark Dykes <mark.dykes@arm.com>
29:G: `mardyk01`_
30:M: Olivier Deprez <olivier.deprez@arm.com>
31:G: `odeprez`_
32:M: Bipin Ravi <bipin.ravi@arm.com>
33:G: `bipinravi-arm`_
34:M: Joanna Farley <joanna.farley@arm.com>
35:G: `joannafarley-arm`_
Douglas Raillard6f625742017-06-28 15:23:03 +010036
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +020037
38.. _code owners:
39
40Code owners
41-----------
42
Sandrine Bailleux0c16d682020-05-13 08:57:41 +020043Core Code
44~~~~~~~~~
45
46.. note::
47 This section is incomplete right now.
48
49Armv7-A architecture port
50^^^^^^^^^^^^^^^^^^^^^^^^^
51:M: Etienne Carriere <etienne.carriere@linaro.org>
52:G: `etienne-lms`_
53
54
55Drivers, Libraries and Framework Code
56~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
58Console API framework
59^^^^^^^^^^^^^^^^^^^^^
60:M: Julius Werner <jwerner@chromium.org>
61:G: `jwerner-chromium`_
62:F: drivers/console/
63:F: include/drivers/console.h
64:F: plat/common/aarch64/crash_console_helpers.S
65
66coreboot support libraries
67^^^^^^^^^^^^^^^^^^^^^^^^^^
68:M: Julius Werner <jwerner@chromium.org>
69:G: `jwerner-chromium`_
70:F: drivers/coreboot/
71:F: include/drivers/coreboot/
72:F: include/lib/coreboot.h
73:F: lib/coreboot/
74
75eMMC/UFS drivers
76^^^^^^^^^^^^^^^^
77:M: Haojian Zhuang <haojian.zhuang@linaro.org>
78:G: `hzhuang1`_
79:F: drivers/partition/
80:F: drivers/synopsys/emmc/
81:F: drivers/synopsys/ufs/
82:F: drivers/ufs/
83:F: include/drivers/dw_ufs.h
84:F: include/drivers/ufs.h
85:F: include/drivers/synopsys/dw_mmc.h
86
87
88Platform Ports
89~~~~~~~~~~~~~~
90
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +010091Allwinner ARMv8 platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +020092^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +010093:M: Andre Przywara <andre.przywara@arm.com>
94:G: `Andre-ARM`_
Andre Przywaraaea86d82018-06-28 23:49:39 +010095:M: Samuel Holland <samuel@sholland.org>
96:G: `smaeul`_
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +010097:F: docs/plat/allwinner.rst
98:F: plat/allwinner/
Icenowy Zheng5686b2e2018-07-22 21:29:02 +080099:F: drivers/allwinner/
Douglas Raillard6f625742017-06-28 15:23:03 +0100100
Antonio Nino Diaz37f647a2018-10-10 23:52:39 +0100101Amlogic Meson S905 (GXBB) platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200102^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz550bab72019-05-09 14:26:22 +0100103:M: Andre Przywara <andre.przywara@arm.com>
104:G: `Andre-ARM`_
Antonio Nino Diaz37f647a2018-10-10 23:52:39 +0100105:F: docs/plat/meson-gxbb.rst
Carlo Caione4a079c72019-08-23 18:28:36 +0100106:F: drivers/amlogic/
107:F: plat/amlogic/gxbb/
Antonio Nino Diaz37f647a2018-10-10 23:52:39 +0100108
Remi Pommarel9b5a8aa2019-04-01 11:34:09 +0200109Amlogic Meson S905x (GXL) platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200110^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Remi Pommarel9b5a8aa2019-04-01 11:34:09 +0200111:M: Remi Pommarel <repk@triplefau.lt>
112:G: `remi-triplefault`_
113:F: docs/plat/meson-gxl.rst
Carlo Caione4a079c72019-08-23 18:28:36 +0100114:F: plat/amlogic/gxl/
Remi Pommarel9b5a8aa2019-04-01 11:34:09 +0200115
Carlo Caionecdb8c522019-09-18 11:29:48 +0100116Amlogic Meson S905X2 (G12A) platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200117^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Carlo Caionecdb8c522019-09-18 11:29:48 +0100118:M: Carlo Caione <ccaione@baylibre.com>
Paul Beesleybe653a62019-10-04 16:17:46 +0000119:G: `carlocaione`_
Carlo Caionecdb8c522019-09-18 11:29:48 +0100120:F: docs/plat/meson-g12a.rst
Carlo Caionecdb8c522019-09-18 11:29:48 +0100121:F: plat/amlogic/g12a/
122
Carlo Caioneafd241e2020-01-24 16:20:15 +0100123Amlogic Meson A113D (AXG) platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200124^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Carlo Caioneafd241e2020-01-24 16:20:15 +0100125:M: Carlo Caione <ccaione@baylibre.com>
126:G: `carlocaione`_
127:F: docs/plat/meson-axg.rst
Carlo Caioneafd241e2020-01-24 16:20:15 +0100128:F: plat/amlogic/axg/
129
Nariman Poushin2485a3a2018-08-29 16:27:52 +0100130Arm System Guidance for Infrastructure / Mobile FVP platforms
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200131^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nariman Poushin2485a3a2018-08-29 16:27:52 +0100132:M: Nariman Poushin <nariman.poushin@linaro.org>
Nariman Poushin0c66e642018-10-03 12:03:42 +0100133:G: `npoushin`_
Thomas Abrahame64044b2018-12-07 09:58:50 +0530134:M: Thomas Abraham <thomas.abraham@arm.com>
135:G: `thomas-arm`_
Nariman Poushin2485a3a2018-08-29 16:27:52 +0100136:F: plat/arm/css/sgi/
137:F: plat/arm/css/sgm/
138:F: plat/arm/board/sgi575/
139:F: plat/arm/board/sgm775/
140
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100141HiSilicon HiKey and HiKey960 platform ports
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200142^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100143:M: Haojian Zhuang <haojian.zhuang@linaro.org>
144:G: `hzhuang1`_
145:F: docs/plat/hikey.rst
146:F: docs/plat/hikey960.rst
147:F: plat/hisilicon/hikey/
148:F: plat/hisilicon/hikey960/
Douglas Raillard6f625742017-06-28 15:23:03 +0100149
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100150HiSilicon Poplar platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200151^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100152:M: Shawn Guo <shawn.guo@linaro.org>
153:G: `shawnguo2`_
154:F: docs/plat/poplar.rst
155:F: plat/hisilicon/poplar/
Douglas Raillard6f625742017-06-28 15:23:03 +0100156
Loh Tien Hock9d82ef22019-02-04 16:17:24 +0800157Intel SocFPGA platform ports
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200158^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Loh Tien Hock9d82ef22019-02-04 16:17:24 +0800159:M: Tien Hock Loh <tien.hock.loh@intel.com>
Hadi Asyrafi2f11d542019-06-27 11:34:03 +0800160:G: `thloh85-intel`_
161:M: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>
Paul Beesleybe653a62019-10-04 16:17:46 +0000162:G: mabdulha
Loh Tien Hock9d82ef22019-02-04 16:17:24 +0800163:F: plat/intel/soc
Hadi Asyrafi2f11d542019-06-27 11:34:03 +0800164:F: drivers/intel/soc/
Loh Tien Hock9d82ef22019-02-04 16:17:24 +0800165
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100166MediaTek platform ports
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200167^^^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100168:M: Yidi Lin (林以廸) <yidi.lin@mediatek.com>
169:G: `mtk09422`_
170:F: plat/mediatek/
Douglas Raillard6f625742017-06-28 15:23:03 +0100171
Konstantin Porotchkin752faf82018-07-02 15:01:32 +0300172Marvell platform ports and SoC drivers
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200173^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Konstantin Porotchkin752faf82018-07-02 15:01:32 +0300174:M: Konstantin Porotchkin <kostap@marvell.com>
175:G: `kostapr`_
Sandrine Bailleux54895742020-02-26 16:57:05 +0100176:F: docs/plat/marvell/
Konstantin Porotchkin752faf82018-07-02 15:01:32 +0300177:F: plat/marvell/
178:F: drivers/marvell/
Konstantin Porotchkin6414dc62018-10-07 17:54:20 +0300179:F: tools/marvell/
Konstantin Porotchkin752faf82018-07-02 15:01:32 +0300180
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100181NVidia platform ports
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200182^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100183:M: Varun Wadekar <vwadekar@nvidia.com>
184:G: `vwadekar`_
185:F: docs/plat/nvidia-tegra.rst
186:F: include/lib/cpus/aarch64/denver.h
187:F: lib/cpus/aarch64/denver.S
188:F: plat/nvidia/
Douglas Raillard6f625742017-06-28 15:23:03 +0100189
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100190NXP QorIQ Layerscape platform ports
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200191^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100192:M: Jiafei Pan <jiafei.pan@nxp.com>
193:G: `qoriq-open-source`_
194:F: docs/plat/ls1043a.rst
195:F: plat/layerscape/
Etienne Carriere26e63c42017-11-08 13:48:40 +0100196
Bryan O'Donoghue622e8902018-07-23 15:59:47 +0100197NXP i.MX 7 WaRP7 platform port and SoC drivers
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200198^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Bryan O'Donoghue622e8902018-07-23 15:59:47 +0100199:M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
200:G: `bryanodonoghue`_
201:M: Jun Nie <jun.nie@linaro.org>
202:G: `niej`_
203:F: docs/plat/warp7.rst
204:F: plat/imx/common/
205:F: plat/imx/imx7/
206:F: drivers/imx/timer/
207:F: drivers/imx/uart/
208:F: drivers/imx/usdhc/
209
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100210NXP i.MX 8 platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200211^^^^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100212:M: Anson Huang <Anson.Huang@nxp.com>
213:G: `Anson-Huang`_
214:F: docs/plat/imx8.rst
215:F: plat/imx/
Etienne Carriere26e63c42017-11-08 13:48:40 +0100216
Jacky Baidc20d262019-01-14 13:48:57 +0800217NXP i.MX8M platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200218^^^^^^^^^^^^^^^^^^^^^^^^
Jacky Baidc20d262019-01-14 13:48:57 +0800219:M: Jacky Bai <ping.bai@nxp.com>
220:G: `JackyBai`_
Sandrine Bailleux54895742020-02-26 16:57:05 +0100221:F: docs/plat/imx8m.rst
Jacky Baidc20d262019-01-14 13:48:57 +0800222:F: plat/imx/imx8m/
223
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100224QEMU platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200225^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100226:M: Jens Wiklander <jens.wiklander@linaro.org>
227:G: `jenswi-linaro`_
228:F: docs/plat/qemu.rst
229:F: plat/qemu/
230
Saurabh Gorecha5bd9c172020-04-22 21:31:24 +0530231QTI platform port
232^^^^^^^^^^^^^^^^^
233:M: Saurabh Gorecha <sgorecha@codeaurora.org>
234:G: `sgorecha`_
235:M: Debasish Mandal <dmandal@codeaurora.org>
236:M: QTI TF Maintainers <qti.trustedfirmware.maintainers@codeaurora.org>
237:F: docs/plat/qti.rst
238:F: plat/qti/
239
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100240Raspberry Pi 3 platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200241^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Ying-Chun Liu (PaulLiu)92d2f492019-02-01 05:27:32 +0800242:M: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
243:G: `grandpaul`_
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100244:F: docs/plat/rpi3.rst
Sandrine Bailleux54895742020-02-26 16:57:05 +0100245:F: plat/rpi/rpi3/
Andre Przywara9aaae8e2020-01-24 10:46:17 +0000246:F: plat/rpi/common/
247:F: drivers/rpi3/
248:F: include/drivers/rpi3/
249
250Raspberry Pi 4 platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200251^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Andre Przywara9aaae8e2020-01-24 10:46:17 +0000252:M: Andre Przywara <andre.przywara@arm.com>
253:G: `Andre-ARM`_
254:F: docs/plat/rpi4.rst
255:F: plat/rpi/rpi4/
256:F: plat/rpi/common/
Ying-Chun Liu (PaulLiu)92d2f492019-02-01 05:27:32 +0800257:F: drivers/rpi3/
258:F: include/drivers/rpi3/
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100259
Jorge Ramirez-Ortiz7e532c42018-09-23 09:36:13 +0200260Renesas rcar-gen3 platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200261^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jorge Ramirez-Ortiz7e532c42018-09-23 09:36:13 +0200262:M: Jorge Ramirez-Ortiz <jramirez@baylibre.com>
263:G: `ldts`_
Marek Vasut4a561632019-02-20 13:16:14 +0100264:M: Marek Vasut <marek.vasut@gmail.com>
265:G: `marex`_
Jorge Ramirez-Ortiz7e532c42018-09-23 09:36:13 +0200266:F: docs/plat/rcar-gen3.rst
267:F: plat/renesas/rcar
268:F: drivers/renesas/rcar
269:F: tools/renesas/rcar_layout_create
270
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100271RockChip platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200272^^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100273:M: Tony Xie <tony.xie@rock-chips.com>
274:G: `TonyXie06`_
275:G: `rockchip-linux`_
Heiko Stuebner55617252019-04-19 12:35:47 +0200276:M: Heiko Stuebner <heiko@sntech.de>
277:G: `mmind`_
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100278:F: plat/rockchip/
279
Yann Gautierefb37282018-07-05 16:52:00 +0200280STM32MP1 platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200281^^^^^^^^^^^^^^^^^^^^^^
Yann Gautierefb37282018-07-05 16:52:00 +0200282:M: Yann Gautier <yann.gautier@st.com>
283:G: `Yann-lms`_
284:F: docs/plat/stm32mp1.rst
Yann Gautier776e2142018-08-28 11:01:59 +0200285:F: drivers/st/
Yann Gautierefb37282018-07-05 16:52:00 +0200286:F: fdts/stm32\*
Yann Gautier776e2142018-08-28 11:01:59 +0200287:F: include/drivers/st/
Yann Gautierefb37282018-07-05 16:52:00 +0200288:F: include/dt-bindings/\*/stm32\*
289:F: plat/st/
290:F: tools/stm32image/
291
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100292Synquacer platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200293^^^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100294:M: Sumit Garg <sumit.garg@linaro.org>
295:G: `b49020`_
296:F: docs/plat/synquacer.rst
297:F: plat/socionext/synquacer/
298
299Texas Instruments platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200300^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100301:M: Andrew F. Davis <afd@ti.com>
302:G: `glneo`_
303:F: docs/plat/ti-k3.rst
304:F: plat/ti/
305
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100306UniPhier platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200307^^^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100308:M: Masahiro Yamada <yamada.masahiro@socionext.com>
309:G: `masahir0y`_
310:F: docs/plat/socionext-uniphier.rst
311:F: plat/socionext/uniphier/
312
313Xilinx platform port
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200314^^^^^^^^^^^^^^^^^^^^
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100315:M: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
316:G: `sivadur`_
317:F: docs/plat/xilinx-zynqmp.rst
318:F: plat/xilinx/
319
Sandrine Bailleux0c16d682020-05-13 08:57:41 +0200320
321Secure Payload Dispatchers
322~~~~~~~~~~~~~~~~~~~~~~~~~~
323
324OP-TEE dispatcher
325^^^^^^^^^^^^^^^^^
326:M: Jens Wiklander <jens.wiklander@linaro.org>
327:G: `jenswi-linaro`_
328:F: docs/components/spd/optee-dispatcher.rst
329:F: services/spd/opteed/
330
331TLK/Trusty secure payloads
332^^^^^^^^^^^^^^^^^^^^^^^^^^
333:M: Varun Wadekar <vwadekar@nvidia.com>
334:G: `vwadekar`_
335:F: docs/components/spd/tlk-dispatcher.rst
336:F: docs/components/spd/trusty-dispatcher.rst
337:F: include/bl32/payloads/tlk.h
338:F: services/spd/tlkd/
339:F: services/spd/trusty/
340
341
John Tsichritzis156dfbc2019-06-10 10:31:17 +0100342.. _AlexeiFedorov: https://github.com/AlexeiFedorov
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100343.. _Andre-ARM: https://github.com/Andre-ARM
344.. _Anson-Huang: https://github.com/Anson-Huang
Bryan O'Donoghue622e8902018-07-23 15:59:47 +0100345.. _bryanodonoghue: https://github.com/bryanodonoghue
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100346.. _b49020: https://github.com/b49020
Paul Beesleybe653a62019-10-04 16:17:46 +0000347.. _carlocaione: https://github.com/carlocaione
Douglas Raillard6f625742017-06-28 15:23:03 +0100348.. _danh-arm: https://github.com/danh-arm
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100349.. _etienne-lms: https://github.com/etienne-lms
350.. _glneo: https://github.com/glneo
John Tsichritzis156dfbc2019-06-10 10:31:17 +0100351.. _grandpaul: https://github.com/grandpaul
Douglas Raillard6f625742017-06-28 15:23:03 +0100352.. _hzhuang1: https://github.com/hzhuang1
Jacky Baidc20d262019-01-14 13:48:57 +0800353.. _JackyBai: https://github.com/JackyBai
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100354.. _jenswi-linaro: https://github.com/jenswi-linaro
John Tsichritzis156dfbc2019-06-10 10:31:17 +0100355.. _jwerner-chromium: https://github.com/jwerner-chromium
356.. _kostapr: https://github.com/kostapr
Jorge Ramirez-Ortiz7e532c42018-09-23 09:36:13 +0200357.. _ldts: https://github.com/ldts
Marek Vasut4a561632019-02-20 13:16:14 +0100358.. _marex: https://github.com/marex
Dan Handleyc45dbc22017-12-06 10:13:17 +0000359.. _masahir0y: https://github.com/masahir0y
Heiko Stuebner55617252019-04-19 12:35:47 +0200360.. _mmind: https://github.com/mmind
Douglas Raillard6f625742017-06-28 15:23:03 +0100361.. _mtk09422: https://github.com/mtk09422
John Tsichritzis156dfbc2019-06-10 10:31:17 +0100362.. _niej: https://github.com/niej
Nariman Poushin0c66e642018-10-03 12:03:42 +0100363.. _npoushin: https://github.com/npoushin
Jiafei Pan33d4af42018-03-02 07:23:30 +0000364.. _qoriq-open-source: https://github.com/qoriq-open-source
Remi Pommarel9b5a8aa2019-04-01 11:34:09 +0200365.. _remi-triplefault: https://github.com/repk
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100366.. _rockchip-linux: https://github.com/rockchip-linux
John Tsichritzis156dfbc2019-06-10 10:31:17 +0100367.. _sandrine-bailleux-arm: https://github.com/sandrine-bailleux-arm
Saurabh Gorecha5bd9c172020-04-22 21:31:24 +0530368.. _sgorecha: https://github.com/sgorecha
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100369.. _shawnguo2: https://github.com/shawnguo2
370.. _sivadur: https://github.com/sivadur
Andre Przywara0d0380c2018-07-04 11:36:31 +0100371.. _smaeul: https://github.com/smaeul
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100372.. _soby-mathew: https://github.com/soby-mathew
Paul Beesleybe653a62019-10-04 16:17:46 +0000373.. _thloh85-intel: https://github.com/thloh85-intel
Thomas Abrahame64044b2018-12-07 09:58:50 +0530374.. _thomas-arm: https://github.com/thomas-arm
Antonio Nino Diaz9c9ba0b2018-06-25 19:06:49 +0100375.. _TonyXie06: https://github.com/TonyXie06
376.. _vwadekar: https://github.com/vwadekar
Yann Gautierefb37282018-07-05 16:52:00 +0200377.. _Yann-lms: https://github.com/Yann-lms
Sandrine Bailleux01534e82019-12-16 11:49:13 +0100378.. _manish-pandey-arm: https://github.com/manish-pandey-arm
379.. _mardyk01: https://github.com/mardyk01
380.. _odeprez: https://github.com/odeprez
381.. _bipinravi-arm: https://github.com/bipinravi-arm
382.. _joannafarley-arm: https://github.com/joannafarley-arm
Sandrine Bailleux3d28b0a2020-05-12 10:36:05 +0200383
384.. _Project Maintenance Process: https://developer.trustedfirmware.org/w/collaboration/project-maintenance-process/