1 Descriptions of section entries:
4 M: Mail patches to: FullName <address@domain>
5 L: Mailing list that is relevant to this area
6 W: Web-page with status/info
7 Q: Patchwork web based patch tracking system site
8 T: SCM tree type and location.
9 Type is one of: git, hg, quilt, stgit, topgit
10 S: Status, one of the following:
11 Supported: Someone is actually paid to look after this.
12 Maintained: Someone actually looks after it.
13 Odd Fixes: It has a maintainer but they don't have time to do
14 much other than throw the odd patch in. See below..
15 Orphan: No current maintainer [but maybe you could take the
16 role as you write your new code].
17 Obsolete: Old code. Something tagged obsolete generally means
18 it has been replaced by a better system and you
20 F: Files and directories with wildcard patterns.
21 A trailing slash includes all files and subdirectory files.
22 F: drivers/net/ all files in and below drivers/net
23 F: drivers/net/* all files in drivers/net, but not below
24 F: */net/* all files in "any top level directory"/net
25 One pattern per line. Multiple F: lines acceptable.
26 N: Files and directories with regex patterns.
27 N: [^a-z]tegra all files whose path contains the word tegra
28 One pattern per line. Multiple N: lines acceptable.
29 scripts/get_maintainer.pl has different behavior for files that
30 match F: pattern and matches of N: patterns. By default,
31 get_maintainer will not look at git log history when an F: pattern
32 match occurs. When an N: match occurs, git log history is used
33 to also notify the people that have git commit signatures.
34 X: Files and directories that are NOT maintained, same rules as F:
35 Files exclusions are tested before file matches.
36 Can be useful for excluding a specific subdirectory, for instance:
39 matches all files in and below net excluding net/ipv6/
40 K: Keyword perl extended regex pattern to match content in a
41 patch or file. For instance:
43 matches patches or files that contain "of_get_profile"
44 K: \b(printk|pr_(info|err))\b
45 matches patches or files that contain one or more of the words
46 printk, pr_info or pr_err
47 One regex pattern per line. Multiple K: lines acceptable.
49 Note: For the hard of thinking, this list is meant to remain in alphabetical
50 order. If you could add yourselves to it in alphabetical order that would be
53 Maintainers List (try to look for most precise areas first)
55 -----------------------------------
57 M: Alexey Brodkin <alexey.brodkin@synopsys.com>
59 T: git git://git.denx.de/u-boot-arc.git
63 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
65 L: uboot-snps-arc@synopsys.com
66 F: drivers/gpio/hsdk-creg-gpio.c
69 M: Albert Aribaud <albert.u.boot@aribaud.net>
71 T: git git://git.denx.de/u-boot-arm.git
75 M: Marek Vasut <marex@denx.de>
77 T: git git://git.denx.de/u-boot-socfpga.git
78 F: arch/arm/mach-socfpga/
81 M: Andreas Bießmann <andreas@biessmann.org>
83 T: git git://git.denx.de/u-boot-atmel.git
84 F: arch/arm/mach-at91/
87 #M: Stephen Warren <swarren@wwwdotorg.org>
88 S: Orphaned (Since 2017-07)
89 F: arch/arm/mach-bcm283x/
90 F: drivers/gpio/bcm2835_gpio.c
91 F: drivers/mmc/bcm2835_sdhci.c
92 F: drivers/serial/serial_bcm283x_mu.c
93 F: drivers/video/bcm2835.c
94 F: include/dm/platform_data/serial_bcm283x_mu.h
97 M: Stefano Babic <sbabic@denx.de>
98 M: Fabio Estevam <fabio.estevam@nxp.com>
100 T: git git://git.denx.de/u-boot-imx.git
101 F: arch/arm/cpu/arm1136/mx*/
102 F: arch/arm/cpu/arm926ejs/mx*/
103 F: arch/arm/cpu/armv7/mx*/
104 F: arch/arm/cpu/armv7/vf610/
105 F: arch/arm/mach-imx/
106 F: arch/arm/include/asm/arch-imx/
107 F: arch/arm/include/asm/arch-mx*/
108 F: arch/arm/include/asm/arch-vf610/
109 F: arch/arm/include/asm/mach-imx/
110 F: board/freescale/*mx*/
113 M: Peter Griffin <peter.griffin@linaro.org>
115 F: arch/arm/cpu/armv8/hisilicon
116 F: arm/include/asm/arch-hi6220/
118 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
119 M: Prafulla Wadaskar <prafulla@marvell.com>
120 M: Luka Perkov <luka.perkov@sartura.hr>
121 M: Stefan Roese <sr@denx.de>
123 T: git git://git.denx.de/u-boot-marvell.git
124 F: arch/arm/mach-kirkwood/
125 F: arch/arm/mach-mvebu/
128 M: Marek Vasut <marex@denx.de>
130 T: git git://git.denx.de/u-boot-pxa.git
132 F: arch/arm/include/asm/arch-pxa/
134 ARM RENESAS RMOBILE/R-CAR
135 M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
136 M: Marek Vasut <marek.vasut+renesas@gmail.com>
138 T: git git://git.denx.de/u-boot-sh.git
139 F: arch/arm/mach-rmobile/
142 M: Simon Glass <sjg@chromium.org>
143 M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
145 T: git git://git.denx.de/u-boot-rockchip.git
146 F: arch/arm/mach-rockchip/
150 M: Minkyu Kang <mk7.kang@samsung.com>
152 T: git git://git.denx.de/u-boot-samsung.git
153 F: arch/arm/cpu/arm920t/s3c24x0/
154 F: arch/arm/mach-exynos/
155 F: arch/arm/mach-s5pc1xx/
156 F: arch/arm/cpu/armv7/s5p-common/
157 F: arch/arm/include/asm/arch-s3c24x0/
160 M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
162 F: arch/arm/mach-snapdragon/
165 #M: Vipin Kumar <vipin.kumar@st.com>
166 S: Orphaned (Since 2016-02)
167 T: git git://git.denx.de/u-boot-stm.git
168 F: arch/arm/cpu/arm926ejs/spear/
169 F: arch/arm/include/asm/arch-spear/
172 M: Vikas Manocha <vikas.manocha@st.com>
174 F: arch/arm/cpu/armv7/stv0991/
175 F: arch/arm/include/asm/arch-stv0991/
178 M: Patrice Chotard <patrice.chotard@st.com>
180 F: arch/arm/mach-sti/
181 F: arch/arm/include/asm/arch-sti*/
184 M: Jagan Teki <jagan@openedev.com>
185 M: Maxime Ripard <maxime.ripard@free-electrons.com>
187 T: git git://git.denx.de/u-boot-sunxi.git
188 F: arch/arm/cpu/armv7/sunxi/
189 F: arch/arm/include/asm/arch-sunxi/
190 F: arch/arm/mach-sunxi/
194 M: Tom Warren <twarren@nvidia.com>
196 T: git git://git.denx.de/u-boot-tegra.git
197 F: arch/arm/mach-tegra/
198 F: arch/arm/include/asm/arch-tegra*/
201 M: Tom Rini <trini@konsulko.com>
203 T: git git://git.denx.de/u-boot-ti.git
204 F: arch/arm/mach-davinci/
205 F: arch/arm/mach-keystone/
206 F: arch/arm/cpu/arm926ejs/omap/
207 F: arch/arm/cpu/armv7/omap*/
208 F: arch/arm/include/asm/arch-omap*/
209 F: arch/arm/include/asm/ti-common/
212 M: Masahiro Yamada <yamada.masahiro@socionext.com>
214 T: git git://git.denx.de/u-boot-uniphier.git
215 F: arch/arm/mach-uniphier/
216 F: configs/uniphier_*_defconfig
220 M: Michal Simek <monstr@monstr.eu>
222 F: arch/arm/cpu/armv7/zynq/
223 F: arch/arm/include/asm/arch-zynq/
226 M: Michal Simek <michal.simek@xilinx.com>
228 F: arch/arm/cpu/armv8/zynqmp/
229 F: arch/arm/include/asm/arch-zynqmp/
232 M: Simon Glass <sjg@chromium.org>
237 M: Stefan Roese <sr@denx.de>
239 T: git git://git.denx.de/u-boot-cfi-flash.git
240 F: drivers/mtd/cfi_flash.c
241 F: drivers/mtd/jedec_flash.c
244 M: Huan Wang <alison.wang@freescale.com>
245 M: Angelo Dureghello <angelo@sysam.it>
247 T: git git://git.denx.de/u-boot-coldfire.git
251 M: Lukasz Majewski <lukma@denx.de>
253 T: git git://git.denx.de/u-boot-dfu.git
255 F: drivers/usb/gadget/
258 M: Simon Glass <sjg@chromium.org>
260 T: git git://git.denx.de/u-boot-dm.git
266 M: Alexander Graf <agraf@suse.de>
268 T: git git://github.com/agraf/u-boot.git
271 F: test/py/tests/test_efi*
274 FLATTENED DEVICE TREE
275 M: Simon Glass <sjg@chromium.org>
277 T: git git://git.denx.de/u-boot-fdt.git
283 F: common/fdt_support.c
286 M: Rafal Jaworowski <raj@semihalf.com>
288 T: git git://git.denx.de/u-boot-freebsd.git
291 M: York Sun <york.sun@nxp.com>
293 T: git git://git.denx.de/u-boot-fsl-qoriq.git
296 M: Heiko Schocher <hs@denx.de>
298 T: git git://git.denx.de/u-boot-i2c.git
302 M: Michal Simek <monstr@monstr.eu>
304 T: git git://git.denx.de/u-boot-microblaze.git
308 M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
310 T: git git://git.denx.de/u-boot-mips.git
314 M: Jaehoon Chung <jh80.chung@samsung.com>
316 T: git git://git.denx.de/u-boot-mmc.git
320 M: Simon Glass <sjg@chromium.org>
325 M: Wolfgang Denk <wd@denx.de>
330 M: Christophe Leroy <christophe.leroy@c-s.fr>
332 T: git git://git.denx.de/u-boot-mpc8xx.git
333 F: arch/powerpc/cpu/mpc8xx/
336 M: Mario Six <mario.six@gdsys.cc>
338 T: git git://git.denx.de/u-boot-mpc83xx.git
339 F: arch/powerpc/cpu/mpc83xx/
340 F: arch/powerpc/include/asm/arch-mpc83xx/
343 M: York Sun <york.sun@nxp.com>
345 T: git git://git.denx.de/u-boot-mpc85xx.git
346 F: arch/powerpc/cpu/mpc85xx/
349 M: York Sun <york.sun@nxp.com>
351 T: git git://git.denx.de/u-boot-mpc86xx.git
352 F: arch/powerpc/cpu/mpc86xx/
355 M: Stefan Roese <sr@denx.de>
357 T: git git://git.denx.de/u-boot-ppc4xx.git
358 F: arch/powerpc/cpu/ppc4xx/
361 M: Jaehoon Chung <jh80.chung@samsung.com>
363 T: git git://git.denx.de/u-boot-pmic.git
367 M: Joe Hershberger <joe.hershberger@ni.com>
369 T: git git://git.denx.de/u-boot-net.git
374 M: Scott Wood <oss@buserror.net>
376 T: git git://git.denx.de/u-boot-nand-flash.git
380 M: Macpaul Lin <macpaul@andestech.com>
382 T: git git://git.denx.de/u-boot-nds32.git
386 M: Thomas Chou <thomas@wytron.com.tw>
388 T: git git://git.denx.de/u-boot-nios.git
392 #M: Lukasz Majewski <l.majewski@majess.pl>
393 S: Orphaned (Since 2017-01)
394 T: git git://git.denx.de/u-boot-onenand.git
395 F: drivers/mtd/onenand/
398 M: Simon Glass <sjg@chromium.org>
403 M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
405 T: git git://git.denx.de/u-boot-sh.git
409 M: Jagan Teki <jagan@openedev.com>
411 T: git git://git.denx.de/u-boot-spi.git
417 M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
423 M: Andrew F. Davis <afd@ti.com>
425 F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
426 F: arch/arm/mach-omap2/omap5/sec-fxns.c
427 F: arch/arm/mach-omap2/sec-common.c
428 F: arch/arm/mach-omap2/config_secure.mk
429 F: configs/am335x_hs_evm_defconfig
430 F: configs/am335x_hs_evm_uart_defconfig
431 F: configs/am43xx_hs_evm_defconfig
432 F: configs/am57xx_hs_evm_defconfig
433 F: configs/dra7xx_hs_evm_defconfig
434 F: configs/k2hk_hs_evm_defconfig
435 F: configs/k2e_hs_evm_defconfig
436 F: configs/k2g_hs_evm_defconfig
439 #M: Martin Krause <martin.krause@tq-systems.de>
440 S: Orphaned (Since 2016-02)
441 T: git git://git.denx.de/u-boot-tq-group.git
444 M: Kyungmin Park <kmpark@infradead.org>
445 M: Heiko Schocher <hs@denx.de>
447 T: git git://git.denx.de/u-boot-ubi.git
451 M: Marek Vasut <marex@denx.de>
453 T: git git://git.denx.de/u-boot-usb.git
457 M: Bin Meng <bmeng.cn@gmail.com>
459 T: git git://git.denx.de/u-boot-usb.git topic-xhci
460 F: drivers/usb/host/xhci*
463 M: Anatolij Gustschin <agust@denx.de>
465 T: git git://git.denx.de/u-boot-video.git
471 M: Simon Glass <sjg@chromium.org>
472 M: Bin Meng <bmeng.cn@gmail.com>
474 T: git git://git.denx.de/u-boot-x86.git
478 M: Max Filippov <jcmvbkbc@gmail.com>
483 M: Tom Rini <trini@konsulko.com>
484 L: u-boot@lists.denx.de
485 Q: http://patchwork.ozlabs.org/project/uboot/list/
487 T: git git://git.denx.de/u-boot.git