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