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