]>
Commit | Line | Data |
---|---|---|
00f141cc DS |
1 | Descriptions of section entries: |
2 | ||
3 | P: Person (obsolete) | |
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 | |
19 | should be using that. | |
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: | |
37 | F: net/ | |
38 | X: net/ipv6/ | |
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: | |
42 | K: of_get_profile | |
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. | |
48 | ||
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 | |
51 | so much easier [Ed] | |
52 | ||
53 | Maintainers List (try to look for most precise areas first) | |
54 | ||
55 | ----------------------------------- | |
56 | ARC | |
57 | M: Alexey Brodkin <[email protected]> | |
58 | S: Maintained | |
59 | T: git git://git.denx.de/u-boot-arc.git | |
60 | F: arch/arc/ | |
61 | ||
62 | ARM | |
63 | M: Albert Aribaud <[email protected]> | |
64 | S: Maintained | |
65 | T: git git://git.denx.de/u-boot-arm.git | |
66 | F: arch/arm/ | |
67 | ||
d8540a16 PM |
68 | ARM ALTERA SOCFPGA |
69 | M: Marek Vasut <[email protected]> | |
70 | S: Maintainted | |
71 | T: git git://git.denx.de/u-boot-socfpga.git | |
72 | F: arch/arm/cpu/armv7/socfpga/ | |
73 | F: board/altera/socfpga/ | |
74 | ||
00f141cc DS |
75 | ARM ATMEL AT91 |
76 | M: Andreas Bießmann <[email protected]> | |
77 | S: Maintained | |
78 | T: git git://git.denx.de/u-boot-atmel.git | |
62011840 | 79 | F: arch/arm/mach-at91/ |
00f141cc DS |
80 | |
81 | ARM FREESCALE IMX | |
82 | M: Stefano Babic <[email protected]> | |
83 | S: Maintained | |
84 | T: git git://git.denx.de/u-boot-imx.git | |
85 | F: arch/arm/cpu/arm1136/mx*/ | |
86 | F: arch/arm/cpu/arm926ejs/mx*/ | |
87 | F: arch/arm/cpu/arm926ejs/imx/ | |
88 | F: arch/arm/cpu/armv7/mx*/ | |
89 | F: arch/arm/cpu/armv7/vf610/ | |
90 | F: arch/arm/cpu/imx-common/ | |
91 | F: arch/arm/include/asm/arch-imx/ | |
92 | F: arch/arm/include/asm/arch-mx*/ | |
93 | F: arch/arm/include/asm/arch-vf610/ | |
94 | F: arch/arm/include/asm/imx-common/ | |
95 | ||
f822d857 | 96 | ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X |
00f141cc | 97 | M: Prafulla Wadaskar <[email protected]> |
5ea01961 | 98 | M: Luka Perkov <[email protected]> |
f822d857 | 99 | M: Stefan Roese <[email protected]> |
00f141cc DS |
100 | S: Maintained |
101 | T: git git://git.denx.de/u-boot-marvell.git | |
56f86e39 | 102 | F: arch/arm/mach-kirkwood/ |
f822d857 | 103 | F: arch/arm/mach-mvebu/ |
00f141cc DS |
104 | |
105 | ARM MARVELL PXA | |
106 | M: Marek Vasut <[email protected]> | |
107 | S: Maintained | |
108 | T: git git://git.denx.de/u-boot-pxa.git | |
109 | F: arch/arm/cpu/pxa/ | |
110 | F: arch/arm/include/asm/arch-pxa/ | |
111 | ||
c3caeac0 MY |
112 | ARM ROCKCHIP |
113 | M: Simon Glass <[email protected]> | |
114 | S: Maintained | |
115 | T: git git://git.denx.de/u-boot-rockchip.git | |
116 | F: arch/arm/mach-rockchip/ | |
117 | ||
00f141cc DS |
118 | ARM SAMSUNG |
119 | M: Minkyu Kang <[email protected]> | |
120 | S: Maintained | |
121 | T: git git://git.denx.de/u-boot-samsung.git | |
122 | F: arch/arm/cpu/arm920t/s3c24x0/ | |
225f5eec MK |
123 | F: arch/arm/mach-exynos/ |
124 | F: arch/arm/mach-s5pc1xx/ | |
00f141cc | 125 | F: arch/arm/cpu/armv7/s5p-common/ |
00f141cc | 126 | F: arch/arm/include/asm/arch-s3c24x0/ |
00f141cc | 127 | |
e721e981 MK |
128 | ARM SNAPDRAGON |
129 | M: Mateusz Kulikowski <[email protected]> | |
130 | S: Maintained | |
131 | F: arch/arm/mach-snapdragon/ | |
132 | ||
00f141cc | 133 | ARM STM SPEAR |
3a53aba3 BM |
134 | #M: Vipin Kumar <[email protected]> |
135 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
136 | T: git git://git.denx.de/u-boot-stm.git |
137 | F: arch/arm/cpu/arm926ejs/spear/ | |
138 | F: arch/arm/include/asm/arch-spear/ | |
139 | ||
9fa32b12 VM |
140 | ARM STM STV0991 |
141 | M: Vikas Manocha <[email protected]> | |
142 | S: Maintained | |
143 | F: arch/arm/cpu/armv7/stv0991/ | |
144 | F: arch/arm/include/asm/arch-stv0991/ | |
145 | ||
00f141cc DS |
146 | ARM SUNXI |
147 | M: Ian Campbell <[email protected]> | |
148 | M: Hans De Goede <[email protected]> | |
149 | S: Maintained | |
150 | T: git git://git.denx.de/u-boot-sunxi.git | |
151 | F: arch/arm/cpu/armv7/sunxi/ | |
152 | F: arch/arm/include/asm/arch-sunxi/ | |
153 | ||
154 | ARM TEGRA | |
155 | M: Tom Warren <[email protected]> | |
156 | S: Maintained | |
157 | T: git git://git.denx.de/u-boot-tegra.git | |
09f455dc | 158 | F: arch/arm/mach-tegra/ |
00f141cc DS |
159 | F: arch/arm/include/asm/arch-tegra*/ |
160 | ||
161 | ARM TI | |
4e34d610 | 162 | M: Tom Rini <[email protected]> |
00f141cc DS |
163 | S: Maintained |
164 | T: git git://git.denx.de/u-boot-ti.git | |
26f7c111 MY |
165 | F: arch/arm/mach-davinci/ |
166 | F: arch/arm/mach-keystone/ | |
00f141cc DS |
167 | F: arch/arm/cpu/arm926ejs/omap/ |
168 | F: arch/arm/cpu/armv7/omap*/ | |
00f141cc DS |
169 | F: arch/arm/include/asm/arch-omap*/ |
170 | F: arch/arm/include/asm/ti-common/ | |
171 | ||
0fb63aa6 | 172 | ARM UNIPHIER |
ed6226c4 | 173 | M: Masahiro Yamada <[email protected]> |
0fb63aa6 MY |
174 | S: Maintained |
175 | T: git git://git.denx.de/u-boot-uniphier.git | |
4c425570 | 176 | F: arch/arm/mach-uniphier/ |
5fd3f434 | 177 | F: configs/uniphier_*_defconfig |
eb006c83 | 178 | N: uniphier |
0fb63aa6 | 179 | |
00f141cc DS |
180 | ARM ZYNQ |
181 | M: Michal Simek <[email protected]> | |
182 | S: Maintained | |
183 | F: arch/arm/cpu/armv7/zynq/ | |
184 | F: arch/arm/include/asm/arch-zynq/ | |
185 | ||
84c7204b MS |
186 | ARM ZYNQMP |
187 | M: Michal Simek <[email protected]> | |
188 | S: Maintained | |
189 | F: arch/arm/cpu/armv8/zynqmp/ | |
190 | F: arch/arm/include/asm/arch-zynqmp/ | |
191 | ||
00f141cc DS |
192 | AVR32 |
193 | M: Andreas Bießmann <[email protected]> | |
194 | S: Maintained | |
195 | T: git git://git.denx.de/u-boot-avr32.git | |
196 | F: arch/avr32/ | |
197 | ||
198 | BLACKFIN | |
199 | M: Sonic Zhang <[email protected]> | |
200 | S: Maintained | |
201 | T: git git://git.denx.de/u-boot-blackfin.git | |
202 | F: arch/blackfin/ | |
203 | ||
204 | BUILDMAN | |
205 | M: Simon Glass <[email protected]> | |
206 | S: Maintained | |
207 | F: tools/buildman/ | |
208 | ||
209 | CFI FLASH | |
210 | M: Stefan Roese <[email protected]> | |
211 | S: Maintained | |
212 | T: git git://git.denx.de/u-boot-cfi-flash.git | |
c4c2e141 SR |
213 | F: drivers/mtd/cfi_flash.c |
214 | F: drivers/mtd/jedec_flash.c | |
00f141cc DS |
215 | |
216 | COLDFIRE | |
82ebb7e5 | 217 | M: Huan Wang <[email protected]> |
218 | M: Angelo Dureghello <[email protected]> | |
00f141cc DS |
219 | S: Maintained |
220 | T: git git://git.denx.de/u-boot-coldfire.git | |
221 | F: arch/m68k/ | |
222 | ||
223 | DFU | |
224 | M: Lukasz Majewski <[email protected]> | |
225 | S: Maintained | |
226 | T: git git://git.denx.de/u-boot-dfu.git | |
227 | F: drivers/dfu/ | |
55ca6138 | 228 | F: drivers/usb/gadget/ |
00f141cc DS |
229 | |
230 | DRIVER MODEL | |
231 | M: Simon Glass <[email protected]> | |
232 | S: Maintained | |
8770633e | 233 | T: git git://git.denx.de/u-boot-dm.git |
00f141cc DS |
234 | F: drivers/core/ |
235 | F: include/dm/ | |
236 | F: test/dm/ | |
237 | ||
e4a7394a AG |
238 | EFI PAYLOAD |
239 | M: Alexander Graf <[email protected]> | |
240 | S: Maintained | |
241 | F: include/efi_loader.h | |
242 | F: lib/efi_loader/ | |
243 | F: cmd/bootefi.c | |
244 | ||
00f141cc DS |
245 | FLATTENED DEVICE TREE |
246 | M: Simon Glass <[email protected]> | |
247 | S: Maintained | |
248 | T: git git://git.denx.de/u-boot-fdt.git | |
249 | F: lib/fdtdec* | |
250 | F: lib/libfdt/ | |
251 | F: include/fdt* | |
252 | F: include/libfdt* | |
253 | F. common/cmd_fdt.c | |
254 | F: common/fdt_support.c | |
255 | ||
256 | FREEBSD | |
257 | M: Rafal Jaworowski <[email protected]> | |
258 | S: Maintained | |
259 | T: git git://git.denx.de/u-boot-freebsd.git | |
260 | ||
261 | FREESCALE QORIQ | |
2f231025 | 262 | M: York Sun <[email protected]> |
00f141cc DS |
263 | S: Maintained |
264 | T: git git://git.denx.de/u-boot-fsl-qoriq.git | |
265 | ||
266 | I2C | |
267 | M: Heiko Schocher <[email protected]> | |
268 | S: Maintained | |
269 | T: git git://git.denx.de/u-boot-i2c.git | |
270 | F: drivers/i2c/ | |
271 | ||
272 | MICROBLAZE | |
273 | M: Michal Simek <[email protected]> | |
274 | S: Maintained | |
275 | T: git git://git.denx.de/u-boot-microblaze.git | |
276 | F: arch/microblaze/ | |
277 | ||
278 | MIPS | |
279 | M: Daniel Schwierzeck <[email protected]> | |
280 | S: Maintained | |
281 | T: git git://git.denx.de/u-boot-mips.git | |
282 | F: arch/mips/ | |
283 | ||
284 | MMC | |
336be762 | 285 | M: Pantelis Antoniou <[email protected]> |
00f141cc DS |
286 | S: Maintained |
287 | T: git git://git.denx.de/u-boot-mmc.git | |
288 | F: drivers/mmc/ | |
289 | ||
290 | OPENRISC | |
291 | M: Stefan Kristiansson <[email protected]> | |
292 | S: Maintained | |
293 | F: arch/openrisc/ | |
294 | ||
295 | PATMAN | |
296 | M: Simon Glass <[email protected]> | |
297 | S: Maintained | |
298 | F: tools/patman/ | |
299 | ||
300 | POWERPC | |
301 | M: Wolfgang Denk <[email protected]> | |
302 | S: Maintained | |
303 | F: arch/powerpc/ | |
304 | ||
305 | POWERPC MPC5XXX | |
306 | M: Wolfgang Denk <[email protected]> | |
307 | S: Maintained | |
308 | T: git git://git.denx.de/u-boot-mpc5xxx.git | |
309 | F: arch/powerpc/cpu/mpc5*/ | |
310 | ||
311 | POWERPC MPC8XX | |
312 | M: Wolfgang Denk <[email protected]> | |
313 | S: Maintained | |
314 | T: git git://git.denx.de/u-boot-mpc8xx.git | |
315 | F: arch/powerpc/cpu/mpc8xx/ | |
316 | ||
317 | POWERPC MPC82XX | |
318 | M: Wolfgang Denk <[email protected]> | |
319 | S: Maintained | |
320 | T: git git://git.denx.de/u-boot-mpc82xx.git | |
321 | F: arch/powerpc/cpu/mpc82*/ | |
322 | ||
323 | POWERPC MPC83XX | |
3a53aba3 BM |
324 | #M: Kim Phillips <[email protected]> |
325 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
326 | T: git git://git.denx.de/u-boot-mpc83xx.git |
327 | F: arch/powerpc/cpu/mpc83xx/ | |
328 | F: arch/powerpc/include/asm/arch-mpc83xx/ | |
329 | ||
330 | POWERPC MPC85XX | |
2f231025 | 331 | M: York Sun <[email protected]> |
00f141cc DS |
332 | S: Maintained |
333 | T: git git://git.denx.de/u-boot-mpc85xx.git | |
334 | F: arch/powerpc/cpu/mpc85xx/ | |
335 | ||
336 | POWERPC MPC86XX | |
2f231025 | 337 | M: York Sun <[email protected]> |
00f141cc DS |
338 | S: Maintained |
339 | T: git git://git.denx.de/u-boot-mpc86xx.git | |
340 | F: arch/powerpc/cpu/mpc86xx/ | |
341 | ||
00f141cc DS |
342 | POWERPC PPC4XX |
343 | M: Stefan Roese <[email protected]> | |
344 | S: Maintained | |
345 | T: git git://git.denx.de/u-boot-ppc4xx.git | |
346 | F: arch/powerpc/cpu/ppc4xx/ | |
347 | ||
348 | NETWORK | |
a60de1ee | 349 | M: Joe Hershberger <[email protected]> |
00f141cc DS |
350 | S: Maintained |
351 | T: git git://git.denx.de/u-boot-net.git | |
352 | F: drivers/net/ | |
a60de1ee | 353 | F: net/ |
00f141cc DS |
354 | |
355 | NAND FLASH | |
3ef9cdb7 | 356 | M: Scott Wood <[email protected]> |
00f141cc DS |
357 | S: Maintained |
358 | T: git git://git.denx.de/u-boot-nand-flash.git | |
359 | F: drivers/mtd/nand/ | |
360 | ||
361 | NDS32 | |
362 | M: Macpaul Lin <[email protected]> | |
363 | S: Maintained | |
364 | T: git git://git.denx.de/u-boot-nds32.git | |
365 | F: arch/nds32/ | |
366 | ||
367 | NIOS | |
368 | M: Thomas Chou <[email protected]> | |
369 | S: Maintained | |
370 | T: git git://git.denx.de/u-boot-nios.git | |
371 | F: arch/nios2/ | |
372 | ||
373 | ONENAND | |
374 | M: Lukasz Majewski <[email protected]> | |
375 | S: Maintained | |
376 | T: git git://git.denx.de/u-boot-onenand.git | |
377 | F: drivers/mtd/onenand/ | |
378 | ||
379 | SANDBOX | |
380 | M: Simon Glass <[email protected]> | |
381 | S: Maintained | |
382 | F: arch/sandbox/ | |
383 | ||
384 | SH | |
385 | M: Nobuhiro Iwamatsu <[email protected]> | |
386 | S: Maintained | |
387 | T: git git://git.denx.de/u-boot-sh.git | |
388 | F: arch/sh/ | |
389 | ||
390 | SPARC | |
3a53aba3 BM |
391 | #M: Francois Retief <[email protected]> |
392 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
393 | T: git git://git.denx.de/u-boot-sparc.git |
394 | F: arch/sparc/ | |
395 | ||
396 | SPI | |
3bfe3ce2 | 397 | M: Jagan Teki <[email protected]> |
00f141cc DS |
398 | S: Maintained |
399 | T: git git://git.denx.de/u-boot-spi.git | |
400 | F: drivers/mtd/spi/ | |
401 | F: drivers/spi/ | |
402 | F: include/spi* | |
403 | ||
e721e981 MK |
404 | SPMI |
405 | M: Mateusz Kulikowski <[email protected]> | |
406 | S: Maintained | |
407 | F: drivers/spmi/ | |
408 | F: include/spmi/ | |
409 | ||
00f141cc | 410 | TQ GROUP |
3a53aba3 BM |
411 | #M: Martin Krause <[email protected]> |
412 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
413 | T: git git://git.denx.de/u-boot-tq-group.git |
414 | ||
415 | UBI | |
416 | M: Kyungmin Park <[email protected]> | |
69337a9d | 417 | M: Heiko Schocher <[email protected]> |
00f141cc DS |
418 | S: Maintained |
419 | T: git git://git.denx.de/u-boot-ubi.git | |
420 | F: drivers/mtd/ubi/ | |
421 | ||
422 | USB | |
423 | M: Marek Vasut <[email protected]> | |
424 | S: Maintained | |
425 | T: git git://git.denx.de/u-boot-usb.git | |
426 | F: drivers/usb/ | |
427 | ||
428 | VIDEO | |
429 | M: Anatolij Gustschin <[email protected]> | |
430 | S: Maintained | |
431 | T: git git://git.denx.de/u-boot-video.git | |
432 | F: drivers/video/ | |
433 | ||
434 | X86 | |
435 | M: Simon Glass <[email protected]> | |
436 | S: Maintained | |
437 | T: git git://git.denx.de/u-boot-x86.git | |
438 | F: arch/x86/ | |
439 | ||
440 | THE REST | |
4e34d610 | 441 | M: Tom Rini <[email protected]> |
00f141cc DS |
442 | L: [email protected] |
443 | Q: http://patchwork.ozlabs.org/project/uboot/list/ | |
444 | S: Maintained | |
445 | T: git git://git.denx.de/u-boot.git | |
446 | F: * | |
447 | F: */ |