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