]>
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 | |
f22dede2 | 72 | F: arch/arm/mach-socfpga/ |
d8540a16 | 73 | |
00f141cc | 74 | ARM ATMEL AT91 |
09c2b8f3 | 75 | M: Andreas Bießmann <[email protected]> |
00f141cc DS |
76 | S: Maintained |
77 | T: git git://git.denx.de/u-boot-atmel.git | |
62011840 | 78 | F: arch/arm/mach-at91/ |
00f141cc | 79 | |
fe84ebf0 | 80 | ARM BROADCOM BCM283X |
8b7d0924 SW |
81 | #M: Stephen Warren <[email protected]> |
82 | S: Orphaned (Since 2017-07) | |
fe84ebf0 SW |
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 | ||
00f141cc DS |
90 | ARM FREESCALE IMX |
91 | M: Stefano Babic <[email protected]> | |
2aaf7c49 | 92 | M: Fabio Estevam <[email protected]> |
00f141cc DS |
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*/ | |
00f141cc DS |
97 | F: arch/arm/cpu/armv7/mx*/ |
98 | F: arch/arm/cpu/armv7/vf610/ | |
552a848e | 99 | F: arch/arm/mach-imx/ |
00f141cc DS |
100 | F: arch/arm/include/asm/arch-imx/ |
101 | F: arch/arm/include/asm/arch-mx*/ | |
102 | F: arch/arm/include/asm/arch-vf610/ | |
552a848e | 103 | F: arch/arm/include/asm/mach-imx/ |
77cbd3a1 | 104 | F: board/freescale/*mx*/ |
00f141cc | 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 | ||
4810c2f8 NI |
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 | ||
c3caeac0 MY |
134 | ARM ROCKCHIP |
135 | M: Simon Glass <[email protected]> | |
f8714372 | 136 | M: Philipp Tomsich <[email protected]> |
c3caeac0 MY |
137 | S: Maintained |
138 | T: git git://git.denx.de/u-boot-rockchip.git | |
139 | F: arch/arm/mach-rockchip/ | |
ae0fc89e | 140 | F: board/rockchip/ |
c3caeac0 | 141 | |
00f141cc DS |
142 | ARM SAMSUNG |
143 | M: Minkyu Kang <[email protected]> | |
144 | S: Maintained | |
145 | T: git git://git.denx.de/u-boot-samsung.git | |
146 | F: arch/arm/cpu/arm920t/s3c24x0/ | |
225f5eec MK |
147 | F: arch/arm/mach-exynos/ |
148 | F: arch/arm/mach-s5pc1xx/ | |
00f141cc | 149 | F: arch/arm/cpu/armv7/s5p-common/ |
00f141cc | 150 | F: arch/arm/include/asm/arch-s3c24x0/ |
00f141cc | 151 | |
e721e981 MK |
152 | ARM SNAPDRAGON |
153 | M: Mateusz Kulikowski <[email protected]> | |
154 | S: Maintained | |
155 | F: arch/arm/mach-snapdragon/ | |
156 | ||
00f141cc | 157 | ARM STM SPEAR |
3a53aba3 BM |
158 | #M: Vipin Kumar <[email protected]> |
159 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
160 | T: git git://git.denx.de/u-boot-stm.git |
161 | F: arch/arm/cpu/arm926ejs/spear/ | |
162 | F: arch/arm/include/asm/arch-spear/ | |
163 | ||
9fa32b12 VM |
164 | ARM STM STV0991 |
165 | M: Vikas Manocha <[email protected]> | |
166 | S: Maintained | |
167 | F: arch/arm/cpu/armv7/stv0991/ | |
168 | F: arch/arm/include/asm/arch-stv0991/ | |
169 | ||
94e9a4ef PC |
170 | ARM STI |
171 | M: Patrice Chotard <[email protected]> | |
172 | S: Maintained | |
173 | F: arch/arm/mach-sti/ | |
174 | F: arch/arm/include/asm/arch-sti*/ | |
175 | ||
00f141cc | 176 | ARM SUNXI |
543bd273 JT |
177 | M: Jagan Teki <[email protected]> |
178 | M: Maxime Ripard <[email protected]> | |
ed8f2a28 | 179 | S: Maintained |
00f141cc DS |
180 | T: git git://git.denx.de/u-boot-sunxi.git |
181 | F: arch/arm/cpu/armv7/sunxi/ | |
182 | F: arch/arm/include/asm/arch-sunxi/ | |
ed8f2a28 CYT |
183 | F: arch/arm/mach-sunxi/ |
184 | F: board/sunxi/ | |
00f141cc DS |
185 | |
186 | ARM TEGRA | |
187 | M: Tom Warren <[email protected]> | |
188 | S: Maintained | |
189 | T: git git://git.denx.de/u-boot-tegra.git | |
09f455dc | 190 | F: arch/arm/mach-tegra/ |
00f141cc DS |
191 | F: arch/arm/include/asm/arch-tegra*/ |
192 | ||
193 | ARM TI | |
4e34d610 | 194 | M: Tom Rini <[email protected]> |
00f141cc DS |
195 | S: Maintained |
196 | T: git git://git.denx.de/u-boot-ti.git | |
26f7c111 MY |
197 | F: arch/arm/mach-davinci/ |
198 | F: arch/arm/mach-keystone/ | |
00f141cc DS |
199 | F: arch/arm/cpu/arm926ejs/omap/ |
200 | F: arch/arm/cpu/armv7/omap*/ | |
00f141cc DS |
201 | F: arch/arm/include/asm/arch-omap*/ |
202 | F: arch/arm/include/asm/ti-common/ | |
203 | ||
0fb63aa6 | 204 | ARM UNIPHIER |
ed6226c4 | 205 | M: Masahiro Yamada <[email protected]> |
0fb63aa6 MY |
206 | S: Maintained |
207 | T: git git://git.denx.de/u-boot-uniphier.git | |
4c425570 | 208 | F: arch/arm/mach-uniphier/ |
5fd3f434 | 209 | F: configs/uniphier_*_defconfig |
eb006c83 | 210 | N: uniphier |
0fb63aa6 | 211 | |
00f141cc DS |
212 | ARM ZYNQ |
213 | M: Michal Simek <[email protected]> | |
214 | S: Maintained | |
215 | F: arch/arm/cpu/armv7/zynq/ | |
216 | F: arch/arm/include/asm/arch-zynq/ | |
217 | ||
84c7204b MS |
218 | ARM ZYNQMP |
219 | M: Michal Simek <[email protected]> | |
220 | S: Maintained | |
221 | F: arch/arm/cpu/armv8/zynqmp/ | |
222 | F: arch/arm/include/asm/arch-zynqmp/ | |
223 | ||
00f141cc DS |
224 | BUILDMAN |
225 | M: Simon Glass <[email protected]> | |
226 | S: Maintained | |
227 | F: tools/buildman/ | |
228 | ||
229 | CFI FLASH | |
230 | M: Stefan Roese <[email protected]> | |
231 | S: Maintained | |
232 | T: git git://git.denx.de/u-boot-cfi-flash.git | |
c4c2e141 SR |
233 | F: drivers/mtd/cfi_flash.c |
234 | F: drivers/mtd/jedec_flash.c | |
00f141cc DS |
235 | |
236 | COLDFIRE | |
82ebb7e5 | 237 | M: Huan Wang <[email protected]> |
238 | M: Angelo Dureghello <[email protected]> | |
00f141cc DS |
239 | S: Maintained |
240 | T: git git://git.denx.de/u-boot-coldfire.git | |
241 | F: arch/m68k/ | |
242 | ||
243 | DFU | |
56acf018 | 244 | M: Lukasz Majewski <[email protected]> |
00f141cc DS |
245 | S: Maintained |
246 | T: git git://git.denx.de/u-boot-dfu.git | |
247 | F: drivers/dfu/ | |
55ca6138 | 248 | F: drivers/usb/gadget/ |
00f141cc DS |
249 | |
250 | DRIVER MODEL | |
251 | M: Simon Glass <[email protected]> | |
252 | S: Maintained | |
8770633e | 253 | T: git git://git.denx.de/u-boot-dm.git |
00f141cc DS |
254 | F: drivers/core/ |
255 | F: include/dm/ | |
256 | F: test/dm/ | |
257 | ||
e4a7394a AG |
258 | EFI PAYLOAD |
259 | M: Alexander Graf <[email protected]> | |
260 | S: Maintained | |
bc188a30 | 261 | T: git git://github.com/agraf/u-boot.git |
623b3a57 HS |
262 | F: include/efi* |
263 | F: lib/efi* | |
264 | F: test/py/tests/test_efi* | |
e4a7394a AG |
265 | F: cmd/bootefi.c |
266 | ||
00f141cc DS |
267 | FLATTENED DEVICE TREE |
268 | M: Simon Glass <[email protected]> | |
269 | S: Maintained | |
270 | T: git git://git.denx.de/u-boot-fdt.git | |
271 | F: lib/fdtdec* | |
272 | F: lib/libfdt/ | |
273 | F: include/fdt* | |
274 | F: include/libfdt* | |
643f8d4c | 275 | F: cmd/fdt.c |
00f141cc DS |
276 | F: common/fdt_support.c |
277 | ||
278 | FREEBSD | |
279 | M: Rafal Jaworowski <[email protected]> | |
280 | S: Maintained | |
281 | T: git git://git.denx.de/u-boot-freebsd.git | |
282 | ||
283 | FREESCALE QORIQ | |
2f231025 | 284 | M: York Sun <[email protected]> |
00f141cc DS |
285 | S: Maintained |
286 | T: git git://git.denx.de/u-boot-fsl-qoriq.git | |
287 | ||
288 | I2C | |
289 | M: Heiko Schocher <[email protected]> | |
290 | S: Maintained | |
291 | T: git git://git.denx.de/u-boot-i2c.git | |
292 | F: drivers/i2c/ | |
293 | ||
294 | MICROBLAZE | |
295 | M: Michal Simek <[email protected]> | |
296 | S: Maintained | |
297 | T: git git://git.denx.de/u-boot-microblaze.git | |
298 | F: arch/microblaze/ | |
299 | ||
300 | MIPS | |
301 | M: Daniel Schwierzeck <[email protected]> | |
302 | S: Maintained | |
303 | T: git git://git.denx.de/u-boot-mips.git | |
304 | F: arch/mips/ | |
305 | ||
306 | MMC | |
dbc39699 | 307 | M: Jaehoon Chung <[email protected]> |
00f141cc DS |
308 | S: Maintained |
309 | T: git git://git.denx.de/u-boot-mmc.git | |
310 | F: drivers/mmc/ | |
311 | ||
00f141cc DS |
312 | PATMAN |
313 | M: Simon Glass <[email protected]> | |
314 | S: Maintained | |
315 | F: tools/patman/ | |
316 | ||
317 | POWERPC | |
318 | M: Wolfgang Denk <[email protected]> | |
319 | S: Maintained | |
320 | F: arch/powerpc/ | |
321 | ||
00f141cc | 322 | POWERPC MPC8XX |
907208c4 | 323 | M: Christophe Leroy <[email protected]> |
00f141cc DS |
324 | S: Maintained |
325 | T: git git://git.denx.de/u-boot-mpc8xx.git | |
326 | F: arch/powerpc/cpu/mpc8xx/ | |
327 | ||
00f141cc | 328 | POWERPC MPC83XX |
e5ed4c3e | 329 | M: Mario Six <[email protected]> |
330 | S: Maintained | |
00f141cc DS |
331 | T: git git://git.denx.de/u-boot-mpc83xx.git |
332 | F: arch/powerpc/cpu/mpc83xx/ | |
333 | F: arch/powerpc/include/asm/arch-mpc83xx/ | |
334 | ||
335 | POWERPC MPC85XX | |
2f231025 | 336 | M: York Sun <[email protected]> |
00f141cc DS |
337 | S: Maintained |
338 | T: git git://git.denx.de/u-boot-mpc85xx.git | |
339 | F: arch/powerpc/cpu/mpc85xx/ | |
340 | ||
341 | POWERPC MPC86XX | |
2f231025 | 342 | M: York Sun <[email protected]> |
00f141cc DS |
343 | S: Maintained |
344 | T: git git://git.denx.de/u-boot-mpc86xx.git | |
345 | F: arch/powerpc/cpu/mpc86xx/ | |
346 | ||
00f141cc DS |
347 | POWERPC PPC4XX |
348 | M: Stefan Roese <[email protected]> | |
349 | S: Maintained | |
350 | T: git git://git.denx.de/u-boot-ppc4xx.git | |
351 | F: arch/powerpc/cpu/ppc4xx/ | |
352 | ||
6e1cfb09 JC |
353 | POWER |
354 | M: Jaehoon Chung <[email protected]> | |
355 | S: Maintained | |
356 | T: git git://git.denx.de/u-boot-pmic.git | |
357 | F: drivers/power/ | |
358 | ||
00f141cc | 359 | NETWORK |
a60de1ee | 360 | M: Joe Hershberger <[email protected]> |
00f141cc DS |
361 | S: Maintained |
362 | T: git git://git.denx.de/u-boot-net.git | |
363 | F: drivers/net/ | |
a60de1ee | 364 | F: net/ |
00f141cc DS |
365 | |
366 | NAND FLASH | |
3ef9cdb7 | 367 | M: Scott Wood <[email protected]> |
00f141cc DS |
368 | S: Maintained |
369 | T: git git://git.denx.de/u-boot-nand-flash.git | |
370 | F: drivers/mtd/nand/ | |
371 | ||
372 | NDS32 | |
373 | M: Macpaul Lin <[email protected]> | |
374 | S: Maintained | |
375 | T: git git://git.denx.de/u-boot-nds32.git | |
376 | F: arch/nds32/ | |
377 | ||
378 | NIOS | |
379 | M: Thomas Chou <[email protected]> | |
380 | S: Maintained | |
381 | T: git git://git.denx.de/u-boot-nios.git | |
382 | F: arch/nios2/ | |
383 | ||
384 | ONENAND | |
dea60688 ŁM |
385 | #M: Lukasz Majewski <[email protected]> |
386 | S: Orphaned (Since 2017-01) | |
00f141cc DS |
387 | T: git git://git.denx.de/u-boot-onenand.git |
388 | F: drivers/mtd/onenand/ | |
389 | ||
390 | SANDBOX | |
391 | M: Simon Glass <[email protected]> | |
392 | S: Maintained | |
393 | F: arch/sandbox/ | |
394 | ||
395 | SH | |
396 | M: Nobuhiro Iwamatsu <[email protected]> | |
397 | S: Maintained | |
398 | T: git git://git.denx.de/u-boot-sh.git | |
399 | F: arch/sh/ | |
400 | ||
00f141cc | 401 | SPI |
16185a85 | 402 | M: Jagan Teki <[email protected]> |
00f141cc DS |
403 | S: Maintained |
404 | T: git git://git.denx.de/u-boot-spi.git | |
405 | F: drivers/mtd/spi/ | |
406 | F: drivers/spi/ | |
407 | F: include/spi* | |
408 | ||
e721e981 MK |
409 | SPMI |
410 | M: Mateusz Kulikowski <[email protected]> | |
411 | S: Maintained | |
412 | F: drivers/spmi/ | |
413 | F: include/spmi/ | |
414 | ||
4e2fdf45 AD |
415 | TI SYSTEM SECURITY |
416 | M: Andrew F. Davis <[email protected]> | |
417 | S: Supported | |
418 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S | |
419 | F: arch/arm/mach-omap2/omap5/sec-fxns.c | |
420 | F: arch/arm/mach-omap2/sec-common.c | |
421 | F: arch/arm/mach-omap2/config_secure.mk | |
a42eee12 | 422 | F: configs/am335x_hs_evm_defconfig |
c2dca337 | 423 | F: configs/am335x_hs_evm_uart_defconfig |
4e2fdf45 AD |
424 | F: configs/am43xx_hs_evm_defconfig |
425 | F: configs/am57xx_hs_evm_defconfig | |
426 | F: configs/dra7xx_hs_evm_defconfig | |
8a707baf LV |
427 | F: configs/k2hk_hs_evm_defconfig |
428 | F: configs/k2e_hs_evm_defconfig | |
429 | F: configs/k2g_hs_evm_defconfig | |
4e2fdf45 | 430 | |
00f141cc | 431 | TQ GROUP |
3a53aba3 BM |
432 | #M: Martin Krause <[email protected]> |
433 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
434 | T: git git://git.denx.de/u-boot-tq-group.git |
435 | ||
436 | UBI | |
437 | M: Kyungmin Park <[email protected]> | |
69337a9d | 438 | M: Heiko Schocher <[email protected]> |
00f141cc DS |
439 | S: Maintained |
440 | T: git git://git.denx.de/u-boot-ubi.git | |
441 | F: drivers/mtd/ubi/ | |
442 | ||
443 | USB | |
444 | M: Marek Vasut <[email protected]> | |
445 | S: Maintained | |
446 | T: git git://git.denx.de/u-boot-usb.git | |
447 | F: drivers/usb/ | |
448 | ||
449 | VIDEO | |
450 | M: Anatolij Gustschin <[email protected]> | |
451 | S: Maintained | |
452 | T: git git://git.denx.de/u-boot-video.git | |
453 | F: drivers/video/ | |
c967fb78 AG |
454 | F: common/lcd*.c |
455 | F: include/lcd*.h | |
00f141cc DS |
456 | |
457 | X86 | |
458 | M: Simon Glass <[email protected]> | |
dc5210a2 | 459 | M: Bin Meng <[email protected]> |
00f141cc DS |
460 | S: Maintained |
461 | T: git git://git.denx.de/u-boot-x86.git | |
462 | F: arch/x86/ | |
463 | ||
de5e5cea CZ |
464 | XTENSA |
465 | M: Max Filippov <[email protected]> | |
466 | S: Maintained | |
467 | F: arch/xtensa/ | |
468 | ||
00f141cc | 469 | THE REST |
4e34d610 | 470 | M: Tom Rini <[email protected]> |
00f141cc DS |
471 | L: [email protected] |
472 | Q: http://patchwork.ozlabs.org/project/uboot/list/ | |
473 | S: Maintained | |
474 | T: git git://git.denx.de/u-boot.git | |
475 | F: * | |
476 | F: */ |