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