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