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