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: Albert Aribaud <albert.u.boot@aribaud.net>
65 T: git git://git.denx.de/u-boot-arm.git
69 M: Marek Vasut <marex@denx.de>
71 T: git git://git.denx.de/u-boot-socfpga.git
72 F: arch/arm/mach-socfpga/
75 M: Andreas Bießmann <andreas@biessmann.org>
77 T: git git://git.denx.de/u-boot-atmel.git
78 F: arch/arm/mach-at91/
81 M: Stephen Warren <swarren@wwwdotorg.org>
83 F: arch/arm/mach-bcm283x/
84 F: drivers/gpio/bcm2835_gpio.c
85 F: drivers/mmc/bcm2835_sdhci.c
86 F: drivers/serial/serial_bcm283x_mu.c
87 F: drivers/video/bcm2835.c
88 F: include/dm/platform_data/serial_bcm283x_mu.h
91 M: Stefano Babic <sbabic@denx.de>
93 T: git git://git.denx.de/u-boot-imx.git
94 F: arch/arm/cpu/arm1136/mx*/
95 F: arch/arm/cpu/arm926ejs/mx*/
96 F: arch/arm/cpu/arm926ejs/imx/
97 F: arch/arm/cpu/armv7/mx*/
98 F: arch/arm/cpu/armv7/vf610/
99 F: arch/arm/cpu/imx-common/
100 F: arch/arm/include/asm/arch-imx/
101 F: arch/arm/include/asm/arch-mx*/
102 F: arch/arm/include/asm/arch-vf610/
103 F: arch/arm/include/asm/imx-common/
104 F: board/freescale/*mx*/
107 M: Peter Griffin <peter.griffin@linaro.org>
109 F: arch/arm/cpu/armv8/hisilicon
110 F: arm/include/asm/arch-hi6220/
112 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
113 M: Prafulla Wadaskar <prafulla@marvell.com>
114 M: Luka Perkov <luka.perkov@sartura.hr>
115 M: Stefan Roese <sr@denx.de>
117 T: git git://git.denx.de/u-boot-marvell.git
118 F: arch/arm/mach-kirkwood/
119 F: arch/arm/mach-mvebu/
122 M: Marek Vasut <marex@denx.de>
124 T: git git://git.denx.de/u-boot-pxa.git
126 F: arch/arm/include/asm/arch-pxa/
128 ARM RENESAS RMOBILE/R-CAR
129 M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
131 T: git git://git.denx.de/u-boot-sh.git
132 F: arch/arm/mach-rmobile/
135 M: Simon Glass <sjg@chromium.org>
137 T: git git://git.denx.de/u-boot-rockchip.git
138 F: arch/arm/mach-rockchip/
141 M: Minkyu Kang <mk7.kang@samsung.com>
143 T: git git://git.denx.de/u-boot-samsung.git
144 F: arch/arm/cpu/arm920t/s3c24x0/
145 F: arch/arm/mach-exynos/
146 F: arch/arm/mach-s5pc1xx/
147 F: arch/arm/cpu/armv7/s5p-common/
148 F: arch/arm/include/asm/arch-s3c24x0/
151 M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
153 F: arch/arm/mach-snapdragon/
156 #M: Vipin Kumar <vipin.kumar@st.com>
157 S: Orphaned (Since 2016-02)
158 T: git git://git.denx.de/u-boot-stm.git
159 F: arch/arm/cpu/arm926ejs/spear/
160 F: arch/arm/include/asm/arch-spear/
163 M: Vikas Manocha <vikas.manocha@st.com>
165 F: arch/arm/cpu/armv7/stv0991/
166 F: arch/arm/include/asm/arch-stv0991/
169 M: Jagan Teki <jagan@openedev.com>
170 M: Maxime Ripard <maxime.ripard@free-electrons.com>
171 T: git git://git.denx.de/u-boot-sunxi.git
172 F: arch/arm/cpu/armv7/sunxi/
173 F: arch/arm/include/asm/arch-sunxi/
176 M: Tom Warren <twarren@nvidia.com>
178 T: git git://git.denx.de/u-boot-tegra.git
179 F: arch/arm/mach-tegra/
180 F: arch/arm/include/asm/arch-tegra*/
183 M: Tom Rini <trini@konsulko.com>
185 T: git git://git.denx.de/u-boot-ti.git
186 F: arch/arm/mach-davinci/
187 F: arch/arm/mach-keystone/
188 F: arch/arm/cpu/arm926ejs/omap/
189 F: arch/arm/cpu/armv7/omap*/
190 F: arch/arm/include/asm/arch-omap*/
191 F: arch/arm/include/asm/ti-common/
194 M: Masahiro Yamada <yamada.masahiro@socionext.com>
196 T: git git://git.denx.de/u-boot-uniphier.git
197 F: arch/arm/mach-uniphier/
198 F: configs/uniphier_*_defconfig
202 M: Michal Simek <monstr@monstr.eu>
204 F: arch/arm/cpu/armv7/zynq/
205 F: arch/arm/include/asm/arch-zynq/
208 M: Michal Simek <michal.simek@xilinx.com>
210 F: arch/arm/cpu/armv8/zynqmp/
211 F: arch/arm/include/asm/arch-zynqmp/
214 M: Andreas Bießmann <andreas@biessmann.org>
216 T: git git://git.denx.de/u-boot-avr32.git
220 M: Sonic Zhang <sonic.adi@gmail.com>
222 T: git git://git.denx.de/u-boot-blackfin.git
226 M: Simon Glass <sjg@chromium.org>
231 M: Stefan Roese <sr@denx.de>
233 T: git git://git.denx.de/u-boot-cfi-flash.git
234 F: drivers/mtd/cfi_flash.c
235 F: drivers/mtd/jedec_flash.c
238 M: Huan Wang <alison.wang@freescale.com>
239 M: Angelo Dureghello <angelo@sysam.it>
241 T: git git://git.denx.de/u-boot-coldfire.git
245 M: Lukasz Majewski <l.majewski@majess.pl>
247 T: git git://git.denx.de/u-boot-dfu.git
249 F: drivers/usb/gadget/
252 M: Simon Glass <sjg@chromium.org>
254 T: git git://git.denx.de/u-boot-dm.git
260 M: Alexander Graf <agraf@suse.de>
262 F: include/efi_loader.h
266 FLATTENED DEVICE TREE
267 M: Simon Glass <sjg@chromium.org>
269 T: git git://git.denx.de/u-boot-fdt.git
275 F: common/fdt_support.c
278 M: Rafal Jaworowski <raj@semihalf.com>
280 T: git git://git.denx.de/u-boot-freebsd.git
283 M: York Sun <york.sun@nxp.com>
285 T: git git://git.denx.de/u-boot-fsl-qoriq.git
288 M: Heiko Schocher <hs@denx.de>
290 T: git git://git.denx.de/u-boot-i2c.git
294 M: Michal Simek <monstr@monstr.eu>
296 T: git git://git.denx.de/u-boot-microblaze.git
300 M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
302 T: git git://git.denx.de/u-boot-mips.git
306 M: Jaehoon Chung <jh80.chung@samsung.com>
308 T: git git://git.denx.de/u-boot-mmc.git
312 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
317 M: Simon Glass <sjg@chromium.org>
322 M: Wolfgang Denk <wd@denx.de>
327 M: Wolfgang Denk <wd@denx.de>
329 T: git git://git.denx.de/u-boot-mpc5xxx.git
330 F: arch/powerpc/cpu/mpc5*/
333 M: Wolfgang Denk <wd@denx.de>
335 T: git git://git.denx.de/u-boot-mpc8xx.git
336 F: arch/powerpc/cpu/mpc8xx/
339 M: Wolfgang Denk <wd@denx.de>
341 T: git git://git.denx.de/u-boot-mpc82xx.git
342 F: arch/powerpc/cpu/mpc82*/
345 #M: Kim Phillips <kim.phillips@freescale.com>
346 S: Orphaned (Since 2016-02)
347 T: git git://git.denx.de/u-boot-mpc83xx.git
348 F: arch/powerpc/cpu/mpc83xx/
349 F: arch/powerpc/include/asm/arch-mpc83xx/
352 M: York Sun <york.sun@nxp.com>
354 T: git git://git.denx.de/u-boot-mpc85xx.git
355 F: arch/powerpc/cpu/mpc85xx/
358 M: York Sun <york.sun@nxp.com>
360 T: git git://git.denx.de/u-boot-mpc86xx.git
361 F: arch/powerpc/cpu/mpc86xx/
364 M: Stefan Roese <sr@denx.de>
366 T: git git://git.denx.de/u-boot-ppc4xx.git
367 F: arch/powerpc/cpu/ppc4xx/
370 M: Jaehoon Chung <jh80.chung@samsung.com>
372 T: git git://git.denx.de/u-boot-pmic.git
376 M: Joe Hershberger <joe.hershberger@ni.com>
378 T: git git://git.denx.de/u-boot-net.git
383 M: Scott Wood <oss@buserror.net>
385 T: git git://git.denx.de/u-boot-nand-flash.git
389 M: Macpaul Lin <macpaul@andestech.com>
391 T: git git://git.denx.de/u-boot-nds32.git
395 M: Thomas Chou <thomas@wytron.com.tw>
397 T: git git://git.denx.de/u-boot-nios.git
401 #M: Lukasz Majewski <l.majewski@majess.pl>
402 S: Orphaned (Since 2017-01)
403 T: git git://git.denx.de/u-boot-onenand.git
404 F: drivers/mtd/onenand/
407 M: Simon Glass <sjg@chromium.org>
412 M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
414 T: git git://git.denx.de/u-boot-sh.git
418 #M: Francois Retief <fgretief@spaceteq.co.za>
419 S: Orphaned (Since 2016-02)
420 T: git git://git.denx.de/u-boot-sparc.git
424 M: Jagan Teki <jagan@openedev.com>
426 T: git git://git.denx.de/u-boot-spi.git
432 M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
438 #M: Martin Krause <martin.krause@tq-systems.de>
439 S: Orphaned (Since 2016-02)
440 T: git git://git.denx.de/u-boot-tq-group.git
443 M: Kyungmin Park <kmpark@infradead.org>
444 M: Heiko Schocher <hs@denx.de>
446 T: git git://git.denx.de/u-boot-ubi.git
450 M: Marek Vasut <marex@denx.de>
452 T: git git://git.denx.de/u-boot-usb.git
456 M: Anatolij Gustschin <agust@denx.de>
458 T: git git://git.denx.de/u-boot-video.git
462 M: Simon Glass <sjg@chromium.org>
464 T: git git://git.denx.de/u-boot-x86.git
468 M: Max Filippov <jcmvbkbc@gmail.com>
473 M: Tom Rini <trini@konsulko.com>
474 L: u-boot@lists.denx.de
475 Q: http://patchwork.ozlabs.org/project/uboot/list/
477 T: git git://git.denx.de/u-boot.git