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