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