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