]>
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/ | |
116 | F: configs/bcm7445_defconfig | |
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 | |
f822d857 | 142 | ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X |
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 |
00f141cc DS |
151 | |
152 | ARM MARVELL PXA | |
153 | M: Marek Vasut <[email protected]> | |
154 | S: Maintained | |
155 | T: git git://git.denx.de/u-boot-pxa.git | |
156 | F: arch/arm/cpu/pxa/ | |
157 | F: arch/arm/include/asm/arch-pxa/ | |
158 | ||
e2a1484c MS |
159 | ARM OWL |
160 | M: Manivannan Sadhasivam <[email protected]> | |
161 | S: Maintained | |
162 | F: arch/arm/include/asm/arch-owl/ | |
163 | F: arch/arm/mach-owl/ | |
164 | F: board/ucRobotics/ | |
165 | F: drivers/clk/owl/ | |
166 | F: drivers/serial/serial_owl.c | |
167 | ||
4810c2f8 NI |
168 | ARM RENESAS RMOBILE/R-CAR |
169 | M: Nobuhiro Iwamatsu <[email protected]> | |
9db60e25 | 170 | M: Marek Vasut <[email protected]> |
4810c2f8 NI |
171 | S: Maintained |
172 | T: git git://git.denx.de/u-boot-sh.git | |
173 | F: arch/arm/mach-rmobile/ | |
174 | ||
c3caeac0 MY |
175 | ARM ROCKCHIP |
176 | M: Simon Glass <[email protected]> | |
f8714372 | 177 | M: Philipp Tomsich <[email protected]> |
c3caeac0 MY |
178 | S: Maintained |
179 | T: git git://git.denx.de/u-boot-rockchip.git | |
8b45193a | 180 | F: arch/arm/include/asm/arch-rockchip/ |
c3caeac0 | 181 | F: arch/arm/mach-rockchip/ |
ae0fc89e | 182 | F: board/rockchip/ |
8b45193a PT |
183 | F: drivers/clk/rockchip/ |
184 | F: drivers/gpio/rk_gpio.c | |
185 | F: drivers/misc/rockchip-efuse.c | |
47b8583f PT |
186 | F: drivers/mmc/rockchip_sdhci.c |
187 | F: drivers/mmc/rockchip_dw_mmc.c | |
8b45193a PT |
188 | F: drivers/pinctrl/rockchip/ |
189 | F: drivers/ram/rockchip/ | |
190 | F: drivers/sysreset/sysreset_rockchip.c | |
3f565522 | 191 | F: drivers/video/rockchip/ |
8b45193a PT |
192 | F: tools/rkcommon.c |
193 | F: tools/rkcommon.h | |
194 | F: tools/rkimage.c | |
195 | F: tools/rksd.c | |
196 | F: tools/rkspi.c | |
c3caeac0 | 197 | |
00f141cc DS |
198 | ARM SAMSUNG |
199 | M: Minkyu Kang <[email protected]> | |
200 | S: Maintained | |
201 | T: git git://git.denx.de/u-boot-samsung.git | |
225f5eec MK |
202 | F: arch/arm/mach-exynos/ |
203 | F: arch/arm/mach-s5pc1xx/ | |
00f141cc | 204 | F: arch/arm/cpu/armv7/s5p-common/ |
00f141cc | 205 | |
e721e981 | 206 | ARM SNAPDRAGON |
92a14a47 | 207 | M: Ramon Fried <[email protected]> |
e721e981 MK |
208 | S: Maintained |
209 | F: arch/arm/mach-snapdragon/ | |
ce18baf9 RF |
210 | F: drivers/gpio/msm_gpio.c |
211 | F: drivers/mmc/msm_sdhci.c | |
212 | F: drivers/serial/serial_msm.c | |
654dd4a8 | 213 | F: drivers/smem/msm_smem.c |
ce18baf9 | 214 | F: drivers/usb/host/ehci-msm.c |
e721e981 | 215 | |
b7d6e0ab HS |
216 | ARM STI |
217 | M: Patrice Chotard <[email protected]> | |
218 | S: Maintained | |
219 | F: arch/arm/mach-sti/ | |
220 | F: arch/arm/include/asm/arch-sti*/ | |
221 | ||
00f141cc | 222 | ARM STM SPEAR |
3a53aba3 BM |
223 | #M: Vipin Kumar <[email protected]> |
224 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
225 | T: git git://git.denx.de/u-boot-stm.git |
226 | F: arch/arm/cpu/arm926ejs/spear/ | |
227 | F: arch/arm/include/asm/arch-spear/ | |
228 | ||
2514c2d0 PD |
229 | ARM STM STM32MP |
230 | M: Patrick Delaunay <[email protected]> | |
231 | S: Maintained | |
232 | F: arch/arm/mach-stm32mp | |
b57aaa07 | 233 | F: drivers/clk/clk_stm32mp1.c |
c3600e1f | 234 | F: drivers/misc/stm32mp_fuse.c |
b57aaa07 | 235 | F: drivers/ram/stm32mp1/ |
2514c2d0 | 236 | |
9fa32b12 VM |
237 | ARM STM STV0991 |
238 | M: Vikas Manocha <[email protected]> | |
239 | S: Maintained | |
240 | F: arch/arm/cpu/armv7/stv0991/ | |
241 | F: arch/arm/include/asm/arch-stv0991/ | |
242 | ||
00f141cc | 243 | ARM SUNXI |
543bd273 | 244 | M: Jagan Teki <[email protected]> |
bf8f4c44 | 245 | M: Maxime Ripard <[email protected]> |
ed8f2a28 | 246 | S: Maintained |
00f141cc DS |
247 | T: git git://git.denx.de/u-boot-sunxi.git |
248 | F: arch/arm/cpu/armv7/sunxi/ | |
249 | F: arch/arm/include/asm/arch-sunxi/ | |
ed8f2a28 CYT |
250 | F: arch/arm/mach-sunxi/ |
251 | F: board/sunxi/ | |
00f141cc DS |
252 | |
253 | ARM TEGRA | |
254 | M: Tom Warren <[email protected]> | |
255 | S: Maintained | |
256 | T: git git://git.denx.de/u-boot-tegra.git | |
09f455dc | 257 | F: arch/arm/mach-tegra/ |
00f141cc DS |
258 | F: arch/arm/include/asm/arch-tegra*/ |
259 | ||
260 | ARM TI | |
4e34d610 | 261 | M: Tom Rini <[email protected]> |
00f141cc DS |
262 | S: Maintained |
263 | T: git git://git.denx.de/u-boot-ti.git | |
26f7c111 MY |
264 | F: arch/arm/mach-davinci/ |
265 | F: arch/arm/mach-keystone/ | |
00f141cc DS |
266 | F: arch/arm/include/asm/arch-omap*/ |
267 | F: arch/arm/include/asm/ti-common/ | |
268 | ||
0fb63aa6 | 269 | ARM UNIPHIER |
ed6226c4 | 270 | M: Masahiro Yamada <[email protected]> |
0fb63aa6 MY |
271 | S: Maintained |
272 | T: git git://git.denx.de/u-boot-uniphier.git | |
4c425570 | 273 | F: arch/arm/mach-uniphier/ |
5fd3f434 | 274 | F: configs/uniphier_*_defconfig |
eb006c83 | 275 | N: uniphier |
0fb63aa6 | 276 | |
00f141cc DS |
277 | ARM ZYNQ |
278 | M: Michal Simek <[email protected]> | |
279 | S: Maintained | |
8ae3d0b5 MS |
280 | T: git git://git.denx.de/u-boot-microblaze.git |
281 | F: arch/arm/mach-zynq/ | |
282 | F: drivers/clk/clk_zynq.c | |
283 | F: drivers/fpga/zynqpl.c | |
284 | F: drivers/gpio/zynq_gpio.c | |
285 | F: drivers/i2c/i2c-cdns.c | |
286 | F: drivers/i2c/muxes/pca954x.c | |
287 | F: drivers/i2c/zynq_i2c.c | |
288 | F: drivers/mmc/zynq_sdhci.c | |
289 | F: drivers/mtd/nand/zynq_nand.c | |
290 | F: drivers/net/phy/xilinx_phy.c | |
291 | F: drivers/net/zynq_gem.c | |
292 | F: drivers/serial/serial_zynq.c | |
293 | F: drivers/spi/zynq_qspi.c | |
294 | F: drivers/spi/zynq_spi.c | |
295 | F: drivers/usb/host/ehci-zynq.c | |
296 | F: drivers/watchdog/cdns_wdt.c | |
23e7e6b6 | 297 | F: include/zynqpl.h |
8ae3d0b5 MS |
298 | F: tools/zynqimage.c |
299 | N: zynq | |
00f141cc | 300 | |
84c7204b MS |
301 | ARM ZYNQMP |
302 | M: Michal Simek <[email protected]> | |
303 | S: Maintained | |
8ae3d0b5 | 304 | T: git git://git.denx.de/u-boot-microblaze.git |
6de7a5b9 | 305 | F: arch/arm/cpu/armv8/zynqmp/ |
3d14228f | 306 | F: drivers/clk/clk_zynqmp.c |
8ae3d0b5 MS |
307 | F: drivers/fpga/zynqpl.c |
308 | F: drivers/gpio/zynq_gpio.c | |
309 | F: drivers/i2c/i2c-cdns.c | |
310 | F: drivers/i2c/muxes/pca954x.c | |
311 | F: drivers/i2c/zynq_i2c.c | |
312 | F: drivers/mmc/zynq_sdhci.c | |
313 | F: drivers/mtd/nand/zynq_nand.c | |
314 | F: drivers/net/phy/xilinx_phy.c | |
315 | F: drivers/net/zynq_gem.c | |
316 | F: drivers/serial/serial_zynq.c | |
317 | F: drivers/spi/zynq_qspi.c | |
318 | F: drivers/spi/zynq_spi.c | |
72c37d12 | 319 | F: drivers/timer/cadence-ttc.c |
8ae3d0b5 MS |
320 | F: drivers/usb/host/ehci-zynq.c |
321 | F: drivers/watchdog/cdns_wdt.c | |
23e7e6b6 | 322 | F: include/zynqmppl.h |
b123aff2 | 323 | F: tools/zynqmp* |
2570e129 | 324 | N: ultra96 |
8ae3d0b5 | 325 | N: zynqmp |
84c7204b | 326 | |
1d6c54ec MS |
327 | ARM ZYNQMP R5 |
328 | M: Michal Simek <[email protected]> | |
329 | S: Maintained | |
330 | T: git git://git.denx.de/u-boot-microblaze.git | |
331 | F: arch/arm/mach-zynqmp-r5/ | |
332 | ||
00f141cc DS |
333 | BUILDMAN |
334 | M: Simon Glass <[email protected]> | |
335 | S: Maintained | |
336 | F: tools/buildman/ | |
337 | ||
338 | CFI FLASH | |
339 | M: Stefan Roese <[email protected]> | |
340 | S: Maintained | |
341 | T: git git://git.denx.de/u-boot-cfi-flash.git | |
c4c2e141 SR |
342 | F: drivers/mtd/cfi_flash.c |
343 | F: drivers/mtd/jedec_flash.c | |
00f141cc DS |
344 | |
345 | COLDFIRE | |
08ae21af | 346 | M: Huan Wang <[email protected]> |
82ebb7e5 | 347 | M: Angelo Dureghello <[email protected]> |
00f141cc DS |
348 | S: Maintained |
349 | T: git git://git.denx.de/u-boot-coldfire.git | |
350 | F: arch/m68k/ | |
351 | ||
352 | DFU | |
56acf018 | 353 | M: Lukasz Majewski <[email protected]> |
00f141cc DS |
354 | S: Maintained |
355 | T: git git://git.denx.de/u-boot-dfu.git | |
356 | F: drivers/dfu/ | |
55ca6138 | 357 | F: drivers/usb/gadget/ |
00f141cc DS |
358 | |
359 | DRIVER MODEL | |
360 | M: Simon Glass <[email protected]> | |
361 | S: Maintained | |
8770633e | 362 | T: git git://git.denx.de/u-boot-dm.git |
00f141cc DS |
363 | F: drivers/core/ |
364 | F: include/dm/ | |
365 | F: test/dm/ | |
366 | ||
e4a7394a AG |
367 | EFI PAYLOAD |
368 | M: Alexander Graf <[email protected]> | |
369 | S: Maintained | |
bc188a30 | 370 | T: git git://github.com/agraf/u-boot.git |
1914e5b5 | 371 | F: doc/README.uefi |
29a8a282 | 372 | F: doc/README.iscsi |
04459788 | 373 | F: Documentation/efi.rst |
623b3a57 | 374 | F: include/efi* |
268ec6e0 HS |
375 | F: include/pe.h |
376 | F: include/asm-generic/pe.h | |
0b8a88ab | 377 | F: lib/charset.c |
bc0bd77e | 378 | F: lib/efi*/ |
623b3a57 | 379 | F: test/py/tests/test_efi* |
e4a7394a | 380 | F: cmd/bootefi.c |
ac020196 | 381 | F: tools/file2include.c |
e4a7394a | 382 | |
00f141cc DS |
383 | FLATTENED DEVICE TREE |
384 | M: Simon Glass <[email protected]> | |
385 | S: Maintained | |
386 | T: git git://git.denx.de/u-boot-fdt.git | |
387 | F: lib/fdtdec* | |
388 | F: lib/libfdt/ | |
389 | F: include/fdt* | |
18fa6230 | 390 | F: include/linux/libfdt* |
643f8d4c | 391 | F: cmd/fdt.c |
00f141cc DS |
392 | F: common/fdt_support.c |
393 | ||
394 | FREEBSD | |
395 | M: Rafal Jaworowski <[email protected]> | |
396 | S: Maintained | |
397 | T: git git://git.denx.de/u-boot-freebsd.git | |
398 | ||
399 | FREESCALE QORIQ | |
2f231025 | 400 | M: York Sun <[email protected]> |
00f141cc DS |
401 | S: Maintained |
402 | T: git git://git.denx.de/u-boot-fsl-qoriq.git | |
403 | ||
404 | I2C | |
405 | M: Heiko Schocher <[email protected]> | |
406 | S: Maintained | |
407 | T: git git://git.denx.de/u-boot-i2c.git | |
408 | F: drivers/i2c/ | |
409 | ||
e9c8d49d SG |
410 | LOGGING |
411 | M: Simon Glass <[email protected]> | |
412 | S: Maintained | |
413 | T: git git://git.denx.de/u-boot.git | |
414 | F: common/log.c | |
415 | F: cmd/log.c | |
ef11ed82 | 416 | F: test/log/log_test.c |
20faa27c | 417 | F: test/py/tests/test_log.py |
e9c8d49d | 418 | |
00f141cc DS |
419 | MICROBLAZE |
420 | M: Michal Simek <[email protected]> | |
421 | S: Maintained | |
422 | T: git git://git.denx.de/u-boot-microblaze.git | |
423 | F: arch/microblaze/ | |
8ae3d0b5 MS |
424 | F: cmd/mfsl.c |
425 | F: drivers/gpio/xilinx_gpio.c | |
426 | F: drivers/net/xilinx_axi_emac.c | |
427 | F: drivers/net/xilinx_emaclite.c | |
428 | F: drivers/serial/serial_xuartlite.c | |
429 | F: drivers/spi/xilinx_spi.c | |
0d832b32 | 430 | F: drivers/sysreset/sysreset_gpio.c |
8ae3d0b5 MS |
431 | F: drivers/watchdog/xilinx_tb_wdt.c |
432 | N: xilinx | |
00f141cc DS |
433 | |
434 | MIPS | |
435 | M: Daniel Schwierzeck <[email protected]> | |
436 | S: Maintained | |
437 | T: git git://git.denx.de/u-boot-mips.git | |
438 | F: arch/mips/ | |
439 | ||
440 | MMC | |
dbc39699 | 441 | M: Jaehoon Chung <[email protected]> |
00f141cc DS |
442 | S: Maintained |
443 | T: git git://git.denx.de/u-boot-mmc.git | |
444 | F: drivers/mmc/ | |
445 | ||
4ef17f9c | 446 | NAND FLASH |
9f8aba7a TR |
447 | #M: Scott Wood <[email protected]> |
448 | S: Orphaned (Since 2018-07) | |
4ef17f9c HS |
449 | T: git git://git.denx.de/u-boot-nand-flash.git |
450 | F: drivers/mtd/nand/ | |
451 | ||
452 | NDS32 | |
453 | M: Macpaul Lin <[email protected]> | |
454 | S: Maintained | |
455 | T: git git://git.denx.de/u-boot-nds32.git | |
456 | F: arch/nds32/ | |
457 | ||
b7d6e0ab HS |
458 | NETWORK |
459 | M: Joe Hershberger <[email protected]> | |
460 | S: Maintained | |
461 | T: git git://git.denx.de/u-boot-net.git | |
462 | F: drivers/net/ | |
463 | F: net/ | |
464 | ||
4ef17f9c HS |
465 | NIOS |
466 | M: Thomas Chou <[email protected]> | |
467 | S: Maintained | |
468 | T: git git://git.denx.de/u-boot-nios.git | |
469 | F: arch/nios2/ | |
470 | ||
471 | ONENAND | |
472 | #M: Lukasz Majewski <[email protected]> | |
473 | S: Orphaned (Since 2017-01) | |
474 | T: git git://git.denx.de/u-boot-onenand.git | |
475 | F: drivers/mtd/onenand/ | |
476 | ||
00f141cc DS |
477 | PATMAN |
478 | M: Simon Glass <[email protected]> | |
479 | S: Maintained | |
480 | F: tools/patman/ | |
481 | ||
4ef17f9c HS |
482 | POWER |
483 | M: Jaehoon Chung <[email protected]> | |
484 | S: Maintained | |
485 | T: git git://git.denx.de/u-boot-pmic.git | |
486 | F: drivers/power/ | |
487 | ||
00f141cc DS |
488 | POWERPC |
489 | M: Wolfgang Denk <[email protected]> | |
490 | S: Maintained | |
491 | F: arch/powerpc/ | |
492 | ||
00f141cc | 493 | POWERPC MPC8XX |
907208c4 | 494 | M: Christophe Leroy <[email protected]> |
00f141cc DS |
495 | S: Maintained |
496 | T: git git://git.denx.de/u-boot-mpc8xx.git | |
497 | F: arch/powerpc/cpu/mpc8xx/ | |
498 | ||
00f141cc | 499 | POWERPC MPC83XX |
e5ed4c3e | 500 | M: Mario Six <[email protected]> |
501 | S: Maintained | |
00f141cc DS |
502 | T: git git://git.denx.de/u-boot-mpc83xx.git |
503 | F: arch/powerpc/cpu/mpc83xx/ | |
504 | F: arch/powerpc/include/asm/arch-mpc83xx/ | |
505 | ||
506 | POWERPC MPC85XX | |
2f231025 | 507 | M: York Sun <[email protected]> |
00f141cc DS |
508 | S: Maintained |
509 | T: git git://git.denx.de/u-boot-mpc85xx.git | |
510 | F: arch/powerpc/cpu/mpc85xx/ | |
511 | ||
512 | POWERPC MPC86XX | |
2f231025 | 513 | M: York Sun <[email protected]> |
00f141cc DS |
514 | S: Maintained |
515 | T: git git://git.denx.de/u-boot-mpc86xx.git | |
516 | F: arch/powerpc/cpu/mpc86xx/ | |
517 | ||
f94c44e5 RC |
518 | RISC-V |
519 | M: Rick Chen <[email protected]> | |
520 | S: Maintained | |
521 | T: git git://git.denx.de/u-boot-riscv.git | |
522 | F: arch/riscv/ | |
523 | F: tools/prelink-riscv.c | |
524 | ||
4ef17f9c HS |
525 | ROCKUSB |
526 | M: Eddie Cai <[email protected]> | |
527 | S: Maintained | |
528 | F: drivers/usb/gadget/f_rockusb.c | |
529 | F: cmd/rockusb.c | |
530 | F: doc/README.rockusb | |
531 | ||
00f141cc DS |
532 | SANDBOX |
533 | M: Simon Glass <[email protected]> | |
534 | S: Maintained | |
535 | F: arch/sandbox/ | |
536 | ||
537 | SH | |
538 | M: Nobuhiro Iwamatsu <[email protected]> | |
539 | S: Maintained | |
540 | T: git git://git.denx.de/u-boot-sh.git | |
541 | F: arch/sh/ | |
542 | ||
00f141cc | 543 | SPI |
16185a85 | 544 | M: Jagan Teki <[email protected]> |
00f141cc DS |
545 | S: Maintained |
546 | T: git git://git.denx.de/u-boot-spi.git | |
547 | F: drivers/mtd/spi/ | |
548 | F: drivers/spi/ | |
549 | F: include/spi* | |
550 | ||
e721e981 MK |
551 | SPMI |
552 | M: Mateusz Kulikowski <[email protected]> | |
553 | S: Maintained | |
554 | F: drivers/spmi/ | |
555 | F: include/spmi/ | |
556 | ||
4e2fdf45 AD |
557 | TI SYSTEM SECURITY |
558 | M: Andrew F. Davis <[email protected]> | |
559 | S: Supported | |
560 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S | |
4e2fdf45 AD |
561 | F: arch/arm/mach-omap2/sec-common.c |
562 | F: arch/arm/mach-omap2/config_secure.mk | |
a42eee12 | 563 | F: configs/am335x_hs_evm_defconfig |
c2dca337 | 564 | F: configs/am335x_hs_evm_uart_defconfig |
4e2fdf45 AD |
565 | F: configs/am43xx_hs_evm_defconfig |
566 | F: configs/am57xx_hs_evm_defconfig | |
567 | F: configs/dra7xx_hs_evm_defconfig | |
8a707baf LV |
568 | F: configs/k2hk_hs_evm_defconfig |
569 | F: configs/k2e_hs_evm_defconfig | |
570 | F: configs/k2g_hs_evm_defconfig | |
f274f265 | 571 | F: configs/k2l_hs_evm_defconfig |
4e2fdf45 | 572 | |
00f141cc | 573 | TQ GROUP |
3a53aba3 BM |
574 | #M: Martin Krause <[email protected]> |
575 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
576 | T: git git://git.denx.de/u-boot-tq-group.git |
577 | ||
578 | UBI | |
579 | M: Kyungmin Park <[email protected]> | |
69337a9d | 580 | M: Heiko Schocher <[email protected]> |
00f141cc DS |
581 | S: Maintained |
582 | T: git git://git.denx.de/u-boot-ubi.git | |
583 | F: drivers/mtd/ubi/ | |
584 | ||
585 | USB | |
586 | M: Marek Vasut <[email protected]> | |
587 | S: Maintained | |
588 | T: git git://git.denx.de/u-boot-usb.git | |
589 | F: drivers/usb/ | |
590 | ||
c0c5f910 BM |
591 | USB xHCI |
592 | M: Bin Meng <[email protected]> | |
593 | S: Maintained | |
594 | T: git git://git.denx.de/u-boot-usb.git topic-xhci | |
595 | F: drivers/usb/host/xhci* | |
596 | ||
00f141cc DS |
597 | VIDEO |
598 | M: Anatolij Gustschin <[email protected]> | |
599 | S: Maintained | |
600 | T: git git://git.denx.de/u-boot-video.git | |
601 | F: drivers/video/ | |
c967fb78 AG |
602 | F: common/lcd*.c |
603 | F: include/lcd*.h | |
00f141cc DS |
604 | |
605 | X86 | |
606 | M: Simon Glass <[email protected]> | |
dc5210a2 | 607 | M: Bin Meng <[email protected]> |
00f141cc DS |
608 | S: Maintained |
609 | T: git git://git.denx.de/u-boot-x86.git | |
610 | F: arch/x86/ | |
611 | ||
de5e5cea CZ |
612 | XTENSA |
613 | M: Max Filippov <[email protected]> | |
614 | S: Maintained | |
615 | F: arch/xtensa/ | |
616 | ||
00f141cc | 617 | THE REST |
4e34d610 | 618 | M: Tom Rini <[email protected]> |
00f141cc DS |
619 | L: [email protected] |
620 | Q: http://patchwork.ozlabs.org/project/uboot/list/ | |
621 | S: Maintained | |
622 | T: git git://git.denx.de/u-boot.git | |
623 | F: * | |
624 | F: */ |