]>
Commit | Line | Data |
---|---|---|
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 | ||
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/mach-socfpga/ | |
73 | ||
74 | ARM ATMEL AT91 | |
75 | M: Andreas Bießmann <[email protected]> | |
76 | S: Maintained | |
77 | T: git git://git.denx.de/u-boot-atmel.git | |
78 | F: arch/arm/mach-at91/ | |
79 | ||
80 | ARM BROADCOM BCM283X | |
81 | M: Stephen Warren <[email protected]> | |
82 | S: Maintained | |
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 | |
89 | ||
90 | ARM FREESCALE IMX | |
91 | M: Stefano Babic <[email protected]> | |
92 | M: Fabio Estevam <[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/armv7/mx*/ | |
98 | F: arch/arm/cpu/armv7/vf610/ | |
99 | F: arch/arm/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*/ | |
105 | ||
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 | ||
112 | ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X | |
113 | M: Prafulla Wadaskar <[email protected]> | |
114 | M: Luka Perkov <[email protected]> | |
115 | M: Stefan Roese <[email protected]> | |
116 | S: Maintained | |
117 | T: git git://git.denx.de/u-boot-marvell.git | |
118 | F: arch/arm/mach-kirkwood/ | |
119 | F: arch/arm/mach-mvebu/ | |
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 | ||
128 | ARM RENESAS RMOBILE/R-CAR | |
129 | M: Nobuhiro Iwamatsu <[email protected]> | |
130 | S: Maintained | |
131 | T: git git://git.denx.de/u-boot-sh.git | |
132 | F: arch/arm/mach-rmobile/ | |
133 | ||
134 | ARM ROCKCHIP | |
135 | M: Simon Glass <[email protected]> | |
136 | S: Maintained | |
137 | T: git git://git.denx.de/u-boot-rockchip.git | |
138 | F: arch/arm/mach-rockchip/ | |
139 | F: board/rockchip/ | |
140 | ||
141 | ARM SAMSUNG | |
142 | M: Minkyu Kang <[email protected]> | |
143 | S: Maintained | |
144 | T: git git://git.denx.de/u-boot-samsung.git | |
145 | F: arch/arm/cpu/arm920t/s3c24x0/ | |
146 | F: arch/arm/mach-exynos/ | |
147 | F: arch/arm/mach-s5pc1xx/ | |
148 | F: arch/arm/cpu/armv7/s5p-common/ | |
149 | F: arch/arm/include/asm/arch-s3c24x0/ | |
150 | ||
151 | ARM SNAPDRAGON | |
152 | M: Mateusz Kulikowski <[email protected]> | |
153 | S: Maintained | |
154 | F: arch/arm/mach-snapdragon/ | |
155 | ||
156 | ARM STM SPEAR | |
157 | #M: Vipin Kumar <[email protected]> | |
158 | S: Orphaned (Since 2016-02) | |
159 | T: git git://git.denx.de/u-boot-stm.git | |
160 | F: arch/arm/cpu/arm926ejs/spear/ | |
161 | F: arch/arm/include/asm/arch-spear/ | |
162 | ||
163 | ARM STM STV0991 | |
164 | M: Vikas Manocha <[email protected]> | |
165 | S: Maintained | |
166 | F: arch/arm/cpu/armv7/stv0991/ | |
167 | F: arch/arm/include/asm/arch-stv0991/ | |
168 | ||
169 | ARM STI | |
170 | M: Patrice Chotard <[email protected]> | |
171 | S: Maintained | |
172 | F: arch/arm/mach-sti/ | |
173 | F: arch/arm/include/asm/arch-sti*/ | |
174 | ||
175 | ARM SUNXI | |
176 | M: Jagan Teki <[email protected]> | |
177 | M: Maxime Ripard <[email protected]> | |
178 | S: Maintained | |
179 | T: git git://git.denx.de/u-boot-sunxi.git | |
180 | F: arch/arm/cpu/armv7/sunxi/ | |
181 | F: arch/arm/include/asm/arch-sunxi/ | |
182 | F: arch/arm/mach-sunxi/ | |
183 | F: board/sunxi/ | |
184 | ||
185 | ARM TEGRA | |
186 | M: Tom Warren <[email protected]> | |
187 | S: Maintained | |
188 | T: git git://git.denx.de/u-boot-tegra.git | |
189 | F: arch/arm/mach-tegra/ | |
190 | F: arch/arm/include/asm/arch-tegra*/ | |
191 | ||
192 | ARM TI | |
193 | M: Tom Rini <[email protected]> | |
194 | S: Maintained | |
195 | T: git git://git.denx.de/u-boot-ti.git | |
196 | F: arch/arm/mach-davinci/ | |
197 | F: arch/arm/mach-keystone/ | |
198 | F: arch/arm/cpu/arm926ejs/omap/ | |
199 | F: arch/arm/cpu/armv7/omap*/ | |
200 | F: arch/arm/include/asm/arch-omap*/ | |
201 | F: arch/arm/include/asm/ti-common/ | |
202 | ||
203 | ARM UNIPHIER | |
204 | M: Masahiro Yamada <[email protected]> | |
205 | S: Maintained | |
206 | T: git git://git.denx.de/u-boot-uniphier.git | |
207 | F: arch/arm/mach-uniphier/ | |
208 | F: configs/uniphier_*_defconfig | |
209 | N: uniphier | |
210 | ||
211 | ARM ZYNQ | |
212 | M: Michal Simek <[email protected]> | |
213 | S: Maintained | |
214 | F: arch/arm/cpu/armv7/zynq/ | |
215 | F: arch/arm/include/asm/arch-zynq/ | |
216 | ||
217 | ARM ZYNQMP | |
218 | M: Michal Simek <[email protected]> | |
219 | S: Maintained | |
220 | F: arch/arm/cpu/armv8/zynqmp/ | |
221 | F: arch/arm/include/asm/arch-zynqmp/ | |
222 | ||
223 | AVR32 | |
224 | M: Andreas Bießmann <[email protected]> | |
225 | S: Maintained | |
226 | T: git git://git.denx.de/u-boot-avr32.git | |
227 | F: arch/avr32/ | |
228 | ||
229 | BUILDMAN | |
230 | M: Simon Glass <[email protected]> | |
231 | S: Maintained | |
232 | F: tools/buildman/ | |
233 | ||
234 | CFI FLASH | |
235 | M: Stefan Roese <[email protected]> | |
236 | S: Maintained | |
237 | T: git git://git.denx.de/u-boot-cfi-flash.git | |
238 | F: drivers/mtd/cfi_flash.c | |
239 | F: drivers/mtd/jedec_flash.c | |
240 | ||
241 | COLDFIRE | |
242 | M: Huan Wang <[email protected]> | |
243 | M: Angelo Dureghello <[email protected]> | |
244 | S: Maintained | |
245 | T: git git://git.denx.de/u-boot-coldfire.git | |
246 | F: arch/m68k/ | |
247 | ||
248 | DFU | |
249 | M: Lukasz Majewski <[email protected]> | |
250 | S: Maintained | |
251 | T: git git://git.denx.de/u-boot-dfu.git | |
252 | F: drivers/dfu/ | |
253 | F: drivers/usb/gadget/ | |
254 | ||
255 | DRIVER MODEL | |
256 | M: Simon Glass <[email protected]> | |
257 | S: Maintained | |
258 | T: git git://git.denx.de/u-boot-dm.git | |
259 | F: drivers/core/ | |
260 | F: include/dm/ | |
261 | F: test/dm/ | |
262 | ||
263 | EFI PAYLOAD | |
264 | M: Alexander Graf <[email protected]> | |
265 | S: Maintained | |
266 | F: include/efi_loader.h | |
267 | F: lib/efi_loader/ | |
268 | F: cmd/bootefi.c | |
269 | ||
270 | FLATTENED DEVICE TREE | |
271 | M: Simon Glass <[email protected]> | |
272 | S: Maintained | |
273 | T: git git://git.denx.de/u-boot-fdt.git | |
274 | F: lib/fdtdec* | |
275 | F: lib/libfdt/ | |
276 | F: include/fdt* | |
277 | F: include/libfdt* | |
278 | F: cmd/fdt.c | |
279 | F: common/fdt_support.c | |
280 | ||
281 | FREEBSD | |
282 | M: Rafal Jaworowski <[email protected]> | |
283 | S: Maintained | |
284 | T: git git://git.denx.de/u-boot-freebsd.git | |
285 | ||
286 | FREESCALE QORIQ | |
287 | M: York Sun <[email protected]> | |
288 | S: Maintained | |
289 | T: git git://git.denx.de/u-boot-fsl-qoriq.git | |
290 | ||
291 | I2C | |
292 | M: Heiko Schocher <[email protected]> | |
293 | S: Maintained | |
294 | T: git git://git.denx.de/u-boot-i2c.git | |
295 | F: drivers/i2c/ | |
296 | ||
297 | MICROBLAZE | |
298 | M: Michal Simek <[email protected]> | |
299 | S: Maintained | |
300 | T: git git://git.denx.de/u-boot-microblaze.git | |
301 | F: arch/microblaze/ | |
302 | ||
303 | MIPS | |
304 | M: Daniel Schwierzeck <[email protected]> | |
305 | S: Maintained | |
306 | T: git git://git.denx.de/u-boot-mips.git | |
307 | F: arch/mips/ | |
308 | ||
309 | MMC | |
310 | M: Jaehoon Chung <[email protected]> | |
311 | S: Maintained | |
312 | T: git git://git.denx.de/u-boot-mmc.git | |
313 | F: drivers/mmc/ | |
314 | ||
315 | PATMAN | |
316 | M: Simon Glass <[email protected]> | |
317 | S: Maintained | |
318 | F: tools/patman/ | |
319 | ||
320 | POWERPC | |
321 | M: Wolfgang Denk <[email protected]> | |
322 | S: Maintained | |
323 | F: arch/powerpc/ | |
324 | ||
325 | POWERPC MPC8XX | |
326 | M: Wolfgang Denk <[email protected]> | |
327 | S: Maintained | |
328 | T: git git://git.denx.de/u-boot-mpc8xx.git | |
329 | F: arch/powerpc/cpu/mpc8xx/ | |
330 | ||
331 | POWERPC MPC82XX | |
332 | M: Wolfgang Denk <[email protected]> | |
333 | S: Maintained | |
334 | T: git git://git.denx.de/u-boot-mpc82xx.git | |
335 | F: arch/powerpc/cpu/mpc82*/ | |
336 | ||
337 | POWERPC MPC83XX | |
338 | M: Mario Six <[email protected]> | |
339 | S: Maintained | |
340 | T: git git://git.denx.de/u-boot-mpc83xx.git | |
341 | F: arch/powerpc/cpu/mpc83xx/ | |
342 | F: arch/powerpc/include/asm/arch-mpc83xx/ | |
343 | ||
344 | POWERPC MPC85XX | |
345 | M: York Sun <[email protected]> | |
346 | S: Maintained | |
347 | T: git git://git.denx.de/u-boot-mpc85xx.git | |
348 | F: arch/powerpc/cpu/mpc85xx/ | |
349 | ||
350 | POWERPC MPC86XX | |
351 | M: York Sun <[email protected]> | |
352 | S: Maintained | |
353 | T: git git://git.denx.de/u-boot-mpc86xx.git | |
354 | F: arch/powerpc/cpu/mpc86xx/ | |
355 | ||
356 | POWERPC PPC4XX | |
357 | M: Stefan Roese <[email protected]> | |
358 | S: Maintained | |
359 | T: git git://git.denx.de/u-boot-ppc4xx.git | |
360 | F: arch/powerpc/cpu/ppc4xx/ | |
361 | ||
362 | POWER | |
363 | M: Jaehoon Chung <[email protected]> | |
364 | S: Maintained | |
365 | T: git git://git.denx.de/u-boot-pmic.git | |
366 | F: drivers/power/ | |
367 | ||
368 | NETWORK | |
369 | M: Joe Hershberger <[email protected]> | |
370 | S: Maintained | |
371 | T: git git://git.denx.de/u-boot-net.git | |
372 | F: drivers/net/ | |
373 | F: net/ | |
374 | ||
375 | NAND FLASH | |
376 | M: Scott Wood <[email protected]> | |
377 | S: Maintained | |
378 | T: git git://git.denx.de/u-boot-nand-flash.git | |
379 | F: drivers/mtd/nand/ | |
380 | ||
381 | NDS32 | |
382 | M: Macpaul Lin <[email protected]> | |
383 | S: Maintained | |
384 | T: git git://git.denx.de/u-boot-nds32.git | |
385 | F: arch/nds32/ | |
386 | ||
387 | NIOS | |
388 | M: Thomas Chou <[email protected]> | |
389 | S: Maintained | |
390 | T: git git://git.denx.de/u-boot-nios.git | |
391 | F: arch/nios2/ | |
392 | ||
393 | ONENAND | |
394 | #M: Lukasz Majewski <[email protected]> | |
395 | S: Orphaned (Since 2017-01) | |
396 | T: git git://git.denx.de/u-boot-onenand.git | |
397 | F: drivers/mtd/onenand/ | |
398 | ||
399 | SANDBOX | |
400 | M: Simon Glass <[email protected]> | |
401 | S: Maintained | |
402 | F: arch/sandbox/ | |
403 | ||
404 | SH | |
405 | M: Nobuhiro Iwamatsu <[email protected]> | |
406 | S: Maintained | |
407 | T: git git://git.denx.de/u-boot-sh.git | |
408 | F: arch/sh/ | |
409 | ||
410 | SPI | |
411 | M: Jagan Teki <[email protected]> | |
412 | S: Maintained | |
413 | T: git git://git.denx.de/u-boot-spi.git | |
414 | F: drivers/mtd/spi/ | |
415 | F: drivers/spi/ | |
416 | F: include/spi* | |
417 | ||
418 | SPMI | |
419 | M: Mateusz Kulikowski <[email protected]> | |
420 | S: Maintained | |
421 | F: drivers/spmi/ | |
422 | F: include/spmi/ | |
423 | ||
424 | TI SYSTEM SECURITY | |
425 | M: Andrew F. Davis <[email protected]> | |
426 | S: Supported | |
427 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S | |
428 | F: arch/arm/mach-omap2/omap5/sec-fxns.c | |
429 | F: arch/arm/mach-omap2/sec-common.c | |
430 | F: arch/arm/mach-omap2/config_secure.mk | |
431 | F: configs/am335x_hs_evm_defconfig | |
432 | F: configs/am43xx_hs_evm_defconfig | |
433 | F: configs/am57xx_hs_evm_defconfig | |
434 | F: configs/dra7xx_hs_evm_defconfig | |
435 | F: configs/k2hk_hs_evm_defconfig | |
436 | F: configs/k2e_hs_evm_defconfig | |
437 | F: configs/k2g_hs_evm_defconfig | |
438 | ||
439 | TQ GROUP | |
440 | #M: Martin Krause <[email protected]> | |
441 | S: Orphaned (Since 2016-02) | |
442 | T: git git://git.denx.de/u-boot-tq-group.git | |
443 | ||
444 | UBI | |
445 | M: Kyungmin Park <[email protected]> | |
446 | M: Heiko Schocher <[email protected]> | |
447 | S: Maintained | |
448 | T: git git://git.denx.de/u-boot-ubi.git | |
449 | F: drivers/mtd/ubi/ | |
450 | ||
451 | USB | |
452 | M: Marek Vasut <[email protected]> | |
453 | S: Maintained | |
454 | T: git git://git.denx.de/u-boot-usb.git | |
455 | F: drivers/usb/ | |
456 | ||
457 | VIDEO | |
458 | M: Anatolij Gustschin <[email protected]> | |
459 | S: Maintained | |
460 | T: git git://git.denx.de/u-boot-video.git | |
461 | F: drivers/video/ | |
462 | ||
463 | X86 | |
464 | M: Simon Glass <[email protected]> | |
465 | S: Maintained | |
466 | T: git git://git.denx.de/u-boot-x86.git | |
467 | F: arch/x86/ | |
468 | ||
469 | XTENSA | |
470 | M: Max Filippov <[email protected]> | |
471 | S: Maintained | |
472 | F: arch/xtensa/ | |
473 | ||
474 | THE REST | |
475 | M: Tom Rini <[email protected]> | |
476 | L: [email protected] | |
477 | Q: http://patchwork.ozlabs.org/project/uboot/list/ | |
478 | S: Maintained | |
479 | T: git git://git.denx.de/u-boot.git | |
480 | F: * | |
481 | F: */ |