]>
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 |
e4a7394a AG |
262 | F: include/efi_loader.h |
263 | F: lib/efi_loader/ | |
264 | F: cmd/bootefi.c | |
265 | ||
00f141cc DS |
266 | FLATTENED DEVICE TREE |
267 | M: Simon Glass <[email protected]> | |
268 | S: Maintained | |
269 | T: git git://git.denx.de/u-boot-fdt.git | |
270 | F: lib/fdtdec* | |
271 | F: lib/libfdt/ | |
272 | F: include/fdt* | |
273 | F: include/libfdt* | |
643f8d4c | 274 | F: cmd/fdt.c |
00f141cc DS |
275 | F: common/fdt_support.c |
276 | ||
277 | FREEBSD | |
278 | M: Rafal Jaworowski <[email protected]> | |
279 | S: Maintained | |
280 | T: git git://git.denx.de/u-boot-freebsd.git | |
281 | ||
282 | FREESCALE QORIQ | |
2f231025 | 283 | M: York Sun <[email protected]> |
00f141cc DS |
284 | S: Maintained |
285 | T: git git://git.denx.de/u-boot-fsl-qoriq.git | |
286 | ||
287 | I2C | |
288 | M: Heiko Schocher <[email protected]> | |
289 | S: Maintained | |
290 | T: git git://git.denx.de/u-boot-i2c.git | |
291 | F: drivers/i2c/ | |
292 | ||
293 | MICROBLAZE | |
294 | M: Michal Simek <[email protected]> | |
295 | S: Maintained | |
296 | T: git git://git.denx.de/u-boot-microblaze.git | |
297 | F: arch/microblaze/ | |
298 | ||
299 | MIPS | |
300 | M: Daniel Schwierzeck <[email protected]> | |
301 | S: Maintained | |
302 | T: git git://git.denx.de/u-boot-mips.git | |
303 | F: arch/mips/ | |
304 | ||
305 | MMC | |
dbc39699 | 306 | M: Jaehoon Chung <[email protected]> |
00f141cc DS |
307 | S: Maintained |
308 | T: git git://git.denx.de/u-boot-mmc.git | |
309 | F: drivers/mmc/ | |
310 | ||
00f141cc DS |
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 | ||
00f141cc | 321 | POWERPC MPC8XX |
907208c4 | 322 | M: Christophe Leroy <[email protected]> |
00f141cc DS |
323 | S: Maintained |
324 | T: git git://git.denx.de/u-boot-mpc8xx.git | |
325 | F: arch/powerpc/cpu/mpc8xx/ | |
326 | ||
00f141cc | 327 | POWERPC MPC83XX |
e5ed4c3e | 328 | M: Mario Six <[email protected]> |
329 | S: Maintained | |
00f141cc DS |
330 | T: git git://git.denx.de/u-boot-mpc83xx.git |
331 | F: arch/powerpc/cpu/mpc83xx/ | |
332 | F: arch/powerpc/include/asm/arch-mpc83xx/ | |
333 | ||
334 | POWERPC MPC85XX | |
2f231025 | 335 | M: York Sun <[email protected]> |
00f141cc DS |
336 | S: Maintained |
337 | T: git git://git.denx.de/u-boot-mpc85xx.git | |
338 | F: arch/powerpc/cpu/mpc85xx/ | |
339 | ||
340 | POWERPC MPC86XX | |
2f231025 | 341 | M: York Sun <[email protected]> |
00f141cc DS |
342 | S: Maintained |
343 | T: git git://git.denx.de/u-boot-mpc86xx.git | |
344 | F: arch/powerpc/cpu/mpc86xx/ | |
345 | ||
00f141cc DS |
346 | POWERPC PPC4XX |
347 | M: Stefan Roese <[email protected]> | |
348 | S: Maintained | |
349 | T: git git://git.denx.de/u-boot-ppc4xx.git | |
350 | F: arch/powerpc/cpu/ppc4xx/ | |
351 | ||
6e1cfb09 JC |
352 | POWER |
353 | M: Jaehoon Chung <[email protected]> | |
354 | S: Maintained | |
355 | T: git git://git.denx.de/u-boot-pmic.git | |
356 | F: drivers/power/ | |
357 | ||
00f141cc | 358 | NETWORK |
a60de1ee | 359 | M: Joe Hershberger <[email protected]> |
00f141cc DS |
360 | S: Maintained |
361 | T: git git://git.denx.de/u-boot-net.git | |
362 | F: drivers/net/ | |
a60de1ee | 363 | F: net/ |
00f141cc DS |
364 | |
365 | NAND FLASH | |
3ef9cdb7 | 366 | M: Scott Wood <[email protected]> |
00f141cc DS |
367 | S: Maintained |
368 | T: git git://git.denx.de/u-boot-nand-flash.git | |
369 | F: drivers/mtd/nand/ | |
370 | ||
371 | NDS32 | |
372 | M: Macpaul Lin <[email protected]> | |
373 | S: Maintained | |
374 | T: git git://git.denx.de/u-boot-nds32.git | |
375 | F: arch/nds32/ | |
376 | ||
377 | NIOS | |
378 | M: Thomas Chou <[email protected]> | |
379 | S: Maintained | |
380 | T: git git://git.denx.de/u-boot-nios.git | |
381 | F: arch/nios2/ | |
382 | ||
383 | ONENAND | |
dea60688 ŁM |
384 | #M: Lukasz Majewski <[email protected]> |
385 | S: Orphaned (Since 2017-01) | |
00f141cc DS |
386 | T: git git://git.denx.de/u-boot-onenand.git |
387 | F: drivers/mtd/onenand/ | |
388 | ||
389 | SANDBOX | |
390 | M: Simon Glass <[email protected]> | |
391 | S: Maintained | |
392 | F: arch/sandbox/ | |
393 | ||
394 | SH | |
395 | M: Nobuhiro Iwamatsu <[email protected]> | |
396 | S: Maintained | |
397 | T: git git://git.denx.de/u-boot-sh.git | |
398 | F: arch/sh/ | |
399 | ||
00f141cc | 400 | SPI |
16185a85 | 401 | M: Jagan Teki <[email protected]> |
00f141cc DS |
402 | S: Maintained |
403 | T: git git://git.denx.de/u-boot-spi.git | |
404 | F: drivers/mtd/spi/ | |
405 | F: drivers/spi/ | |
406 | F: include/spi* | |
407 | ||
e721e981 MK |
408 | SPMI |
409 | M: Mateusz Kulikowski <[email protected]> | |
410 | S: Maintained | |
411 | F: drivers/spmi/ | |
412 | F: include/spmi/ | |
413 | ||
4e2fdf45 AD |
414 | TI SYSTEM SECURITY |
415 | M: Andrew F. Davis <[email protected]> | |
416 | S: Supported | |
417 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S | |
418 | F: arch/arm/mach-omap2/omap5/sec-fxns.c | |
419 | F: arch/arm/mach-omap2/sec-common.c | |
420 | F: arch/arm/mach-omap2/config_secure.mk | |
a42eee12 | 421 | F: configs/am335x_hs_evm_defconfig |
4e2fdf45 AD |
422 | F: configs/am43xx_hs_evm_defconfig |
423 | F: configs/am57xx_hs_evm_defconfig | |
424 | F: configs/dra7xx_hs_evm_defconfig | |
8a707baf LV |
425 | F: configs/k2hk_hs_evm_defconfig |
426 | F: configs/k2e_hs_evm_defconfig | |
427 | F: configs/k2g_hs_evm_defconfig | |
4e2fdf45 | 428 | |
00f141cc | 429 | TQ GROUP |
3a53aba3 BM |
430 | #M: Martin Krause <[email protected]> |
431 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
432 | T: git git://git.denx.de/u-boot-tq-group.git |
433 | ||
434 | UBI | |
435 | M: Kyungmin Park <[email protected]> | |
69337a9d | 436 | M: Heiko Schocher <[email protected]> |
00f141cc DS |
437 | S: Maintained |
438 | T: git git://git.denx.de/u-boot-ubi.git | |
439 | F: drivers/mtd/ubi/ | |
440 | ||
441 | USB | |
442 | M: Marek Vasut <[email protected]> | |
443 | S: Maintained | |
444 | T: git git://git.denx.de/u-boot-usb.git | |
445 | F: drivers/usb/ | |
446 | ||
447 | VIDEO | |
448 | M: Anatolij Gustschin <[email protected]> | |
449 | S: Maintained | |
450 | T: git git://git.denx.de/u-boot-video.git | |
451 | F: drivers/video/ | |
452 | ||
453 | X86 | |
454 | M: Simon Glass <[email protected]> | |
dc5210a2 | 455 | M: Bin Meng <[email protected]> |
00f141cc DS |
456 | S: Maintained |
457 | T: git git://git.denx.de/u-boot-x86.git | |
458 | F: arch/x86/ | |
459 | ||
de5e5cea CZ |
460 | XTENSA |
461 | M: Max Filippov <[email protected]> | |
462 | S: Maintained | |
463 | F: arch/xtensa/ | |
464 | ||
00f141cc | 465 | THE REST |
4e34d610 | 466 | M: Tom Rini <[email protected]> |
00f141cc DS |
467 | L: [email protected] |
468 | Q: http://patchwork.ozlabs.org/project/uboot/list/ | |
469 | S: Maintained | |
470 | T: git git://git.denx.de/u-boot.git | |
471 | F: * | |
472 | F: */ |