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