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