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