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