]> git.ipfire.org Git - thirdparty/u-boot.git/blame - MAINTAINERS
Makefile: mrproper should remove *.pyc files
[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>
55R: Sam Protsenko <semen.protsenko@linaro.org>
56S: Maintained
57F: cmd/ab_select.c
58F: common/android_ab.c
59F: doc/android/ab.txt
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
68F: doc/android/avb2.txt
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
15736e28
EP
97ARC SYNOPSYS DW MMC EXTENSIONS
98M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
99S: Maintained
100L: uboot-snps-arc@synopsys.com
101F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
102F: drivers/mmc/snps_dw_mmc.c
103
00f141cc
DS
104ARM
105M: Albert Aribaud <albert.u.boot@aribaud.net>
106S: Maintained
13181641 107T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
00f141cc 108F: arch/arm/
dab8788a 109F: cmd/arm/
00f141cc 110
d8540a16
PM
111ARM ALTERA SOCFPGA
112M: Marek Vasut <marex@denx.de>
a339f524 113M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
d8540a16 114S: Maintainted
13181641 115T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
f22dede2 116F: arch/arm/mach-socfpga/
690c1296 117F: drivers/sysreset/sysreset_socfpga*
d8540a16 118
535d74a8
NA
119ARM AMLOGIC SOC SUPPORT
120M: Neil Armstrong <narmstrong@baylibre.com>
121S: Maintained
122L: u-boot-amlogic@groups.io
13181641 123T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
535d74a8
NA
124F: arch/arm/mach-meson/
125F: arch/arm/include/asm/arch-meson/
f5abfed8 126F: drivers/clk/meson/
535d74a8
NA
127F: drivers/serial/serial_meson.c
128F: drivers/reset/reset-meson.c
129F: drivers/i2c/meson_i2c.c
130F: drivers/net/phy/meson-gxl.c
131F: drivers/adc/meson-saradc.c
132F: drivers/phy/meson*
133F: drivers/mmc/meson_gx_mmc.c
134F: drivers/spi/meson_spifc.c
135F: drivers/pinctrl/meson/
136F: drivers/power/domain/meson-gx-pwrc-vpu.c
137F: drivers/video/meson/
138F: include/configs/meson64.h
139N: meson
140
fe84ebf0 141ARM BROADCOM BCM283X
3157bbfa 142M: Matthias Brugger <mbrugger@suse.com>
958d55f2 143S: Maintained
fe84ebf0
SW
144F: arch/arm/mach-bcm283x/
145F: drivers/gpio/bcm2835_gpio.c
146F: drivers/mmc/bcm2835_sdhci.c
c8a73a26 147F: drivers/mmc/bcm2835_sdhost.c
fe84ebf0 148F: drivers/serial/serial_bcm283x_mu.c
6001985f 149F: drivers/serial/serial_bcm283x_pl011.c
fe84ebf0
SW
150F: drivers/video/bcm2835.c
151F: include/dm/platform_data/serial_bcm283x_mu.h
caf2233b 152F: drivers/pinctrl/broadcom/
fe84ebf0 153
894c3ad2
TF
154ARM BROADCOM BCMSTB
155M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
156S: Maintained
157F: arch/arm/mach-bcmstb/
158F: board/broadcom/bcmstb/
3f20321a 159F: configs/bcm7*_defconfig
894c3ad2
TF
160F: doc/README.bcm7xxx
161F: drivers/mmc/bcmstb_sdhci.c
162F: drivers/spi/bcmstb_spi.c
163
da1f7997
MB
164ARM/CZ.NIC TURRIS MOX SUPPORT
165M: Marek Behun <marek.behun@nic.cz>
166S: Maintained
167F: arch/arm/dts/armada-3720-turris-mox.dts
168F: board/CZ.NIC/
169F: configs/turris_*_defconfig
170F: include/configs/turris_*.h
171
00f141cc
DS
172ARM FREESCALE IMX
173M: Stefano Babic <sbabic@denx.de>
73127e90 174M: Fabio Estevam <festevam@gmail.com>
d17b0bed 175R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
00f141cc 176S: Maintained
13181641 177T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
00f141cc
DS
178F: arch/arm/cpu/arm1136/mx*/
179F: arch/arm/cpu/arm926ejs/mx*/
00f141cc 180F: arch/arm/cpu/armv7/vf610/
6ad85a45 181F: arch/arm/dts/*imx*
552a848e 182F: arch/arm/mach-imx/
00f141cc
DS
183F: arch/arm/include/asm/arch-imx/
184F: arch/arm/include/asm/arch-mx*/
185F: arch/arm/include/asm/arch-vf610/
552a848e 186F: arch/arm/include/asm/mach-imx/
77cbd3a1 187F: board/freescale/*mx*/
00f141cc 188
ae4dc15d
PG
189ARM HISILICON
190M: Peter Griffin <peter.griffin@linaro.org>
379e574f 191M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
ae4dc15d
PG
192S: Maintained
193F: arch/arm/cpu/armv8/hisilicon
0f8525f5 194F: arch/arm/include/asm/arch-hi6220/
379e574f 195F: arch/arm/include/asm/arch-hi3660/
ae4dc15d 196
1579faf5 197ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
f822d857 198M: Stefan Roese <sr@denx.de>
00f141cc 199S: Maintained
13181641 200T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
56f86e39 201F: arch/arm/mach-kirkwood/
f822d857 202F: arch/arm/mach-mvebu/
592b4a7e 203F: drivers/ata/ahci_mvebu.c
1579faf5
SR
204F: drivers/ddr/marvell/
205F: drivers/gpio/mvebu_gpio.c
206F: drivers/spi/kirkwood_spi.c
207F: drivers/pci/pci_mvebu.c
208F: drivers/pci/pcie_dw_mvebu.c
209F: drivers/watchdog/orion_wdt.c
00f141cc
DS
210
211ARM MARVELL PXA
212M: Marek Vasut <marex@denx.de>
213S: Maintained
13181641 214T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
00f141cc
DS
215F: arch/arm/cpu/pxa/
216F: arch/arm/include/asm/arch-pxa/
217
a9da9eeb
RL
218ARM MEDIATEK
219M: Ryder Lee <ryder.lee@mediatek.com>
220M: Weijie Gao <weijie.gao@mediatek.com>
8702e614 221R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
a9da9eeb
RL
222S: Maintained
223F: arch/arm/mach-mediatek/
224F: arch/arm/include/asm/arch-mediatek/
225F: board/mediatek/
226F: doc/README.mediatek
227F: drivers/clk/mediatek/
228F: drivers/mmc/mtk-sd.c
229F: drivers/pinctrl/mediatek/
230F: drivers/power/domain/mtk-power-domain.c
231F: drivers/ram/mediatek/
603fcd16 232F: drivers/spi/mtk_snfi_spi.c
a9da9eeb
RL
233F: drivers/timer/mtk_timer.c
234F: drivers/watchdog/mtk_wdt.c
d049ff9c
WG
235F: drivers/net/mtk_eth.c
236F: drivers/reset/reset-mediatek.c
a9da9eeb
RL
237F: tools/mtk_image.c
238F: tools/mtk_image.h
239N: mediatek
240
413ca720
EH
241ARM MICROCHIP/ATMEL AT91
242M: Eugen Hristev <eugen.hristev@microchip.com>
243S: Maintained
13181641 244T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
413ca720
EH
245F: arch/arm/mach-at91/
246F: board/atmel/
247
e2a1484c
MS
248ARM OWL
249M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
250S: Maintained
251F: arch/arm/include/asm/arch-owl/
252F: arch/arm/mach-owl/
253F: board/ucRobotics/
254F: drivers/clk/owl/
255F: drivers/serial/serial_owl.c
256
4810c2f8
NI
257ARM RENESAS RMOBILE/R-CAR
258M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9db60e25 259M: Marek Vasut <marek.vasut+renesas@gmail.com>
4810c2f8 260S: Maintained
13181641 261T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
4810c2f8
NI
262F: arch/arm/mach-rmobile/
263
c3caeac0
MY
264ARM ROCKCHIP
265M: Simon Glass <sjg@chromium.org>
f8714372 266M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
37dc8aaa 267M: Kever Yang <kever.yang@rock-chips.com>
c3caeac0 268S: Maintained
13181641 269T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
8b45193a 270F: arch/arm/include/asm/arch-rockchip/
c3caeac0 271F: arch/arm/mach-rockchip/
ae0fc89e 272F: board/rockchip/
8b45193a
PT
273F: drivers/clk/rockchip/
274F: drivers/gpio/rk_gpio.c
275F: drivers/misc/rockchip-efuse.c
47b8583f
PT
276F: drivers/mmc/rockchip_sdhci.c
277F: drivers/mmc/rockchip_dw_mmc.c
8b45193a
PT
278F: drivers/pinctrl/rockchip/
279F: drivers/ram/rockchip/
280F: drivers/sysreset/sysreset_rockchip.c
3f565522 281F: drivers/video/rockchip/
8b45193a
PT
282F: tools/rkcommon.c
283F: tools/rkcommon.h
284F: tools/rkimage.c
285F: tools/rksd.c
286F: tools/rkspi.c
c3caeac0 287
00f141cc
DS
288ARM SAMSUNG
289M: Minkyu Kang <mk7.kang@samsung.com>
290S: Maintained
13181641 291T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
225f5eec
MK
292F: arch/arm/mach-exynos/
293F: arch/arm/mach-s5pc1xx/
00f141cc 294F: arch/arm/cpu/armv7/s5p-common/
00f141cc 295
e721e981 296ARM SNAPDRAGON
0dfe442e 297M: Ramon Fried <rfried.dev@gmail.com>
e721e981
MK
298S: Maintained
299F: arch/arm/mach-snapdragon/
ce18baf9
RF
300F: drivers/gpio/msm_gpio.c
301F: drivers/mmc/msm_sdhci.c
92454e47 302F: drivers/phy/msm8916-usbh-phy.c
ce18baf9 303F: drivers/serial/serial_msm.c
654dd4a8 304F: drivers/smem/msm_smem.c
ce18baf9 305F: drivers/usb/host/ehci-msm.c
e721e981 306
b7d6e0ab
HS
307ARM STI
308M: Patrice Chotard <patrice.chotard@st.com>
309S: Maintained
310F: arch/arm/mach-sti/
311F: arch/arm/include/asm/arch-sti*/
312
00f141cc 313ARM STM SPEAR
3a53aba3
BM
314#M: Vipin Kumar <vipin.kumar@st.com>
315S: Orphaned (Since 2016-02)
13181641 316T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
00f141cc
DS
317F: arch/arm/cpu/arm926ejs/spear/
318F: arch/arm/include/asm/arch-spear/
319
2514c2d0
PD
320ARM STM STM32MP
321M: Patrick Delaunay <patrick.delaunay@st.com>
f65b82ff 322M: Patrice Chotard <patrice.chotard@st.com>
84ee59a5 323L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
8c018234 324T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
2514c2d0 325S: Maintained
67eea68a 326F: arch/arm/mach-stm32mp/
8c018234 327F: drivers/adc/stm32-adc*
b57aaa07 328F: drivers/clk/clk_stm32mp1.c
8c018234
PD
329F: drivers/gpio/stm32_gpio.c
330F: drivers/hwspinlock/stm32_hwspinlock.c
f65b82ff 331F: drivers/i2c/stm32f7_i2c.c
b04553ec 332F: drivers/mailbox/stm32-ipcc.c
c3600e1f 333F: drivers/misc/stm32mp_fuse.c
8c018234 334F: drivers/misc/stm32_rcc.c
f65b82ff 335F: drivers/mmc/stm32_sdmmc2.c
8c018234 336F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
f65b82ff
PC
337F: drivers/phy/phy-stm32-usbphyc.c
338F: drivers/pinctrl/pinctrl_stm32.c
42f01aac 339F: drivers/power/pmic/stpmic1.c
f65b82ff 340F: drivers/power/regulator/stm32-vrefbuf.c
42f01aac 341F: drivers/power/regulator/stpmic1.c
b57aaa07 342F: drivers/ram/stm32mp1/
5dca7d18 343F: drivers/remoteproc/stm32_copro.c
f65b82ff 344F: drivers/reset/stm32-reset.c
8c018234
PD
345F: drivers/rtc/stm32_rtc.c
346F: drivers/serial/serial_stm32.*
f65b82ff 347F: drivers/spi/stm32_qspi.c
a2a89b2e 348F: drivers/spi/stm32_spi.c
8c018234 349F: drivers/video/stm32/stm32_ltdc.c
8c1007a2 350F: drivers/watchdog/stm32mp_wdt.c
8c018234
PD
351F: include/dt-bindings/clock/stm32fx-clock.h
352F: include/dt-bindings/clock/stm32mp1-clks.h
353F: include/dt-bindings/clock/stm32mp1-clksrc.h
354F: include/dt-bindings/pinctrl/stm32-pinfunc.h
355F: include/dt-bindings/reset/stm32mp1-resets.h
356F: include/stm32_rcc.h
357F: tools/stm32image.c
358
2514c2d0 359
9fa32b12
VM
360ARM STM STV0991
361M: Vikas Manocha <vikas.manocha@st.com>
362S: Maintained
363F: arch/arm/cpu/armv7/stv0991/
364F: arch/arm/include/asm/arch-stv0991/
365
00f141cc 366ARM SUNXI
59aea29a 367M: Jagan Teki <jagan@amarulasolutions.com>
bf8f4c44 368M: Maxime Ripard <maxime.ripard@bootlin.com>
ed8f2a28 369S: Maintained
13181641 370T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
00f141cc
DS
371F: arch/arm/cpu/armv7/sunxi/
372F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
373F: arch/arm/mach-sunxi/
374F: board/sunxi/
00f141cc
DS
375
376ARM TEGRA
377M: Tom Warren <twarren@nvidia.com>
378S: Maintained
13181641 379T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
09f455dc 380F: arch/arm/mach-tegra/
00f141cc
DS
381F: arch/arm/include/asm/arch-tegra*/
382
383ARM TI
4e34d610 384M: Tom Rini <trini@konsulko.com>
00f141cc 385S: Maintained
13181641 386T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
26f7c111 387F: arch/arm/mach-davinci/
586bde93 388F: arch/arm/mach-k3/
26f7c111 389F: arch/arm/mach-keystone/
00f141cc
DS
390F: arch/arm/include/asm/arch-omap*/
391F: arch/arm/include/asm/ti-common/
392
0fb63aa6 393ARM UNIPHIER
ed6226c4 394M: Masahiro Yamada <yamada.masahiro@socionext.com>
0fb63aa6 395S: Maintained
13181641 396T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
4c425570 397F: arch/arm/mach-uniphier/
5fd3f434 398F: configs/uniphier_*_defconfig
eb006c83 399N: uniphier
0fb63aa6 400
ec48b6c9
MS
401ARM VERSAL
402M: Michal Simek <michal.simek@xilinx.com>
403S: Maintained
13181641 404T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
ec48b6c9
MS
405F: arch/arm/mach-versal/
406
0fabfeb2
LD
407ARM VERSATILE EXPRESS DRIVERS
408M: Liviu Dudau <liviu.dudau@foss.arm.com>
409S: Maintained
410T: git git://github.com/ARM-software/u-boot.git
411F: drivers/misc/vexpress_config.c
412N: vexpress
413
00f141cc
DS
414ARM ZYNQ
415M: Michal Simek <monstr@monstr.eu>
416S: Maintained
13181641 417T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
8ae3d0b5
MS
418F: arch/arm/mach-zynq/
419F: drivers/clk/clk_zynq.c
420F: drivers/fpga/zynqpl.c
421F: drivers/gpio/zynq_gpio.c
422F: drivers/i2c/i2c-cdns.c
423F: drivers/i2c/muxes/pca954x.c
424F: drivers/i2c/zynq_i2c.c
425F: drivers/mmc/zynq_sdhci.c
a430fa06 426F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
427F: drivers/net/phy/xilinx_phy.c
428F: drivers/net/zynq_gem.c
429F: drivers/serial/serial_zynq.c
430F: drivers/spi/zynq_qspi.c
431F: drivers/spi/zynq_spi.c
432F: drivers/usb/host/ehci-zynq.c
433F: drivers/watchdog/cdns_wdt.c
23e7e6b6 434F: include/zynqpl.h
8ae3d0b5
MS
435F: tools/zynqimage.c
436N: zynq
00f141cc 437
84c7204b
MS
438ARM ZYNQMP
439M: Michal Simek <michal.simek@xilinx.com>
440S: Maintained
13181641 441T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
274ccb5b 442F: arch/arm/mach-zynqmp/
3d14228f 443F: drivers/clk/clk_zynqmp.c
8ae3d0b5
MS
444F: drivers/fpga/zynqpl.c
445F: drivers/gpio/zynq_gpio.c
446F: drivers/i2c/i2c-cdns.c
447F: drivers/i2c/muxes/pca954x.c
448F: drivers/i2c/zynq_i2c.c
449F: drivers/mmc/zynq_sdhci.c
a430fa06 450F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
451F: drivers/net/phy/xilinx_phy.c
452F: drivers/net/zynq_gem.c
453F: drivers/serial/serial_zynq.c
454F: drivers/spi/zynq_qspi.c
455F: drivers/spi/zynq_spi.c
72c37d12 456F: drivers/timer/cadence-ttc.c
8ae3d0b5
MS
457F: drivers/usb/host/ehci-zynq.c
458F: drivers/watchdog/cdns_wdt.c
23e7e6b6 459F: include/zynqmppl.h
b123aff2 460F: tools/zynqmp*
2570e129 461N: ultra96
8ae3d0b5 462N: zynqmp
84c7204b 463
1d6c54ec
MS
464ARM ZYNQMP R5
465M: Michal Simek <michal.simek@xilinx.com>
466S: Maintained
13181641 467T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
1d6c54ec
MS
468F: arch/arm/mach-zynqmp-r5/
469
bb48470d
SG
470BINMAN
471M: Simon Glass <sjg@chromium.org>
472S: Maintained
473F: tools/binman/
474
00f141cc
DS
475BUILDMAN
476M: Simon Glass <sjg@chromium.org>
477S: Maintained
478F: tools/buildman/
479
480CFI FLASH
481M: Stefan Roese <sr@denx.de>
482S: Maintained
13181641 483T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
c4c2e141
SR
484F: drivers/mtd/cfi_flash.c
485F: drivers/mtd/jedec_flash.c
00f141cc 486
37d73373
LM
487CLOCK
488M: Lukasz Majewski <lukma@denx.de>
489S: Maintained
490T: git git://git.denx.de/u-boot-dfu.git
491F: drivers/clk/
492F: drivers/clk/imx/
493
00f141cc 494COLDFIRE
08ae21af 495M: Huan Wang <alison.wang@nxp.com>
82ebb7e5 496M: Angelo Dureghello <angelo@sysam.it>
00f141cc 497S: Maintained
13181641 498T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
00f141cc
DS
499F: arch/m68k/
500
501DFU
56acf018 502M: Lukasz Majewski <lukma@denx.de>
00f141cc 503S: Maintained
13181641 504T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
d4c9a908
LM
505F: cmd/dfu.c
506F: cmd/usb_*.c
507F: common/dfu.c
508F: common/update.c
509F: common/usb_storage.c
00f141cc 510F: drivers/dfu/
55ca6138 511F: drivers/usb/gadget/
00f141cc
DS
512
513DRIVER MODEL
514M: Simon Glass <sjg@chromium.org>
515S: Maintained
13181641 516T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
00f141cc
DS
517F: drivers/core/
518F: include/dm/
519F: test/dm/
520
e4a7394a 521EFI PAYLOAD
7590f907
AG
522M: Heinrich Schuchardt <xypron.glpk@gmx.de>
523R: Alexander Graf <agraf@csgraf.de>
e4a7394a 524S: Maintained
13181641 525T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
73d95c24 526F: doc/uefi/*
5b2118a2 527F: include/capitalization.h
1db6ab28 528F: include/charset.h
0bc4b0da
HS
529F: include/cp1250.h
530F: include/cp437.h
623b3a57 531F: include/efi*
268ec6e0
HS
532F: include/pe.h
533F: include/asm-generic/pe.h
0b8a88ab 534F: lib/charset.c
bc0bd77e 535F: lib/efi*/
623b3a57 536F: test/py/tests/test_efi*
f11a164b 537F: test/unicode_ut.c
e4a7394a 538F: cmd/bootefi.c
59df7e7e 539F: cmd/efidebug.c
49d81fdf 540F: cmd/nvedit_efi.c
ac020196 541F: tools/file2include.c
e4a7394a 542
7e16342b
MS
543FPGA
544M: Michal Simek <michal.simek@xilinx.com>
545S: Maintained
13181641 546T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
7e16342b
MS
547F: drivers/fpga/
548F: cmd/fpga.c
549F: include/fpga.h
550
00f141cc
DS
551FLATTENED DEVICE TREE
552M: Simon Glass <sjg@chromium.org>
553S: Maintained
13181641 554T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
00f141cc
DS
555F: lib/fdtdec*
556F: lib/libfdt/
557F: include/fdt*
18fa6230 558F: include/linux/libfdt*
643f8d4c 559F: cmd/fdt.c
00f141cc
DS
560F: common/fdt_support.c
561
562FREEBSD
563M: Rafal Jaworowski <raj@semihalf.com>
564S: Maintained
13181641 565T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
00f141cc
DS
566
567FREESCALE QORIQ
87d5b225 568M: Priyanka Jain <priyanka.jain@nxp.com>
00f141cc 569S: Maintained
13181641 570T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
0652d9fb 571F: drivers/watchdog/sp805_wdt.c
00f141cc
DS
572
573I2C
574M: Heiko Schocher <hs@denx.de>
575S: Maintained
13181641 576T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
00f141cc
DS
577F: drivers/i2c/
578
e9c8d49d
SG
579LOGGING
580M: Simon Glass <sjg@chromium.org>
581S: Maintained
13181641 582T: git https://gitlab.denx.de/u-boot/u-boot.git
e9c8d49d
SG
583F: common/log.c
584F: cmd/log.c
ef11ed82 585F: test/log/log_test.c
20faa27c 586F: test/py/tests/test_log.py
e9c8d49d 587
c1a65a8c
LD
588MALI DISPLAY PROCESSORS
589M: Liviu Dudau <liviu.dudau@foss.arm.com>
590S: Supported
591T: git git://github.com/ARM-software/u-boot.git
592F: drivers/video/mali_dp.c
e3bc4bb8 593F: drivers/i2c/i2c-versatile.c
c1a65a8c 594
00f141cc
DS
595MICROBLAZE
596M: Michal Simek <monstr@monstr.eu>
597S: Maintained
13181641 598T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
00f141cc 599F: arch/microblaze/
8ae3d0b5
MS
600F: cmd/mfsl.c
601F: drivers/gpio/xilinx_gpio.c
602F: drivers/net/xilinx_axi_emac.c
603F: drivers/net/xilinx_emaclite.c
604F: drivers/serial/serial_xuartlite.c
605F: drivers/spi/xilinx_spi.c
0d832b32 606F: drivers/sysreset/sysreset_gpio.c
8ae3d0b5
MS
607F: drivers/watchdog/xilinx_tb_wdt.c
608N: xilinx
00f141cc
DS
609
610MIPS
611M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
612S: Maintained
13181641 613T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
00f141cc
DS
614F: arch/mips/
615
dd1033e4
GC
616MIPS MSCC
617M: Gregory CLEMENT <gregory.clement@bootlin.com>
618M: Lars Povlsen <lars.povlsen@microchip.com>
619M: Horatiu Vultur <horatiu.vultur@microchip.com>
620S: Maintained
621F: arch/mips/mach-mscc/
f8c8cedd 622F: arch/mips/dts/luton*
6787c1ec
GC
623F: arch/mips/dts/mscc*
624F: arch/mips/dts/ocelot*
d1182056 625F: arch/mips/dts/jr2*
393b77d8 626F: arch/mips/dts/serval*
6787c1ec
GC
627F: board/mscc/
628F: configs/mscc*
be8313fe 629F: drivers/gpio/mscc_sgpio.c
fd6e0b05 630F: drivers/spi/mscc_bb_spi.c
6787c1ec 631F: include/configs/vcoreiii.h
8c211af8 632F: include/dt-bindings/mscc/
051de9b3 633F: drivers/pinctrl/mscc/
4c66157f 634F: drivers/net/mscc_eswitch/
dd1033e4 635
cd71b1d5
PB
636MIPS JZ4780
637M: Ezequiel Garcia <ezequiel@collabora.com>
638S: Maintained
639F: arch/mips/mach-jz47xx/
640
00f141cc 641MMC
16a6d510 642M: Peng Fan <peng.fan@nxp.com>
00f141cc 643S: Maintained
13181641 644T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
00f141cc
DS
645F: drivers/mmc/
646
4ef17f9c 647NAND FLASH
9f8aba7a
TR
648#M: Scott Wood <oss@buserror.net>
649S: Orphaned (Since 2018-07)
13181641 650T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
a430fa06 651F: drivers/mtd/nand/raw/
4ef17f9c
HS
652
653NDS32
995fa61f 654M: Rick Chen <rick@andestech.com>
4ef17f9c 655S: Maintained
13181641 656T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
4ef17f9c
HS
657F: arch/nds32/
658
b7d6e0ab
HS
659NETWORK
660M: Joe Hershberger <joe.hershberger@ni.com>
661S: Maintained
13181641 662T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
b7d6e0ab 663F: drivers/net/
69fbf238 664F: include/net.h
b7d6e0ab
HS
665F: net/
666
4ef17f9c
HS
667NIOS
668M: Thomas Chou <thomas@wytron.com.tw>
669S: Maintained
13181641 670T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
4ef17f9c
HS
671F: arch/nios2/
672
673ONENAND
674#M: Lukasz Majewski <l.majewski@majess.pl>
675S: Orphaned (Since 2017-01)
13181641 676T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
4ef17f9c
HS
677F: drivers/mtd/onenand/
678
00f141cc
DS
679PATMAN
680M: Simon Glass <sjg@chromium.org>
681S: Maintained
682F: tools/patman/
683
914026d2
RF
684PCI Endpoint
685M: Ramon Fried <rfried.dev@gmail.com>
686S: Maintained
687F: drivers/pci_endpoint/
688F: include/pci_ep.h
689
4ef17f9c
HS
690POWER
691M: Jaehoon Chung <jh80.chung@samsung.com>
692S: Maintained
13181641 693T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
4ef17f9c
HS
694F: drivers/power/
695
00f141cc
DS
696POWERPC
697M: Wolfgang Denk <wd@denx.de>
698S: Maintained
699F: arch/powerpc/
700
00f141cc 701POWERPC MPC8XX
907208c4 702M: Christophe Leroy <christophe.leroy@c-s.fr>
00f141cc 703S: Maintained
13181641 704T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
00f141cc
DS
705F: arch/powerpc/cpu/mpc8xx/
706
00f141cc 707POWERPC MPC83XX
e5ed4c3e 708M: Mario Six <mario.six@gdsys.cc>
709S: Maintained
13181641 710T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
e4061556
MS
711F: drivers/ram/mpc83xx_sdram.c
712F: include/dt-bindings/memory/mpc83xx-sdram.h
76fdad1f
MS
713F: drivers/sysreset/sysreset_mpc83xx.c
714F: drivers/sysreset/sysreset_mpc83xx.h
07d538d2
MS
715F: drivers/clk/mpc83xx_clk.c
716F: drivers/clk/mpc83xx_clk.h
717F: include/dt-bindings/clk/mpc83xx-clk.h
2c21749d 718F: drivers/timer/mpc83xx_timer.c
19fbdca4
MS
719F: drivers/cpu/mpc83xx_cpu.c
720F: drivers/cpu/mpc83xx_cpu.h
d2166319 721F: drivers/misc/mpc83xx_serdes.c
00f141cc
DS
722F: arch/powerpc/cpu/mpc83xx/
723F: arch/powerpc/include/asm/arch-mpc83xx/
724
725POWERPC MPC85XX
87d5b225 726M: Priyanka Jain <priyanka.jain@nxp.com>
00f141cc 727S: Maintained
13181641 728T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
00f141cc
DS
729F: arch/powerpc/cpu/mpc85xx/
730
731POWERPC MPC86XX
87d5b225 732M: Priyanka Jain <priyanka.jain@nxp.com>
00f141cc 733S: Maintained
13181641 734T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
00f141cc
DS
735F: arch/powerpc/cpu/mpc86xx/
736
f94c44e5
RC
737RISC-V
738M: Rick Chen <rick@andestech.com>
739S: Maintained
13181641 740T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
f94c44e5 741F: arch/riscv/
dab8788a 742F: cmd/riscv/
f94c44e5
RC
743F: tools/prelink-riscv.c
744
4ef17f9c
HS
745ROCKUSB
746M: Eddie Cai <eddie.cai.linux@gmail.com>
747S: Maintained
748F: drivers/usb/gadget/f_rockusb.c
749F: cmd/rockusb.c
750F: doc/README.rockusb
751
00f141cc
DS
752SANDBOX
753M: Simon Glass <sjg@chromium.org>
754S: Maintained
755F: arch/sandbox/
756
757SH
d04ecc4c 758M: Marek Vasut <marek.vasut+renesas@gmail.com>
00f141cc
DS
759M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
760S: Maintained
13181641 761T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
00f141cc
DS
762F: arch/sh/
763
00f141cc 764SPI
59aea29a 765M: Jagan Teki <jagan@amarulasolutions.com>
00f141cc 766S: Maintained
13181641 767T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
00f141cc
DS
768F: drivers/spi/
769F: include/spi*
770
4d40e009 771SPI-NOR
59aea29a 772M: Jagan Teki <jagan@amarulasolutions.com>
4d40e009
V
773M: Vignesh R <vigneshr@ti.com>
774S: Maintained
775F: drivers/mtd/spi/
776F: include/spi_flash.h
777F: include/linux/mtd/cfi.h
778F: include/linux/mtd/spi-nor.h
779
e721e981
MK
780SPMI
781M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
782S: Maintained
783F: drivers/spmi/
784F: include/spmi/
785
055da186
LD
786TDA19988 HDMI ENCODER
787M: Liviu Dudau <liviu.dudau@foss.arm.com>
788S: Maintained
789F: drivers/video/tda19988.c
790
4e2fdf45
AD
791TI SYSTEM SECURITY
792M: Andrew F. Davis <afd@ti.com>
793S: Supported
794F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4e2fdf45
AD
795F: arch/arm/mach-omap2/sec-common.c
796F: arch/arm/mach-omap2/config_secure.mk
3a543a80 797F: arch/arm/mach-k3/security.c
50836967 798F: arch/arm/mach-k3/config_secure.mk
a42eee12 799F: configs/am335x_hs_evm_defconfig
c2dca337 800F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45
AD
801F: configs/am43xx_hs_evm_defconfig
802F: configs/am57xx_hs_evm_defconfig
995985c1 803F: configs/am57xx_hs_evm_usb_defconfig
4e2fdf45 804F: configs/dra7xx_hs_evm_defconfig
83ae6475 805F: configs/dra7xx_hs_evm_usb_defconfig
8a707baf
LV
806F: configs/k2hk_hs_evm_defconfig
807F: configs/k2e_hs_evm_defconfig
808F: configs/k2g_hs_evm_defconfig
f274f265 809F: configs/k2l_hs_evm_defconfig
0a4b11b0
AD
810F: configs/am65x_hs_evm_r5_defconfig
811F: configs/am65x_hs_evm_a53_defconfig
4e2fdf45 812
00f141cc 813TQ GROUP
3a53aba3
BM
814#M: Martin Krause <martin.krause@tq-systems.de>
815S: Orphaned (Since 2016-02)
00f141cc
DS
816T: git git://git.denx.de/u-boot-tq-group.git
817
9ff4a311
JW
818TEE
819M: Jens Wiklander <jens.wiklander@linaro.org>
820S: Maintained
821F: drivers/tee/
822F: include/tee.h
1cc8cc4e 823F: include/tee/
9ff4a311 824
5fbc667d
BD
825TEE-lib
826M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
827S: Maintained
828F: lib/optee
829
00f141cc
DS
830UBI
831M: Kyungmin Park <kmpark@infradead.org>
69337a9d 832M: Heiko Schocher <hs@denx.de>
00f141cc 833S: Maintained
13181641 834T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
00f141cc
DS
835F: drivers/mtd/ubi/
836
837USB
838M: Marek Vasut <marex@denx.de>
839S: Maintained
13181641 840T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
00f141cc
DS
841F: drivers/usb/
842
c0c5f910
BM
843USB xHCI
844M: Bin Meng <bmeng.cn@gmail.com>
845S: Maintained
13181641 846T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
c0c5f910
BM
847F: drivers/usb/host/xhci*
848
00f141cc
DS
849VIDEO
850M: Anatolij Gustschin <agust@denx.de>
851S: Maintained
13181641 852T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
00f141cc 853F: drivers/video/
c967fb78
AG
854F: common/lcd*.c
855F: include/lcd*.h
9cdbc906 856F: include/video*.h
00f141cc
DS
857
858X86
859M: Simon Glass <sjg@chromium.org>
dc5210a2 860M: Bin Meng <bmeng.cn@gmail.com>
00f141cc 861S: Maintained
13181641 862T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
00f141cc 863F: arch/x86/
dab8788a 864F: cmd/x86/
00f141cc 865
de5e5cea
CZ
866XTENSA
867M: Max Filippov <jcmvbkbc@gmail.com>
868S: Maintained
869F: arch/xtensa/
870
00f141cc 871THE REST
4e34d610 872M: Tom Rini <trini@konsulko.com>
00f141cc
DS
873L: u-boot@lists.denx.de
874Q: http://patchwork.ozlabs.org/project/uboot/list/
875S: Maintained
13181641 876T: git https://gitlab.denx.de/u-boot/u-boot.git
80870e2a 877F: configs/tools-only_defconfig
00f141cc
DS
878F: *
879F: */