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