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