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