MAINTAINERS: Update lib/optee with my details
[oweals/u-boot.git] / MAINTAINERS
1 Descriptions of section entries:
2
3         P: Person (obsolete)
4         M: Mail patches to: FullName <address@domain>
5         R: Designated reviewer: FullName <address@domain>
6            These reviewers should be CCed on patches.
7         L: Mailing list that is relevant to this area
8         W: Web-page with status/info
9         Q: Patchwork web based patch tracking system site
10         T: SCM tree type and location.
11            Type is one of: git, hg, quilt, stgit, topgit
12         S: Status, one of the following:
13            Supported:   Someone is actually paid to look after this.
14            Maintained:  Someone actually looks after it.
15            Orphan:      No current maintainer [but maybe you could take the
16                         role as you write your new code].
17         F: Files and directories with wildcard patterns.
18            A trailing slash includes all files and subdirectory files.
19            F:   drivers/net/    all files in and below drivers/net
20            F:   drivers/net/*   all files in drivers/net, but not below
21            F:   */net/*         all files in "any top level directory"/net
22            One pattern per line.  Multiple F: lines acceptable.
23         N: Files and directories with regex patterns.
24            N:   [^a-z]tegra     all files whose path contains the word tegra
25            One pattern per line.  Multiple N: lines acceptable.
26            scripts/get_maintainer.pl has different behavior for files that
27            match F: pattern and matches of N: patterns.  By default,
28            get_maintainer will not look at git log history when an F: pattern
29            match occurs.  When an N: match occurs, git log history is used
30            to also notify the people that have git commit signatures.
31         X: Files and directories that are NOT maintained, same rules as F:
32            Files exclusions are tested before file matches.
33            Can be useful for excluding a specific subdirectory, for instance:
34            F:   net/
35            X:   net/ipv6/
36            matches all files in and below net excluding net/ipv6/
37         K: Keyword perl extended regex pattern to match content in a
38            patch or file.  For instance:
39            K: of_get_profile
40               matches patches or files that contain "of_get_profile"
41            K: \b(printk|pr_(info|err))\b
42               matches patches or files that contain one or more of the words
43               printk, pr_info or pr_err
44            One regex pattern per line.  Multiple K: lines acceptable.
45
46 Note: For the hard of thinking, this list is meant to remain in alphabetical
47 order. If you could add yourselves to it in alphabetical order that would be
48 so much easier [Ed]
49
50 Maintainers List (try to look for most precise areas first)
51
52                 -----------------------------------
53 ARC
54 M:      Alexey Brodkin <alexey.brodkin@synopsys.com>
55 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
56 S:      Maintained
57 L:      uboot-snps-arc@synopsys.com
58 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
59 F:      arch/arc/
60 F:      board/synopsys/
61
62 ARC HSDK CGU CLOCK
63 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
64 S:      Maintained
65 L:      uboot-snps-arc@synopsys.com
66 F:      drivers/clk/clk-hsdk-cgu.c
67 F:      include/dt-bindings/clock/snps,hsdk-cgu.h
68 F:      doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
69
70 ARC HSDK CREG GPIO
71 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
72 S:      Maintained
73 L:      uboot-snps-arc@synopsys.com
74 F:      doc/device-tree-bindings/gpio/snps,creg-gpio.txt
75 F:      drivers/gpio/hsdk-creg-gpio.c
76
77 ARC SYNOPSYS DW MMC EXTENSIONS
78 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
79 S:      Maintained
80 L:      uboot-snps-arc@synopsys.com
81 F:      doc/device-tree-bindings/mmc/snps,dw-mmc.txt
82 F:      drivers/mmc/snps_dw_mmc.c
83
84 ARM
85 M:      Albert Aribaud <albert.u.boot@aribaud.net>
86 S:      Maintained
87 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
88 F:      arch/arm/
89 F:      cmd/arm/
90
91 ARM ALTERA SOCFPGA
92 M:      Marek Vasut <marex@denx.de>
93 M:      Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
94 S:      Maintainted
95 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
96 F:      arch/arm/mach-socfpga/
97
98 ARM AMLOGIC SOC SUPPORT
99 M:      Neil Armstrong <narmstrong@baylibre.com>
100 S:      Maintained
101 L:      u-boot-amlogic@groups.io
102 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
103 F:      arch/arm/mach-meson/
104 F:      arch/arm/include/asm/arch-meson/
105 F:      drivers/clk/meson/
106 F:      drivers/serial/serial_meson.c
107 F:      drivers/reset/reset-meson.c
108 F:      drivers/i2c/meson_i2c.c
109 F:      drivers/net/phy/meson-gxl.c
110 F:      drivers/adc/meson-saradc.c
111 F:      drivers/phy/meson*
112 F:      drivers/mmc/meson_gx_mmc.c
113 F:      drivers/spi/meson_spifc.c
114 F:      drivers/pinctrl/meson/
115 F:      drivers/power/domain/meson-gx-pwrc-vpu.c
116 F:      drivers/video/meson/
117 F:      include/configs/meson64.h
118 N:      meson
119
120 ARM BROADCOM BCM283X
121 M:      Matthias Brugger <mbrugger@suse.com>
122 S:      Maintained
123 F:      arch/arm/mach-bcm283x/
124 F:      drivers/gpio/bcm2835_gpio.c
125 F:      drivers/mmc/bcm2835_sdhci.c
126 F:      drivers/mmc/bcm2835_sdhost.c
127 F:      drivers/serial/serial_bcm283x_mu.c
128 F:      drivers/serial/serial_bcm283x_pl011.c
129 F:      drivers/video/bcm2835.c
130 F:      include/dm/platform_data/serial_bcm283x_mu.h
131 F:      drivers/pinctrl/broadcom/
132
133 ARM BROADCOM BCMSTB
134 M:      Thomas Fitzsimmons <fitzsim@fitzsim.org>
135 S:      Maintained
136 F:      arch/arm/mach-bcmstb/
137 F:      board/broadcom/bcmstb/
138 F:      configs/bcm7*_defconfig
139 F:      doc/README.bcm7xxx
140 F:      drivers/mmc/bcmstb_sdhci.c
141 F:      drivers/spi/bcmstb_spi.c
142
143 ARM/CZ.NIC TURRIS MOX SUPPORT
144 M:      Marek Behun <marek.behun@nic.cz>
145 S:      Maintained
146 F:      arch/arm/dts/armada-3720-turris-mox.dts
147 F:      board/CZ.NIC/
148 F:      configs/turris_*_defconfig
149 F:      include/configs/turris_*.h
150
151 ARM FREESCALE IMX
152 M:      Stefano Babic <sbabic@denx.de>
153 M:      Fabio Estevam <festevam@gmail.com>
154 R:      NXP i.MX U-Boot Team <uboot-imx@nxp.com>
155 S:      Maintained
156 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
157 F:      arch/arm/cpu/arm1136/mx*/
158 F:      arch/arm/cpu/arm926ejs/mx*/
159 F:      arch/arm/cpu/armv7/vf610/
160 F:      arch/arm/dts/*imx*
161 F:      arch/arm/mach-imx/
162 F:      arch/arm/include/asm/arch-imx/
163 F:      arch/arm/include/asm/arch-mx*/
164 F:      arch/arm/include/asm/arch-vf610/
165 F:      arch/arm/include/asm/mach-imx/
166 F:      board/freescale/*mx*/
167
168 ARM HISILICON
169 M:      Peter Griffin <peter.griffin@linaro.org>
170 S:      Maintained
171 F:      arch/arm/cpu/armv8/hisilicon
172 F:      arch/arm/include/asm/arch-hi6220/
173
174 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
175 M:      Stefan Roese <sr@denx.de>
176 S:      Maintained
177 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
178 F:      arch/arm/mach-kirkwood/
179 F:      arch/arm/mach-mvebu/
180 F:      drivers/ata/ahci_mvebu.c
181 F:      drivers/ddr/marvell/
182 F:      drivers/gpio/mvebu_gpio.c
183 F:      drivers/spi/kirkwood_spi.c
184 F:      drivers/pci/pci_mvebu.c
185 F:      drivers/pci/pcie_dw_mvebu.c
186 F:      drivers/watchdog/orion_wdt.c
187
188 ARM MARVELL PXA
189 M:      Marek Vasut <marex@denx.de>
190 S:      Maintained
191 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
192 F:      arch/arm/cpu/pxa/
193 F:      arch/arm/include/asm/arch-pxa/
194
195 ARM MEDIATEK
196 M:      Ryder Lee <ryder.lee@mediatek.com>
197 M:      Weijie Gao <weijie.gao@mediatek.com>
198 S:      Maintained
199 F:      arch/arm/mach-mediatek/
200 F:      arch/arm/include/asm/arch-mediatek/
201 F:      board/mediatek/
202 F:      doc/README.mediatek
203 F:      drivers/clk/mediatek/
204 F:      drivers/mmc/mtk-sd.c
205 F:      drivers/pinctrl/mediatek/
206 F:      drivers/power/domain/mtk-power-domain.c
207 F:      drivers/ram/mediatek/
208 F:      drivers/spi/mtk_qspi.c
209 F:      drivers/timer/mtk_timer.c
210 F:      drivers/watchdog/mtk_wdt.c
211 F:      drivers/net/mtk_eth.c
212 F:      drivers/reset/reset-mediatek.c
213 F:      tools/mtk_image.c
214 F:      tools/mtk_image.h
215 N:      mediatek
216
217 ARM MICROCHIP/ATMEL AT91
218 M:      Eugen Hristev <eugen.hristev@microchip.com>
219 S:      Maintained
220 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
221 F:      arch/arm/mach-at91/
222 F:      board/atmel/
223
224 ARM OWL
225 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
226 S:      Maintained
227 F:      arch/arm/include/asm/arch-owl/
228 F:      arch/arm/mach-owl/
229 F:      board/ucRobotics/
230 F:      drivers/clk/owl/
231 F:      drivers/serial/serial_owl.c
232
233 ARM RENESAS RMOBILE/R-CAR
234 M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
235 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
236 S:      Maintained
237 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
238 F:      arch/arm/mach-rmobile/
239
240 ARM ROCKCHIP
241 M:      Simon Glass <sjg@chromium.org>
242 M:      Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
243 M:      Kever Yang <kever.yang@rock-chips.com>
244 S:      Maintained
245 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
246 F:      arch/arm/include/asm/arch-rockchip/
247 F:      arch/arm/mach-rockchip/
248 F:      board/rockchip/
249 F:      drivers/clk/rockchip/
250 F:      drivers/gpio/rk_gpio.c
251 F:      drivers/misc/rockchip-efuse.c
252 F:      drivers/mmc/rockchip_sdhci.c
253 F:      drivers/mmc/rockchip_dw_mmc.c
254 F:      drivers/pinctrl/rockchip/
255 F:      drivers/ram/rockchip/
256 F:      drivers/sysreset/sysreset_rockchip.c
257 F:      drivers/video/rockchip/
258 F:      tools/rkcommon.c
259 F:      tools/rkcommon.h
260 F:      tools/rkimage.c
261 F:      tools/rksd.c
262 F:      tools/rkspi.c
263
264 ARM SAMSUNG
265 M:      Minkyu Kang <mk7.kang@samsung.com>
266 S:      Maintained
267 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
268 F:      arch/arm/mach-exynos/
269 F:      arch/arm/mach-s5pc1xx/
270 F:      arch/arm/cpu/armv7/s5p-common/
271
272 ARM SNAPDRAGON
273 M:      Ramon Fried <rfried.dev@gmail.com>
274 S:      Maintained
275 F:      arch/arm/mach-snapdragon/
276 F:      drivers/gpio/msm_gpio.c
277 F:      drivers/mmc/msm_sdhci.c
278 F:      drivers/phy/msm8916-usbh-phy.c
279 F:      drivers/serial/serial_msm.c
280 F:      drivers/smem/msm_smem.c
281 F:      drivers/usb/host/ehci-msm.c
282
283 ARM STI
284 M:      Patrice Chotard <patrice.chotard@st.com>
285 S:      Maintained
286 F:      arch/arm/mach-sti/
287 F:      arch/arm/include/asm/arch-sti*/
288
289 ARM STM SPEAR
290 #M:     Vipin Kumar <vipin.kumar@st.com>
291 S:      Orphaned (Since 2016-02)
292 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
293 F:      arch/arm/cpu/arm926ejs/spear/
294 F:      arch/arm/include/asm/arch-spear/
295
296 ARM STM STM32MP
297 M:      Patrick Delaunay <patrick.delaunay@st.com>
298 M:      Patrice Chotard <patrice.chotard@st.com>
299 L:      uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
300 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-stm
301 S:      Maintained
302 F:      arch/arm/mach-stm32mp/
303 F:      drivers/clk/clk_stm32mp1.c
304 F:      drivers/i2c/stm32f7_i2c.c
305 F:      drivers/mailbox/stm32-ipcc.c
306 F:      drivers/misc/stm32mp_fuse.c
307 F:      drivers/mmc/stm32_sdmmc2.c
308 F:      drivers/phy/phy-stm32-usbphyc.c
309 F:      drivers/pinctrl/pinctrl_stm32.c
310 F:      drivers/power/pmic/stpmic1.c
311 F:      drivers/power/regulator/stm32-vrefbuf.c
312 F:      drivers/power/regulator/stpmic1.c
313 F:      drivers/ram/stm32mp1/
314 F:      drivers/misc/stm32_rcc.c
315 F:      drivers/reset/stm32-reset.c
316 F:      drivers/spi/stm32_qspi.c
317 F:      drivers/spi/stm32_spi.c
318 F:      drivers/watchdog/stm32mp_wdt.c
319
320 ARM STM STV0991
321 M:      Vikas Manocha <vikas.manocha@st.com>
322 S:      Maintained
323 F:      arch/arm/cpu/armv7/stv0991/
324 F:      arch/arm/include/asm/arch-stv0991/
325
326 ARM SUNXI
327 M:      Jagan Teki <jagan@amarulasolutions.com>
328 M:      Maxime Ripard <maxime.ripard@bootlin.com>
329 S:      Maintained
330 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
331 F:      arch/arm/cpu/armv7/sunxi/
332 F:      arch/arm/include/asm/arch-sunxi/
333 F:      arch/arm/mach-sunxi/
334 F:      board/sunxi/
335
336 ARM TEGRA
337 M:      Tom Warren <twarren@nvidia.com>
338 S:      Maintained
339 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
340 F:      arch/arm/mach-tegra/
341 F:      arch/arm/include/asm/arch-tegra*/
342
343 ARM TI
344 M:      Tom Rini <trini@konsulko.com>
345 S:      Maintained
346 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
347 F:      arch/arm/mach-davinci/
348 F:      arch/arm/mach-k3/
349 F:      arch/arm/mach-keystone/
350 F:      arch/arm/include/asm/arch-omap*/
351 F:      arch/arm/include/asm/ti-common/
352
353 ARM UNIPHIER
354 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
355 S:      Maintained
356 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
357 F:      arch/arm/mach-uniphier/
358 F:      configs/uniphier_*_defconfig
359 N:      uniphier
360
361 ARM VERSAL
362 M:      Michal Simek <michal.simek@xilinx.com>
363 S:      Maintained
364 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
365 F:      arch/arm/mach-versal/
366
367 ARM VERSATILE EXPRESS DRIVERS
368 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
369 S:      Maintained
370 T:      git git://github.com/ARM-software/u-boot.git
371 F:      drivers/misc/vexpress_config.c
372 N:      vexpress
373
374 ARM ZYNQ
375 M:      Michal Simek <monstr@monstr.eu>
376 S:      Maintained
377 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
378 F:      arch/arm/mach-zynq/
379 F:      drivers/clk/clk_zynq.c
380 F:      drivers/fpga/zynqpl.c
381 F:      drivers/gpio/zynq_gpio.c
382 F:      drivers/i2c/i2c-cdns.c
383 F:      drivers/i2c/muxes/pca954x.c
384 F:      drivers/i2c/zynq_i2c.c
385 F:      drivers/mmc/zynq_sdhci.c
386 F:      drivers/mtd/nand/raw/zynq_nand.c
387 F:      drivers/net/phy/xilinx_phy.c
388 F:      drivers/net/zynq_gem.c
389 F:      drivers/serial/serial_zynq.c
390 F:      drivers/spi/zynq_qspi.c
391 F:      drivers/spi/zynq_spi.c
392 F:      drivers/usb/host/ehci-zynq.c
393 F:      drivers/watchdog/cdns_wdt.c
394 F:      include/zynqpl.h
395 F:      tools/zynqimage.c
396 N:      zynq
397
398 ARM ZYNQMP
399 M:      Michal Simek <michal.simek@xilinx.com>
400 S:      Maintained
401 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
402 F:      arch/arm/mach-zynqmp/
403 F:      drivers/clk/clk_zynqmp.c
404 F:      drivers/fpga/zynqpl.c
405 F:      drivers/gpio/zynq_gpio.c
406 F:      drivers/i2c/i2c-cdns.c
407 F:      drivers/i2c/muxes/pca954x.c
408 F:      drivers/i2c/zynq_i2c.c
409 F:      drivers/mmc/zynq_sdhci.c
410 F:      drivers/mtd/nand/raw/zynq_nand.c
411 F:      drivers/net/phy/xilinx_phy.c
412 F:      drivers/net/zynq_gem.c
413 F:      drivers/serial/serial_zynq.c
414 F:      drivers/spi/zynq_qspi.c
415 F:      drivers/spi/zynq_spi.c
416 F:      drivers/timer/cadence-ttc.c
417 F:      drivers/usb/host/ehci-zynq.c
418 F:      drivers/watchdog/cdns_wdt.c
419 F:      include/zynqmppl.h
420 F:      tools/zynqmp*
421 N:      ultra96
422 N:      zynqmp
423
424 ARM ZYNQMP R5
425 M:      Michal Simek <michal.simek@xilinx.com>
426 S:      Maintained
427 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
428 F:      arch/arm/mach-zynqmp-r5/
429
430 BINMAN
431 M:      Simon Glass <sjg@chromium.org>
432 S:      Maintained
433 F:      tools/binman/
434
435 BUILDMAN
436 M:      Simon Glass <sjg@chromium.org>
437 S:      Maintained
438 F:      tools/buildman/
439
440 CFI FLASH
441 M:      Stefan Roese <sr@denx.de>
442 S:      Maintained
443 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
444 F:      drivers/mtd/cfi_flash.c
445 F:      drivers/mtd/jedec_flash.c
446
447 CLOCK
448 M:      Lukasz Majewski <lukma@denx.de>
449 S:      Maintained
450 T:      git git://git.denx.de/u-boot-dfu.git
451 F:      drivers/clk/
452 F:      drivers/clk/imx/
453
454 COLDFIRE
455 M:      Huan Wang <alison.wang@nxp.com>
456 M:      Angelo Dureghello <angelo@sysam.it>
457 S:      Maintained
458 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
459 F:      arch/m68k/
460
461 DFU
462 M:      Lukasz Majewski <lukma@denx.de>
463 S:      Maintained
464 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
465 F:      cmd/dfu.c
466 F:      cmd/usb_*.c
467 F:      common/dfu.c
468 F:      common/update.c
469 F:      common/usb_storage.c
470 F:      drivers/dfu/
471 F:      drivers/usb/gadget/
472
473 DRIVER MODEL
474 M:      Simon Glass <sjg@chromium.org>
475 S:      Maintained
476 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
477 F:      drivers/core/
478 F:      include/dm/
479 F:      test/dm/
480
481 EFI PAYLOAD
482 M:      Heinrich Schuchardt <xypron.glpk@gmx.de>
483 R:      Alexander Graf <agraf@csgraf.de>
484 S:      Maintained
485 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
486 F:      doc/README.uefi
487 F:      doc/README.iscsi
488 F:      doc/efi.rst
489 F:      include/capitalization.h
490 F:      include/charset.h
491 F:      include/cp1250.h
492 F:      include/cp437.h
493 F:      include/efi*
494 F:      include/pe.h
495 F:      include/asm-generic/pe.h
496 F:      lib/charset.c
497 F:      lib/efi*/
498 F:      test/py/tests/test_efi*
499 F:      test/unicode_ut.c
500 F:      cmd/bootefi.c
501 F:      cmd/efidebug.c
502 F:      cmd/nvedit_efi.c
503 F:      tools/file2include.c
504
505 FPGA
506 M:      Michal Simek <michal.simek@xilinx.com>
507 S:      Maintained
508 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
509 F:      drivers/fpga/
510 F:      cmd/fpga.c
511 F:      include/fpga.h
512
513 FLATTENED DEVICE TREE
514 M:      Simon Glass <sjg@chromium.org>
515 S:      Maintained
516 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
517 F:      lib/fdtdec*
518 F:      lib/libfdt/
519 F:      include/fdt*
520 F:      include/linux/libfdt*
521 F:      cmd/fdt.c
522 F:      common/fdt_support.c
523
524 FREEBSD
525 M:      Rafal Jaworowski <raj@semihalf.com>
526 S:      Maintained
527 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
528
529 FREESCALE QORIQ
530 M:      Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
531 S:      Maintained
532 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
533 F:      drivers/watchdog/sp805_wdt.c
534
535 I2C
536 M:      Heiko Schocher <hs@denx.de>
537 S:      Maintained
538 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
539 F:      drivers/i2c/
540
541 LOGGING
542 M:      Simon Glass <sjg@chromium.org>
543 S:      Maintained
544 T:      git https://gitlab.denx.de/u-boot/u-boot.git
545 F:      common/log.c
546 F:      cmd/log.c
547 F:      test/log/log_test.c
548 F:      test/py/tests/test_log.py
549
550 MALI DISPLAY PROCESSORS
551 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
552 S:      Supported
553 T:      git git://github.com/ARM-software/u-boot.git
554 F:      drivers/video/mali_dp.c
555 F:      drivers/i2c/i2c-versatile.c
556
557 MICROBLAZE
558 M:      Michal Simek <monstr@monstr.eu>
559 S:      Maintained
560 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
561 F:      arch/microblaze/
562 F:      cmd/mfsl.c
563 F:      drivers/gpio/xilinx_gpio.c
564 F:      drivers/net/xilinx_axi_emac.c
565 F:      drivers/net/xilinx_emaclite.c
566 F:      drivers/serial/serial_xuartlite.c
567 F:      drivers/spi/xilinx_spi.c
568 F:      drivers/sysreset/sysreset_gpio.c
569 F:      drivers/watchdog/xilinx_tb_wdt.c
570 N:      xilinx
571
572 MIPS
573 M:      Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
574 S:      Maintained
575 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
576 F:      arch/mips/
577
578 MIPS MSCC
579 M:      Gregory CLEMENT <gregory.clement@bootlin.com>
580 M:      Lars Povlsen <lars.povlsen@microchip.com>
581 M:      Horatiu Vultur <horatiu.vultur@microchip.com>
582 S:      Maintained
583 F:      arch/mips/mach-mscc/
584 F:      arch/mips/dts/luton*
585 F:      arch/mips/dts/mscc*
586 F:      arch/mips/dts/ocelot*
587 F:      arch/mips/dts/jr2*
588 F:      arch/mips/dts/serval*
589 F:      board/mscc/
590 F:      configs/mscc*
591 F:      drivers/gpio/mscc_sgpio.c
592 F:      drivers/spi/mscc_bb_spi.c
593 F:      include/configs/vcoreiii.h
594 F:      include/dt-bindings/mscc/
595 F:      drivers/pinctrl/mscc/
596 F:      drivers/net/mscc_eswitch/
597
598 MIPS JZ4780
599 M:      Ezequiel Garcia <ezequiel@collabora.com>
600 S:      Maintained
601 F:      arch/mips/mach-jz47xx/
602
603 MMC
604 M:      Peng Fan <peng.fan@nxp.com>
605 S:      Maintained
606 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
607 F:      drivers/mmc/
608
609 NAND FLASH
610 #M:     Scott Wood <oss@buserror.net>
611 S:      Orphaned (Since 2018-07)
612 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
613 F:      drivers/mtd/nand/raw/
614
615 NDS32
616 M:      Macpaul Lin <macpaul@andestech.com>
617 S:      Maintained
618 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
619 F:      arch/nds32/
620
621 NETWORK
622 M:      Joe Hershberger <joe.hershberger@ni.com>
623 S:      Maintained
624 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
625 F:      drivers/net/
626 F:      net/
627
628 NIOS
629 M:      Thomas Chou <thomas@wytron.com.tw>
630 S:      Maintained
631 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
632 F:      arch/nios2/
633
634 ONENAND
635 #M:     Lukasz Majewski <l.majewski@majess.pl>
636 S:      Orphaned (Since 2017-01)
637 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
638 F:      drivers/mtd/onenand/
639
640 PATMAN
641 M:      Simon Glass <sjg@chromium.org>
642 S:      Maintained
643 F:      tools/patman/
644
645 PCI Endpoint
646 M:      Ramon Fried <rfried.dev@gmail.com>
647 S:      Maintained
648 F:      drivers/pci_endpoint/
649 F:  include/pci_ep.h
650
651 POWER
652 M:      Jaehoon Chung <jh80.chung@samsung.com>
653 S:      Maintained
654 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
655 F:      drivers/power/
656
657 POWERPC
658 M:      Wolfgang Denk <wd@denx.de>
659 S:      Maintained
660 F:      arch/powerpc/
661
662 POWERPC MPC8XX
663 M:      Christophe Leroy <christophe.leroy@c-s.fr>
664 S:      Maintained
665 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
666 F:      arch/powerpc/cpu/mpc8xx/
667
668 POWERPC MPC83XX
669 M:      Mario Six <mario.six@gdsys.cc>
670 S:      Maintained
671 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
672 F:      drivers/ram/mpc83xx_sdram.c
673 F:      include/dt-bindings/memory/mpc83xx-sdram.h
674 F:      drivers/sysreset/sysreset_mpc83xx.c
675 F:      drivers/sysreset/sysreset_mpc83xx.h
676 F:      drivers/clk/mpc83xx_clk.c
677 F:      drivers/clk/mpc83xx_clk.h
678 F:      include/dt-bindings/clk/mpc83xx-clk.h
679 F:      drivers/timer/mpc83xx_timer.c
680 F:      drivers/cpu/mpc83xx_cpu.c
681 F:      drivers/cpu/mpc83xx_cpu.h
682 F:      drivers/misc/mpc83xx_serdes.c
683 F:      arch/powerpc/cpu/mpc83xx/
684 F:      arch/powerpc/include/asm/arch-mpc83xx/
685
686 POWERPC MPC85XX
687 M:      Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
688 S:      Maintained
689 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
690 F:      arch/powerpc/cpu/mpc85xx/
691
692 POWERPC MPC86XX
693 M:      Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
694 S:      Maintained
695 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
696 F:      arch/powerpc/cpu/mpc86xx/
697
698 RISC-V
699 M:      Rick Chen <rick@andestech.com>
700 S:      Maintained
701 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
702 F:      arch/riscv/
703 F:      cmd/riscv/
704 F:      tools/prelink-riscv.c
705
706 ROCKUSB
707 M:      Eddie Cai <eddie.cai.linux@gmail.com>
708 S:      Maintained
709 F:      drivers/usb/gadget/f_rockusb.c
710 F:      cmd/rockusb.c
711 F:      doc/README.rockusb
712
713 SANDBOX
714 M:      Simon Glass <sjg@chromium.org>
715 S:      Maintained
716 F:      arch/sandbox/
717
718 SH
719 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
720 M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
721 S:      Maintained
722 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
723 F:      arch/sh/
724
725 SPI
726 M:      Jagan Teki <jagan@amarulasolutions.com>
727 S:      Maintained
728 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
729 F:      drivers/spi/
730 F:      include/spi*
731
732 SPI-NOR
733 M:      Jagan Teki <jagan@amarulasolutions.com>
734 M:      Vignesh R <vigneshr@ti.com>
735 S:      Maintained
736 F:      drivers/mtd/spi/
737 F:      include/spi_flash.h
738 F:      include/linux/mtd/cfi.h
739 F:      include/linux/mtd/spi-nor.h
740
741 SPMI
742 M:      Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
743 S:      Maintained
744 F:      drivers/spmi/
745 F:      include/spmi/
746
747 TDA19988 HDMI ENCODER
748 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
749 S:      Maintained
750 F:      drivers/video/tda19988.c
751
752 TI SYSTEM SECURITY
753 M:      Andrew F. Davis <afd@ti.com>
754 S:      Supported
755 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
756 F:      arch/arm/mach-omap2/sec-common.c
757 F:      arch/arm/mach-omap2/config_secure.mk
758 F:      arch/arm/mach-k3/security.c
759 F:      arch/arm/mach-k3/config_secure.mk
760 F:      configs/am335x_hs_evm_defconfig
761 F:      configs/am335x_hs_evm_uart_defconfig
762 F:      configs/am43xx_hs_evm_defconfig
763 F:      configs/am57xx_hs_evm_defconfig
764 F:      configs/am57xx_hs_evm_usb_defconfig
765 F:      configs/dra7xx_hs_evm_defconfig
766 F:      configs/dra7xx_hs_evm_usb_defconfig
767 F:      configs/k2hk_hs_evm_defconfig
768 F:      configs/k2e_hs_evm_defconfig
769 F:      configs/k2g_hs_evm_defconfig
770 F:      configs/k2l_hs_evm_defconfig
771 F:      configs/am65x_hs_evm_r5_defconfig
772 F:      configs/am65x_hs_evm_a53_defconfig
773
774 TQ GROUP
775 #M:     Martin Krause <martin.krause@tq-systems.de>
776 S:      Orphaned (Since 2016-02)
777 T:      git git://git.denx.de/u-boot-tq-group.git
778
779 TEE
780 M:      Jens Wiklander <jens.wiklander@linaro.org>
781 S:      Maintained
782 F:      drivers/tee/
783 F:      include/tee.h
784 F:      include/tee/
785
786 TEE-lib
787 M:      Bryan O'Donoghue <bryan.odonoghue@linaro.org>
788 S:      Maintained
789 F:      lib/optee
790
791 UBI
792 M:      Kyungmin Park <kmpark@infradead.org>
793 M:      Heiko Schocher <hs@denx.de>
794 S:      Maintained
795 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
796 F:      drivers/mtd/ubi/
797
798 USB
799 M:      Marek Vasut <marex@denx.de>
800 S:      Maintained
801 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
802 F:      drivers/usb/
803
804 USB xHCI
805 M:      Bin Meng <bmeng.cn@gmail.com>
806 S:      Maintained
807 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
808 F:      drivers/usb/host/xhci*
809
810 VIDEO
811 M:      Anatolij Gustschin <agust@denx.de>
812 S:      Maintained
813 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
814 F:      drivers/video/
815 F:      common/lcd*.c
816 F:      include/lcd*.h
817 F:      include/video*.h
818
819 X86
820 M:      Simon Glass <sjg@chromium.org>
821 M:      Bin Meng <bmeng.cn@gmail.com>
822 S:      Maintained
823 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
824 F:      arch/x86/
825 F:      cmd/x86/
826
827 XTENSA
828 M:      Max Filippov <jcmvbkbc@gmail.com>
829 S:      Maintained
830 F:      arch/xtensa/
831
832 THE REST
833 M:      Tom Rini <trini@konsulko.com>
834 L:      u-boot@lists.denx.de
835 Q:      http://patchwork.ozlabs.org/project/uboot/list/
836 S:      Maintained
837 T:      git https://gitlab.denx.de/u-boot/u-boot.git
838 F:      configs/tools-only_defconfig
839 F:      *
840 F:      */