]> Git Repo - u-boot.git/blame - MAINTAINERS
remoteproc: ipu: Add driver to bring up ipu
[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 <[email protected]>
55S: Maintained
56F: cmd/acpi.c
57F: lib/acpi/
58
0d6c7c60
IO
59ANDROID AB
60M: Igor Opaniuk <[email protected]>
0c0859cf 61R: Sam Protsenko <[email protected]>
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 <[email protected]>
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 <[email protected]>
4006200d 81M: Eugeniy Paltsev <[email protected]>
00f141cc 82S: Maintained
4006200d 83L: [email protected]
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 <[email protected]>
90S: Maintained
91L: [email protected]
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 <[email protected]>
98S: Maintained
99L: [email protected]
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 <[email protected]>
105S: Maintained
106L: [email protected]
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 <[email protected]>
112S: Maintained
113L: [email protected]
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 <[email protected]>
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
b814e000 124F: drivers/pinctrl/pinctrl-apple.c
ee327d1d 125F: drivers/watchdog/apple_wdt.c
003b657e
MK
126F: include/configs/apple.h
127
00f141cc 128ARM
2ada73ea 129M: Tom Rini <[email protected]>
00f141cc 130S: Maintained
a3bbd0b9 131T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git
00f141cc 132F: arch/arm/
dab8788a 133F: cmd/arm/
00f141cc 134
d8540a16
PM
135ARM ALTERA SOCFPGA
136M: Marek Vasut <[email protected]>
a339f524 137M: Simon Goldschmidt <[email protected]>
d3cffc83
LFT
138M: Tien Fong Chee <[email protected]>
139S: Maintained
a3bbd0b9 140T: git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
f22dede2 141F: arch/arm/mach-socfpga/
690c1296 142F: drivers/sysreset/sysreset_socfpga*
d8540a16 143
535d74a8
NA
144ARM AMLOGIC SOC SUPPORT
145M: Neil Armstrong <[email protected]>
146S: Maintained
147L: [email protected]
a3bbd0b9 148T: git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git
535d74a8
NA
149F: arch/arm/mach-meson/
150F: arch/arm/include/asm/arch-meson/
f5abfed8 151F: drivers/clk/meson/
535d74a8
NA
152F: drivers/serial/serial_meson.c
153F: drivers/reset/reset-meson.c
154F: drivers/i2c/meson_i2c.c
155F: drivers/net/phy/meson-gxl.c
156F: drivers/adc/meson-saradc.c
157F: drivers/phy/meson*
158F: drivers/mmc/meson_gx_mmc.c
159F: drivers/spi/meson_spifc.c
160F: drivers/pinctrl/meson/
161F: drivers/power/domain/meson-gx-pwrc-vpu.c
162F: drivers/video/meson/
163F: include/configs/meson64.h
880c0aa9 164F: include/configs/meson64_android.h
9c55f5d1 165F: doc/board/amlogic/
535d74a8
NA
166N: meson
167
aff987c4
CWW
168ARM ASPEED
169M: Ryan Chen <[email protected]>
170M: Chia-Wei Wang <[email protected]>
171R: Aspeed BMC SW team <[email protected]>
172S: Maintained
173F: arch/arm/mach-aspeed/
174F: arch/arm/include/asm/arch-aspeed/
175F: board/aspeed/
176F: drivers/clk/aspeed/
177F: drivers/pinctrl/aspeed/
178N: aspeed
179
02675393 180ARM BROADCOM BCM283X / BCM27XX
3157bbfa 181M: Matthias Brugger <[email protected]>
958d55f2 182S: Maintained
78b7aa45 183F: arch/arm/dts/bcm283*
fe84ebf0 184F: arch/arm/mach-bcm283x/
78b7aa45 185F: board/raspberrypi/
fe84ebf0
SW
186F: drivers/gpio/bcm2835_gpio.c
187F: drivers/mmc/bcm2835_sdhci.c
c8a73a26 188F: drivers/mmc/bcm2835_sdhost.c
fe84ebf0 189F: drivers/serial/serial_bcm283x_mu.c
6001985f 190F: drivers/serial/serial_bcm283x_pl011.c
fe84ebf0
SW
191F: drivers/video/bcm2835.c
192F: include/dm/platform_data/serial_bcm283x_mu.h
78b7aa45 193F: include/dt-bindings/pinctrl/bcm2835.h
caf2233b 194F: drivers/pinctrl/broadcom/
02675393
MB
195F: configs/rpi_*
196T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git
fe84ebf0 197
894c3ad2
TF
198ARM BROADCOM BCMSTB
199M: Thomas Fitzsimmons <[email protected]>
200S: Maintained
201F: arch/arm/mach-bcmstb/
202F: board/broadcom/bcmstb/
3f20321a 203F: configs/bcm7*_defconfig
894c3ad2
TF
204F: doc/README.bcm7xxx
205F: drivers/mmc/bcmstb_sdhci.c
206F: drivers/spi/bcmstb_spi.c
207
800775eb
AN
208ARM CORTINA ACCESS CAxxxx
209M: Alex Nemirovsky <[email protected]>
210S: Supported
211F: board/cortina/common/
212F: drivers/gpio/cortina_gpio.c
213F: drivers/watchdog/cortina_wdt.c
214F: drivers/serial/serial_cortina.c
047e31ed 215F: drivers/led/led_cortina.c
d55e4e74 216F: drivers/mmc/ca_dw_mmc.c
24f27942 217F: drivers/spi/ca_sflash.c
7f5ea250
AL
218F: drivers/i2c/i2c-cortina.c
219F: drivers/i2c/i2c-cortina.h
161df94b
KL
220F: drivers/mtd/nand/raw/cortina_nand.c
221F: drivers/mtd/nand/raw/cortina_nand.h
febe13b4
AT
222F: drivers/net/cortina_ni.c
223F: drivers/net/cortina_ni.h
a70d7b01 224F: drivers/net/phy/ca_phy.c
34a5addb 225F: configs/cortina_presidio-asic-pnand_defconfig
800775eb 226
da1f7997
MB
227ARM/CZ.NIC TURRIS MOX SUPPORT
228M: Marek Behun <[email protected]>
229S: Maintained
230F: arch/arm/dts/armada-3720-turris-mox.dts
231F: board/CZ.NIC/
232F: configs/turris_*_defconfig
233F: include/configs/turris_*.h
234
00f141cc
DS
235ARM FREESCALE IMX
236M: Stefano Babic <[email protected]>
73127e90 237M: Fabio Estevam <[email protected]>
d17b0bed 238R: NXP i.MX U-Boot Team <[email protected]>
00f141cc 239S: Maintained
a3bbd0b9 240T: git https://source.denx.de/u-boot/custodians/u-boot-imx.git
00f141cc
DS
241F: arch/arm/cpu/arm1136/mx*/
242F: arch/arm/cpu/arm926ejs/mx*/
00f141cc 243F: arch/arm/cpu/armv7/vf610/
6ad85a45 244F: arch/arm/dts/*imx*
552a848e 245F: arch/arm/mach-imx/
00f141cc
DS
246F: arch/arm/include/asm/arch-imx/
247F: arch/arm/include/asm/arch-mx*/
248F: arch/arm/include/asm/arch-vf610/
552a848e 249F: arch/arm/include/asm/mach-imx/
77cbd3a1 250F: board/freescale/*mx*/
00f141cc 251
ae4dc15d
PG
252ARM HISILICON
253M: Peter Griffin <[email protected]>
379e574f 254M: Manivannan Sadhasivam <[email protected]>
ae4dc15d
PG
255S: Maintained
256F: arch/arm/cpu/armv8/hisilicon
0f8525f5 257F: arch/arm/include/asm/arch-hi6220/
379e574f 258F: arch/arm/include/asm/arch-hi3660/
ae4dc15d 259
e479a7d5
RM
260ARM IPQ40XX
261M: Robert Marko <[email protected]>
262M: Luka Kovacic <[email protected]>
263M: Luka Perkov <[email protected]>
264S: Maintained
265F: arch/arm/mach-ipq40xx/
a5fc5873 266F: include/dt-bindings/clock/qcom,ipq4019-gcc.h
8ef7df5d
RM
267F: include/dt-bindings/reset/qcom,ipq4019-reset.h
268F: drivers/reset/reset-ipq4019.c
dec04202 269F: drivers/phy/phy-qcom-ipq4019-usb.c
367ea426 270F: drivers/spi/spi-qup.c
975151d0 271F: drivers/net/mdio-ipq4019.c
033ec636 272F: drivers/rng/msm_rng.c
e479a7d5 273
1579faf5 274ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
f822d857 275M: Stefan Roese <[email protected]>
00f141cc 276S: Maintained
a3bbd0b9 277T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
56f86e39 278F: arch/arm/mach-kirkwood/
f822d857 279F: arch/arm/mach-mvebu/
592b4a7e 280F: drivers/ata/ahci_mvebu.c
1579faf5
SR
281F: drivers/ddr/marvell/
282F: drivers/gpio/mvebu_gpio.c
283F: drivers/spi/kirkwood_spi.c
1579faf5
SR
284F: drivers/pci/pcie_dw_mvebu.c
285F: drivers/watchdog/orion_wdt.c
00f141cc 286
22f69fc7
T
287ARM MARVELL PCIE CONTROLLER DRIVERS
288M: Pali Rohár <[email protected]>
289M: Stefan Roese <[email protected]>
290S: Maintained
291T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
292F: drivers/pci/pci-aardvark.c
293F: drivers/pci/pci_mvebu.c
294
c53a30f0
T
295ARM MARVELL SERIAL DRIVERS
296M: Pali Rohár <[email protected]>
297M: Stefan Roese <[email protected]>
298S: Maintained
299T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
300F: drivers/serial/serial_mvebu_a3700.c
301
00f141cc
DS
302ARM MARVELL PXA
303M: Marek Vasut <[email protected]>
304S: Maintained
a3bbd0b9 305T: git https://source.denx.de/u-boot/custodians/u-boot-pxa.git
00f141cc
DS
306F: arch/arm/cpu/pxa/
307F: arch/arm/include/asm/arch-pxa/
308
a9da9eeb
RL
309ARM MEDIATEK
310M: Ryder Lee <[email protected]>
311M: Weijie Gao <[email protected]>
0cd791ce 312M: Chunfeng Yun <[email protected]>
8702e614 313R: GSS_MTK_Uboot_upstream <[email protected]>
a9da9eeb
RL
314S: Maintained
315F: arch/arm/mach-mediatek/
316F: arch/arm/include/asm/arch-mediatek/
317F: board/mediatek/
c01a7773
CY
318F: doc/device-tree-bindings/phy/phy-mtk-*
319F: doc/device-tree-bindings/usb/mediatek,*
a9da9eeb
RL
320F: doc/README.mediatek
321F: drivers/clk/mediatek/
322F: drivers/mmc/mtk-sd.c
c01a7773 323F: drivers/phy/phy-mtk-*
a9da9eeb
RL
324F: drivers/pinctrl/mediatek/
325F: drivers/power/domain/mtk-power-domain.c
326F: drivers/ram/mediatek/
603fcd16 327F: drivers/spi/mtk_snfi_spi.c
a9da9eeb 328F: drivers/timer/mtk_timer.c
0cd791ce
CY
329F: drivers/usb/host/xhci-mtk.c
330F: drivers/usb/mtu3/
a9da9eeb 331F: drivers/watchdog/mtk_wdt.c
d049ff9c
WG
332F: drivers/net/mtk_eth.c
333F: drivers/reset/reset-mediatek.c
a9da9eeb
RL
334F: tools/mtk_image.c
335F: tools/mtk_image.h
336N: mediatek
337
413ca720
EH
338ARM MICROCHIP/ATMEL AT91
339M: Eugen Hristev <[email protected]>
340S: Maintained
a3bbd0b9 341T: git https://source.denx.de/u-boot/custodians/u-boot-atmel.git
413ca720
EH
342F: arch/arm/mach-at91/
343F: board/atmel/
01c35f26 344F: drivers/cpu/at91_cpu.c
4c49753c 345F: drivers/misc/microchip_flexcom.c
0d58dafd 346F: include/dt-bindings/mfd/atmel-flexcom.h
96b9a5cd 347F: drivers/timer/mchp-pit64b-timer.c
413ca720 348
b39cacc2
SB
349ARM NEXELL S5P4418
350M: Stefan Bosch <[email protected]>
351S: Maintained
352F: arch/arm/cpu/armv7/s5p4418/
353F: arch/arm/dts/s5p4418*
354F: arch/arm/mach-nexell/
355F: board/friendlyarm/
356F: configs/s5p4418_nanopi2_defconfig
357F: doc/README.s5p4418
358F: drivers/gpio/nx_gpio.c
359F: drivers/i2c/nx_i2c.c
360F: drivers/mmc/nexell_dw_mmc_dm.c
361F: drivers/pinctrl/nexell/
362F: drivers/video/nexell/
363F: drivers/video/nexell_display.c
364F: include/configs/s5p4418_nanopi2.h
365
e2a1484c
MS
366ARM OWL
367M: Manivannan Sadhasivam <[email protected]>
368S: Maintained
369F: arch/arm/include/asm/arch-owl/
370F: arch/arm/mach-owl/
1e374089 371F: doc/board/actions/
e2a1484c
MS
372F: drivers/clk/owl/
373F: drivers/serial/serial_owl.c
b1a6bb3b
AST
374F: include/configs/owl-common.h
375F: configs/bubblegum_96_defconfig
dd786d4c 376F: configs/cubieboard7_defconfig
e2a1484c 377
4810c2f8
NI
378ARM RENESAS RMOBILE/R-CAR
379M: Nobuhiro Iwamatsu <[email protected]>
9db60e25 380M: Marek Vasut <[email protected]>
4810c2f8 381S: Maintained
a3bbd0b9 382T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
4810c2f8
NI
383F: arch/arm/mach-rmobile/
384
c3caeac0
MY
385ARM ROCKCHIP
386M: Simon Glass <[email protected]>
87f9c08d 387M: Philipp Tomsich <[email protected]>
37dc8aaa 388M: Kever Yang <[email protected]>
c3caeac0 389S: Maintained
a3bbd0b9 390T: git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
8b45193a 391F: arch/arm/include/asm/arch-rockchip/
c3caeac0 392F: arch/arm/mach-rockchip/
ae0fc89e 393F: board/rockchip/
8b45193a
PT
394F: drivers/clk/rockchip/
395F: drivers/gpio/rk_gpio.c
396F: drivers/misc/rockchip-efuse.c
47b8583f
PT
397F: drivers/mmc/rockchip_sdhci.c
398F: drivers/mmc/rockchip_dw_mmc.c
8b45193a
PT
399F: drivers/pinctrl/rockchip/
400F: drivers/ram/rockchip/
401F: drivers/sysreset/sysreset_rockchip.c
3f565522 402F: drivers/video/rockchip/
8b45193a
PT
403F: tools/rkcommon.c
404F: tools/rkcommon.h
405F: tools/rkimage.c
406F: tools/rksd.c
407F: tools/rkspi.c
c3caeac0 408
00f141cc
DS
409ARM SAMSUNG
410M: Minkyu Kang <[email protected]>
411S: Maintained
a3bbd0b9 412T: git https://source.denx.de/u-boot/custodians/u-boot-samsung.git
225f5eec
MK
413F: arch/arm/mach-exynos/
414F: arch/arm/mach-s5pc1xx/
00f141cc 415F: arch/arm/cpu/armv7/s5p-common/
00f141cc 416
e721e981 417ARM SNAPDRAGON
0dfe442e 418M: Ramon Fried <[email protected]>
e721e981
MK
419S: Maintained
420F: arch/arm/mach-snapdragon/
ce18baf9
RF
421F: drivers/gpio/msm_gpio.c
422F: drivers/mmc/msm_sdhci.c
92454e47 423F: drivers/phy/msm8916-usbh-phy.c
ce18baf9 424F: drivers/serial/serial_msm.c
324df15a 425F: drivers/serial/serial_msm_geni.c
654dd4a8 426F: drivers/smem/msm_smem.c
f5a2d6b4 427F: drivers/spmi/spmi-msm.c
ce18baf9 428F: drivers/usb/host/ehci-msm.c
e721e981 429
b7d6e0ab 430ARM STI
5905e088 431M: Patrice Chotard <[email protected]>
b7d6e0ab 432S: Maintained
a3bbd0b9 433T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
b7d6e0ab
HS
434F: arch/arm/mach-sti/
435F: arch/arm/include/asm/arch-sti*/
d21ffa2a
PC
436F: drivers/phy/sti_usb_phy.c
437F: drivers/pinctrl/pinctrl-sti.c
438F: drivers/mmc/sti_sdhci.c
439F: drivers/reset/sti-reset.c
440F: drivers/serial/serial_sti_asc.c
441F: drivers/sysreset/sysreset_sti.c
442F: drivers/timer/sti-timer.c
443F: drivers/usb/host/dwc3-sti-glue.c
444F: include/dwc3-sti-glue.h
445F: include/dt-bindings/clock/stih407-clks.h
446F: include/dt-bindings/clock/stih410-clks.h
447F: include/dt-bindings/reset/stih407-resets.h
b7d6e0ab 448
2514c2d0 449ARM STM STM32MP
5905e088
PC
450M: Patrick Delaunay <[email protected]>
451M: Patrice Chotard <[email protected]>
84ee59a5 452L: [email protected] (moderated for non-subscribers)
a3bbd0b9 453T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
2514c2d0 454S: Maintained
67eea68a 455F: arch/arm/mach-stm32mp/
efa667d3 456F: doc/board/st/
8c018234 457F: drivers/adc/stm32-adc*
b57aaa07 458F: drivers/clk/clk_stm32mp1.c
8c018234
PD
459F: drivers/gpio/stm32_gpio.c
460F: drivers/hwspinlock/stm32_hwspinlock.c
f65b82ff 461F: drivers/i2c/stm32f7_i2c.c
b04553ec 462F: drivers/mailbox/stm32-ipcc.c
c3600e1f 463F: drivers/misc/stm32mp_fuse.c
8c018234 464F: drivers/misc/stm32_rcc.c
f65b82ff 465F: drivers/mmc/stm32_sdmmc2.c
8c018234 466F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
f65b82ff
PC
467F: drivers/phy/phy-stm32-usbphyc.c
468F: drivers/pinctrl/pinctrl_stm32.c
42f01aac 469F: drivers/power/pmic/stpmic1.c
f65b82ff 470F: drivers/power/regulator/stm32-vrefbuf.c
42f01aac 471F: drivers/power/regulator/stpmic1.c
b57aaa07 472F: drivers/ram/stm32mp1/
5dca7d18 473F: drivers/remoteproc/stm32_copro.c
f65b82ff 474F: drivers/reset/stm32-reset.c
2bf692d3 475F: drivers/rng/stm32mp1_rng.c
8c018234
PD
476F: drivers/rtc/stm32_rtc.c
477F: drivers/serial/serial_stm32.*
f65b82ff 478F: drivers/spi/stm32_qspi.c
a2a89b2e 479F: drivers/spi/stm32_spi.c
8c018234 480F: drivers/video/stm32/stm32_ltdc.c
8c1007a2 481F: drivers/watchdog/stm32mp_wdt.c
8c018234
PD
482F: include/dt-bindings/clock/stm32fx-clock.h
483F: include/dt-bindings/clock/stm32mp1-clks.h
484F: include/dt-bindings/clock/stm32mp1-clksrc.h
485F: include/dt-bindings/pinctrl/stm32-pinfunc.h
486F: include/dt-bindings/reset/stm32mp1-resets.h
487F: include/stm32_rcc.h
488F: tools/stm32image.c
ce520230
PD
489N: stm
490N: stm32
8c018234 491
2514c2d0 492
9fa32b12
VM
493ARM STM STV0991
494M: Vikas Manocha <[email protected]>
495S: Maintained
496F: arch/arm/cpu/armv7/stv0991/
497F: arch/arm/include/asm/arch-stv0991/
498
00f141cc 499ARM SUNXI
59aea29a 500M: Jagan Teki <[email protected]>
5a4a891e 501M: Andre Przywara <[email protected]>
ed8f2a28 502S: Maintained
a3bbd0b9 503T: git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
00f141cc
DS
504F: arch/arm/cpu/armv7/sunxi/
505F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
506F: arch/arm/mach-sunxi/
507F: board/sunxi/
f264e796
SH
508F: drivers/clk/sunxi/
509F: drivers/phy/allwinner/
510F: drivers/video/sunxi/
00f141cc
DS
511
512ARM TEGRA
513M: Tom Warren <[email protected]>
514S: Maintained
a3bbd0b9 515T: git https://source.denx.de/u-boot/custodians/u-boot-tegra.git
09f455dc 516F: arch/arm/mach-tegra/
00f141cc
DS
517F: arch/arm/include/asm/arch-tegra*/
518
519ARM TI
f91c3aa0 520M: Tom Rini <[email protected]>
00f141cc 521S: Maintained
a3bbd0b9 522T: git https://source.denx.de/u-boot/custodians/u-boot-ti.git
26f7c111 523F: arch/arm/mach-davinci/
586bde93 524F: arch/arm/mach-k3/
26f7c111 525F: arch/arm/mach-keystone/
16c2a979 526F: arch/arm/mach-omap2/
00f141cc
DS
527F: arch/arm/include/asm/arch-omap*/
528F: arch/arm/include/asm/ti-common/
16c2a979
LV
529F: board/ti/
530F: drivers/dma/ti*
531F: drivers/firmware/ti_sci.*
532F: drivers/gpio/omap_gpio.c
533F: drivers/memory/ti-aemif.c
534F: drivers/misc/k3_avs.c
535F: drivers/mailbox/k3-sec-procy.c
536F: drivers/pci/pcie_dw_ti.c
537F: drivers/phy/keystone-usb-phy.c
538F: drivers/phy/omap-usb2-phy.c
539F: drivers/phy/phy-ti-am654.c
540F: drivers/phy/ti-pipe3-phy.c
541F: drivers/ram/k3*
fc6b41fe 542F: drivers/remoteproc/ipu_rproc.c
16c2a979 543F: drivers/remoteproc/k3_system_controller.c
02bfcc5c 544F: drivers/remoteproc/pruc_rpoc.c
16c2a979 545F: drivers/remoteproc/ti*
795b2c47 546F: drivers/reset/reset-dra7.c
16c2a979
LV
547F: drivers/reset/reset-ti-sci.c
548F: drivers/rtc/davinci.c
549F: drivers/serial/serial_omap.c
550F: drivers/soc/ti/
551F: drivers/sysreset/sysreset-ti-sci.c
552F: drivers/thermal/ti-bandgap.c
553F: drivers/timer/omap-timer.c
554F: drivers/watchdog/omap_wdt.c
7bafe886 555F: include/linux/pruss_driver.h
16c2a979 556F: include/linux/soc/ti/
00f141cc 557
293f9ebb
SG
558ARM U8500
559M: Stephan Gerhold <[email protected]>
560R: Linus Walleij <[email protected]>
561S: Maintained
562F: arch/arm/dts/ste-*
563F: arch/arm/mach-u8500/
7093df3c
SG
564F: drivers/gpio/nmk_gpio.c
565F: drivers/phy/phy-ab8500-usb.c
566F: drivers/power/pmic/ab8500.c
293f9ebb 567F: drivers/timer/nomadik-mtu-timer.c
7093df3c
SG
568F: drivers/usb/musb-new/ux500.c
569F: drivers/video/mcde_simple.c
293f9ebb 570
0fb63aa6 571ARM UNIPHIER
23e333a5 572S: Orphan (Since 2020-09)
4c425570 573F: arch/arm/mach-uniphier/
5fd3f434 574F: configs/uniphier_*_defconfig
eb006c83 575N: uniphier
0fb63aa6 576
ec48b6c9
MS
577ARM VERSAL
578M: Michal Simek <[email protected]>
579S: Maintained
a3bbd0b9 580T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
ec48b6c9 581F: arch/arm/mach-versal/
258ce79c 582F: drivers/net/xilinx_axi_mrmac.*
42e20f52 583F: drivers/soc/soc_xilinx_versal.c
5028358a 584F: drivers/watchdog/xilinx_wwdt.c
13210cd9 585N: (?<!uni)versal
ec48b6c9 586
0fabfeb2
LD
587ARM VERSATILE EXPRESS DRIVERS
588M: Liviu Dudau <[email protected]>
589S: Maintained
590T: git git://github.com/ARM-software/u-boot.git
591F: drivers/misc/vexpress_config.c
592N: vexpress
593
00f141cc
DS
594ARM ZYNQ
595M: Michal Simek <[email protected]>
596S: Maintained
a3bbd0b9 597T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
8ae3d0b5 598F: arch/arm/mach-zynq/
79d4204f 599F: doc/board/xilinx/
1ac1a04b 600F: doc/device-tree-bindings/video/syncoam,seps525.txt
8ae3d0b5
MS
601F: drivers/clk/clk_zynq.c
602F: drivers/fpga/zynqpl.c
603F: drivers/gpio/zynq_gpio.c
604F: drivers/i2c/i2c-cdns.c
605F: drivers/i2c/muxes/pca954x.c
606F: drivers/i2c/zynq_i2c.c
607F: drivers/mmc/zynq_sdhci.c
a430fa06 608F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
609F: drivers/net/phy/xilinx_phy.c
610F: drivers/net/zynq_gem.c
611F: drivers/serial/serial_zynq.c
612F: drivers/spi/zynq_qspi.c
613F: drivers/spi/zynq_spi.c
614F: drivers/usb/host/ehci-zynq.c
615F: drivers/watchdog/cdns_wdt.c
23e7e6b6 616F: include/zynqpl.h
8ae3d0b5
MS
617F: tools/zynqimage.c
618N: zynq
00f141cc 619
84c7204b
MS
620ARM ZYNQMP
621M: Michal Simek <[email protected]>
622S: Maintained
a3bbd0b9 623T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
274ccb5b 624F: arch/arm/mach-zynqmp/
3d14228f 625F: drivers/clk/clk_zynqmp.c
14723ed5 626F: driver/firmware/firmware-zynqmp.c
8ae3d0b5
MS
627F: drivers/fpga/zynqpl.c
628F: drivers/gpio/zynq_gpio.c
3b441cf4 629F: drivers/gpio/zynqmp_gpio_modepin.c
8ae3d0b5
MS
630F: drivers/i2c/i2c-cdns.c
631F: drivers/i2c/muxes/pca954x.c
632F: drivers/i2c/zynq_i2c.c
660b0c77 633F: drivers/mailbox/zynqmp-ipi.c
8ae3d0b5 634F: drivers/mmc/zynq_sdhci.c
a430fa06 635F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
636F: drivers/net/phy/xilinx_phy.c
637F: drivers/net/zynq_gem.c
1d78d683 638F: drivers/phy/phy-zynqmp.c
8ae3d0b5 639F: drivers/serial/serial_zynq.c
3f123b74 640F: drivers/reset/reset-zynqmp.c
1f065e8f 641F: drivers/rtc/zynqmp_rtc.c
a890a53a 642F: drivers/soc/soc_xilinx_zynqmp.c
8ae3d0b5
MS
643F: drivers/spi/zynq_qspi.c
644F: drivers/spi/zynq_spi.c
72c37d12 645F: drivers/timer/cadence-ttc.c
8ae3d0b5 646F: drivers/usb/host/ehci-zynq.c
b66d7af4 647F: drivers/video/seps525.c
8ae3d0b5 648F: drivers/watchdog/cdns_wdt.c
23e7e6b6 649F: include/zynqmppl.h
009ab7b9 650F: include/zynqmp_firmware.h
b123aff2 651F: tools/zynqmp*
2570e129 652N: ultra96
8ae3d0b5 653N: zynqmp
84c7204b 654
1d6c54ec
MS
655ARM ZYNQMP R5
656M: Michal Simek <[email protected]>
657S: Maintained
a3bbd0b9 658T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1d6c54ec
MS
659F: arch/arm/mach-zynqmp-r5/
660
e3aafef4 661ARM PHYTIUM
662M: liuhao <[email protected]>
663M: shuyiqi <[email protected]>
664S: Maintained
665F: drivers/pci/pcie_phytium.c
666F: arch/arm/dts/phytium-durian.dts
667
bb48470d
SG
668BINMAN
669M: Simon Glass <[email protected]>
670S: Maintained
671F: tools/binman/
672
3e29bd26
MB
673BTRFS
674M: Marek Behun <[email protected]>
b737c822
QW
675R: Qu Wenruo <[email protected]>
676L: [email protected]
3e29bd26
MB
677S: Maintained
678F: cmd/btrfs.c
679F: fs/btrfs/
680F: include/btrfs.h
681
00f141cc
DS
682BUILDMAN
683M: Simon Glass <[email protected]>
684S: Maintained
685F: tools/buildman/
686
687CFI FLASH
688M: Stefan Roese <[email protected]>
689S: Maintained
a3bbd0b9 690T: git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git
c4c2e141
SR
691F: drivers/mtd/cfi_flash.c
692F: drivers/mtd/jedec_flash.c
00f141cc 693
37d73373
LM
694CLOCK
695M: Lukasz Majewski <[email protected]>
4469d3b4 696M: Sean Anderson <[email protected]>
37d73373 697S: Maintained
a3bbd0b9 698T: git https://source.denx.de/u-boot/custodians/u-boot-clk.git
37d73373
LM
699F: drivers/clk/
700F: drivers/clk/imx/
701
00f141cc 702COLDFIRE
08ae21af 703M: Huan Wang <[email protected]>
82ebb7e5 704M: Angelo Dureghello <[email protected]>
00f141cc 705S: Maintained
a3bbd0b9 706T: git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
00f141cc 707F: arch/m68k/
ee67ec98 708F: doc/arch/m68k.rst
00f141cc
DS
709
710DFU
56acf018 711M: Lukasz Majewski <[email protected]>
00f141cc 712S: Maintained
a3bbd0b9 713T: git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
d4c9a908
LM
714F: cmd/dfu.c
715F: cmd/usb_*.c
716F: common/dfu.c
717F: common/update.c
718F: common/usb_storage.c
f4c1f705 719F: doc/api/dfu.rst
75d48d11 720F: doc/usage/dfu.rst
00f141cc 721F: drivers/dfu/
55ca6138 722F: drivers/usb/gadget/
f4c1f705 723F: include/dfu.h
00f141cc
DS
724
725DRIVER MODEL
726M: Simon Glass <[email protected]>
727S: Maintained
a3bbd0b9 728T: git https://source.denx.de/u-boot/custodians/u-boot-dm.git
51028db1 729F: doc/driver-model/
00f141cc
DS
730F: drivers/core/
731F: include/dm/
732F: test/dm/
733
91aa8476
SG
734EFI APP
735M: Simon Glass <[email protected]>
736M: Heinrich Schuchardt <[email protected]>
737S: Maintained
738W: https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html
e16c47fa
SG
739F: board/efi/efi-x86_app
740F: configs/efi-x86_app*
741F: doc/develop/uefi/u-boot_on_efi.rst
42b7f421
SG
742F: drivers/block/efi-media-uclass.c
743F: drivers/block/sb_efi_media.c
91aa8476 744F: lib/efi/efi_app.c
6b2f8290 745F: scripts/build-efi.sh
42b7f421 746F: test/dm/efi_media.c
91aa8476 747
e4a7394a 748EFI PAYLOAD
7590f907 749M: Heinrich Schuchardt <[email protected]>
e4a7394a 750S: Maintained
a3bbd0b9 751T: git https://source.denx.de/u-boot/custodians/u-boot-efi.git
080cc0b1 752F: doc/api/efi.rst
d75f48a8 753F: doc/develop/uefi/*
0c1b71cd 754F: doc/usage/bootefi.rst
87e9963d 755F: drivers/rtc/emul_rtc.c
5b2118a2 756F: include/capitalization.h
1db6ab28 757F: include/charset.h
0bc4b0da
HS
758F: include/cp1250.h
759F: include/cp437.h
623b3a57 760F: include/efi*
268ec6e0
HS
761F: include/pe.h
762F: include/asm-generic/pe.h
0b8a88ab 763F: lib/charset.c
bc0bd77e 764F: lib/efi*/
ae54b946 765F: test/lib/efi_*
623b3a57 766F: test/py/tests/test_efi*
661c02ce 767F: test/py/tests/test_efi*/
f11a164b 768F: test/unicode_ut.c
e4a7394a 769F: cmd/bootefi.c
59df7e7e 770F: cmd/efidebug.c
49d81fdf 771F: cmd/nvedit_efi.c
77504ee6 772F: tools/efivar.py
ac020196 773F: tools/file2include.c
77cae565 774F: tools/mkeficapsule.c
e4a7394a 775
e4acbe4e
IA
776EFI VARIABLES VIA OP-TEE
777M: Ilias Apalodimas <[email protected]>
778S: Maintained
779F: lib/efi_loader/efi_variable_tee.c
780F: include/mm_communication.h
781
2800540d
JH
782ENVIRONMENT
783M: Joe Hershberger <[email protected]>
784R: Wolfgang Denk <[email protected]>
785S: Maintained
786F: env/
787F: include/env*
788F: test/env/
789F: tools/env*
790F: tools/mkenvimage.c
791
86b9c3e4
SG
792ENVIRONMENT AS TEXT
793M: Simon Glass <[email protected]>
794R: Wolfgang Denk <[email protected]>
795S: Maintained
796F: doc/usage/environment.rst
797F: scripts/env2string.awk
798
7d3bebb2
SA
799FASTBOOT
800S: Orphaned
801F: cmd/fastboot.c
802F: doc/android/fastboot*.rst
803F: include/fastboot.h
804F: include/fastboot-internal.h
805F: include/net/fastboot.h
806F: drivers/fastboot/
807F: drivers/usb/gadget/f_fastboot.c
808F: net/fastboot.c
809F: test/dm/fastboot.c
810
7e16342b
MS
811FPGA
812M: Michal Simek <[email protected]>
813S: Maintained
a3bbd0b9 814T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
7e16342b
MS
815F: drivers/fpga/
816F: cmd/fpga.c
817F: include/fpga.h
818
00f141cc
DS
819FLATTENED DEVICE TREE
820M: Simon Glass <[email protected]>
821S: Maintained
a3bbd0b9 822T: git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
00f141cc
DS
823F: lib/fdtdec*
824F: lib/libfdt/
825F: include/fdt*
18fa6230 826F: include/linux/libfdt*
643f8d4c 827F: cmd/fdt.c
00f141cc 828F: common/fdt_support.c
d7faa082 829F: scripts/dtc-version.sh
00f141cc
DS
830
831FREEBSD
832M: Rafal Jaworowski <[email protected]>
833S: Maintained
a3bbd0b9 834T: git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
00f141cc
DS
835
836FREESCALE QORIQ
87d5b225 837M: Priyanka Jain <[email protected]>
00f141cc 838S: Maintained
a3bbd0b9 839T: git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
0652d9fb 840F: drivers/watchdog/sp805_wdt.c
f27d73e9 841F: drivers/watchdog/sbsa_gwdt.c
00f141cc
DS
842
843I2C
844M: Heiko Schocher <[email protected]>
845S: Maintained
a3bbd0b9 846T: git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
00f141cc
DS
847F: drivers/i2c/
848
6c963324
MB
849KWBIMAGE / KWBOOT TOOLS
850M: Pali Rohár <[email protected]>
851M: Marek Behún <[email protected]>
852M: Stefan Roese <[email protected]>
853S: Maintained
854T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
855F: doc/README.kwbimage
856F: doc/kwboot.1
857F: tools/kwb*
858
e9c8d49d
SG
859LOGGING
860M: Simon Glass <[email protected]>
861S: Maintained
a3bbd0b9 862T: git https://source.denx.de/u-boot/u-boot.git
befadde0 863F: common/log*
e9c8d49d 864F: cmd/log.c
a7813918 865F: doc/develop/logging.rst
e405efcf 866F: include/log.h
72eda507 867F: lib/getopt.c
395041b2 868F: test/log/
20faa27c 869F: test/py/tests/test_log.py
e9c8d49d 870
c1a65a8c
LD
871MALI DISPLAY PROCESSORS
872M: Liviu Dudau <[email protected]>
873S: Supported
874T: git git://github.com/ARM-software/u-boot.git
875F: drivers/video/mali_dp.c
e3bc4bb8 876F: drivers/i2c/i2c-versatile.c
c1a65a8c 877
00f141cc
DS
878MICROBLAZE
879M: Michal Simek <[email protected]>
880S: Maintained
a3bbd0b9 881T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
00f141cc 882F: arch/microblaze/
8ae3d0b5
MS
883F: cmd/mfsl.c
884F: drivers/gpio/xilinx_gpio.c
885F: drivers/net/xilinx_axi_emac.c
886F: drivers/net/xilinx_emaclite.c
887F: drivers/serial/serial_xuartlite.c
888F: drivers/spi/xilinx_spi.c
0d832b32 889F: drivers/sysreset/sysreset_gpio.c
8ae3d0b5
MS
890F: drivers/watchdog/xilinx_tb_wdt.c
891N: xilinx
00f141cc
DS
892
893MIPS
894M: Daniel Schwierzeck <[email protected]>
895S: Maintained
a3bbd0b9 896T: git https://source.denx.de/u-boot/custodians/u-boot-mips.git
00f141cc
DS
897F: arch/mips/
898
800775eb
AN
899MIPS CORTINA ACCESS CAxxxx
900M: Alex Nemirovsky <[email protected]>
901S: Supported
902F: board/cortina/common/
903F: drivers/gpio/cortina_gpio.c
904F: drivers/watchdog/cortina_wdt.c
905F: drivers/serial/serial_cortina.c
047e31ed 906F: drivers/led/led_cortina.c
d55e4e74 907F: drivers/mmc/ca_dw_mmc.c
24f27942 908F: drivers/spi/ca_sflash.c
7f5ea250
AL
909F: drivers/i2c/i2c-cortina.c
910F: drivers/i2c/i2c-cortina.h
febe13b4
AT
911F: drivers/net/cortina_ni.c
912F: drivers/net/cortina_ni.h
a70d7b01 913F: drivers/net/phy/ca_phy.c
800775eb 914
9f03585e
WG
915MIPS MEDIATEK
916M: Weijie Gao <[email protected]>
917R: GSS_MTK_Uboot_upstream <[email protected]>
918S: Maintained
919F: arch/mips/mach-mtmips/
920F: arch/mips/dts/mt7620.dtsi
921F: arch/mips/dts/mt7620-u-boot.dtsi
922F: include/configs/mt7620.h
923F: include/dt-bindings/clock/mt7620-clk.h
924F: include/dt-bindings/clock/mt7628-clk.h
925F: include/dt-bindings/reset/mt7620-reset.h
926F: include/dt-bindings/reset/mt7628-reset.h
927F: drivers/clk/mtmips/
928F: drivers/pinctrl/mtmips/
929F: drivers/gpio/mt7620_gpio.c
930F: drivers/net/mt7620-eth.c
931F: drivers/phy/mt7620-usb-phy.c
932F: drivers/reset/reset-mtmips.c
933F: drivers/serial/serial_mt7620.c
934F: drivers/spi/mt7620_spi.c
935F: drivers/sysreset/sysreset_resetctl.c
936F: drivers/watchdog/mt7620_wdt.c
937
dd1033e4
GC
938MIPS MSCC
939M: Gregory CLEMENT <[email protected]>
940M: Lars Povlsen <[email protected]>
941M: Horatiu Vultur <[email protected]>
942S: Maintained
943F: arch/mips/mach-mscc/
f8c8cedd 944F: arch/mips/dts/luton*
6787c1ec
GC
945F: arch/mips/dts/mscc*
946F: arch/mips/dts/ocelot*
d1182056 947F: arch/mips/dts/jr2*
393b77d8 948F: arch/mips/dts/serval*
6787c1ec
GC
949F: board/mscc/
950F: configs/mscc*
be8313fe 951F: drivers/gpio/mscc_sgpio.c
fd6e0b05 952F: drivers/spi/mscc_bb_spi.c
6787c1ec 953F: include/configs/vcoreiii.h
8c211af8 954F: include/dt-bindings/mscc/
051de9b3 955F: drivers/pinctrl/mscc/
4c66157f 956F: drivers/net/mscc_eswitch/
dd1033e4 957
cd71b1d5
PB
958MIPS JZ4780
959M: Ezequiel Garcia <[email protected]>
960S: Maintained
961F: arch/mips/mach-jz47xx/
962
0dc4ab9c
AW
963MIPS Octeon
964M: Aaron Williams <[email protected]>
965S: Maintained
966F: arch/mips/mach-octeon/
967F: arch/mips/include/asm/arch-octeon/
ff7e4f03 968F: arch/mips/dts/mrvl,cn73xx.dtsi
0dc4ab9c 969
00f141cc 970MMC
16a6d510 971M: Peng Fan <[email protected]>
af8e2d47 972M: Jaehoon Chung <[email protected]>
00f141cc 973S: Maintained
a3bbd0b9 974T: git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
00f141cc
DS
975F: drivers/mmc/
976
4ef17f9c 977NAND FLASH
9f8aba7a
TR
978#M: Scott Wood <[email protected]>
979S: Orphaned (Since 2018-07)
a3bbd0b9 980T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
a430fa06 981F: drivers/mtd/nand/raw/
4ef17f9c
HS
982
983NDS32
995fa61f 984M: Rick Chen <[email protected]>
4ef17f9c 985S: Maintained
a3bbd0b9 986T: git https://source.denx.de/u-boot/custodians/u-boot-nds32.git
4ef17f9c
HS
987F: arch/nds32/
988
b7d6e0ab
HS
989NETWORK
990M: Joe Hershberger <[email protected]>
9644bd0d 991M: Ramon Fried <[email protected]>
b7d6e0ab 992S: Maintained
a3bbd0b9 993T: git https://source.denx.de/u-boot/custodians/u-boot-net.git
b7d6e0ab 994F: drivers/net/
69fbf238 995F: include/net.h
b7d6e0ab
HS
996F: net/
997
4ef17f9c
HS
998NIOS
999M: Thomas Chou <[email protected]>
1000S: Maintained
a3bbd0b9 1001T: git https://source.denx.de/u-boot/custodians/u-boot-nios.git
4ef17f9c
HS
1002F: arch/nios2/
1003
f68d5a66
BM
1004NVMe
1005M: Bin Meng <[email protected]>
1006S: Maintained
1007F: drivers/nvme/
1008F: cmd/nvme.c
1009F: include/nvme.h
1010F: doc/develop/driver-model/nvme.rst
1011
3ef2050a
RPNO
1012NXP C45 TJA11XX PHY DRIVER
1013M: Radu Pirea <[email protected]>
1014S: Maintained
1015F: drivers/net/phy/nxp-c45-tja11xx.c
1016
4ef17f9c
HS
1017ONENAND
1018#M: Lukasz Majewski <[email protected]>
1019S: Orphaned (Since 2017-01)
a3bbd0b9 1020T: git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
4ef17f9c
HS
1021F: drivers/mtd/onenand/
1022
3675ac08
OK
1023OUT4-IMX6ULL-NANO BOARD
1024M: Oleh Kravchenko <[email protected]>
1025S: Maintained
1026T: git https://github.com/Oleh-Kravchenko/u-boot-out4.git
1180baec 1027F: arch/arm/dts/ev-imx280-nano-x-mb.dts
3675ac08
OK
1028F: arch/arm/dts/o4-imx-nano.dts
1029F: arch/arm/dts/o4-imx6ull-nano.dtsi
1030F: board/out4
1180baec 1031F: configs/ev-imx280-nano-x-mb_defconfig
3675ac08
OK
1032F: configs/o4-imx6ull-nano_defconfig
1033F: include/configs/o4-imx6ull-nano.h
1034
00f141cc
DS
1035PATMAN
1036M: Simon Glass <[email protected]>
1037S: Maintained
1038F: tools/patman/
1039
914026d2
RF
1040PCI Endpoint
1041M: Ramon Fried <[email protected]>
1042S: Maintained
1043F: drivers/pci_endpoint/
1044F: include/pci_ep.h
1045
b61cbbdc
HS
1046PCI MPC85xx
1047M: Heiko Schocher <[email protected]>
1048S: Maintained
1049F: drivers/pci/pci_mpc85xx.c
1050
4ef17f9c
HS
1051POWER
1052M: Jaehoon Chung <[email protected]>
1053S: Maintained
a3bbd0b9 1054T: git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
4ef17f9c
HS
1055F: drivers/power/
1056
00f141cc
DS
1057POWERPC
1058M: Wolfgang Denk <[email protected]>
1059S: Maintained
1060F: arch/powerpc/
1061
00f141cc 1062POWERPC MPC8XX
12ff1a8d 1063M: Christophe Leroy <[email protected]>
00f141cc 1064S: Maintained
a3bbd0b9 1065T: git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
00f141cc
DS
1066F: arch/powerpc/cpu/mpc8xx/
1067
00f141cc 1068POWERPC MPC83XX
e5ed4c3e 1069M: Mario Six <[email protected]>
1070S: Maintained
a3bbd0b9 1071T: git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git
e4061556
MS
1072F: drivers/ram/mpc83xx_sdram.c
1073F: include/dt-bindings/memory/mpc83xx-sdram.h
76fdad1f
MS
1074F: drivers/sysreset/sysreset_mpc83xx.c
1075F: drivers/sysreset/sysreset_mpc83xx.h
07d538d2
MS
1076F: drivers/clk/mpc83xx_clk.c
1077F: drivers/clk/mpc83xx_clk.h
1078F: include/dt-bindings/clk/mpc83xx-clk.h
2c21749d 1079F: drivers/timer/mpc83xx_timer.c
19fbdca4
MS
1080F: drivers/cpu/mpc83xx_cpu.c
1081F: drivers/cpu/mpc83xx_cpu.h
d2166319 1082F: drivers/misc/mpc83xx_serdes.c
00f141cc
DS
1083F: arch/powerpc/cpu/mpc83xx/
1084F: arch/powerpc/include/asm/arch-mpc83xx/
1085
1086POWERPC MPC85XX
87d5b225 1087M: Priyanka Jain <[email protected]>
00f141cc 1088S: Maintained
a3bbd0b9 1089T: git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
00f141cc
DS
1090F: arch/powerpc/cpu/mpc85xx/
1091
f94c44e5
RC
1092RISC-V
1093M: Rick Chen <[email protected]>
c0c80e78 1094M: Leo <[email protected]>
f94c44e5 1095S: Maintained
a3bbd0b9 1096T: git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
f94c44e5 1097F: arch/riscv/
dab8788a 1098F: cmd/riscv/
9c6d0509 1099F: doc/usage/sbi.rst
24ed5317 1100F: drivers/sysreset/sysreset_sbi.c
79b135f1 1101F: drivers/timer/andes_plmt_timer.c
47d7e3b5 1102F: drivers/timer/sifive_clint_timer.c
f94c44e5
RC
1103F: tools/prelink-riscv.c
1104
f9c7d4f9
SA
1105RISC-V KENDRYTE
1106M: Sean Anderson <[email protected]>
1107S: Maintained
1108F: doc/device-tree-bindings/mfd/kendryte,k210-sysctl.txt
7224d5cc 1109F: doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt
493110cc
SA
1110F: drivers/clk/clk_kendryte.c
1111F: drivers/pinctrl/pinctrl-kendryte.c
f9c7d4f9
SA
1112F: include/kendryte/
1113
3e635983
SG
1114RNG
1115M: Sughosh Ganu <[email protected]>
1116R: Heinrich Schuchardt <[email protected]>
1117S: Maintained
1118F: cmd/rng.c
c7ff87e0 1119F: doc/api/rng.rst
3e635983
SG
1120F: drivers/rng/
1121F: drivers/virtio/virtio_rng.c
1122F: include/rng.h
1123
4ef17f9c
HS
1124ROCKUSB
1125M: Eddie Cai <[email protected]>
1126S: Maintained
1127F: drivers/usb/gadget/f_rockusb.c
1128F: cmd/rockusb.c
1129F: doc/README.rockusb
1130
00f141cc
DS
1131SANDBOX
1132M: Simon Glass <[email protected]>
1133S: Maintained
1134F: arch/sandbox/
b0b3524d 1135F: doc/arch/sandbox.rst
7f0f1806 1136F: include/dt-bindings/*/sandbox*.h
00f141cc 1137
f4f8d8bb
RG
1138SETEXPR
1139M: Roland Gaudig <[email protected]>
1140S: Maintained
1141F: cmd/printf.c
236d39bd 1142F: doc/usage/setexpr.rst
f4f8d8bb 1143
00f141cc 1144SH
d04ecc4c 1145M: Marek Vasut <[email protected]>
00f141cc
DS
1146M: Nobuhiro Iwamatsu <[email protected]>
1147S: Maintained
a3bbd0b9 1148T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
00f141cc
DS
1149F: arch/sh/
1150
00f141cc 1151SPI
59aea29a 1152M: Jagan Teki <[email protected]>
00f141cc 1153S: Maintained
a3bbd0b9 1154T: git https://source.denx.de/u-boot/custodians/u-boot-spi.git
00f141cc
DS
1155F: drivers/spi/
1156F: include/spi*
1157
4d40e009 1158SPI-NOR
59aea29a 1159M: Jagan Teki <[email protected]>
4d40e009
V
1160M: Vignesh R <[email protected]>
1161S: Maintained
1162F: drivers/mtd/spi/
1163F: include/spi_flash.h
1164F: include/linux/mtd/cfi.h
1165F: include/linux/mtd/spi-nor.h
1166
e721e981
MK
1167SPMI
1168M: Mateusz Kulikowski <[email protected]>
1169S: Maintained
1170F: drivers/spmi/
1171F: include/spmi/
1172
c5100613
JMC
1173SQUASHFS
1174M: Joao Marcos Costa <[email protected]>
42ef2edc 1175R: Thomas Petazzoni <[email protected]>
c4d0384a 1176R: Miquel Raynal <[email protected]>
c5100613
JMC
1177S: Maintained
1178F: fs/squashfs/
1179F: include/sqfs.h
bba604b6 1180F: cmd/sqfs.c
f428e33b 1181F: test/py/tests/test_fs/test_squashfs/
c5100613 1182
4e9bce12
JP
1183STACKPROTECTOR
1184M: Joel Peshkin <[email protected]>
1185S: Maintained
1186F: common/stackprot.c
1187F: cmd/stackprot_test.c
1188F: test/py/tests/test_stackprotector.py
1189
1c085cc6
RK
1190TARGET_BCMNS3
1191M: Bharat Gooty <[email protected]>
1192M: Rayagonda Kokatanur <[email protected]>
1193S: Maintained
1194F: board/broadcom/bcmns3/
1195F: doc/README.bcmns3
1196F: configs/bcm_ns3_defconfig
1197F: include/configs/bcm_ns3.h
1198F: include/dt-bindings/memory/bcm-ns3-mc.h
1199F: arch/arm/Kconfig
1200F: arch/arm/dts/ns3-board.dts
1201F: arch/arm/dts/ns3.dtsi
1202F: arch/arm/cpu/armv8/bcmns3
1203F: arch/arm/include/asm/arch-bcmns3/
975d2a69
RK
1204F: cmd/broadcom/Makefile
1205F: cmd/broadcom/chimp_boot.c
1206F: cmd/broadcom/nitro_image_load.c
1207F: cmd/broadcom/chimp_handshake.c
1c085cc6 1208
055da186
LD
1209TDA19988 HDMI ENCODER
1210M: Liviu Dudau <[email protected]>
1211S: Maintained
1212F: drivers/video/tda19988.c
1213
4e2fdf45
AD
1214TI SYSTEM SECURITY
1215M: Andrew F. Davis <[email protected]>
1216S: Supported
1217F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4e2fdf45
AD
1218F: arch/arm/mach-omap2/sec-common.c
1219F: arch/arm/mach-omap2/config_secure.mk
3a543a80 1220F: arch/arm/mach-k3/security.c
50836967 1221F: arch/arm/mach-k3/config_secure.mk
a42eee12 1222F: configs/am335x_hs_evm_defconfig
c2dca337 1223F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45
AD
1224F: configs/am43xx_hs_evm_defconfig
1225F: configs/am57xx_hs_evm_defconfig
995985c1 1226F: configs/am57xx_hs_evm_usb_defconfig
4e2fdf45 1227F: configs/dra7xx_hs_evm_defconfig
83ae6475 1228F: configs/dra7xx_hs_evm_usb_defconfig
8a707baf
LV
1229F: configs/k2hk_hs_evm_defconfig
1230F: configs/k2e_hs_evm_defconfig
1231F: configs/k2g_hs_evm_defconfig
f274f265 1232F: configs/k2l_hs_evm_defconfig
0a4b11b0
AD
1233F: configs/am65x_hs_evm_r5_defconfig
1234F: configs/am65x_hs_evm_a53_defconfig
9bc97792
AD
1235F: configs/j721e_hs_evm_r5_defconfig
1236F: configs/j721e_hs_evm_a72_defconfig
4e2fdf45 1237
2a10e06e
IA
1238TPM DRIVERS
1239M: Ilias Apalodimas <[email protected]>
1240S: Maintained
1241F: drivers/tpm/
1242
00f141cc 1243TQ GROUP
3a53aba3
BM
1244#M: Martin Krause <[email protected]>
1245S: Orphaned (Since 2016-02)
00f141cc
DS
1246T: git git://git.denx.de/u-boot-tq-group.git
1247
9ff4a311
JW
1248TEE
1249M: Jens Wiklander <[email protected]>
1250S: Maintained
1251F: drivers/tee/
1252F: include/tee.h
1cc8cc4e 1253F: include/tee/
9ff4a311 1254
5fbc667d
BD
1255TEE-lib
1256M: Bryan O'Donoghue <[email protected]>
1257S: Maintained
1258F: lib/optee
1259
00f141cc
DS
1260UBI
1261M: Kyungmin Park <[email protected]>
69337a9d 1262M: Heiko Schocher <[email protected]>
00f141cc 1263S: Maintained
a3bbd0b9 1264T: git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
00f141cc
DS
1265F: drivers/mtd/ubi/
1266
7feafb0a
FA
1267UFS
1268M: Faiz Abbas <[email protected]>
1269S: Maintained
1270F: drivers/ufs/
1271
00f141cc
DS
1272USB
1273M: Marek Vasut <[email protected]>
1274S: Maintained
a3bbd0b9 1275T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git
00f141cc 1276F: drivers/usb/
5c7fa84f
HS
1277F: common/usb.c
1278F: common/usb_kbd.c
cb11eed2 1279F: include/usb.h
00f141cc 1280
c0c5f910
BM
1281USB xHCI
1282M: Bin Meng <[email protected]>
1283S: Maintained
a3bbd0b9 1284T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
c0c5f910 1285F: drivers/usb/host/xhci*
1708a123 1286F: include/usb/xhci.h
c0c5f910 1287
00f141cc
DS
1288VIDEO
1289M: Anatolij Gustschin <[email protected]>
1290S: Maintained
a3bbd0b9 1291T: git https://source.denx.de/u-boot/custodians/u-boot-video.git
00f141cc 1292F: drivers/video/
c967fb78
AG
1293F: common/lcd*.c
1294F: include/lcd*.h
9cdbc906 1295F: include/video*.h
00f141cc 1296
200fdd3b
BM
1297VirtIO
1298M: Bin Meng <[email protected]>
1299S: Maintained
1300F: drivers/virtio/
1301F: cmd/virtio.c
1302F: include/config/virtio/
1303F: include/config/virtio.h
1304F: include/config/cmd/virtio.h
1305F: include/virtio*.h
1306F: test/dm/virtio.c
1307F: doc/develop/driver-model/virtio.rst
1308
00f141cc
DS
1309X86
1310M: Simon Glass <[email protected]>
dc5210a2 1311M: Bin Meng <[email protected]>
00f141cc 1312S: Maintained
a3bbd0b9 1313T: git https://source.denx.de/u-boot/custodians/u-boot-x86.git
00f141cc 1314F: arch/x86/
dab8788a 1315F: cmd/x86/
00f141cc 1316
607274f7 1317XEN
800f0d05 1318M: Anastasiia Lukianenko <[email protected]>
607274f7
AL
1319M: Oleksandr Andrushchenko <[email protected]>
1320S: Maintained
1321F: arch/arm/cpu/armv8/xen/
1322F: arch/arm/include/asm/xen.h
1323F: arch/arm/include/asm/xen/
1324F: cmd/pvblock.c
1325F: drivers/serial/serial_xen.c
1326F: drivers/xen/
1327F: include/pvblock.h
1328F: include/xen/
1329F: include/xen.h
1330F: lib/sscanf.c
1331F: test/lib/sscanf.c
1332
de5e5cea
CZ
1333XTENSA
1334M: Max Filippov <[email protected]>
1335S: Maintained
1336F: arch/xtensa/
1337
00f141cc 1338THE REST
4e34d610 1339M: Tom Rini <[email protected]>
00f141cc
DS
1340L: [email protected]
1341Q: http://patchwork.ozlabs.org/project/uboot/list/
1342S: Maintained
a3bbd0b9 1343T: git https://source.denx.de/u-boot/u-boot.git
80870e2a 1344F: configs/tools-only_defconfig
00f141cc
DS
1345F: *
1346F: */
This page took 0.431276 seconds and 4 git commands to generate.