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