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