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