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