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