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