]> git.ipfire.org Git - thirdparty/u-boot.git/blame - MAINTAINERS
misc: i2c_eeprom: Add fallbacks
[thirdparty/u-boot.git] / MAINTAINERS
CommitLineData
00f141cc
DS
1Descriptions of section entries:
2
3 P: Person (obsolete)
4 M: Mail patches to: FullName <address@domain>
65fa17d4
HS
5 R: Designated reviewer: FullName <address@domain>
6 These reviewers should be CCed on patches.
00f141cc
DS
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.
00f141cc
DS
15 Orphan: No current maintainer [but maybe you could take the
16 role as you write your new code].
00f141cc
DS
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
46Note: For the hard of thinking, this list is meant to remain in alphabetical
47order. If you could add yourselves to it in alphabetical order that would be
48so much easier [Ed]
49
50Maintainers List (try to look for most precise areas first)
51
52 -----------------------------------
c77504df
SG
53ACPI:
54M: Simon Glass <sjg@chromium.org>
55S: Maintained
56F: cmd/acpi.c
57F: lib/acpi/
58
0d6c7c60
IO
59ANDROID AB
60M: Igor Opaniuk <igor.opaniuk@gmail.com>
0c0859cf 61R: Sam Protsenko <joe.skb7@gmail.com>
0d6c7c60
IO
62S: Maintained
63F: cmd/ab_select.c
64F: common/android_ab.c
586a1bf5 65F: doc/android/ab.rst
0d6c7c60
IO
66F: include/android_ab.h
67F: test/py/tests/test_android/test_ab.py
68
69ANDROID AVB
70M: Igor Opaniuk <igor.opaniuk@gmail.com>
71S: Maintained
72F: cmd/avb.c
73F: common/avb_verify.c
586a1bf5 74F: doc/android/avb2.rst
0d6c7c60
IO
75F: include/avb_verify.h
76F: lib/libavb/
77F: test/py/tests/test_android/test_avb.py
78
00f141cc
DS
79ARC
80M: Alexey Brodkin <alexey.brodkin@synopsys.com>
4006200d 81M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
00f141cc 82S: Maintained
4006200d 83L: uboot-snps-arc@synopsys.com
a3bbd0b9 84T: git https://source.denx.de/u-boot/custodians/u-boot-arc.git
00f141cc 85F: arch/arc/
b08b113e 86F: board/synopsys/
00f141cc 87
e80dac0a
EP
88ARC HSDK CGU CLOCK
89M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
90S: Maintained
91L: uboot-snps-arc@synopsys.com
92F: drivers/clk/clk-hsdk-cgu.c
93F: include/dt-bindings/clock/snps,hsdk-cgu.h
94F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
95
b7d6e0ab
HS
96ARC HSDK CREG GPIO
97M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
98S: Maintained
99L: uboot-snps-arc@synopsys.com
7620ec4d 100F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
b7d6e0ab
HS
101F: drivers/gpio/hsdk-creg-gpio.c
102
05635359
EP
103ARC HSDK RESET
104M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
105S: Maintained
106L: uboot-snps-arc@synopsys.com
107F: include/dt-bindings/reset/snps,hsdk-reset.h
108F: drivers/reset/reset-hsdk.c
109
15736e28
EP
110ARC SYNOPSYS DW MMC EXTENSIONS
111M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
112S: Maintained
113L: uboot-snps-arc@synopsys.com
114F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
115F: drivers/mmc/snps_dw_mmc.c
116
003b657e
MK
117APPLE M1 SOC SUPPORT
118M: Mark Kettenis <kettenis@openbsd.org>
119S: Maintained
120F: arch/arm/include/asm/arch-m1/
121F: arch/arm/mach-apple/
122F: configs/apple_m1_defconfig
123F: drivers/iommu/apple_dart.c
b814e000 124F: drivers/pinctrl/pinctrl-apple.c
ee327d1d 125F: drivers/watchdog/apple_wdt.c
003b657e
MK
126F: include/configs/apple.h
127
00f141cc 128ARM
2ada73ea 129M: Tom Rini <trini@konsulko.com>
00f141cc 130S: Maintained
a3bbd0b9 131T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git
00f141cc 132F: arch/arm/
dab8788a 133F: cmd/arm/
00f141cc 134
d8540a16
PM
135ARM ALTERA SOCFPGA
136M: Marek Vasut <marex@denx.de>
a339f524 137M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
d3cffc83
LFT
138M: Tien Fong Chee <tien.fong.chee@intel.com>
139S: Maintained
a3bbd0b9 140T: git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
f22dede2 141F: arch/arm/mach-socfpga/
690c1296 142F: drivers/sysreset/sysreset_socfpga*
d8540a16 143
535d74a8
NA
144ARM AMLOGIC SOC SUPPORT
145M: Neil Armstrong <narmstrong@baylibre.com>
146S: Maintained
147L: u-boot-amlogic@groups.io
a3bbd0b9 148T: git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git
535d74a8
NA
149F: arch/arm/mach-meson/
150F: arch/arm/include/asm/arch-meson/
f5abfed8 151F: drivers/clk/meson/
535d74a8
NA
152F: drivers/serial/serial_meson.c
153F: drivers/reset/reset-meson.c
154F: drivers/i2c/meson_i2c.c
155F: drivers/net/phy/meson-gxl.c
156F: drivers/adc/meson-saradc.c
157F: drivers/phy/meson*
158F: drivers/mmc/meson_gx_mmc.c
159F: drivers/spi/meson_spifc.c
160F: drivers/pinctrl/meson/
161F: drivers/power/domain/meson-gx-pwrc-vpu.c
162F: drivers/video/meson/
163F: include/configs/meson64.h
880c0aa9 164F: include/configs/meson64_android.h
9c55f5d1 165F: doc/board/amlogic/
535d74a8
NA
166N: meson
167
aff987c4
CWW
168ARM ASPEED
169M: Ryan Chen <ryan_chen@aspeedtech.com>
170M: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
171R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
24c8d1ab 172R: Joel Stanley <joel@jms.id.au>
aff987c4
CWW
173S: Maintained
174F: arch/arm/mach-aspeed/
175F: arch/arm/include/asm/arch-aspeed/
176F: board/aspeed/
177F: drivers/clk/aspeed/
24c8d1ab
JS
178F: drivers/crypto/aspeed/
179F: drivers/gpio/gpio-aspeed.c
180F: drivers/i2c/ast_i2c.[ch]
181F: drivers/mmc/aspeed_sdhci.c
182F: drivers/net/aspeed_mdio.c
183F: drivers/net/ftgmac100.[ch]
aff987c4 184F: drivers/pinctrl/aspeed/
24c8d1ab
JS
185F: drivers/pwm/pwm-aspeed.c
186F: drivers/ram/aspeed/
187F: drivers/reset/reset-ast2500.c
188F: drivers/watchdog/ast_wdt.c
aff987c4
CWW
189N: aspeed
190
02675393 191ARM BROADCOM BCM283X / BCM27XX
3157bbfa 192M: Matthias Brugger <mbrugger@suse.com>
958d55f2 193S: Maintained
78b7aa45 194F: arch/arm/dts/bcm283*
fe84ebf0 195F: arch/arm/mach-bcm283x/
78b7aa45 196F: board/raspberrypi/
fe84ebf0
SW
197F: drivers/gpio/bcm2835_gpio.c
198F: drivers/mmc/bcm2835_sdhci.c
c8a73a26 199F: drivers/mmc/bcm2835_sdhost.c
fe84ebf0 200F: drivers/serial/serial_bcm283x_mu.c
6001985f 201F: drivers/serial/serial_bcm283x_pl011.c
fe84ebf0
SW
202F: drivers/video/bcm2835.c
203F: include/dm/platform_data/serial_bcm283x_mu.h
78b7aa45 204F: include/dt-bindings/pinctrl/bcm2835.h
caf2233b 205F: drivers/pinctrl/broadcom/
02675393
MB
206F: configs/rpi_*
207T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git
fe84ebf0 208
894c3ad2
TF
209ARM BROADCOM BCMSTB
210M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
211S: Maintained
212F: arch/arm/mach-bcmstb/
213F: board/broadcom/bcmstb/
3f20321a 214F: configs/bcm7*_defconfig
894c3ad2
TF
215F: doc/README.bcm7xxx
216F: drivers/mmc/bcmstb_sdhci.c
217F: drivers/spi/bcmstb_spi.c
218
800775eb
AN
219ARM CORTINA ACCESS CAxxxx
220M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
221S: Supported
222F: board/cortina/common/
223F: drivers/gpio/cortina_gpio.c
224F: drivers/watchdog/cortina_wdt.c
225F: drivers/serial/serial_cortina.c
047e31ed 226F: drivers/led/led_cortina.c
d55e4e74 227F: drivers/mmc/ca_dw_mmc.c
24f27942 228F: drivers/spi/ca_sflash.c
7f5ea250
AL
229F: drivers/i2c/i2c-cortina.c
230F: drivers/i2c/i2c-cortina.h
161df94b
KL
231F: drivers/mtd/nand/raw/cortina_nand.c
232F: drivers/mtd/nand/raw/cortina_nand.h
febe13b4
AT
233F: drivers/net/cortina_ni.c
234F: drivers/net/cortina_ni.h
a70d7b01 235F: drivers/net/phy/ca_phy.c
34a5addb 236F: configs/cortina_presidio-asic-pnand_defconfig
800775eb 237
da1f7997
MB
238ARM/CZ.NIC TURRIS MOX SUPPORT
239M: Marek Behun <marek.behun@nic.cz>
240S: Maintained
241F: arch/arm/dts/armada-3720-turris-mox.dts
242F: board/CZ.NIC/
243F: configs/turris_*_defconfig
244F: include/configs/turris_*.h
245
00f141cc
DS
246ARM FREESCALE IMX
247M: Stefano Babic <sbabic@denx.de>
73127e90 248M: Fabio Estevam <festevam@gmail.com>
d17b0bed 249R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
00f141cc 250S: Maintained
a3bbd0b9 251T: git https://source.denx.de/u-boot/custodians/u-boot-imx.git
00f141cc
DS
252F: arch/arm/cpu/arm1136/mx*/
253F: arch/arm/cpu/arm926ejs/mx*/
00f141cc 254F: arch/arm/cpu/armv7/vf610/
6ad85a45 255F: arch/arm/dts/*imx*
552a848e 256F: arch/arm/mach-imx/
00f141cc
DS
257F: arch/arm/include/asm/arch-imx/
258F: arch/arm/include/asm/arch-mx*/
259F: arch/arm/include/asm/arch-vf610/
552a848e 260F: arch/arm/include/asm/mach-imx/
77cbd3a1 261F: board/freescale/*mx*/
00f141cc 262
ae4dc15d
PG
263ARM HISILICON
264M: Peter Griffin <peter.griffin@linaro.org>
379e574f 265M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
ae4dc15d
PG
266S: Maintained
267F: arch/arm/cpu/armv8/hisilicon
0f8525f5 268F: arch/arm/include/asm/arch-hi6220/
379e574f 269F: arch/arm/include/asm/arch-hi3660/
ae4dc15d 270
e479a7d5
RM
271ARM IPQ40XX
272M: Robert Marko <robert.marko@sartura.hr>
273M: Luka Kovacic <luka.kovacic@sartura.hr>
274M: Luka Perkov <luka.perkov@sartura.hr>
275S: Maintained
276F: arch/arm/mach-ipq40xx/
a5fc5873 277F: include/dt-bindings/clock/qcom,ipq4019-gcc.h
8ef7df5d
RM
278F: include/dt-bindings/reset/qcom,ipq4019-reset.h
279F: drivers/reset/reset-ipq4019.c
dec04202 280F: drivers/phy/phy-qcom-ipq4019-usb.c
367ea426 281F: drivers/spi/spi-qup.c
975151d0 282F: drivers/net/mdio-ipq4019.c
033ec636 283F: drivers/rng/msm_rng.c
e479a7d5 284
1579faf5 285ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
f822d857 286M: Stefan Roese <sr@denx.de>
00f141cc 287S: Maintained
a3bbd0b9 288T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
56f86e39 289F: arch/arm/mach-kirkwood/
f822d857 290F: arch/arm/mach-mvebu/
592b4a7e 291F: drivers/ata/ahci_mvebu.c
ba4e6f8a 292F: drivers/clk/mvebu/
1579faf5
SR
293F: drivers/ddr/marvell/
294F: drivers/gpio/mvebu_gpio.c
ba4e6f8a
T
295F: drivers/i2c/mvtwsi.c
296F: drivers/mmc/xenon_sdhci.c
297F: drivers/phy/marvell/
298F: drivers/pinctrl/mvebu/
299F: drivers/rtc/armada38x.c
1579faf5 300F: drivers/spi/kirkwood_spi.c
ba4e6f8a 301F: drivers/spi/mvebu_a3700_spi.c
1579faf5 302F: drivers/pci/pcie_dw_mvebu.c
ba4e6f8a 303F: drivers/watchdog/armada-37xx-wdt.c
1579faf5 304F: drivers/watchdog/orion_wdt.c
ba4e6f8a 305F: include/configs/mv-common.h
00f141cc 306
22f69fc7
T
307ARM MARVELL PCIE CONTROLLER DRIVERS
308M: Pali Rohár <pali@kernel.org>
309M: Stefan Roese <sr@denx.de>
310S: Maintained
311T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
312F: drivers/pci/pci-aardvark.c
313F: drivers/pci/pci_mvebu.c
314
c53a30f0
T
315ARM MARVELL SERIAL DRIVERS
316M: Pali Rohár <pali@kernel.org>
317M: Stefan Roese <sr@denx.de>
318S: Maintained
319T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
320F: drivers/serial/serial_mvebu_a3700.c
321
00f141cc
DS
322ARM MARVELL PXA
323M: Marek Vasut <marex@denx.de>
324S: Maintained
a3bbd0b9 325T: git https://source.denx.de/u-boot/custodians/u-boot-pxa.git
00f141cc
DS
326F: arch/arm/cpu/pxa/
327F: arch/arm/include/asm/arch-pxa/
328
a9da9eeb
RL
329ARM MEDIATEK
330M: Ryder Lee <ryder.lee@mediatek.com>
331M: Weijie Gao <weijie.gao@mediatek.com>
0cd791ce 332M: Chunfeng Yun <chunfeng.yun@mediatek.com>
8702e614 333R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
a9da9eeb
RL
334S: Maintained
335F: arch/arm/mach-mediatek/
336F: arch/arm/include/asm/arch-mediatek/
337F: board/mediatek/
c01a7773
CY
338F: doc/device-tree-bindings/phy/phy-mtk-*
339F: doc/device-tree-bindings/usb/mediatek,*
a9da9eeb
RL
340F: doc/README.mediatek
341F: drivers/clk/mediatek/
342F: drivers/mmc/mtk-sd.c
c01a7773 343F: drivers/phy/phy-mtk-*
a9da9eeb
RL
344F: drivers/pinctrl/mediatek/
345F: drivers/power/domain/mtk-power-domain.c
346F: drivers/ram/mediatek/
603fcd16 347F: drivers/spi/mtk_snfi_spi.c
a9da9eeb 348F: drivers/timer/mtk_timer.c
0cd791ce
CY
349F: drivers/usb/host/xhci-mtk.c
350F: drivers/usb/mtu3/
a9da9eeb 351F: drivers/watchdog/mtk_wdt.c
d049ff9c
WG
352F: drivers/net/mtk_eth.c
353F: drivers/reset/reset-mediatek.c
a9da9eeb
RL
354F: tools/mtk_image.c
355F: tools/mtk_image.h
356N: mediatek
357
413ca720
EH
358ARM MICROCHIP/ATMEL AT91
359M: Eugen Hristev <eugen.hristev@microchip.com>
360S: Maintained
a3bbd0b9 361T: git https://source.denx.de/u-boot/custodians/u-boot-atmel.git
413ca720
EH
362F: arch/arm/mach-at91/
363F: board/atmel/
01c35f26 364F: drivers/cpu/at91_cpu.c
4c49753c 365F: drivers/misc/microchip_flexcom.c
70fb1ae9 366F: drivers/timer/atmel_tcb_timer.c
0d58dafd 367F: include/dt-bindings/mfd/atmel-flexcom.h
96b9a5cd 368F: drivers/timer/mchp-pit64b-timer.c
413ca720 369
b39cacc2
SB
370ARM NEXELL S5P4418
371M: Stefan Bosch <stefan_b@posteo.net>
372S: Maintained
373F: arch/arm/cpu/armv7/s5p4418/
374F: arch/arm/dts/s5p4418*
375F: arch/arm/mach-nexell/
376F: board/friendlyarm/
377F: configs/s5p4418_nanopi2_defconfig
378F: doc/README.s5p4418
379F: drivers/gpio/nx_gpio.c
380F: drivers/i2c/nx_i2c.c
381F: drivers/mmc/nexell_dw_mmc_dm.c
382F: drivers/pinctrl/nexell/
383F: drivers/video/nexell/
384F: drivers/video/nexell_display.c
385F: include/configs/s5p4418_nanopi2.h
386
e2a1484c
MS
387ARM OWL
388M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
389S: Maintained
390F: arch/arm/include/asm/arch-owl/
391F: arch/arm/mach-owl/
1e374089 392F: doc/board/actions/
e2a1484c
MS
393F: drivers/clk/owl/
394F: drivers/serial/serial_owl.c
b1a6bb3b
AST
395F: include/configs/owl-common.h
396F: configs/bubblegum_96_defconfig
dd786d4c 397F: configs/cubieboard7_defconfig
e2a1484c 398
4810c2f8
NI
399ARM RENESAS RMOBILE/R-CAR
400M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9db60e25 401M: Marek Vasut <marek.vasut+renesas@gmail.com>
4810c2f8 402S: Maintained
a3bbd0b9 403T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
4810c2f8
NI
404F: arch/arm/mach-rmobile/
405
c3caeac0
MY
406ARM ROCKCHIP
407M: Simon Glass <sjg@chromium.org>
87f9c08d 408M: Philipp Tomsich <philipp.tomsich@vrull.eu>
37dc8aaa 409M: Kever Yang <kever.yang@rock-chips.com>
c3caeac0 410S: Maintained
a3bbd0b9 411T: git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
ba366809
JJ
412F: arch/arm/dts/rk3*
413F: arch/arm/dts/rockchip*
414F: arch/arm/dts/rv1108*
8b45193a 415F: arch/arm/include/asm/arch-rockchip/
c3caeac0 416F: arch/arm/mach-rockchip/
ae0fc89e 417F: board/rockchip/
8b45193a
PT
418F: drivers/clk/rockchip/
419F: drivers/gpio/rk_gpio.c
420F: drivers/misc/rockchip-efuse.c
47b8583f
PT
421F: drivers/mmc/rockchip_sdhci.c
422F: drivers/mmc/rockchip_dw_mmc.c
8b45193a
PT
423F: drivers/pinctrl/rockchip/
424F: drivers/ram/rockchip/
425F: drivers/sysreset/sysreset_rockchip.c
3f565522 426F: drivers/video/rockchip/
8b45193a
PT
427F: tools/rkcommon.c
428F: tools/rkcommon.h
429F: tools/rkimage.c
430F: tools/rksd.c
431F: tools/rkspi.c
ba366809 432N: rockchip
c3caeac0 433
00f141cc
DS
434ARM SAMSUNG
435M: Minkyu Kang <mk7.kang@samsung.com>
436S: Maintained
a3bbd0b9 437T: git https://source.denx.de/u-boot/custodians/u-boot-samsung.git
225f5eec
MK
438F: arch/arm/mach-exynos/
439F: arch/arm/mach-s5pc1xx/
00f141cc 440F: arch/arm/cpu/armv7/s5p-common/
00f141cc 441
e721e981 442ARM SNAPDRAGON
0dfe442e 443M: Ramon Fried <rfried.dev@gmail.com>
e721e981
MK
444S: Maintained
445F: arch/arm/mach-snapdragon/
ce18baf9
RF
446F: drivers/gpio/msm_gpio.c
447F: drivers/mmc/msm_sdhci.c
92454e47 448F: drivers/phy/msm8916-usbh-phy.c
ce18baf9 449F: drivers/serial/serial_msm.c
324df15a 450F: drivers/serial/serial_msm_geni.c
654dd4a8 451F: drivers/smem/msm_smem.c
f5a2d6b4 452F: drivers/spmi/spmi-msm.c
ce18baf9 453F: drivers/usb/host/ehci-msm.c
e721e981 454
b7d6e0ab 455ARM STI
5905e088 456M: Patrice Chotard <patrice.chotard@foss.st.com>
b7d6e0ab 457S: Maintained
a3bbd0b9 458T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
b7d6e0ab
HS
459F: arch/arm/mach-sti/
460F: arch/arm/include/asm/arch-sti*/
d21ffa2a
PC
461F: drivers/phy/sti_usb_phy.c
462F: drivers/pinctrl/pinctrl-sti.c
463F: drivers/mmc/sti_sdhci.c
464F: drivers/reset/sti-reset.c
465F: drivers/serial/serial_sti_asc.c
466F: drivers/sysreset/sysreset_sti.c
467F: drivers/timer/sti-timer.c
468F: drivers/usb/host/dwc3-sti-glue.c
469F: include/dwc3-sti-glue.h
470F: include/dt-bindings/clock/stih407-clks.h
471F: include/dt-bindings/clock/stih410-clks.h
472F: include/dt-bindings/reset/stih407-resets.h
b7d6e0ab 473
2514c2d0 474ARM STM STM32MP
5905e088
PC
475M: Patrick Delaunay <patrick.delaunay@foss.st.com>
476M: Patrice Chotard <patrice.chotard@foss.st.com>
84ee59a5 477L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
a3bbd0b9 478T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
2514c2d0 479S: Maintained
67eea68a 480F: arch/arm/mach-stm32mp/
efa667d3 481F: doc/board/st/
8c018234 482F: drivers/adc/stm32-adc*
b57aaa07 483F: drivers/clk/clk_stm32mp1.c
8c018234
PD
484F: drivers/gpio/stm32_gpio.c
485F: drivers/hwspinlock/stm32_hwspinlock.c
f65b82ff 486F: drivers/i2c/stm32f7_i2c.c
b04553ec 487F: drivers/mailbox/stm32-ipcc.c
c3600e1f 488F: drivers/misc/stm32mp_fuse.c
8c018234 489F: drivers/misc/stm32_rcc.c
f65b82ff 490F: drivers/mmc/stm32_sdmmc2.c
8c018234 491F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
f65b82ff
PC
492F: drivers/phy/phy-stm32-usbphyc.c
493F: drivers/pinctrl/pinctrl_stm32.c
42f01aac 494F: drivers/power/pmic/stpmic1.c
f65b82ff 495F: drivers/power/regulator/stm32-vrefbuf.c
42f01aac 496F: drivers/power/regulator/stpmic1.c
b57aaa07 497F: drivers/ram/stm32mp1/
5dca7d18 498F: drivers/remoteproc/stm32_copro.c
f65b82ff 499F: drivers/reset/stm32-reset.c
fd52e7f9 500F: drivers/rng/optee_rng.c
2bf692d3 501F: drivers/rng/stm32mp1_rng.c
8c018234
PD
502F: drivers/rtc/stm32_rtc.c
503F: drivers/serial/serial_stm32.*
f65b82ff 504F: drivers/spi/stm32_qspi.c
a2a89b2e 505F: drivers/spi/stm32_spi.c
8c018234 506F: drivers/video/stm32/stm32_ltdc.c
8c1007a2 507F: drivers/watchdog/stm32mp_wdt.c
8c018234
PD
508F: include/dt-bindings/clock/stm32fx-clock.h
509F: include/dt-bindings/clock/stm32mp1-clks.h
510F: include/dt-bindings/clock/stm32mp1-clksrc.h
511F: include/dt-bindings/pinctrl/stm32-pinfunc.h
512F: include/dt-bindings/reset/stm32mp1-resets.h
513F: include/stm32_rcc.h
514F: tools/stm32image.c
ce520230
PD
515N: stm
516N: stm32
8c018234 517
2514c2d0 518
9fa32b12
VM
519ARM STM STV0991
520M: Vikas Manocha <vikas.manocha@st.com>
521S: Maintained
522F: arch/arm/cpu/armv7/stv0991/
523F: arch/arm/include/asm/arch-stv0991/
524
00f141cc 525ARM SUNXI
59aea29a 526M: Jagan Teki <jagan@amarulasolutions.com>
5a4a891e 527M: Andre Przywara <andre.przywara@arm.com>
ed8f2a28 528S: Maintained
a3bbd0b9 529T: git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
00f141cc
DS
530F: arch/arm/cpu/armv7/sunxi/
531F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
532F: arch/arm/mach-sunxi/
533F: board/sunxi/
f264e796
SH
534F: drivers/clk/sunxi/
535F: drivers/phy/allwinner/
b799eabc 536F: drivers/pinctrl/sunxi/
f264e796 537F: drivers/video/sunxi/
e9e87ec4 538F: tools/sunxi*
00f141cc
DS
539
540ARM TEGRA
541M: Tom Warren <twarren@nvidia.com>
542S: Maintained
a3bbd0b9 543T: git https://source.denx.de/u-boot/custodians/u-boot-tegra.git
09f455dc 544F: arch/arm/mach-tegra/
00f141cc
DS
545F: arch/arm/include/asm/arch-tegra*/
546
547ARM TI
f91c3aa0 548M: Tom Rini <trini@konsulko.com>
00f141cc 549S: Maintained
a3bbd0b9 550T: git https://source.denx.de/u-boot/custodians/u-boot-ti.git
57b02b79 551F: arch/arm/dts/am57xx*
0bfc701e 552F: arch/arm/dts/dra7*
26f7c111 553F: arch/arm/mach-davinci/
586bde93 554F: arch/arm/mach-k3/
26f7c111 555F: arch/arm/mach-keystone/
16c2a979 556F: arch/arm/mach-omap2/
00f141cc
DS
557F: arch/arm/include/asm/arch-omap*/
558F: arch/arm/include/asm/ti-common/
16c2a979
LV
559F: board/ti/
560F: drivers/dma/ti*
561F: drivers/firmware/ti_sci.*
562F: drivers/gpio/omap_gpio.c
563F: drivers/memory/ti-aemif.c
564F: drivers/misc/k3_avs.c
565F: drivers/mailbox/k3-sec-procy.c
566F: drivers/pci/pcie_dw_ti.c
567F: drivers/phy/keystone-usb-phy.c
568F: drivers/phy/omap-usb2-phy.c
569F: drivers/phy/phy-ti-am654.c
570F: drivers/phy/ti-pipe3-phy.c
571F: drivers/ram/k3*
fc6b41fe 572F: drivers/remoteproc/ipu_rproc.c
16c2a979 573F: drivers/remoteproc/k3_system_controller.c
02bfcc5c 574F: drivers/remoteproc/pruc_rpoc.c
16c2a979 575F: drivers/remoteproc/ti*
795b2c47 576F: drivers/reset/reset-dra7.c
16c2a979
LV
577F: drivers/reset/reset-ti-sci.c
578F: drivers/rtc/davinci.c
579F: drivers/serial/serial_omap.c
580F: drivers/soc/ti/
581F: drivers/sysreset/sysreset-ti-sci.c
582F: drivers/thermal/ti-bandgap.c
583F: drivers/timer/omap-timer.c
584F: drivers/watchdog/omap_wdt.c
7bafe886 585F: include/linux/pruss_driver.h
16c2a979 586F: include/linux/soc/ti/
00f141cc 587
293f9ebb
SG
588ARM U8500
589M: Stephan Gerhold <stephan@gerhold.net>
590R: Linus Walleij <linus.walleij@linaro.org>
591S: Maintained
592F: arch/arm/dts/ste-*
593F: arch/arm/mach-u8500/
7093df3c
SG
594F: drivers/gpio/nmk_gpio.c
595F: drivers/phy/phy-ab8500-usb.c
596F: drivers/power/pmic/ab8500.c
293f9ebb 597F: drivers/timer/nomadik-mtu-timer.c
7093df3c
SG
598F: drivers/usb/musb-new/ux500.c
599F: drivers/video/mcde_simple.c
293f9ebb 600
0fb63aa6 601ARM UNIPHIER
23e333a5 602S: Orphan (Since 2020-09)
4c425570 603F: arch/arm/mach-uniphier/
5fd3f434 604F: configs/uniphier_*_defconfig
eb006c83 605N: uniphier
0fb63aa6 606
ec48b6c9 607ARM VERSAL
fcbdd7a0 608M: Michal Simek <michal.simek@amd.com>
ec48b6c9 609S: Maintained
a3bbd0b9 610T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
ec48b6c9 611F: arch/arm/mach-versal/
258ce79c 612F: drivers/net/xilinx_axi_mrmac.*
42e20f52 613F: drivers/soc/soc_xilinx_versal.c
5028358a 614F: drivers/watchdog/xilinx_wwdt.c
13210cd9 615N: (?<!uni)versal
ec48b6c9 616
0fabfeb2
LD
617ARM VERSATILE EXPRESS DRIVERS
618M: Liviu Dudau <liviu.dudau@foss.arm.com>
619S: Maintained
620T: git git://github.com/ARM-software/u-boot.git
621F: drivers/misc/vexpress_config.c
622N: vexpress
623
00f141cc
DS
624ARM ZYNQ
625M: Michal Simek <monstr@monstr.eu>
626S: Maintained
a3bbd0b9 627T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
8ae3d0b5 628F: arch/arm/mach-zynq/
79d4204f 629F: doc/board/xilinx/
1ac1a04b 630F: doc/device-tree-bindings/video/syncoam,seps525.txt
8ae3d0b5
MS
631F: drivers/clk/clk_zynq.c
632F: drivers/fpga/zynqpl.c
633F: drivers/gpio/zynq_gpio.c
634F: drivers/i2c/i2c-cdns.c
635F: drivers/i2c/muxes/pca954x.c
636F: drivers/i2c/zynq_i2c.c
637F: drivers/mmc/zynq_sdhci.c
a430fa06 638F: drivers/mtd/nand/raw/zynq_nand.c
a744a284 639F: drivers/net/phy/ethernet_id.c
8ae3d0b5
MS
640F: drivers/net/phy/xilinx_phy.c
641F: drivers/net/zynq_gem.c
dbd673f1 642F: drivers/pinctrl/pinctrl-zynqmp.c
8ae3d0b5
MS
643F: drivers/serial/serial_zynq.c
644F: drivers/spi/zynq_qspi.c
645F: drivers/spi/zynq_spi.c
646F: drivers/usb/host/ehci-zynq.c
647F: drivers/watchdog/cdns_wdt.c
23e7e6b6 648F: include/zynqpl.h
8ae3d0b5
MS
649F: tools/zynqimage.c
650N: zynq
00f141cc 651
84c7204b 652ARM ZYNQMP
fcbdd7a0 653M: Michal Simek <michal.simek@amd.com>
84c7204b 654S: Maintained
a3bbd0b9 655T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
274ccb5b 656F: arch/arm/mach-zynqmp/
3d14228f 657F: drivers/clk/clk_zynqmp.c
14723ed5 658F: driver/firmware/firmware-zynqmp.c
8ae3d0b5 659F: drivers/fpga/zynqpl.c
15efe0f3 660F: drivers/gpio/gpio_slg7xl45106.c
8ae3d0b5 661F: drivers/gpio/zynq_gpio.c
3b441cf4 662F: drivers/gpio/zynqmp_gpio_modepin.c
8ae3d0b5
MS
663F: drivers/i2c/i2c-cdns.c
664F: drivers/i2c/muxes/pca954x.c
665F: drivers/i2c/zynq_i2c.c
660b0c77 666F: drivers/mailbox/zynqmp-ipi.c
8ae3d0b5 667F: drivers/mmc/zynq_sdhci.c
a430fa06 668F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
669F: drivers/net/phy/xilinx_phy.c
670F: drivers/net/zynq_gem.c
1d78d683 671F: drivers/phy/phy-zynqmp.c
e0283cbd 672F: drivers/power/domain/zynqmp-power-domain.c
fb92cc2c 673F: drivers/pwm/pwm-cadence-ttc.c
8ae3d0b5 674F: drivers/serial/serial_zynq.c
3f123b74 675F: drivers/reset/reset-zynqmp.c
1f065e8f 676F: drivers/rtc/zynqmp_rtc.c
a890a53a 677F: drivers/soc/soc_xilinx_zynqmp.c
8ae3d0b5
MS
678F: drivers/spi/zynq_qspi.c
679F: drivers/spi/zynq_spi.c
72c37d12 680F: drivers/timer/cadence-ttc.c
b66d7af4 681F: drivers/video/seps525.c
8ae3d0b5 682F: drivers/watchdog/cdns_wdt.c
23e7e6b6 683F: include/zynqmppl.h
009ab7b9 684F: include/zynqmp_firmware.h
b123aff2 685F: tools/zynqmp*
2570e129 686N: ultra96
8ae3d0b5 687N: zynqmp
84c7204b 688
1d6c54ec 689ARM ZYNQMP R5
fcbdd7a0 690M: Michal Simek <michal.simek@amd.com>
1d6c54ec 691S: Maintained
a3bbd0b9 692T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1d6c54ec
MS
693F: arch/arm/mach-zynqmp-r5/
694
e3aafef4 695ARM PHYTIUM
696M: liuhao <liuhao@phytium.com.cn>
697M: shuyiqi <shuyiqi@phytium.com.cn>
698S: Maintained
699F: drivers/pci/pcie_phytium.c
700F: arch/arm/dts/phytium-durian.dts
701
bb48470d
SG
702BINMAN
703M: Simon Glass <sjg@chromium.org>
06c73e37 704M: Alper Nebi Yasak <alpernebiyasak@gmail.com>
bb48470d
SG
705S: Maintained
706F: tools/binman/
707
9d260253
SG
708BOOTDEVICE
709M: Simon Glass <sjg@chromium.org>
710S: Maintained
201417d7 711F: boot/bootdev*.c
a8f5be17
SG
712F: boot/bootflow.c
713F: boot/bootmeth*.c
ef5e3891 714F: boot/bootstd.c
5d053cca 715F: cmd/bootdev.c
31aefaf8 716F: cmd/bootflow.c
e7b2ce19
SG
717F: doc/develop/bootstd.rst
718F: doc/usage/bootdev.rst
719F: doc/usage/bootflow.rst
720F: doc/usage/bootmeth.rst
b8aa463e 721F: drivers/mmc/mmc_bootdev.c
31aefaf8 722F: include/bootdev.h
9d260253 723F: include/bootflow.h
a950d31a 724F: include/bootmeth.h
201417d7 725F: include/bootstd.h
4fd8d077 726F: net/eth_bootdevice.c
fb1451be 727F: test/boot/
9d260253 728
3e29bd26
MB
729BTRFS
730M: Marek Behun <marek.behun@nic.cz>
b737c822
QW
731R: Qu Wenruo <wqu@suse.com>
732L: linux-btrfs@vger.kernel.org
3e29bd26
MB
733S: Maintained
734F: cmd/btrfs.c
735F: fs/btrfs/
736F: include/btrfs.h
737
00f141cc
DS
738BUILDMAN
739M: Simon Glass <sjg@chromium.org>
740S: Maintained
741F: tools/buildman/
742
743CFI FLASH
744M: Stefan Roese <sr@denx.de>
745S: Maintained
a3bbd0b9 746T: git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git
c4c2e141
SR
747F: drivers/mtd/cfi_flash.c
748F: drivers/mtd/jedec_flash.c
00f141cc 749
37d73373
LM
750CLOCK
751M: Lukasz Majewski <lukma@denx.de>
4469d3b4 752M: Sean Anderson <seanga2@gmail.com>
37d73373 753S: Maintained
a3bbd0b9 754T: git https://source.denx.de/u-boot/custodians/u-boot-clk.git
37d73373
LM
755F: drivers/clk/
756F: drivers/clk/imx/
757
00f141cc 758COLDFIRE
08ae21af 759M: Huan Wang <alison.wang@nxp.com>
82ebb7e5 760M: Angelo Dureghello <angelo@sysam.it>
00f141cc 761S: Maintained
a3bbd0b9 762T: git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
00f141cc 763F: arch/m68k/
ee67ec98 764F: doc/arch/m68k.rst
00f141cc
DS
765
766DFU
56acf018 767M: Lukasz Majewski <lukma@denx.de>
00f141cc 768S: Maintained
a3bbd0b9 769T: git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
d4c9a908
LM
770F: cmd/dfu.c
771F: cmd/usb_*.c
772F: common/dfu.c
773F: common/update.c
774F: common/usb_storage.c
f4c1f705 775F: doc/api/dfu.rst
75d48d11 776F: doc/usage/dfu.rst
00f141cc 777F: drivers/dfu/
55ca6138 778F: drivers/usb/gadget/
f4c1f705 779F: include/dfu.h
00f141cc
DS
780
781DRIVER MODEL
782M: Simon Glass <sjg@chromium.org>
783S: Maintained
a3bbd0b9 784T: git https://source.denx.de/u-boot/custodians/u-boot-dm.git
51028db1 785F: doc/driver-model/
00f141cc
DS
786F: drivers/core/
787F: include/dm/
788F: test/dm/
789
91aa8476
SG
790EFI APP
791M: Simon Glass <sjg@chromium.org>
792M: Heinrich Schuchardt <xypron.glpk@gmx.de>
793S: Maintained
794W: https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html
e16c47fa
SG
795F: board/efi/efi-x86_app
796F: configs/efi-x86_app*
797F: doc/develop/uefi/u-boot_on_efi.rst
42b7f421
SG
798F: drivers/block/efi-media-uclass.c
799F: drivers/block/sb_efi_media.c
91aa8476 800F: lib/efi/efi_app.c
6b2f8290 801F: scripts/build-efi.sh
42b7f421 802F: test/dm/efi_media.c
91aa8476 803
e4a7394a 804EFI PAYLOAD
7590f907 805M: Heinrich Schuchardt <xypron.glpk@gmx.de>
e4a7394a 806S: Maintained
a3bbd0b9 807T: git https://source.denx.de/u-boot/custodians/u-boot-efi.git
080cc0b1 808F: doc/api/efi.rst
d75f48a8 809F: doc/develop/uefi/*
118a0ecd 810F: doc/mkeficapsule.1
0c1b71cd 811F: doc/usage/bootefi.rst
87e9963d 812F: drivers/rtc/emul_rtc.c
5b2118a2 813F: include/capitalization.h
1db6ab28 814F: include/charset.h
0bc4b0da
HS
815F: include/cp1250.h
816F: include/cp437.h
623b3a57 817F: include/efi*
268ec6e0
HS
818F: include/pe.h
819F: include/asm-generic/pe.h
0b8a88ab 820F: lib/charset.c
bc0bd77e 821F: lib/efi*/
ae54b946 822F: test/lib/efi_*
623b3a57 823F: test/py/tests/test_efi*
661c02ce 824F: test/py/tests/test_efi*/
f11a164b 825F: test/unicode_ut.c
e4a7394a 826F: cmd/bootefi.c
59df7e7e 827F: cmd/efidebug.c
49d81fdf 828F: cmd/nvedit_efi.c
77504ee6 829F: tools/efivar.py
ac020196 830F: tools/file2include.c
77cae565 831F: tools/mkeficapsule.c
e4a7394a 832
e4acbe4e
IA
833EFI VARIABLES VIA OP-TEE
834M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
835S: Maintained
836F: lib/efi_loader/efi_variable_tee.c
837F: include/mm_communication.h
838
2800540d
JH
839ENVIRONMENT
840M: Joe Hershberger <joe.hershberger@ni.com>
841R: Wolfgang Denk <wd@denx.de>
842S: Maintained
843F: env/
844F: include/env*
845F: test/env/
846F: tools/env*
847F: tools/mkenvimage.c
848
86b9c3e4
SG
849ENVIRONMENT AS TEXT
850M: Simon Glass <sjg@chromium.org>
851R: Wolfgang Denk <wd@denx.de>
852S: Maintained
853F: doc/usage/environment.rst
854F: scripts/env2string.awk
855
830613f8
HJ
856EROFS
857M: Huang Jianan <jnhuang95@gmail.com>
858L: linux-erofs@lists.ozlabs.org
859S: Maintained
739941e1 860F: cmd/erofs.c
830613f8
HJ
861F: fs/erofs/
862F: include/erofs.h
2c30aa3d 863F: test/py/tests/test_fs/test_erofs.py
830613f8 864
87a5d1b5
SG
865EVENTS
866M: Simon Glass <sjg@chromium.org>
867S: Maintained
c81b460c 868F: cmd/event.c
87a5d1b5
SG
869F: common/event.c
870F: include/event.h
9de3773a 871F: scripts/event_dump.py
7d02645f 872F: test/common/event.c
9de3773a 873F: test/py/tests/test_event_dump.py
87a5d1b5 874
7d3bebb2
SA
875FASTBOOT
876S: Orphaned
877F: cmd/fastboot.c
878F: doc/android/fastboot*.rst
879F: include/fastboot.h
880F: include/fastboot-internal.h
881F: include/net/fastboot.h
882F: drivers/fastboot/
883F: drivers/usb/gadget/f_fastboot.c
884F: net/fastboot.c
885F: test/dm/fastboot.c
886
7e16342b 887FPGA
fcbdd7a0 888M: Michal Simek <michal.simek@amd.com>
7e16342b 889S: Maintained
a3bbd0b9 890T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
7e16342b
MS
891F: drivers/fpga/
892F: cmd/fpga.c
893F: include/fpga.h
894
00f141cc
DS
895FLATTENED DEVICE TREE
896M: Simon Glass <sjg@chromium.org>
897S: Maintained
a3bbd0b9 898T: git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
00f141cc
DS
899F: lib/fdtdec*
900F: lib/libfdt/
901F: include/fdt*
18fa6230 902F: include/linux/libfdt*
643f8d4c 903F: cmd/fdt.c
00f141cc 904F: common/fdt_support.c
d7faa082 905F: scripts/dtc-version.sh
00f141cc
DS
906
907FREEBSD
908M: Rafal Jaworowski <raj@semihalf.com>
909S: Maintained
a3bbd0b9 910T: git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
00f141cc
DS
911
912FREESCALE QORIQ
87d5b225 913M: Priyanka Jain <priyanka.jain@nxp.com>
00f141cc 914S: Maintained
a3bbd0b9 915T: git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
0652d9fb 916F: drivers/watchdog/sp805_wdt.c
f27d73e9 917F: drivers/watchdog/sbsa_gwdt.c
00f141cc 918
8479b9e6
TH
919GATEWORKS_SC
920M: Tim Harvey <tharvey@gateworks.com>
921S: Maintained
922F: drivers/misc/gsc.c
923F: include/gsc.h
924
00f141cc
DS
925I2C
926M: Heiko Schocher <hs@denx.de>
927S: Maintained
a3bbd0b9 928T: git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
00f141cc
DS
929F: drivers/i2c/
930
6c963324
MB
931KWBIMAGE / KWBOOT TOOLS
932M: Pali Rohár <pali@kernel.org>
933M: Marek Behún <marek.behun@nic.cz>
934M: Stefan Roese <sr@denx.de>
935S: Maintained
936T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
937F: doc/README.kwbimage
938F: doc/kwboot.1
939F: tools/kwb*
940
067cfc1c
IV
941LED
942M: Ivan Vozvakhov <i.vozvakhov@vk.team>
943S: Supported
944F: doc/device-tree-bindings/leds/leds-pwm.txt
945F: drivers/led/led_pwm.c
946
e9c8d49d
SG
947LOGGING
948M: Simon Glass <sjg@chromium.org>
949S: Maintained
a3bbd0b9 950T: git https://source.denx.de/u-boot/u-boot.git
befadde0 951F: common/log*
e9c8d49d 952F: cmd/log.c
a7813918 953F: doc/develop/logging.rst
e405efcf 954F: include/log.h
72eda507 955F: lib/getopt.c
395041b2 956F: test/log/
20faa27c 957F: test/py/tests/test_log.py
e9c8d49d 958
c1a65a8c
LD
959MALI DISPLAY PROCESSORS
960M: Liviu Dudau <liviu.dudau@foss.arm.com>
961S: Supported
962T: git git://github.com/ARM-software/u-boot.git
963F: drivers/video/mali_dp.c
e3bc4bb8 964F: drivers/i2c/i2c-versatile.c
c1a65a8c 965
00f141cc
DS
966MICROBLAZE
967M: Michal Simek <monstr@monstr.eu>
968S: Maintained
a3bbd0b9 969T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
00f141cc 970F: arch/microblaze/
8ae3d0b5
MS
971F: cmd/mfsl.c
972F: drivers/gpio/xilinx_gpio.c
973F: drivers/net/xilinx_axi_emac.c
974F: drivers/net/xilinx_emaclite.c
975F: drivers/serial/serial_xuartlite.c
976F: drivers/spi/xilinx_spi.c
0d832b32 977F: drivers/sysreset/sysreset_gpio.c
8ae3d0b5
MS
978F: drivers/watchdog/xilinx_tb_wdt.c
979N: xilinx
00f141cc
DS
980
981MIPS
982M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
983S: Maintained
a3bbd0b9 984T: git https://source.denx.de/u-boot/custodians/u-boot-mips.git
00f141cc
DS
985F: arch/mips/
986
800775eb
AN
987MIPS CORTINA ACCESS CAxxxx
988M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
989S: Supported
990F: board/cortina/common/
991F: drivers/gpio/cortina_gpio.c
992F: drivers/watchdog/cortina_wdt.c
993F: drivers/serial/serial_cortina.c
047e31ed 994F: drivers/led/led_cortina.c
d55e4e74 995F: drivers/mmc/ca_dw_mmc.c
24f27942 996F: drivers/spi/ca_sflash.c
7f5ea250
AL
997F: drivers/i2c/i2c-cortina.c
998F: drivers/i2c/i2c-cortina.h
febe13b4
AT
999F: drivers/net/cortina_ni.c
1000F: drivers/net/cortina_ni.h
a70d7b01 1001F: drivers/net/phy/ca_phy.c
800775eb 1002
9f03585e
WG
1003MIPS MEDIATEK
1004M: Weijie Gao <weijie.gao@mediatek.com>
1005R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
1006S: Maintained
1007F: arch/mips/mach-mtmips/
1008F: arch/mips/dts/mt7620.dtsi
1009F: arch/mips/dts/mt7620-u-boot.dtsi
1010F: include/configs/mt7620.h
1011F: include/dt-bindings/clock/mt7620-clk.h
1012F: include/dt-bindings/clock/mt7628-clk.h
1013F: include/dt-bindings/reset/mt7620-reset.h
1014F: include/dt-bindings/reset/mt7628-reset.h
1015F: drivers/clk/mtmips/
1016F: drivers/pinctrl/mtmips/
1017F: drivers/gpio/mt7620_gpio.c
1018F: drivers/net/mt7620-eth.c
1019F: drivers/phy/mt7620-usb-phy.c
1020F: drivers/reset/reset-mtmips.c
1021F: drivers/serial/serial_mt7620.c
1022F: drivers/spi/mt7620_spi.c
1023F: drivers/sysreset/sysreset_resetctl.c
1024F: drivers/watchdog/mt7620_wdt.c
1025
dd1033e4
GC
1026MIPS MSCC
1027M: Gregory CLEMENT <gregory.clement@bootlin.com>
1028M: Lars Povlsen <lars.povlsen@microchip.com>
1029M: Horatiu Vultur <horatiu.vultur@microchip.com>
1030S: Maintained
1031F: arch/mips/mach-mscc/
f8c8cedd 1032F: arch/mips/dts/luton*
6787c1ec
GC
1033F: arch/mips/dts/mscc*
1034F: arch/mips/dts/ocelot*
d1182056 1035F: arch/mips/dts/jr2*
393b77d8 1036F: arch/mips/dts/serval*
6787c1ec
GC
1037F: board/mscc/
1038F: configs/mscc*
be8313fe 1039F: drivers/gpio/mscc_sgpio.c
fd6e0b05 1040F: drivers/spi/mscc_bb_spi.c
6787c1ec 1041F: include/configs/vcoreiii.h
8c211af8 1042F: include/dt-bindings/mscc/
051de9b3 1043F: drivers/pinctrl/mscc/
4c66157f 1044F: drivers/net/mscc_eswitch/
dd1033e4 1045
cd71b1d5
PB
1046MIPS JZ4780
1047M: Ezequiel Garcia <ezequiel@collabora.com>
1048S: Maintained
1049F: arch/mips/mach-jz47xx/
1050
0dc4ab9c
AW
1051MIPS Octeon
1052M: Aaron Williams <awilliams@marvell.com>
1053S: Maintained
1054F: arch/mips/mach-octeon/
1055F: arch/mips/include/asm/arch-octeon/
ff7e4f03 1056F: arch/mips/dts/mrvl,cn73xx.dtsi
0dc4ab9c 1057
00f141cc 1058MMC
16a6d510 1059M: Peng Fan <peng.fan@nxp.com>
af8e2d47 1060M: Jaehoon Chung <jh80.chung@samsung.com>
00f141cc 1061S: Maintained
a3bbd0b9 1062T: git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
00f141cc
DS
1063F: drivers/mmc/
1064
4ef17f9c 1065NAND FLASH
9f8aba7a
TR
1066#M: Scott Wood <oss@buserror.net>
1067S: Orphaned (Since 2018-07)
a3bbd0b9 1068T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
a430fa06 1069F: drivers/mtd/nand/raw/
4ef17f9c 1070
b7d6e0ab
HS
1071NETWORK
1072M: Joe Hershberger <joe.hershberger@ni.com>
9644bd0d 1073M: Ramon Fried <rfried.dev@gmail.com>
b7d6e0ab 1074S: Maintained
a3bbd0b9 1075T: git https://source.denx.de/u-boot/custodians/u-boot-net.git
b7d6e0ab 1076F: drivers/net/
69fbf238 1077F: include/net.h
b7d6e0ab
HS
1078F: net/
1079
4ef17f9c
HS
1080NIOS
1081M: Thomas Chou <thomas@wytron.com.tw>
1082S: Maintained
a3bbd0b9 1083T: git https://source.denx.de/u-boot/custodians/u-boot-nios.git
4ef17f9c
HS
1084F: arch/nios2/
1085
f68d5a66
BM
1086NVMe
1087M: Bin Meng <bmeng.cn@gmail.com>
1088S: Maintained
1089F: drivers/nvme/
1090F: cmd/nvme.c
1091F: include/nvme.h
1092F: doc/develop/driver-model/nvme.rst
1093
3ef2050a
RPNO
1094NXP C45 TJA11XX PHY DRIVER
1095M: Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
1096S: Maintained
1097F: drivers/net/phy/nxp-c45-tja11xx.c
1098
4ef17f9c
HS
1099ONENAND
1100#M: Lukasz Majewski <l.majewski@majess.pl>
1101S: Orphaned (Since 2017-01)
a3bbd0b9 1102T: git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
4ef17f9c
HS
1103F: drivers/mtd/onenand/
1104
3675ac08
OK
1105OUT4-IMX6ULL-NANO BOARD
1106M: Oleh Kravchenko <oleg@kaa.org.ua>
1107S: Maintained
1108T: git https://github.com/Oleh-Kravchenko/u-boot-out4.git
1180baec 1109F: arch/arm/dts/ev-imx280-nano-x-mb.dts
3675ac08
OK
1110F: arch/arm/dts/o4-imx-nano.dts
1111F: arch/arm/dts/o4-imx6ull-nano.dtsi
1112F: board/out4
1180baec 1113F: configs/ev-imx280-nano-x-mb_defconfig
3675ac08
OK
1114F: configs/o4-imx6ull-nano_defconfig
1115F: include/configs/o4-imx6ull-nano.h
1116
00f141cc
DS
1117PATMAN
1118M: Simon Glass <sjg@chromium.org>
1119S: Maintained
1120F: tools/patman/
1121
914026d2
RF
1122PCI Endpoint
1123M: Ramon Fried <rfried.dev@gmail.com>
1124S: Maintained
1125F: drivers/pci_endpoint/
1126F: include/pci_ep.h
1127
b61cbbdc
HS
1128PCI MPC85xx
1129M: Heiko Schocher <hs@denx.de>
1130S: Maintained
1131F: drivers/pci/pci_mpc85xx.c
1132
4ef17f9c
HS
1133POWER
1134M: Jaehoon Chung <jh80.chung@samsung.com>
1135S: Maintained
a3bbd0b9 1136T: git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
4ef17f9c
HS
1137F: drivers/power/
1138
00f141cc
DS
1139POWERPC
1140M: Wolfgang Denk <wd@denx.de>
1141S: Maintained
1142F: arch/powerpc/
1143
00f141cc 1144POWERPC MPC8XX
12ff1a8d 1145M: Christophe Leroy <christophe.leroy@csgroup.eu>
00f141cc 1146S: Maintained
a3bbd0b9 1147T: git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
00f141cc
DS
1148F: arch/powerpc/cpu/mpc8xx/
1149
00f141cc 1150POWERPC MPC83XX
e5ed4c3e 1151M: Mario Six <mario.six@gdsys.cc>
1152S: Maintained
a3bbd0b9 1153T: git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git
e4061556
MS
1154F: drivers/ram/mpc83xx_sdram.c
1155F: include/dt-bindings/memory/mpc83xx-sdram.h
76fdad1f
MS
1156F: drivers/sysreset/sysreset_mpc83xx.c
1157F: drivers/sysreset/sysreset_mpc83xx.h
07d538d2
MS
1158F: drivers/clk/mpc83xx_clk.c
1159F: drivers/clk/mpc83xx_clk.h
1160F: include/dt-bindings/clk/mpc83xx-clk.h
2c21749d 1161F: drivers/timer/mpc83xx_timer.c
19fbdca4
MS
1162F: drivers/cpu/mpc83xx_cpu.c
1163F: drivers/cpu/mpc83xx_cpu.h
d2166319 1164F: drivers/misc/mpc83xx_serdes.c
00f141cc
DS
1165F: arch/powerpc/cpu/mpc83xx/
1166F: arch/powerpc/include/asm/arch-mpc83xx/
1167
1168POWERPC MPC85XX
87d5b225 1169M: Priyanka Jain <priyanka.jain@nxp.com>
00f141cc 1170S: Maintained
a3bbd0b9 1171T: git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
00f141cc
DS
1172F: arch/powerpc/cpu/mpc85xx/
1173
f94c44e5
RC
1174RISC-V
1175M: Rick Chen <rick@andestech.com>
c0c80e78 1176M: Leo <ycliang@andestech.com>
f94c44e5 1177S: Maintained
a3bbd0b9 1178T: git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
f94c44e5 1179F: arch/riscv/
dab8788a 1180F: cmd/riscv/
9c6d0509 1181F: doc/usage/sbi.rst
24ed5317 1182F: drivers/sysreset/sysreset_sbi.c
79b135f1 1183F: drivers/timer/andes_plmt_timer.c
47d7e3b5 1184F: drivers/timer/sifive_clint_timer.c
f94c44e5
RC
1185F: tools/prelink-riscv.c
1186
fd426b31 1187RISC-V CANAAN KENDRYTE K210
f9c7d4f9
SA
1188M: Sean Anderson <seanga2@gmail.com>
1189S: Maintained
fd426b31
DLM
1190F: doc/device-tree-bindings/mfd/canaan,k210-sysctl.txt
1191F: doc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt
1192F: drivers/clk/clk_k210.c
1193F: drivers/pinctrl/pinctrl-k210.c
1194F: include/k210/
f9c7d4f9 1195
3e635983
SG
1196RNG
1197M: Sughosh Ganu <sughosh.ganu@linaro.org>
1198R: Heinrich Schuchardt <xypron.glpk@gmx.de>
1199S: Maintained
1200F: cmd/rng.c
c7ff87e0 1201F: doc/api/rng.rst
3e635983
SG
1202F: drivers/rng/
1203F: drivers/virtio/virtio_rng.c
1204F: include/rng.h
1205
4ef17f9c
HS
1206ROCKUSB
1207M: Eddie Cai <eddie.cai.linux@gmail.com>
1208S: Maintained
1209F: drivers/usb/gadget/f_rockusb.c
1210F: cmd/rockusb.c
1211F: doc/README.rockusb
1212
00f141cc
DS
1213SANDBOX
1214M: Simon Glass <sjg@chromium.org>
1215S: Maintained
1216F: arch/sandbox/
b0b3524d 1217F: doc/arch/sandbox.rst
7f0f1806 1218F: include/dt-bindings/*/sandbox*.h
00f141cc 1219
c8f4cc95
SA
1220SEMIHOSTING
1221R: Sean Anderson <sean.anderson@seco.com>
1222S: Orphaned
1223N: semihosting
1224
f4f8d8bb
RG
1225SETEXPR
1226M: Roland Gaudig <roland.gaudig@weidmueller.com>
1227S: Maintained
1228F: cmd/printf.c
236d39bd 1229F: doc/usage/setexpr.rst
f4f8d8bb 1230
00f141cc 1231SH
d04ecc4c 1232M: Marek Vasut <marek.vasut+renesas@gmail.com>
00f141cc
DS
1233M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1234S: Maintained
a3bbd0b9 1235T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
00f141cc
DS
1236F: arch/sh/
1237
42595eb7
MW
1238SL28CLPD
1239M: Michael Walle <michael@walle.cc>
1240S: Maintained
07d6cb93 1241F: drivers/gpio/sl28cpld-gpio.c
42595eb7 1242F: drivers/misc/sl28cpld.c
f606c9a8 1243F: drivers/watchdog/sl28cpld-wdt.c
42595eb7 1244
00f141cc 1245SPI
59aea29a 1246M: Jagan Teki <jagan@amarulasolutions.com>
00f141cc 1247S: Maintained
a3bbd0b9 1248T: git https://source.denx.de/u-boot/custodians/u-boot-spi.git
00f141cc
DS
1249F: drivers/spi/
1250F: include/spi*
1251
4d40e009 1252SPI-NOR
59aea29a 1253M: Jagan Teki <jagan@amarulasolutions.com>
4d40e009
V
1254M: Vignesh R <vigneshr@ti.com>
1255S: Maintained
1256F: drivers/mtd/spi/
1257F: include/spi_flash.h
1258F: include/linux/mtd/cfi.h
1259F: include/linux/mtd/spi-nor.h
1260
e721e981
MK
1261SPMI
1262M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
1263S: Maintained
1264F: drivers/spmi/
1265F: include/spmi/
1266
c5100613
JMC
1267SQUASHFS
1268M: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
42ef2edc 1269R: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
c4d0384a 1270R: Miquel Raynal <miquel.raynal@bootlin.com>
c5100613
JMC
1271S: Maintained
1272F: fs/squashfs/
1273F: include/sqfs.h
bba604b6 1274F: cmd/sqfs.c
f428e33b 1275F: test/py/tests/test_fs/test_squashfs/
c5100613 1276
4e9bce12
JP
1277STACKPROTECTOR
1278M: Joel Peshkin <joel.peshkin@broadcom.com>
1279S: Maintained
1280F: common/stackprot.c
1281F: cmd/stackprot_test.c
1282F: test/py/tests/test_stackprotector.py
1283
1c085cc6
RK
1284TARGET_BCMNS3
1285M: Bharat Gooty <bharat.gooty@broadcom.com>
1286M: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
1287S: Maintained
1288F: board/broadcom/bcmns3/
1289F: doc/README.bcmns3
1290F: configs/bcm_ns3_defconfig
1291F: include/configs/bcm_ns3.h
1292F: include/dt-bindings/memory/bcm-ns3-mc.h
1293F: arch/arm/Kconfig
1294F: arch/arm/dts/ns3-board.dts
1295F: arch/arm/dts/ns3.dtsi
1296F: arch/arm/cpu/armv8/bcmns3
1297F: arch/arm/include/asm/arch-bcmns3/
975d2a69
RK
1298F: cmd/broadcom/Makefile
1299F: cmd/broadcom/chimp_boot.c
1300F: cmd/broadcom/nitro_image_load.c
1301F: cmd/broadcom/chimp_handshake.c
1c085cc6 1302
055da186
LD
1303TDA19988 HDMI ENCODER
1304M: Liviu Dudau <liviu.dudau@foss.arm.com>
1305S: Maintained
1306F: drivers/video/tda19988.c
1307
4e2fdf45
AD
1308TI SYSTEM SECURITY
1309M: Andrew F. Davis <afd@ti.com>
1310S: Supported
1311F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4e2fdf45
AD
1312F: arch/arm/mach-omap2/sec-common.c
1313F: arch/arm/mach-omap2/config_secure.mk
3a543a80 1314F: arch/arm/mach-k3/security.c
50836967 1315F: arch/arm/mach-k3/config_secure.mk
a42eee12 1316F: configs/am335x_hs_evm_defconfig
c2dca337 1317F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45
AD
1318F: configs/am43xx_hs_evm_defconfig
1319F: configs/am57xx_hs_evm_defconfig
995985c1 1320F: configs/am57xx_hs_evm_usb_defconfig
4e2fdf45 1321F: configs/dra7xx_hs_evm_defconfig
83ae6475 1322F: configs/dra7xx_hs_evm_usb_defconfig
8a707baf
LV
1323F: configs/k2hk_hs_evm_defconfig
1324F: configs/k2e_hs_evm_defconfig
1325F: configs/k2g_hs_evm_defconfig
f274f265 1326F: configs/k2l_hs_evm_defconfig
0a4b11b0
AD
1327F: configs/am65x_hs_evm_r5_defconfig
1328F: configs/am65x_hs_evm_a53_defconfig
9bc97792
AD
1329F: configs/j721e_hs_evm_r5_defconfig
1330F: configs/j721e_hs_evm_a72_defconfig
4e2fdf45 1331
2a10e06e
IA
1332TPM DRIVERS
1333M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
1334S: Maintained
1335F: drivers/tpm/
1336
00f141cc 1337TQ GROUP
3a53aba3
BM
1338#M: Martin Krause <martin.krause@tq-systems.de>
1339S: Orphaned (Since 2016-02)
00f141cc
DS
1340T: git git://git.denx.de/u-boot-tq-group.git
1341
9ff4a311
JW
1342TEE
1343M: Jens Wiklander <jens.wiklander@linaro.org>
1344S: Maintained
1345F: drivers/tee/
1346F: include/tee.h
1cc8cc4e 1347F: include/tee/
9ff4a311 1348
5fbc667d
BD
1349TEE-lib
1350M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
1351S: Maintained
1352F: lib/optee
1353
00f141cc
DS
1354UBI
1355M: Kyungmin Park <kmpark@infradead.org>
69337a9d 1356M: Heiko Schocher <hs@denx.de>
00f141cc 1357S: Maintained
a3bbd0b9 1358T: git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
00f141cc
DS
1359F: drivers/mtd/ubi/
1360
7feafb0a
FA
1361UFS
1362M: Faiz Abbas <faiz_abbas@ti.com>
1363S: Maintained
1364F: drivers/ufs/
1365
00f141cc
DS
1366USB
1367M: Marek Vasut <marex@denx.de>
1368S: Maintained
a3bbd0b9 1369T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git
00f141cc 1370F: drivers/usb/
5c7fa84f
HS
1371F: common/usb.c
1372F: common/usb_kbd.c
cb11eed2 1373F: include/usb.h
00f141cc 1374
c0c5f910
BM
1375USB xHCI
1376M: Bin Meng <bmeng.cn@gmail.com>
1377S: Maintained
a3bbd0b9 1378T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
c0c5f910 1379F: drivers/usb/host/xhci*
1708a123 1380F: include/usb/xhci.h
c0c5f910 1381
00f141cc
DS
1382VIDEO
1383M: Anatolij Gustschin <agust@denx.de>
1384S: Maintained
a3bbd0b9 1385T: git https://source.denx.de/u-boot/custodians/u-boot-video.git
00f141cc 1386F: drivers/video/
c967fb78
AG
1387F: common/lcd*.c
1388F: include/lcd*.h
9cdbc906 1389F: include/video*.h
00f141cc 1390
200fdd3b
BM
1391VirtIO
1392M: Bin Meng <bmeng.cn@gmail.com>
1393S: Maintained
1394F: drivers/virtio/
1395F: cmd/virtio.c
1396F: include/config/virtio/
1397F: include/config/virtio.h
1398F: include/config/cmd/virtio.h
1399F: include/virtio*.h
1400F: test/dm/virtio.c
1401F: doc/develop/driver-model/virtio.rst
1402
a12366a8
SR
1403WATCHDOG
1404M: Stefan Roese <sr@denx.de>
1405S: Maintained
1406T: git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
1407F: cmd/wdt.c
1408F: drivers/watchdog/
1409F: include/watchdog*.h
1410
00f141cc
DS
1411X86
1412M: Simon Glass <sjg@chromium.org>
dc5210a2 1413M: Bin Meng <bmeng.cn@gmail.com>
00f141cc 1414S: Maintained
a3bbd0b9 1415T: git https://source.denx.de/u-boot/custodians/u-boot-x86.git
00f141cc 1416F: arch/x86/
dab8788a 1417F: cmd/x86/
00f141cc 1418
607274f7 1419XEN
800f0d05 1420M: Anastasiia Lukianenko <vicooodin@gmail.com>
607274f7
AL
1421M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
1422S: Maintained
1423F: arch/arm/cpu/armv8/xen/
1424F: arch/arm/include/asm/xen.h
1425F: arch/arm/include/asm/xen/
1426F: cmd/pvblock.c
1427F: drivers/serial/serial_xen.c
1428F: drivers/xen/
1429F: include/pvblock.h
1430F: include/xen/
1431F: include/xen.h
1432F: lib/sscanf.c
1433F: test/lib/sscanf.c
1434
de5e5cea
CZ
1435XTENSA
1436M: Max Filippov <jcmvbkbc@gmail.com>
1437S: Maintained
1438F: arch/xtensa/
1439
00f141cc 1440THE REST
4e34d610 1441M: Tom Rini <trini@konsulko.com>
00f141cc
DS
1442L: u-boot@lists.denx.de
1443Q: http://patchwork.ozlabs.org/project/uboot/list/
1444S: Maintained
a3bbd0b9 1445T: git https://source.denx.de/u-boot/u-boot.git
80870e2a 1446F: configs/tools-only_defconfig
00f141cc
DS
1447F: *
1448F: */
6a8829ae
GJ
1449
1450CAAM
1451M: Gaurav Jain <gaurav.jain@nxp.com>
1452S: Maintained
1453F: drivers/crypto/fsl/
1454F: include/fsl_sec.h