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