]>
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]> | |
4006200d | 58 | M: Eugeniy Paltsev <[email protected]> |
00f141cc | 59 | S: Maintained |
4006200d | 60 | L: [email protected] |
00f141cc DS |
61 | T: git git://git.denx.de/u-boot-arc.git |
62 | F: arch/arc/ | |
b08b113e | 63 | F: board/synopsys/ |
00f141cc | 64 | |
e80dac0a EP |
65 | ARC HSDK CGU CLOCK |
66 | M: Eugeniy Paltsev <[email protected]> | |
67 | S: Maintained | |
68 | L: [email protected] | |
69 | F: drivers/clk/clk-hsdk-cgu.c | |
70 | F: include/dt-bindings/clock/snps,hsdk-cgu.h | |
71 | F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt | |
72 | ||
b7d6e0ab HS |
73 | ARC HSDK CREG GPIO |
74 | M: Eugeniy Paltsev <[email protected]> | |
75 | S: Maintained | |
76 | L: [email protected] | |
7620ec4d | 77 | F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt |
b7d6e0ab HS |
78 | F: drivers/gpio/hsdk-creg-gpio.c |
79 | ||
00f141cc DS |
80 | ARM |
81 | M: Albert Aribaud <[email protected]> | |
82 | S: Maintained | |
83 | T: git git://git.denx.de/u-boot-arm.git | |
84 | F: arch/arm/ | |
85 | ||
d8540a16 PM |
86 | ARM ALTERA SOCFPGA |
87 | M: Marek Vasut <[email protected]> | |
88 | S: Maintainted | |
89 | T: git git://git.denx.de/u-boot-socfpga.git | |
f22dede2 | 90 | F: arch/arm/mach-socfpga/ |
d8540a16 | 91 | |
00f141cc | 92 | ARM ATMEL AT91 |
09c2b8f3 | 93 | M: Andreas Bießmann <[email protected]> |
00f141cc DS |
94 | S: Maintained |
95 | T: git git://git.denx.de/u-boot-atmel.git | |
62011840 | 96 | F: arch/arm/mach-at91/ |
00f141cc | 97 | |
fe84ebf0 | 98 | ARM BROADCOM BCM283X |
958d55f2 AG |
99 | M: Alexander Graf <[email protected]> |
100 | S: Maintained | |
fe84ebf0 SW |
101 | F: arch/arm/mach-bcm283x/ |
102 | F: drivers/gpio/bcm2835_gpio.c | |
103 | F: drivers/mmc/bcm2835_sdhci.c | |
c8a73a26 | 104 | F: drivers/mmc/bcm2835_sdhost.c |
fe84ebf0 | 105 | F: drivers/serial/serial_bcm283x_mu.c |
6001985f | 106 | F: drivers/serial/serial_bcm283x_pl011.c |
fe84ebf0 SW |
107 | F: drivers/video/bcm2835.c |
108 | F: include/dm/platform_data/serial_bcm283x_mu.h | |
caf2233b | 109 | F: drivers/pinctrl/broadcom/ |
fe84ebf0 | 110 | |
894c3ad2 TF |
111 | ARM BROADCOM BCMSTB |
112 | M: Thomas Fitzsimmons <[email protected]> | |
113 | S: Maintained | |
114 | F: arch/arm/mach-bcmstb/ | |
115 | F: board/broadcom/bcmstb/ | |
3f20321a | 116 | F: configs/bcm7*_defconfig |
894c3ad2 TF |
117 | F: doc/README.bcm7xxx |
118 | F: drivers/mmc/bcmstb_sdhci.c | |
119 | F: drivers/spi/bcmstb_spi.c | |
120 | ||
00f141cc DS |
121 | ARM FREESCALE IMX |
122 | M: Stefano Babic <[email protected]> | |
2aaf7c49 | 123 | M: Fabio Estevam <[email protected]> |
00f141cc DS |
124 | S: Maintained |
125 | T: git git://git.denx.de/u-boot-imx.git | |
126 | F: arch/arm/cpu/arm1136/mx*/ | |
127 | F: arch/arm/cpu/arm926ejs/mx*/ | |
00f141cc | 128 | F: arch/arm/cpu/armv7/vf610/ |
552a848e | 129 | F: arch/arm/mach-imx/ |
00f141cc DS |
130 | F: arch/arm/include/asm/arch-imx/ |
131 | F: arch/arm/include/asm/arch-mx*/ | |
132 | F: arch/arm/include/asm/arch-vf610/ | |
552a848e | 133 | F: arch/arm/include/asm/mach-imx/ |
77cbd3a1 | 134 | F: board/freescale/*mx*/ |
00f141cc | 135 | |
ae4dc15d PG |
136 | ARM HISILICON |
137 | M: Peter Griffin <[email protected]> | |
138 | S: Maintained | |
139 | F: arch/arm/cpu/armv8/hisilicon | |
0f8525f5 | 140 | F: arch/arm/include/asm/arch-hi6220/ |
ae4dc15d | 141 | |
4b8cb843 | 142 | ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX |
00f141cc | 143 | M: Prafulla Wadaskar <[email protected]> |
5ea01961 | 144 | M: Luka Perkov <[email protected]> |
f822d857 | 145 | M: Stefan Roese <[email protected]> |
00f141cc DS |
146 | S: Maintained |
147 | T: git git://git.denx.de/u-boot-marvell.git | |
56f86e39 | 148 | F: arch/arm/mach-kirkwood/ |
f822d857 | 149 | F: arch/arm/mach-mvebu/ |
592b4a7e | 150 | F: drivers/ata/ahci_mvebu.c |
4b8cb843 | 151 | F: drivers/phy/marvell/ |
00f141cc DS |
152 | |
153 | ARM MARVELL PXA | |
154 | M: Marek Vasut <[email protected]> | |
155 | S: Maintained | |
156 | T: git git://git.denx.de/u-boot-pxa.git | |
157 | F: arch/arm/cpu/pxa/ | |
158 | F: arch/arm/include/asm/arch-pxa/ | |
159 | ||
e2a1484c MS |
160 | ARM OWL |
161 | M: Manivannan Sadhasivam <[email protected]> | |
162 | S: Maintained | |
163 | F: arch/arm/include/asm/arch-owl/ | |
164 | F: arch/arm/mach-owl/ | |
165 | F: board/ucRobotics/ | |
166 | F: drivers/clk/owl/ | |
167 | F: drivers/serial/serial_owl.c | |
168 | ||
4810c2f8 NI |
169 | ARM RENESAS RMOBILE/R-CAR |
170 | M: Nobuhiro Iwamatsu <[email protected]> | |
9db60e25 | 171 | M: Marek Vasut <[email protected]> |
4810c2f8 NI |
172 | S: Maintained |
173 | T: git git://git.denx.de/u-boot-sh.git | |
174 | F: arch/arm/mach-rmobile/ | |
175 | ||
c3caeac0 MY |
176 | ARM ROCKCHIP |
177 | M: Simon Glass <[email protected]> | |
f8714372 | 178 | M: Philipp Tomsich <[email protected]> |
c3caeac0 MY |
179 | S: Maintained |
180 | T: git git://git.denx.de/u-boot-rockchip.git | |
8b45193a | 181 | F: arch/arm/include/asm/arch-rockchip/ |
c3caeac0 | 182 | F: arch/arm/mach-rockchip/ |
ae0fc89e | 183 | F: board/rockchip/ |
8b45193a PT |
184 | F: drivers/clk/rockchip/ |
185 | F: drivers/gpio/rk_gpio.c | |
186 | F: drivers/misc/rockchip-efuse.c | |
47b8583f PT |
187 | F: drivers/mmc/rockchip_sdhci.c |
188 | F: drivers/mmc/rockchip_dw_mmc.c | |
8b45193a PT |
189 | F: drivers/pinctrl/rockchip/ |
190 | F: drivers/ram/rockchip/ | |
191 | F: drivers/sysreset/sysreset_rockchip.c | |
3f565522 | 192 | F: drivers/video/rockchip/ |
8b45193a PT |
193 | F: tools/rkcommon.c |
194 | F: tools/rkcommon.h | |
195 | F: tools/rkimage.c | |
196 | F: tools/rksd.c | |
197 | F: tools/rkspi.c | |
c3caeac0 | 198 | |
00f141cc DS |
199 | ARM SAMSUNG |
200 | M: Minkyu Kang <[email protected]> | |
201 | S: Maintained | |
202 | T: git git://git.denx.de/u-boot-samsung.git | |
225f5eec MK |
203 | F: arch/arm/mach-exynos/ |
204 | F: arch/arm/mach-s5pc1xx/ | |
00f141cc | 205 | F: arch/arm/cpu/armv7/s5p-common/ |
00f141cc | 206 | |
e721e981 | 207 | ARM SNAPDRAGON |
92a14a47 | 208 | M: Ramon Fried <[email protected]> |
e721e981 MK |
209 | S: Maintained |
210 | F: arch/arm/mach-snapdragon/ | |
ce18baf9 RF |
211 | F: drivers/gpio/msm_gpio.c |
212 | F: drivers/mmc/msm_sdhci.c | |
213 | F: drivers/serial/serial_msm.c | |
654dd4a8 | 214 | F: drivers/smem/msm_smem.c |
ce18baf9 | 215 | F: drivers/usb/host/ehci-msm.c |
e721e981 | 216 | |
b7d6e0ab HS |
217 | ARM STI |
218 | M: Patrice Chotard <[email protected]> | |
219 | S: Maintained | |
220 | F: arch/arm/mach-sti/ | |
221 | F: arch/arm/include/asm/arch-sti*/ | |
222 | ||
00f141cc | 223 | ARM STM SPEAR |
3a53aba3 BM |
224 | #M: Vipin Kumar <[email protected]> |
225 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
226 | T: git git://git.denx.de/u-boot-stm.git |
227 | F: arch/arm/cpu/arm926ejs/spear/ | |
228 | F: arch/arm/include/asm/arch-spear/ | |
229 | ||
2514c2d0 PD |
230 | ARM STM STM32MP |
231 | M: Patrick Delaunay <[email protected]> | |
f65b82ff PC |
232 | M: Christophe Kerello <[email protected]> |
233 | M: Patrice Chotard <[email protected]> | |
2514c2d0 PD |
234 | S: Maintained |
235 | F: arch/arm/mach-stm32mp | |
b57aaa07 | 236 | F: drivers/clk/clk_stm32mp1.c |
f65b82ff | 237 | F: drivers/i2c/stm32f7_i2c.c |
c3600e1f | 238 | F: drivers/misc/stm32mp_fuse.c |
f65b82ff PC |
239 | F: drivers/mmc/stm32_sdmmc2.c |
240 | F: drivers/phy/phy-stm32-usbphyc.c | |
241 | F: drivers/pinctrl/pinctrl_stm32.c | |
242 | F: drivers/power/regulator/stm32-vrefbuf.c | |
b57aaa07 | 243 | F: drivers/ram/stm32mp1/ |
f65b82ff PC |
244 | F: drivers/misc/stm32_rcc.c |
245 | F: drivers/reset/stm32-reset.c | |
246 | F: drivers/spi/stm32_qspi.c | |
2514c2d0 | 247 | |
9fa32b12 VM |
248 | ARM STM STV0991 |
249 | M: Vikas Manocha <[email protected]> | |
250 | S: Maintained | |
251 | F: arch/arm/cpu/armv7/stv0991/ | |
252 | F: arch/arm/include/asm/arch-stv0991/ | |
253 | ||
00f141cc | 254 | ARM SUNXI |
543bd273 | 255 | M: Jagan Teki <[email protected]> |
bf8f4c44 | 256 | M: Maxime Ripard <[email protected]> |
ed8f2a28 | 257 | S: Maintained |
00f141cc DS |
258 | T: git git://git.denx.de/u-boot-sunxi.git |
259 | F: arch/arm/cpu/armv7/sunxi/ | |
260 | F: arch/arm/include/asm/arch-sunxi/ | |
ed8f2a28 CYT |
261 | F: arch/arm/mach-sunxi/ |
262 | F: board/sunxi/ | |
00f141cc DS |
263 | |
264 | ARM TEGRA | |
265 | M: Tom Warren <[email protected]> | |
266 | S: Maintained | |
267 | T: git git://git.denx.de/u-boot-tegra.git | |
09f455dc | 268 | F: arch/arm/mach-tegra/ |
00f141cc DS |
269 | F: arch/arm/include/asm/arch-tegra*/ |
270 | ||
271 | ARM TI | |
4e34d610 | 272 | M: Tom Rini <[email protected]> |
00f141cc DS |
273 | S: Maintained |
274 | T: git git://git.denx.de/u-boot-ti.git | |
26f7c111 | 275 | F: arch/arm/mach-davinci/ |
586bde93 | 276 | F: arch/arm/mach-k3/ |
26f7c111 | 277 | F: arch/arm/mach-keystone/ |
00f141cc DS |
278 | F: arch/arm/include/asm/arch-omap*/ |
279 | F: arch/arm/include/asm/ti-common/ | |
280 | ||
0fb63aa6 | 281 | ARM UNIPHIER |
ed6226c4 | 282 | M: Masahiro Yamada <[email protected]> |
0fb63aa6 MY |
283 | S: Maintained |
284 | T: git git://git.denx.de/u-boot-uniphier.git | |
4c425570 | 285 | F: arch/arm/mach-uniphier/ |
5fd3f434 | 286 | F: configs/uniphier_*_defconfig |
eb006c83 | 287 | N: uniphier |
0fb63aa6 | 288 | |
00f141cc DS |
289 | ARM ZYNQ |
290 | M: Michal Simek <[email protected]> | |
291 | S: Maintained | |
8ae3d0b5 MS |
292 | T: git git://git.denx.de/u-boot-microblaze.git |
293 | F: arch/arm/mach-zynq/ | |
294 | F: drivers/clk/clk_zynq.c | |
295 | F: drivers/fpga/zynqpl.c | |
296 | F: drivers/gpio/zynq_gpio.c | |
297 | F: drivers/i2c/i2c-cdns.c | |
298 | F: drivers/i2c/muxes/pca954x.c | |
299 | F: drivers/i2c/zynq_i2c.c | |
300 | F: drivers/mmc/zynq_sdhci.c | |
301 | F: drivers/mtd/nand/zynq_nand.c | |
302 | F: drivers/net/phy/xilinx_phy.c | |
303 | F: drivers/net/zynq_gem.c | |
304 | F: drivers/serial/serial_zynq.c | |
305 | F: drivers/spi/zynq_qspi.c | |
306 | F: drivers/spi/zynq_spi.c | |
307 | F: drivers/usb/host/ehci-zynq.c | |
308 | F: drivers/watchdog/cdns_wdt.c | |
23e7e6b6 | 309 | F: include/zynqpl.h |
8ae3d0b5 MS |
310 | F: tools/zynqimage.c |
311 | N: zynq | |
00f141cc | 312 | |
84c7204b MS |
313 | ARM ZYNQMP |
314 | M: Michal Simek <[email protected]> | |
315 | S: Maintained | |
8ae3d0b5 | 316 | T: git git://git.denx.de/u-boot-microblaze.git |
6de7a5b9 | 317 | F: arch/arm/cpu/armv8/zynqmp/ |
3d14228f | 318 | F: drivers/clk/clk_zynqmp.c |
8ae3d0b5 MS |
319 | F: drivers/fpga/zynqpl.c |
320 | F: drivers/gpio/zynq_gpio.c | |
321 | F: drivers/i2c/i2c-cdns.c | |
322 | F: drivers/i2c/muxes/pca954x.c | |
323 | F: drivers/i2c/zynq_i2c.c | |
324 | F: drivers/mmc/zynq_sdhci.c | |
325 | F: drivers/mtd/nand/zynq_nand.c | |
326 | F: drivers/net/phy/xilinx_phy.c | |
327 | F: drivers/net/zynq_gem.c | |
328 | F: drivers/serial/serial_zynq.c | |
329 | F: drivers/spi/zynq_qspi.c | |
330 | F: drivers/spi/zynq_spi.c | |
72c37d12 | 331 | F: drivers/timer/cadence-ttc.c |
8ae3d0b5 MS |
332 | F: drivers/usb/host/ehci-zynq.c |
333 | F: drivers/watchdog/cdns_wdt.c | |
23e7e6b6 | 334 | F: include/zynqmppl.h |
b123aff2 | 335 | F: tools/zynqmp* |
2570e129 | 336 | N: ultra96 |
8ae3d0b5 | 337 | N: zynqmp |
84c7204b | 338 | |
1d6c54ec MS |
339 | ARM ZYNQMP R5 |
340 | M: Michal Simek <[email protected]> | |
341 | S: Maintained | |
342 | T: git git://git.denx.de/u-boot-microblaze.git | |
343 | F: arch/arm/mach-zynqmp-r5/ | |
344 | ||
00f141cc DS |
345 | BUILDMAN |
346 | M: Simon Glass <[email protected]> | |
347 | S: Maintained | |
348 | F: tools/buildman/ | |
349 | ||
350 | CFI FLASH | |
351 | M: Stefan Roese <[email protected]> | |
352 | S: Maintained | |
353 | T: git git://git.denx.de/u-boot-cfi-flash.git | |
c4c2e141 SR |
354 | F: drivers/mtd/cfi_flash.c |
355 | F: drivers/mtd/jedec_flash.c | |
00f141cc DS |
356 | |
357 | COLDFIRE | |
08ae21af | 358 | M: Huan Wang <[email protected]> |
82ebb7e5 | 359 | M: Angelo Dureghello <[email protected]> |
00f141cc DS |
360 | S: Maintained |
361 | T: git git://git.denx.de/u-boot-coldfire.git | |
362 | F: arch/m68k/ | |
363 | ||
364 | DFU | |
56acf018 | 365 | M: Lukasz Majewski <[email protected]> |
00f141cc DS |
366 | S: Maintained |
367 | T: git git://git.denx.de/u-boot-dfu.git | |
368 | F: drivers/dfu/ | |
55ca6138 | 369 | F: drivers/usb/gadget/ |
00f141cc DS |
370 | |
371 | DRIVER MODEL | |
372 | M: Simon Glass <[email protected]> | |
373 | S: Maintained | |
8770633e | 374 | T: git git://git.denx.de/u-boot-dm.git |
00f141cc DS |
375 | F: drivers/core/ |
376 | F: include/dm/ | |
377 | F: test/dm/ | |
378 | ||
e4a7394a AG |
379 | EFI PAYLOAD |
380 | M: Alexander Graf <[email protected]> | |
381 | S: Maintained | |
bc188a30 | 382 | T: git git://github.com/agraf/u-boot.git |
1914e5b5 | 383 | F: doc/README.uefi |
29a8a282 | 384 | F: doc/README.iscsi |
04459788 | 385 | F: Documentation/efi.rst |
5b2118a2 | 386 | F: include/capitalization.h |
0bc4b0da HS |
387 | F: include/cp1250.h |
388 | F: include/cp437.h | |
623b3a57 | 389 | F: include/efi* |
268ec6e0 HS |
390 | F: include/pe.h |
391 | F: include/asm-generic/pe.h | |
0b8a88ab | 392 | F: lib/charset.c |
bc0bd77e | 393 | F: lib/efi*/ |
623b3a57 | 394 | F: test/py/tests/test_efi* |
f11a164b | 395 | F: test/unicode_ut.c |
e4a7394a | 396 | F: cmd/bootefi.c |
ac020196 | 397 | F: tools/file2include.c |
e4a7394a | 398 | |
7e16342b MS |
399 | FPGA |
400 | M: Michal Simek <[email protected]> | |
401 | S: Maintained | |
402 | T: git git://git.denx.de/u-boot-microblaze.git | |
403 | F: drivers/fpga/ | |
404 | F: cmd/fpga.c | |
405 | F: include/fpga.h | |
406 | ||
00f141cc DS |
407 | FLATTENED DEVICE TREE |
408 | M: Simon Glass <[email protected]> | |
409 | S: Maintained | |
410 | T: git git://git.denx.de/u-boot-fdt.git | |
411 | F: lib/fdtdec* | |
412 | F: lib/libfdt/ | |
413 | F: include/fdt* | |
18fa6230 | 414 | F: include/linux/libfdt* |
643f8d4c | 415 | F: cmd/fdt.c |
00f141cc DS |
416 | F: common/fdt_support.c |
417 | ||
418 | FREEBSD | |
419 | M: Rafal Jaworowski <[email protected]> | |
420 | S: Maintained | |
421 | T: git git://git.denx.de/u-boot-freebsd.git | |
422 | ||
423 | FREESCALE QORIQ | |
2f231025 | 424 | M: York Sun <[email protected]> |
00f141cc DS |
425 | S: Maintained |
426 | T: git git://git.denx.de/u-boot-fsl-qoriq.git | |
427 | ||
428 | I2C | |
429 | M: Heiko Schocher <[email protected]> | |
430 | S: Maintained | |
431 | T: git git://git.denx.de/u-boot-i2c.git | |
432 | F: drivers/i2c/ | |
433 | ||
e9c8d49d SG |
434 | LOGGING |
435 | M: Simon Glass <[email protected]> | |
436 | S: Maintained | |
437 | T: git git://git.denx.de/u-boot.git | |
438 | F: common/log.c | |
439 | F: cmd/log.c | |
ef11ed82 | 440 | F: test/log/log_test.c |
20faa27c | 441 | F: test/py/tests/test_log.py |
e9c8d49d | 442 | |
c1a65a8c LD |
443 | MALI DISPLAY PROCESSORS |
444 | M: Liviu Dudau <[email protected]> | |
445 | S: Supported | |
446 | T: git git://github.com/ARM-software/u-boot.git | |
447 | F: drivers/video/mali_dp.c | |
448 | ||
00f141cc DS |
449 | MICROBLAZE |
450 | M: Michal Simek <[email protected]> | |
451 | S: Maintained | |
452 | T: git git://git.denx.de/u-boot-microblaze.git | |
453 | F: arch/microblaze/ | |
8ae3d0b5 MS |
454 | F: cmd/mfsl.c |
455 | F: drivers/gpio/xilinx_gpio.c | |
456 | F: drivers/net/xilinx_axi_emac.c | |
457 | F: drivers/net/xilinx_emaclite.c | |
458 | F: drivers/serial/serial_xuartlite.c | |
459 | F: drivers/spi/xilinx_spi.c | |
0d832b32 | 460 | F: drivers/sysreset/sysreset_gpio.c |
8ae3d0b5 MS |
461 | F: drivers/watchdog/xilinx_tb_wdt.c |
462 | N: xilinx | |
00f141cc DS |
463 | |
464 | MIPS | |
465 | M: Daniel Schwierzeck <[email protected]> | |
466 | S: Maintained | |
467 | T: git git://git.denx.de/u-boot-mips.git | |
468 | F: arch/mips/ | |
469 | ||
470 | MMC | |
dbc39699 | 471 | M: Jaehoon Chung <[email protected]> |
00f141cc DS |
472 | S: Maintained |
473 | T: git git://git.denx.de/u-boot-mmc.git | |
474 | F: drivers/mmc/ | |
475 | ||
4ef17f9c | 476 | NAND FLASH |
9f8aba7a TR |
477 | #M: Scott Wood <[email protected]> |
478 | S: Orphaned (Since 2018-07) | |
4ef17f9c HS |
479 | T: git git://git.denx.de/u-boot-nand-flash.git |
480 | F: drivers/mtd/nand/ | |
481 | ||
482 | NDS32 | |
483 | M: Macpaul Lin <[email protected]> | |
484 | S: Maintained | |
485 | T: git git://git.denx.de/u-boot-nds32.git | |
486 | F: arch/nds32/ | |
487 | ||
b7d6e0ab HS |
488 | NETWORK |
489 | M: Joe Hershberger <[email protected]> | |
490 | S: Maintained | |
491 | T: git git://git.denx.de/u-boot-net.git | |
492 | F: drivers/net/ | |
493 | F: net/ | |
494 | ||
4ef17f9c HS |
495 | NIOS |
496 | M: Thomas Chou <[email protected]> | |
497 | S: Maintained | |
498 | T: git git://git.denx.de/u-boot-nios.git | |
499 | F: arch/nios2/ | |
500 | ||
501 | ONENAND | |
502 | #M: Lukasz Majewski <[email protected]> | |
503 | S: Orphaned (Since 2017-01) | |
504 | T: git git://git.denx.de/u-boot-onenand.git | |
505 | F: drivers/mtd/onenand/ | |
506 | ||
00f141cc DS |
507 | PATMAN |
508 | M: Simon Glass <[email protected]> | |
509 | S: Maintained | |
510 | F: tools/patman/ | |
511 | ||
4ef17f9c HS |
512 | POWER |
513 | M: Jaehoon Chung <[email protected]> | |
514 | S: Maintained | |
515 | T: git git://git.denx.de/u-boot-pmic.git | |
516 | F: drivers/power/ | |
517 | ||
00f141cc DS |
518 | POWERPC |
519 | M: Wolfgang Denk <[email protected]> | |
520 | S: Maintained | |
521 | F: arch/powerpc/ | |
522 | ||
00f141cc | 523 | POWERPC MPC8XX |
907208c4 | 524 | M: Christophe Leroy <[email protected]> |
00f141cc DS |
525 | S: Maintained |
526 | T: git git://git.denx.de/u-boot-mpc8xx.git | |
527 | F: arch/powerpc/cpu/mpc8xx/ | |
528 | ||
00f141cc | 529 | POWERPC MPC83XX |
e5ed4c3e | 530 | M: Mario Six <[email protected]> |
531 | S: Maintained | |
00f141cc | 532 | T: git git://git.denx.de/u-boot-mpc83xx.git |
e4061556 MS |
533 | F: drivers/ram/mpc83xx_sdram.c |
534 | F: include/dt-bindings/memory/mpc83xx-sdram.h | |
76fdad1f MS |
535 | F: drivers/sysreset/sysreset_mpc83xx.c |
536 | F: drivers/sysreset/sysreset_mpc83xx.h | |
07d538d2 MS |
537 | F: drivers/clk/mpc83xx_clk.c |
538 | F: drivers/clk/mpc83xx_clk.h | |
539 | F: include/dt-bindings/clk/mpc83xx-clk.h | |
2c21749d | 540 | F: drivers/timer/mpc83xx_timer.c |
19fbdca4 MS |
541 | F: drivers/cpu/mpc83xx_cpu.c |
542 | F: drivers/cpu/mpc83xx_cpu.h | |
d2166319 | 543 | F: drivers/misc/mpc83xx_serdes.c |
00f141cc DS |
544 | F: arch/powerpc/cpu/mpc83xx/ |
545 | F: arch/powerpc/include/asm/arch-mpc83xx/ | |
546 | ||
547 | POWERPC MPC85XX | |
2f231025 | 548 | M: York Sun <[email protected]> |
00f141cc DS |
549 | S: Maintained |
550 | T: git git://git.denx.de/u-boot-mpc85xx.git | |
551 | F: arch/powerpc/cpu/mpc85xx/ | |
552 | ||
553 | POWERPC MPC86XX | |
2f231025 | 554 | M: York Sun <[email protected]> |
00f141cc DS |
555 | S: Maintained |
556 | T: git git://git.denx.de/u-boot-mpc86xx.git | |
557 | F: arch/powerpc/cpu/mpc86xx/ | |
558 | ||
f94c44e5 RC |
559 | RISC-V |
560 | M: Rick Chen <[email protected]> | |
561 | S: Maintained | |
562 | T: git git://git.denx.de/u-boot-riscv.git | |
563 | F: arch/riscv/ | |
564 | F: tools/prelink-riscv.c | |
565 | ||
4ef17f9c HS |
566 | ROCKUSB |
567 | M: Eddie Cai <[email protected]> | |
568 | S: Maintained | |
569 | F: drivers/usb/gadget/f_rockusb.c | |
570 | F: cmd/rockusb.c | |
571 | F: doc/README.rockusb | |
572 | ||
00f141cc DS |
573 | SANDBOX |
574 | M: Simon Glass <[email protected]> | |
575 | S: Maintained | |
576 | F: arch/sandbox/ | |
577 | ||
578 | SH | |
579 | M: Nobuhiro Iwamatsu <[email protected]> | |
580 | S: Maintained | |
581 | T: git git://git.denx.de/u-boot-sh.git | |
582 | F: arch/sh/ | |
583 | ||
00f141cc | 584 | SPI |
16185a85 | 585 | M: Jagan Teki <[email protected]> |
00f141cc DS |
586 | S: Maintained |
587 | T: git git://git.denx.de/u-boot-spi.git | |
588 | F: drivers/mtd/spi/ | |
589 | F: drivers/spi/ | |
590 | F: include/spi* | |
591 | ||
e721e981 MK |
592 | SPMI |
593 | M: Mateusz Kulikowski <[email protected]> | |
594 | S: Maintained | |
595 | F: drivers/spmi/ | |
596 | F: include/spmi/ | |
597 | ||
055da186 LD |
598 | TDA19988 HDMI ENCODER |
599 | M: Liviu Dudau <[email protected]> | |
600 | S: Maintained | |
601 | F: drivers/video/tda19988.c | |
602 | ||
4e2fdf45 AD |
603 | TI SYSTEM SECURITY |
604 | M: Andrew F. Davis <[email protected]> | |
605 | S: Supported | |
606 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S | |
4e2fdf45 AD |
607 | F: arch/arm/mach-omap2/sec-common.c |
608 | F: arch/arm/mach-omap2/config_secure.mk | |
a42eee12 | 609 | F: configs/am335x_hs_evm_defconfig |
c2dca337 | 610 | F: configs/am335x_hs_evm_uart_defconfig |
4e2fdf45 AD |
611 | F: configs/am43xx_hs_evm_defconfig |
612 | F: configs/am57xx_hs_evm_defconfig | |
613 | F: configs/dra7xx_hs_evm_defconfig | |
8a707baf LV |
614 | F: configs/k2hk_hs_evm_defconfig |
615 | F: configs/k2e_hs_evm_defconfig | |
616 | F: configs/k2g_hs_evm_defconfig | |
f274f265 | 617 | F: configs/k2l_hs_evm_defconfig |
4e2fdf45 | 618 | |
00f141cc | 619 | TQ GROUP |
3a53aba3 BM |
620 | #M: Martin Krause <[email protected]> |
621 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
622 | T: git git://git.denx.de/u-boot-tq-group.git |
623 | ||
624 | UBI | |
625 | M: Kyungmin Park <[email protected]> | |
69337a9d | 626 | M: Heiko Schocher <[email protected]> |
00f141cc DS |
627 | S: Maintained |
628 | T: git git://git.denx.de/u-boot-ubi.git | |
629 | F: drivers/mtd/ubi/ | |
630 | ||
631 | USB | |
632 | M: Marek Vasut <[email protected]> | |
633 | S: Maintained | |
634 | T: git git://git.denx.de/u-boot-usb.git | |
635 | F: drivers/usb/ | |
636 | ||
c0c5f910 BM |
637 | USB xHCI |
638 | M: Bin Meng <[email protected]> | |
639 | S: Maintained | |
640 | T: git git://git.denx.de/u-boot-usb.git topic-xhci | |
641 | F: drivers/usb/host/xhci* | |
642 | ||
00f141cc DS |
643 | VIDEO |
644 | M: Anatolij Gustschin <[email protected]> | |
645 | S: Maintained | |
646 | T: git git://git.denx.de/u-boot-video.git | |
647 | F: drivers/video/ | |
c967fb78 AG |
648 | F: common/lcd*.c |
649 | F: include/lcd*.h | |
9cdbc906 | 650 | F: include/video*.h |
00f141cc DS |
651 | |
652 | X86 | |
653 | M: Simon Glass <[email protected]> | |
dc5210a2 | 654 | M: Bin Meng <[email protected]> |
00f141cc DS |
655 | S: Maintained |
656 | T: git git://git.denx.de/u-boot-x86.git | |
657 | F: arch/x86/ | |
658 | ||
de5e5cea CZ |
659 | XTENSA |
660 | M: Max Filippov <[email protected]> | |
661 | S: Maintained | |
662 | F: arch/xtensa/ | |
663 | ||
00f141cc | 664 | THE REST |
4e34d610 | 665 | M: Tom Rini <[email protected]> |
00f141cc DS |
666 | L: [email protected] |
667 | Q: http://patchwork.ozlabs.org/project/uboot/list/ | |
668 | S: Maintained | |
669 | T: git git://git.denx.de/u-boot.git | |
670 | F: * | |
671 | F: */ |