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