1 Descriptions of section entries:
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
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:
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:
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.
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
53 Maintainers List (try to look for most precise areas first)
55 -----------------------------------
59 T: git git://git.denx.de/u-boot-arc.git
66 F: drivers/gpio/hsdk-creg-gpio.c
72 F: drivers/clk/clk-hsdk-cgu.c
73 F: include/dt-bindings/clock/snps,hsdk-cgu.h
74 F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
79 T: git git://git.denx.de/u-boot-arm.git
85 T: git git://git.denx.de/u-boot-socfpga.git
86 F: arch/arm/mach-socfpga/
91 T: git git://git.denx.de/u-boot-atmel.git
92 F: arch/arm/mach-at91/
96 S: Orphaned (Since 2017-07)
97 F: arch/arm/mach-bcm283x/
98 F: drivers/gpio/bcm2835_gpio.c
99 F: drivers/mmc/bcm2835_sdhci.c
100 F: drivers/serial/serial_bcm283x_mu.c
101 F: drivers/video/bcm2835.c
102 F: include/dm/platform_data/serial_bcm283x_mu.h
108 T: git git://git.denx.de/u-boot-imx.git
109 F: arch/arm/cpu/arm1136/mx*/
110 F: arch/arm/cpu/arm926ejs/mx*/
111 F: arch/arm/cpu/armv7/mx*/
112 F: arch/arm/cpu/armv7/vf610/
113 F: arch/arm/mach-imx/
114 F: arch/arm/include/asm/arch-imx/
115 F: arch/arm/include/asm/arch-mx*/
116 F: arch/arm/include/asm/arch-vf610/
117 F: arch/arm/include/asm/mach-imx/
118 F: board/freescale/*mx*/
123 F: arch/arm/cpu/armv8/hisilicon
124 F: arm/include/asm/arch-hi6220/
126 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
131 T: git git://git.denx.de/u-boot-marvell.git
132 F: arch/arm/mach-kirkwood/
133 F: arch/arm/mach-mvebu/
138 T: git git://git.denx.de/u-boot-pxa.git
140 F: arch/arm/include/asm/arch-pxa/
142 ARM RENESAS RMOBILE/R-CAR
146 T: git git://git.denx.de/u-boot-sh.git
147 F: arch/arm/mach-rmobile/
153 T: git git://git.denx.de/u-boot-rockchip.git
154 F: arch/arm/include/asm/arch-rockchip/
155 F: arch/arm/mach-rockchip/
157 F: drivers/clk/rockchip/
158 F: drivers/gpio/rk_gpio.c
159 F: drivers/misc/rockchip-efuse.c
160 F: drivers/pinctrl/rockchip/
161 F: drivers/ram/rockchip/
162 F: drivers/sysreset/sysreset_rockchip.c
172 T: git git://git.denx.de/u-boot-samsung.git
173 F: arch/arm/cpu/arm920t/s3c24x0/
174 F: arch/arm/mach-exynos/
175 F: arch/arm/mach-s5pc1xx/
176 F: arch/arm/cpu/armv7/s5p-common/
177 F: arch/arm/include/asm/arch-s3c24x0/
182 F: arch/arm/mach-snapdragon/
186 S: Orphaned (Since 2016-02)
187 T: git git://git.denx.de/u-boot-stm.git
188 F: arch/arm/cpu/arm926ejs/spear/
189 F: arch/arm/include/asm/arch-spear/
194 F: arch/arm/cpu/armv7/stv0991/
195 F: arch/arm/include/asm/arch-stv0991/
200 F: arch/arm/mach-sti/
201 F: arch/arm/include/asm/arch-sti*/
207 T: git git://git.denx.de/u-boot-sunxi.git
208 F: arch/arm/cpu/armv7/sunxi/
209 F: arch/arm/include/asm/arch-sunxi/
210 F: arch/arm/mach-sunxi/
216 T: git git://git.denx.de/u-boot-tegra.git
217 F: arch/arm/mach-tegra/
218 F: arch/arm/include/asm/arch-tegra*/
223 T: git git://git.denx.de/u-boot-ti.git
224 F: arch/arm/mach-davinci/
225 F: arch/arm/mach-keystone/
226 F: arch/arm/cpu/arm926ejs/omap/
227 F: arch/arm/cpu/armv7/omap*/
228 F: arch/arm/include/asm/arch-omap*/
229 F: arch/arm/include/asm/ti-common/
234 T: git git://git.denx.de/u-boot-uniphier.git
235 F: arch/arm/mach-uniphier/
236 F: configs/uniphier_*_defconfig
242 F: arch/arm/cpu/armv7/zynq/
243 F: arch/arm/include/asm/arch-zynq/
248 F: arch/arm/cpu/armv8/zynqmp/
249 F: arch/arm/include/asm/arch-zynqmp/
259 T: git git://git.denx.de/u-boot-cfi-flash.git
260 F: drivers/mtd/cfi_flash.c
261 F: drivers/mtd/jedec_flash.c
267 T: git git://git.denx.de/u-boot-coldfire.git
273 T: git git://git.denx.de/u-boot-dfu.git
275 F: drivers/usb/gadget/
280 T: git git://git.denx.de/u-boot-dm.git
288 T: git git://github.com/agraf/u-boot.git
291 F: test/py/tests/test_efi*
294 FLATTENED DEVICE TREE
297 T: git git://git.denx.de/u-boot-fdt.git
303 F: common/fdt_support.c
308 T: git git://git.denx.de/u-boot-freebsd.git
313 T: git git://git.denx.de/u-boot-fsl-qoriq.git
318 T: git git://git.denx.de/u-boot-i2c.git
324 T: git git://git.denx.de/u-boot.git
327 F: test/log/log_test.c
328 F: test/py/tests/test_log.py
333 T: git git://git.denx.de/u-boot-microblaze.git
339 T: git git://git.denx.de/u-boot-mips.git
345 T: git git://git.denx.de/u-boot-mmc.git
361 T: git git://git.denx.de/u-boot-mpc8xx.git
362 F: arch/powerpc/cpu/mpc8xx/
367 T: git git://git.denx.de/u-boot-mpc83xx.git
368 F: arch/powerpc/cpu/mpc83xx/
369 F: arch/powerpc/include/asm/arch-mpc83xx/
374 T: git git://git.denx.de/u-boot-mpc85xx.git
375 F: arch/powerpc/cpu/mpc85xx/
380 T: git git://git.denx.de/u-boot-mpc86xx.git
381 F: arch/powerpc/cpu/mpc86xx/
386 T: git git://git.denx.de/u-boot-ppc4xx.git
387 F: arch/powerpc/cpu/ppc4xx/
392 T: git git://git.denx.de/u-boot-pmic.git
398 T: git git://git.denx.de/u-boot-net.git
405 T: git git://git.denx.de/u-boot-nand-flash.git
411 T: git git://git.denx.de/u-boot-nds32.git
417 T: git git://git.denx.de/u-boot-nios.git
422 S: Orphaned (Since 2017-01)
423 T: git git://git.denx.de/u-boot-onenand.git
424 F: drivers/mtd/onenand/
429 T: git git://git.denx.de/u-boot-riscv.git
431 F: tools/prelink-riscv.c
441 T: git git://git.denx.de/u-boot-sh.git
447 T: git git://git.denx.de/u-boot-spi.git
461 F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
462 F: arch/arm/mach-omap2/omap5/sec-fxns.c
463 F: arch/arm/mach-omap2/sec-common.c
464 F: arch/arm/mach-omap2/config_secure.mk
465 F: configs/am335x_hs_evm_defconfig
466 F: configs/am335x_hs_evm_uart_defconfig
467 F: configs/am43xx_hs_evm_defconfig
468 F: configs/am57xx_hs_evm_defconfig
469 F: configs/dra7xx_hs_evm_defconfig
470 F: configs/k2hk_hs_evm_defconfig
471 F: configs/k2e_hs_evm_defconfig
472 F: configs/k2g_hs_evm_defconfig
476 S: Orphaned (Since 2016-02)
477 T: git git://git.denx.de/u-boot-tq-group.git
483 T: git git://git.denx.de/u-boot-ubi.git
489 T: git git://git.denx.de/u-boot-usb.git
495 T: git git://git.denx.de/u-boot-usb.git topic-xhci
496 F: drivers/usb/host/xhci*
501 F: drivers/usb/gadget/f_rockusb.c
503 F: doc/README.rockusb
508 T: git git://git.denx.de/u-boot-video.git
517 T: git git://git.denx.de/u-boot-x86.git
528 Q: http://patchwork.ozlabs.org/project/uboot/list/
530 T: git git://git.denx.de/u-boot.git