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