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