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