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