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