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