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