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