]>
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 | |
92454e47 | 213 | F: drivers/phy/msm8916-usbh-phy.c |
ce18baf9 | 214 | F: drivers/serial/serial_msm.c |
654dd4a8 | 215 | F: drivers/smem/msm_smem.c |
ce18baf9 | 216 | F: drivers/usb/host/ehci-msm.c |
e721e981 | 217 | |
b7d6e0ab HS |
218 | ARM STI |
219 | M: Patrice Chotard <[email protected]> | |
220 | S: Maintained | |
221 | F: arch/arm/mach-sti/ | |
222 | F: arch/arm/include/asm/arch-sti*/ | |
223 | ||
00f141cc | 224 | ARM STM SPEAR |
3a53aba3 BM |
225 | #M: Vipin Kumar <[email protected]> |
226 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
227 | T: git git://git.denx.de/u-boot-stm.git |
228 | F: arch/arm/cpu/arm926ejs/spear/ | |
229 | F: arch/arm/include/asm/arch-spear/ | |
230 | ||
2514c2d0 PD |
231 | ARM STM STM32MP |
232 | M: Patrick Delaunay <[email protected]> | |
f65b82ff PC |
233 | M: Christophe Kerello <[email protected]> |
234 | M: Patrice Chotard <[email protected]> | |
2514c2d0 PD |
235 | S: Maintained |
236 | F: arch/arm/mach-stm32mp | |
b57aaa07 | 237 | F: drivers/clk/clk_stm32mp1.c |
f65b82ff | 238 | F: drivers/i2c/stm32f7_i2c.c |
c3600e1f | 239 | F: drivers/misc/stm32mp_fuse.c |
f65b82ff PC |
240 | F: drivers/mmc/stm32_sdmmc2.c |
241 | F: drivers/phy/phy-stm32-usbphyc.c | |
242 | F: drivers/pinctrl/pinctrl_stm32.c | |
243 | F: drivers/power/regulator/stm32-vrefbuf.c | |
b57aaa07 | 244 | F: drivers/ram/stm32mp1/ |
f65b82ff PC |
245 | F: drivers/misc/stm32_rcc.c |
246 | F: drivers/reset/stm32-reset.c | |
247 | F: drivers/spi/stm32_qspi.c | |
2514c2d0 | 248 | |
9fa32b12 VM |
249 | ARM STM STV0991 |
250 | M: Vikas Manocha <[email protected]> | |
251 | S: Maintained | |
252 | F: arch/arm/cpu/armv7/stv0991/ | |
253 | F: arch/arm/include/asm/arch-stv0991/ | |
254 | ||
00f141cc | 255 | ARM SUNXI |
543bd273 | 256 | M: Jagan Teki <[email protected]> |
bf8f4c44 | 257 | M: Maxime Ripard <[email protected]> |
ed8f2a28 | 258 | S: Maintained |
00f141cc DS |
259 | T: git git://git.denx.de/u-boot-sunxi.git |
260 | F: arch/arm/cpu/armv7/sunxi/ | |
261 | F: arch/arm/include/asm/arch-sunxi/ | |
ed8f2a28 CYT |
262 | F: arch/arm/mach-sunxi/ |
263 | F: board/sunxi/ | |
00f141cc DS |
264 | |
265 | ARM TEGRA | |
266 | M: Tom Warren <[email protected]> | |
267 | S: Maintained | |
268 | T: git git://git.denx.de/u-boot-tegra.git | |
09f455dc | 269 | F: arch/arm/mach-tegra/ |
00f141cc DS |
270 | F: arch/arm/include/asm/arch-tegra*/ |
271 | ||
272 | ARM TI | |
4e34d610 | 273 | M: Tom Rini <[email protected]> |
00f141cc DS |
274 | S: Maintained |
275 | T: git git://git.denx.de/u-boot-ti.git | |
26f7c111 | 276 | F: arch/arm/mach-davinci/ |
586bde93 | 277 | F: arch/arm/mach-k3/ |
26f7c111 | 278 | F: arch/arm/mach-keystone/ |
00f141cc DS |
279 | F: arch/arm/include/asm/arch-omap*/ |
280 | F: arch/arm/include/asm/ti-common/ | |
281 | ||
0fb63aa6 | 282 | ARM UNIPHIER |
ed6226c4 | 283 | M: Masahiro Yamada <[email protected]> |
0fb63aa6 MY |
284 | S: Maintained |
285 | T: git git://git.denx.de/u-boot-uniphier.git | |
4c425570 | 286 | F: arch/arm/mach-uniphier/ |
5fd3f434 | 287 | F: configs/uniphier_*_defconfig |
eb006c83 | 288 | N: uniphier |
0fb63aa6 | 289 | |
0fabfeb2 LD |
290 | ARM VERSATILE EXPRESS DRIVERS |
291 | M: Liviu Dudau <[email protected]> | |
292 | S: Maintained | |
293 | T: git git://github.com/ARM-software/u-boot.git | |
294 | F: drivers/misc/vexpress_config.c | |
295 | N: vexpress | |
296 | ||
00f141cc DS |
297 | ARM ZYNQ |
298 | M: Michal Simek <[email protected]> | |
299 | S: Maintained | |
8ae3d0b5 MS |
300 | T: git git://git.denx.de/u-boot-microblaze.git |
301 | F: arch/arm/mach-zynq/ | |
302 | F: drivers/clk/clk_zynq.c | |
303 | F: drivers/fpga/zynqpl.c | |
304 | F: drivers/gpio/zynq_gpio.c | |
305 | F: drivers/i2c/i2c-cdns.c | |
306 | F: drivers/i2c/muxes/pca954x.c | |
307 | F: drivers/i2c/zynq_i2c.c | |
308 | F: drivers/mmc/zynq_sdhci.c | |
a430fa06 | 309 | F: drivers/mtd/nand/raw/zynq_nand.c |
8ae3d0b5 MS |
310 | F: drivers/net/phy/xilinx_phy.c |
311 | F: drivers/net/zynq_gem.c | |
312 | F: drivers/serial/serial_zynq.c | |
313 | F: drivers/spi/zynq_qspi.c | |
314 | F: drivers/spi/zynq_spi.c | |
315 | F: drivers/usb/host/ehci-zynq.c | |
316 | F: drivers/watchdog/cdns_wdt.c | |
23e7e6b6 | 317 | F: include/zynqpl.h |
8ae3d0b5 MS |
318 | F: tools/zynqimage.c |
319 | N: zynq | |
00f141cc | 320 | |
84c7204b MS |
321 | ARM ZYNQMP |
322 | M: Michal Simek <[email protected]> | |
323 | S: Maintained | |
8ae3d0b5 | 324 | T: git git://git.denx.de/u-boot-microblaze.git |
6de7a5b9 | 325 | F: arch/arm/cpu/armv8/zynqmp/ |
3d14228f | 326 | F: drivers/clk/clk_zynqmp.c |
8ae3d0b5 MS |
327 | F: drivers/fpga/zynqpl.c |
328 | F: drivers/gpio/zynq_gpio.c | |
329 | F: drivers/i2c/i2c-cdns.c | |
330 | F: drivers/i2c/muxes/pca954x.c | |
331 | F: drivers/i2c/zynq_i2c.c | |
332 | F: drivers/mmc/zynq_sdhci.c | |
a430fa06 | 333 | F: drivers/mtd/nand/raw/zynq_nand.c |
8ae3d0b5 MS |
334 | F: drivers/net/phy/xilinx_phy.c |
335 | F: drivers/net/zynq_gem.c | |
336 | F: drivers/serial/serial_zynq.c | |
337 | F: drivers/spi/zynq_qspi.c | |
338 | F: drivers/spi/zynq_spi.c | |
72c37d12 | 339 | F: drivers/timer/cadence-ttc.c |
8ae3d0b5 MS |
340 | F: drivers/usb/host/ehci-zynq.c |
341 | F: drivers/watchdog/cdns_wdt.c | |
23e7e6b6 | 342 | F: include/zynqmppl.h |
b123aff2 | 343 | F: tools/zynqmp* |
2570e129 | 344 | N: ultra96 |
8ae3d0b5 | 345 | N: zynqmp |
84c7204b | 346 | |
1d6c54ec MS |
347 | ARM ZYNQMP R5 |
348 | M: Michal Simek <[email protected]> | |
349 | S: Maintained | |
350 | T: git git://git.denx.de/u-boot-microblaze.git | |
351 | F: arch/arm/mach-zynqmp-r5/ | |
352 | ||
00f141cc DS |
353 | BUILDMAN |
354 | M: Simon Glass <[email protected]> | |
355 | S: Maintained | |
356 | F: tools/buildman/ | |
357 | ||
358 | CFI FLASH | |
359 | M: Stefan Roese <[email protected]> | |
360 | S: Maintained | |
361 | T: git git://git.denx.de/u-boot-cfi-flash.git | |
c4c2e141 SR |
362 | F: drivers/mtd/cfi_flash.c |
363 | F: drivers/mtd/jedec_flash.c | |
00f141cc DS |
364 | |
365 | COLDFIRE | |
08ae21af | 366 | M: Huan Wang <[email protected]> |
82ebb7e5 | 367 | M: Angelo Dureghello <[email protected]> |
00f141cc DS |
368 | S: Maintained |
369 | T: git git://git.denx.de/u-boot-coldfire.git | |
370 | F: arch/m68k/ | |
371 | ||
372 | DFU | |
56acf018 | 373 | M: Lukasz Majewski <[email protected]> |
00f141cc DS |
374 | S: Maintained |
375 | T: git git://git.denx.de/u-boot-dfu.git | |
376 | F: drivers/dfu/ | |
55ca6138 | 377 | F: drivers/usb/gadget/ |
00f141cc DS |
378 | |
379 | DRIVER MODEL | |
380 | M: Simon Glass <[email protected]> | |
381 | S: Maintained | |
8770633e | 382 | T: git git://git.denx.de/u-boot-dm.git |
00f141cc DS |
383 | F: drivers/core/ |
384 | F: include/dm/ | |
385 | F: test/dm/ | |
386 | ||
e4a7394a AG |
387 | EFI PAYLOAD |
388 | M: Alexander Graf <[email protected]> | |
389 | S: Maintained | |
bc188a30 | 390 | T: git git://github.com/agraf/u-boot.git |
1914e5b5 | 391 | F: doc/README.uefi |
29a8a282 | 392 | F: doc/README.iscsi |
04459788 | 393 | F: Documentation/efi.rst |
5b2118a2 | 394 | F: include/capitalization.h |
0bc4b0da HS |
395 | F: include/cp1250.h |
396 | F: include/cp437.h | |
623b3a57 | 397 | F: include/efi* |
268ec6e0 HS |
398 | F: include/pe.h |
399 | F: include/asm-generic/pe.h | |
0b8a88ab | 400 | F: lib/charset.c |
bc0bd77e | 401 | F: lib/efi*/ |
623b3a57 | 402 | F: test/py/tests/test_efi* |
f11a164b | 403 | F: test/unicode_ut.c |
e4a7394a | 404 | F: cmd/bootefi.c |
ac020196 | 405 | F: tools/file2include.c |
e4a7394a | 406 | |
7e16342b MS |
407 | FPGA |
408 | M: Michal Simek <[email protected]> | |
409 | S: Maintained | |
410 | T: git git://git.denx.de/u-boot-microblaze.git | |
411 | F: drivers/fpga/ | |
412 | F: cmd/fpga.c | |
413 | F: include/fpga.h | |
414 | ||
00f141cc DS |
415 | FLATTENED DEVICE TREE |
416 | M: Simon Glass <[email protected]> | |
417 | S: Maintained | |
418 | T: git git://git.denx.de/u-boot-fdt.git | |
419 | F: lib/fdtdec* | |
420 | F: lib/libfdt/ | |
421 | F: include/fdt* | |
18fa6230 | 422 | F: include/linux/libfdt* |
643f8d4c | 423 | F: cmd/fdt.c |
00f141cc DS |
424 | F: common/fdt_support.c |
425 | ||
426 | FREEBSD | |
427 | M: Rafal Jaworowski <[email protected]> | |
428 | S: Maintained | |
429 | T: git git://git.denx.de/u-boot-freebsd.git | |
430 | ||
431 | FREESCALE QORIQ | |
2f231025 | 432 | M: York Sun <[email protected]> |
00f141cc DS |
433 | S: Maintained |
434 | T: git git://git.denx.de/u-boot-fsl-qoriq.git | |
435 | ||
436 | I2C | |
437 | M: Heiko Schocher <[email protected]> | |
438 | S: Maintained | |
439 | T: git git://git.denx.de/u-boot-i2c.git | |
440 | F: drivers/i2c/ | |
441 | ||
e9c8d49d SG |
442 | LOGGING |
443 | M: Simon Glass <[email protected]> | |
444 | S: Maintained | |
445 | T: git git://git.denx.de/u-boot.git | |
446 | F: common/log.c | |
447 | F: cmd/log.c | |
ef11ed82 | 448 | F: test/log/log_test.c |
20faa27c | 449 | F: test/py/tests/test_log.py |
e9c8d49d | 450 | |
c1a65a8c LD |
451 | MALI DISPLAY PROCESSORS |
452 | M: Liviu Dudau <[email protected]> | |
453 | S: Supported | |
454 | T: git git://github.com/ARM-software/u-boot.git | |
455 | F: drivers/video/mali_dp.c | |
456 | ||
00f141cc DS |
457 | MICROBLAZE |
458 | M: Michal Simek <[email protected]> | |
459 | S: Maintained | |
460 | T: git git://git.denx.de/u-boot-microblaze.git | |
461 | F: arch/microblaze/ | |
8ae3d0b5 MS |
462 | F: cmd/mfsl.c |
463 | F: drivers/gpio/xilinx_gpio.c | |
464 | F: drivers/net/xilinx_axi_emac.c | |
465 | F: drivers/net/xilinx_emaclite.c | |
466 | F: drivers/serial/serial_xuartlite.c | |
467 | F: drivers/spi/xilinx_spi.c | |
0d832b32 | 468 | F: drivers/sysreset/sysreset_gpio.c |
8ae3d0b5 MS |
469 | F: drivers/watchdog/xilinx_tb_wdt.c |
470 | N: xilinx | |
00f141cc DS |
471 | |
472 | MIPS | |
473 | M: Daniel Schwierzeck <[email protected]> | |
474 | S: Maintained | |
475 | T: git git://git.denx.de/u-boot-mips.git | |
476 | F: arch/mips/ | |
477 | ||
478 | MMC | |
dbc39699 | 479 | M: Jaehoon Chung <[email protected]> |
00f141cc DS |
480 | S: Maintained |
481 | T: git git://git.denx.de/u-boot-mmc.git | |
482 | F: drivers/mmc/ | |
483 | ||
4ef17f9c | 484 | NAND FLASH |
9f8aba7a TR |
485 | #M: Scott Wood <[email protected]> |
486 | S: Orphaned (Since 2018-07) | |
4ef17f9c | 487 | T: git git://git.denx.de/u-boot-nand-flash.git |
a430fa06 | 488 | F: drivers/mtd/nand/raw/ |
4ef17f9c HS |
489 | |
490 | NDS32 | |
491 | M: Macpaul Lin <[email protected]> | |
492 | S: Maintained | |
493 | T: git git://git.denx.de/u-boot-nds32.git | |
494 | F: arch/nds32/ | |
495 | ||
b7d6e0ab HS |
496 | NETWORK |
497 | M: Joe Hershberger <[email protected]> | |
498 | S: Maintained | |
499 | T: git git://git.denx.de/u-boot-net.git | |
500 | F: drivers/net/ | |
501 | F: net/ | |
502 | ||
4ef17f9c HS |
503 | NIOS |
504 | M: Thomas Chou <[email protected]> | |
505 | S: Maintained | |
506 | T: git git://git.denx.de/u-boot-nios.git | |
507 | F: arch/nios2/ | |
508 | ||
509 | ONENAND | |
510 | #M: Lukasz Majewski <[email protected]> | |
511 | S: Orphaned (Since 2017-01) | |
512 | T: git git://git.denx.de/u-boot-onenand.git | |
513 | F: drivers/mtd/onenand/ | |
514 | ||
00f141cc DS |
515 | PATMAN |
516 | M: Simon Glass <[email protected]> | |
517 | S: Maintained | |
518 | F: tools/patman/ | |
519 | ||
4ef17f9c HS |
520 | POWER |
521 | M: Jaehoon Chung <[email protected]> | |
522 | S: Maintained | |
523 | T: git git://git.denx.de/u-boot-pmic.git | |
524 | F: drivers/power/ | |
525 | ||
00f141cc DS |
526 | POWERPC |
527 | M: Wolfgang Denk <[email protected]> | |
528 | S: Maintained | |
529 | F: arch/powerpc/ | |
530 | ||
00f141cc | 531 | POWERPC MPC8XX |
907208c4 | 532 | M: Christophe Leroy <[email protected]> |
00f141cc DS |
533 | S: Maintained |
534 | T: git git://git.denx.de/u-boot-mpc8xx.git | |
535 | F: arch/powerpc/cpu/mpc8xx/ | |
536 | ||
00f141cc | 537 | POWERPC MPC83XX |
e5ed4c3e | 538 | M: Mario Six <[email protected]> |
539 | S: Maintained | |
00f141cc | 540 | T: git git://git.denx.de/u-boot-mpc83xx.git |
e4061556 MS |
541 | F: drivers/ram/mpc83xx_sdram.c |
542 | F: include/dt-bindings/memory/mpc83xx-sdram.h | |
76fdad1f MS |
543 | F: drivers/sysreset/sysreset_mpc83xx.c |
544 | F: drivers/sysreset/sysreset_mpc83xx.h | |
07d538d2 MS |
545 | F: drivers/clk/mpc83xx_clk.c |
546 | F: drivers/clk/mpc83xx_clk.h | |
547 | F: include/dt-bindings/clk/mpc83xx-clk.h | |
2c21749d | 548 | F: drivers/timer/mpc83xx_timer.c |
19fbdca4 MS |
549 | F: drivers/cpu/mpc83xx_cpu.c |
550 | F: drivers/cpu/mpc83xx_cpu.h | |
d2166319 | 551 | F: drivers/misc/mpc83xx_serdes.c |
00f141cc DS |
552 | F: arch/powerpc/cpu/mpc83xx/ |
553 | F: arch/powerpc/include/asm/arch-mpc83xx/ | |
554 | ||
555 | POWERPC MPC85XX | |
2f231025 | 556 | M: York Sun <[email protected]> |
00f141cc DS |
557 | S: Maintained |
558 | T: git git://git.denx.de/u-boot-mpc85xx.git | |
559 | F: arch/powerpc/cpu/mpc85xx/ | |
560 | ||
561 | POWERPC MPC86XX | |
2f231025 | 562 | M: York Sun <[email protected]> |
00f141cc DS |
563 | S: Maintained |
564 | T: git git://git.denx.de/u-boot-mpc86xx.git | |
565 | F: arch/powerpc/cpu/mpc86xx/ | |
566 | ||
f94c44e5 RC |
567 | RISC-V |
568 | M: Rick Chen <[email protected]> | |
569 | S: Maintained | |
570 | T: git git://git.denx.de/u-boot-riscv.git | |
571 | F: arch/riscv/ | |
572 | F: tools/prelink-riscv.c | |
573 | ||
4ef17f9c HS |
574 | ROCKUSB |
575 | M: Eddie Cai <[email protected]> | |
576 | S: Maintained | |
577 | F: drivers/usb/gadget/f_rockusb.c | |
578 | F: cmd/rockusb.c | |
579 | F: doc/README.rockusb | |
580 | ||
00f141cc DS |
581 | SANDBOX |
582 | M: Simon Glass <[email protected]> | |
583 | S: Maintained | |
584 | F: arch/sandbox/ | |
585 | ||
586 | SH | |
587 | M: Nobuhiro Iwamatsu <[email protected]> | |
588 | S: Maintained | |
589 | T: git git://git.denx.de/u-boot-sh.git | |
590 | F: arch/sh/ | |
591 | ||
00f141cc | 592 | SPI |
16185a85 | 593 | M: Jagan Teki <[email protected]> |
00f141cc DS |
594 | S: Maintained |
595 | T: git git://git.denx.de/u-boot-spi.git | |
596 | F: drivers/mtd/spi/ | |
597 | F: drivers/spi/ | |
598 | F: include/spi* | |
599 | ||
e721e981 MK |
600 | SPMI |
601 | M: Mateusz Kulikowski <[email protected]> | |
602 | S: Maintained | |
603 | F: drivers/spmi/ | |
604 | F: include/spmi/ | |
605 | ||
055da186 LD |
606 | TDA19988 HDMI ENCODER |
607 | M: Liviu Dudau <[email protected]> | |
608 | S: Maintained | |
609 | F: drivers/video/tda19988.c | |
610 | ||
4e2fdf45 AD |
611 | TI SYSTEM SECURITY |
612 | M: Andrew F. Davis <[email protected]> | |
613 | S: Supported | |
614 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S | |
4e2fdf45 AD |
615 | F: arch/arm/mach-omap2/sec-common.c |
616 | F: arch/arm/mach-omap2/config_secure.mk | |
a42eee12 | 617 | F: configs/am335x_hs_evm_defconfig |
c2dca337 | 618 | F: configs/am335x_hs_evm_uart_defconfig |
4e2fdf45 AD |
619 | F: configs/am43xx_hs_evm_defconfig |
620 | F: configs/am57xx_hs_evm_defconfig | |
621 | F: configs/dra7xx_hs_evm_defconfig | |
8a707baf LV |
622 | F: configs/k2hk_hs_evm_defconfig |
623 | F: configs/k2e_hs_evm_defconfig | |
624 | F: configs/k2g_hs_evm_defconfig | |
f274f265 | 625 | F: configs/k2l_hs_evm_defconfig |
4e2fdf45 | 626 | |
00f141cc | 627 | TQ GROUP |
3a53aba3 BM |
628 | #M: Martin Krause <[email protected]> |
629 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
630 | T: git git://git.denx.de/u-boot-tq-group.git |
631 | ||
9ff4a311 JW |
632 | TEE |
633 | M: Jens Wiklander <[email protected]> | |
634 | S: Maintained | |
635 | F: drivers/tee/ | |
636 | F: include/tee.h | |
637 | ||
00f141cc DS |
638 | UBI |
639 | M: Kyungmin Park <[email protected]> | |
69337a9d | 640 | M: Heiko Schocher <[email protected]> |
00f141cc DS |
641 | S: Maintained |
642 | T: git git://git.denx.de/u-boot-ubi.git | |
643 | F: drivers/mtd/ubi/ | |
644 | ||
645 | USB | |
646 | M: Marek Vasut <[email protected]> | |
647 | S: Maintained | |
648 | T: git git://git.denx.de/u-boot-usb.git | |
649 | F: drivers/usb/ | |
650 | ||
c0c5f910 BM |
651 | USB xHCI |
652 | M: Bin Meng <[email protected]> | |
653 | S: Maintained | |
654 | T: git git://git.denx.de/u-boot-usb.git topic-xhci | |
655 | F: drivers/usb/host/xhci* | |
656 | ||
00f141cc DS |
657 | VIDEO |
658 | M: Anatolij Gustschin <[email protected]> | |
659 | S: Maintained | |
660 | T: git git://git.denx.de/u-boot-video.git | |
661 | F: drivers/video/ | |
c967fb78 AG |
662 | F: common/lcd*.c |
663 | F: include/lcd*.h | |
9cdbc906 | 664 | F: include/video*.h |
00f141cc DS |
665 | |
666 | X86 | |
667 | M: Simon Glass <[email protected]> | |
dc5210a2 | 668 | M: Bin Meng <[email protected]> |
00f141cc DS |
669 | S: Maintained |
670 | T: git git://git.denx.de/u-boot-x86.git | |
671 | F: arch/x86/ | |
672 | ||
de5e5cea CZ |
673 | XTENSA |
674 | M: Max Filippov <[email protected]> | |
675 | S: Maintained | |
676 | F: arch/xtensa/ | |
677 | ||
00f141cc | 678 | THE REST |
4e34d610 | 679 | M: Tom Rini <[email protected]> |
00f141cc DS |
680 | L: [email protected] |
681 | Q: http://patchwork.ozlabs.org/project/uboot/list/ | |
682 | S: Maintained | |
683 | T: git git://git.denx.de/u-boot.git | |
684 | F: * | |
685 | F: */ |