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