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