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