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