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