]>
Commit | Line | Data |
---|---|---|
00f141cc DS |
1 | Descriptions of section entries: |
2 | ||
3 | P: Person (obsolete) | |
4 | M: Mail patches to: FullName <address@domain> | |
65fa17d4 HS |
5 | R: Designated reviewer: FullName <address@domain> |
6 | These reviewers should be CCed on patches. | |
00f141cc DS |
7 | L: Mailing list that is relevant to this area |
8 | W: Web-page with status/info | |
9 | Q: Patchwork web based patch tracking system site | |
10 | T: SCM tree type and location. | |
11 | Type is one of: git, hg, quilt, stgit, topgit | |
12 | S: Status, one of the following: | |
13 | Supported: Someone is actually paid to look after this. | |
14 | Maintained: Someone actually looks after it. | |
15 | Odd Fixes: It has a maintainer but they don't have time to do | |
16 | much other than throw the odd patch in. See below.. | |
17 | Orphan: No current maintainer [but maybe you could take the | |
18 | role as you write your new code]. | |
19 | Obsolete: Old code. Something tagged obsolete generally means | |
20 | it has been replaced by a better system and you | |
21 | should be using that. | |
22 | F: Files and directories with wildcard patterns. | |
23 | A trailing slash includes all files and subdirectory files. | |
24 | F: drivers/net/ all files in and below drivers/net | |
25 | F: drivers/net/* all files in drivers/net, but not below | |
26 | F: */net/* all files in "any top level directory"/net | |
27 | One pattern per line. Multiple F: lines acceptable. | |
28 | N: Files and directories with regex patterns. | |
29 | N: [^a-z]tegra all files whose path contains the word tegra | |
30 | One pattern per line. Multiple N: lines acceptable. | |
31 | scripts/get_maintainer.pl has different behavior for files that | |
32 | match F: pattern and matches of N: patterns. By default, | |
33 | get_maintainer will not look at git log history when an F: pattern | |
34 | match occurs. When an N: match occurs, git log history is used | |
35 | to also notify the people that have git commit signatures. | |
36 | X: Files and directories that are NOT maintained, same rules as F: | |
37 | Files exclusions are tested before file matches. | |
38 | Can be useful for excluding a specific subdirectory, for instance: | |
39 | F: net/ | |
40 | X: net/ipv6/ | |
41 | matches all files in and below net excluding net/ipv6/ | |
42 | K: Keyword perl extended regex pattern to match content in a | |
43 | patch or file. For instance: | |
44 | K: of_get_profile | |
45 | matches patches or files that contain "of_get_profile" | |
46 | K: \b(printk|pr_(info|err))\b | |
47 | matches patches or files that contain one or more of the words | |
48 | printk, pr_info or pr_err | |
49 | One regex pattern per line. Multiple K: lines acceptable. | |
50 | ||
51 | Note: For the hard of thinking, this list is meant to remain in alphabetical | |
52 | order. If you could add yourselves to it in alphabetical order that would be | |
53 | so much easier [Ed] | |
54 | ||
55 | Maintainers List (try to look for most precise areas first) | |
56 | ||
57 | ----------------------------------- | |
58 | ARC | |
59 | M: Alexey Brodkin <[email protected]> | |
4006200d | 60 | M: Eugeniy Paltsev <[email protected]> |
00f141cc | 61 | S: Maintained |
4006200d | 62 | L: [email protected] |
00f141cc DS |
63 | T: git git://git.denx.de/u-boot-arc.git |
64 | F: arch/arc/ | |
b08b113e | 65 | F: board/synopsys/ |
00f141cc | 66 | |
e80dac0a EP |
67 | ARC HSDK CGU CLOCK |
68 | M: Eugeniy Paltsev <[email protected]> | |
69 | S: Maintained | |
70 | L: [email protected] | |
71 | F: drivers/clk/clk-hsdk-cgu.c | |
72 | F: include/dt-bindings/clock/snps,hsdk-cgu.h | |
73 | F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt | |
74 | ||
b7d6e0ab HS |
75 | ARC HSDK CREG GPIO |
76 | M: Eugeniy Paltsev <[email protected]> | |
77 | S: Maintained | |
78 | L: [email protected] | |
7620ec4d | 79 | F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt |
b7d6e0ab HS |
80 | F: drivers/gpio/hsdk-creg-gpio.c |
81 | ||
00f141cc DS |
82 | ARM |
83 | M: Albert Aribaud <[email protected]> | |
84 | S: Maintained | |
85 | T: git git://git.denx.de/u-boot-arm.git | |
86 | F: arch/arm/ | |
87 | ||
d8540a16 PM |
88 | ARM ALTERA SOCFPGA |
89 | M: Marek Vasut <[email protected]> | |
90 | S: Maintainted | |
91 | T: git git://git.denx.de/u-boot-socfpga.git | |
f22dede2 | 92 | F: arch/arm/mach-socfpga/ |
d8540a16 | 93 | |
535d74a8 NA |
94 | ARM AMLOGIC SOC SUPPORT |
95 | M: Neil Armstrong <[email protected]> | |
96 | S: Maintained | |
97 | L: [email protected] | |
98 | T: git git://git.denx.de/u-boot-amlogic.git | |
99 | F: arch/arm/mach-meson/ | |
100 | F: arch/arm/include/asm/arch-meson/ | |
101 | F: drivers/clk/clk_meson* | |
102 | F: drivers/serial/serial_meson.c | |
103 | F: drivers/reset/reset-meson.c | |
104 | F: drivers/i2c/meson_i2c.c | |
105 | F: drivers/net/phy/meson-gxl.c | |
106 | F: drivers/adc/meson-saradc.c | |
107 | F: drivers/phy/meson* | |
108 | F: drivers/mmc/meson_gx_mmc.c | |
109 | F: drivers/spi/meson_spifc.c | |
110 | F: drivers/pinctrl/meson/ | |
111 | F: drivers/power/domain/meson-gx-pwrc-vpu.c | |
112 | F: drivers/video/meson/ | |
113 | F: include/configs/meson64.h | |
114 | N: meson | |
115 | ||
fe84ebf0 | 116 | ARM BROADCOM BCM283X |
3157bbfa | 117 | M: Matthias Brugger <[email protected]> |
958d55f2 | 118 | S: Maintained |
fe84ebf0 SW |
119 | F: arch/arm/mach-bcm283x/ |
120 | F: drivers/gpio/bcm2835_gpio.c | |
121 | F: drivers/mmc/bcm2835_sdhci.c | |
c8a73a26 | 122 | F: drivers/mmc/bcm2835_sdhost.c |
fe84ebf0 | 123 | F: drivers/serial/serial_bcm283x_mu.c |
6001985f | 124 | F: drivers/serial/serial_bcm283x_pl011.c |
fe84ebf0 SW |
125 | F: drivers/video/bcm2835.c |
126 | F: include/dm/platform_data/serial_bcm283x_mu.h | |
caf2233b | 127 | F: drivers/pinctrl/broadcom/ |
fe84ebf0 | 128 | |
894c3ad2 TF |
129 | ARM BROADCOM BCMSTB |
130 | M: Thomas Fitzsimmons <[email protected]> | |
131 | S: Maintained | |
132 | F: arch/arm/mach-bcmstb/ | |
133 | F: board/broadcom/bcmstb/ | |
3f20321a | 134 | F: configs/bcm7*_defconfig |
894c3ad2 TF |
135 | F: doc/README.bcm7xxx |
136 | F: drivers/mmc/bcmstb_sdhci.c | |
137 | F: drivers/spi/bcmstb_spi.c | |
138 | ||
da1f7997 MB |
139 | ARM/CZ.NIC TURRIS MOX SUPPORT |
140 | M: Marek Behun <[email protected]> | |
141 | S: Maintained | |
142 | F: arch/arm/dts/armada-3720-turris-mox.dts | |
143 | F: board/CZ.NIC/ | |
144 | F: configs/turris_*_defconfig | |
145 | F: include/configs/turris_*.h | |
146 | ||
00f141cc DS |
147 | ARM FREESCALE IMX |
148 | M: Stefano Babic <[email protected]> | |
73127e90 | 149 | M: Fabio Estevam <[email protected]> |
d17b0bed | 150 | R: NXP i.MX U-Boot Team <[email protected]> |
00f141cc DS |
151 | S: Maintained |
152 | T: git git://git.denx.de/u-boot-imx.git | |
153 | F: arch/arm/cpu/arm1136/mx*/ | |
154 | F: arch/arm/cpu/arm926ejs/mx*/ | |
00f141cc | 155 | F: arch/arm/cpu/armv7/vf610/ |
552a848e | 156 | F: arch/arm/mach-imx/ |
00f141cc DS |
157 | F: arch/arm/include/asm/arch-imx/ |
158 | F: arch/arm/include/asm/arch-mx*/ | |
159 | F: arch/arm/include/asm/arch-vf610/ | |
552a848e | 160 | F: arch/arm/include/asm/mach-imx/ |
77cbd3a1 | 161 | F: board/freescale/*mx*/ |
00f141cc | 162 | |
ae4dc15d PG |
163 | ARM HISILICON |
164 | M: Peter Griffin <[email protected]> | |
165 | S: Maintained | |
166 | F: arch/arm/cpu/armv8/hisilicon | |
0f8525f5 | 167 | F: arch/arm/include/asm/arch-hi6220/ |
ae4dc15d | 168 | |
4b8cb843 | 169 | ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX |
00f141cc | 170 | M: Prafulla Wadaskar <[email protected]> |
5ea01961 | 171 | M: Luka Perkov <[email protected]> |
f822d857 | 172 | M: Stefan Roese <[email protected]> |
00f141cc DS |
173 | S: Maintained |
174 | T: git git://git.denx.de/u-boot-marvell.git | |
56f86e39 | 175 | F: arch/arm/mach-kirkwood/ |
f822d857 | 176 | F: arch/arm/mach-mvebu/ |
592b4a7e | 177 | F: drivers/ata/ahci_mvebu.c |
4b8cb843 | 178 | F: drivers/phy/marvell/ |
00f141cc DS |
179 | |
180 | ARM MARVELL PXA | |
181 | M: Marek Vasut <[email protected]> | |
182 | S: Maintained | |
183 | T: git git://git.denx.de/u-boot-pxa.git | |
184 | F: arch/arm/cpu/pxa/ | |
185 | F: arch/arm/include/asm/arch-pxa/ | |
186 | ||
a9da9eeb RL |
187 | ARM MEDIATEK |
188 | M: Ryder Lee <[email protected]> | |
189 | M: Weijie Gao <[email protected]> | |
190 | S: Maintained | |
191 | F: arch/arm/mach-mediatek/ | |
192 | F: arch/arm/include/asm/arch-mediatek/ | |
193 | F: board/mediatek/ | |
194 | F: doc/README.mediatek | |
195 | F: drivers/clk/mediatek/ | |
196 | F: drivers/mmc/mtk-sd.c | |
197 | F: drivers/pinctrl/mediatek/ | |
198 | F: drivers/power/domain/mtk-power-domain.c | |
199 | F: drivers/ram/mediatek/ | |
200 | F: drivers/spi/mtk_qspi.c | |
201 | F: drivers/timer/mtk_timer.c | |
202 | F: drivers/watchdog/mtk_wdt.c | |
d049ff9c WG |
203 | F: drivers/net/mtk_eth.c |
204 | F: drivers/reset/reset-mediatek.c | |
a9da9eeb RL |
205 | F: tools/mtk_image.c |
206 | F: tools/mtk_image.h | |
207 | N: mediatek | |
208 | ||
413ca720 EH |
209 | ARM MICROCHIP/ATMEL AT91 |
210 | M: Eugen Hristev <[email protected]> | |
211 | S: Maintained | |
212 | T: git git://git.denx.de/u-boot-atmel.git | |
213 | F: arch/arm/mach-at91/ | |
214 | F: board/atmel/ | |
215 | ||
e2a1484c MS |
216 | ARM OWL |
217 | M: Manivannan Sadhasivam <[email protected]> | |
218 | S: Maintained | |
219 | F: arch/arm/include/asm/arch-owl/ | |
220 | F: arch/arm/mach-owl/ | |
221 | F: board/ucRobotics/ | |
222 | F: drivers/clk/owl/ | |
223 | F: drivers/serial/serial_owl.c | |
224 | ||
4810c2f8 NI |
225 | ARM RENESAS RMOBILE/R-CAR |
226 | M: Nobuhiro Iwamatsu <[email protected]> | |
9db60e25 | 227 | M: Marek Vasut <[email protected]> |
4810c2f8 NI |
228 | S: Maintained |
229 | T: git git://git.denx.de/u-boot-sh.git | |
230 | F: arch/arm/mach-rmobile/ | |
231 | ||
c3caeac0 MY |
232 | ARM ROCKCHIP |
233 | M: Simon Glass <[email protected]> | |
f8714372 | 234 | M: Philipp Tomsich <[email protected]> |
c3caeac0 MY |
235 | S: Maintained |
236 | T: git git://git.denx.de/u-boot-rockchip.git | |
8b45193a | 237 | F: arch/arm/include/asm/arch-rockchip/ |
c3caeac0 | 238 | F: arch/arm/mach-rockchip/ |
ae0fc89e | 239 | F: board/rockchip/ |
8b45193a PT |
240 | F: drivers/clk/rockchip/ |
241 | F: drivers/gpio/rk_gpio.c | |
242 | F: drivers/misc/rockchip-efuse.c | |
47b8583f PT |
243 | F: drivers/mmc/rockchip_sdhci.c |
244 | F: drivers/mmc/rockchip_dw_mmc.c | |
8b45193a PT |
245 | F: drivers/pinctrl/rockchip/ |
246 | F: drivers/ram/rockchip/ | |
247 | F: drivers/sysreset/sysreset_rockchip.c | |
3f565522 | 248 | F: drivers/video/rockchip/ |
8b45193a PT |
249 | F: tools/rkcommon.c |
250 | F: tools/rkcommon.h | |
251 | F: tools/rkimage.c | |
252 | F: tools/rksd.c | |
253 | F: tools/rkspi.c | |
c3caeac0 | 254 | |
00f141cc DS |
255 | ARM SAMSUNG |
256 | M: Minkyu Kang <[email protected]> | |
257 | S: Maintained | |
258 | T: git git://git.denx.de/u-boot-samsung.git | |
225f5eec MK |
259 | F: arch/arm/mach-exynos/ |
260 | F: arch/arm/mach-s5pc1xx/ | |
00f141cc | 261 | F: arch/arm/cpu/armv7/s5p-common/ |
00f141cc | 262 | |
e721e981 | 263 | ARM SNAPDRAGON |
92a14a47 | 264 | M: Ramon Fried <[email protected]> |
e721e981 MK |
265 | S: Maintained |
266 | F: arch/arm/mach-snapdragon/ | |
ce18baf9 RF |
267 | F: drivers/gpio/msm_gpio.c |
268 | F: drivers/mmc/msm_sdhci.c | |
92454e47 | 269 | F: drivers/phy/msm8916-usbh-phy.c |
ce18baf9 | 270 | F: drivers/serial/serial_msm.c |
654dd4a8 | 271 | F: drivers/smem/msm_smem.c |
ce18baf9 | 272 | F: drivers/usb/host/ehci-msm.c |
e721e981 | 273 | |
b7d6e0ab HS |
274 | ARM STI |
275 | M: Patrice Chotard <[email protected]> | |
276 | S: Maintained | |
277 | F: arch/arm/mach-sti/ | |
278 | F: arch/arm/include/asm/arch-sti*/ | |
279 | ||
00f141cc | 280 | ARM STM SPEAR |
3a53aba3 BM |
281 | #M: Vipin Kumar <[email protected]> |
282 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
283 | T: git git://git.denx.de/u-boot-stm.git |
284 | F: arch/arm/cpu/arm926ejs/spear/ | |
285 | F: arch/arm/include/asm/arch-spear/ | |
286 | ||
2514c2d0 PD |
287 | ARM STM STM32MP |
288 | M: Patrick Delaunay <[email protected]> | |
f65b82ff PC |
289 | M: Christophe Kerello <[email protected]> |
290 | M: Patrice Chotard <[email protected]> | |
84ee59a5 | 291 | L: [email protected] (moderated for non-subscribers) |
2514c2d0 | 292 | S: Maintained |
67eea68a | 293 | F: arch/arm/mach-stm32mp/ |
b57aaa07 | 294 | F: drivers/clk/clk_stm32mp1.c |
f65b82ff | 295 | F: drivers/i2c/stm32f7_i2c.c |
c3600e1f | 296 | F: drivers/misc/stm32mp_fuse.c |
f65b82ff PC |
297 | F: drivers/mmc/stm32_sdmmc2.c |
298 | F: drivers/phy/phy-stm32-usbphyc.c | |
299 | F: drivers/pinctrl/pinctrl_stm32.c | |
300 | F: drivers/power/regulator/stm32-vrefbuf.c | |
b57aaa07 | 301 | F: drivers/ram/stm32mp1/ |
f65b82ff PC |
302 | F: drivers/misc/stm32_rcc.c |
303 | F: drivers/reset/stm32-reset.c | |
304 | F: drivers/spi/stm32_qspi.c | |
2514c2d0 | 305 | |
9fa32b12 VM |
306 | ARM STM STV0991 |
307 | M: Vikas Manocha <[email protected]> | |
308 | S: Maintained | |
309 | F: arch/arm/cpu/armv7/stv0991/ | |
310 | F: arch/arm/include/asm/arch-stv0991/ | |
311 | ||
00f141cc | 312 | ARM SUNXI |
543bd273 | 313 | M: Jagan Teki <[email protected]> |
bf8f4c44 | 314 | M: Maxime Ripard <[email protected]> |
ed8f2a28 | 315 | S: Maintained |
00f141cc DS |
316 | T: git git://git.denx.de/u-boot-sunxi.git |
317 | F: arch/arm/cpu/armv7/sunxi/ | |
318 | F: arch/arm/include/asm/arch-sunxi/ | |
ed8f2a28 CYT |
319 | F: arch/arm/mach-sunxi/ |
320 | F: board/sunxi/ | |
00f141cc DS |
321 | |
322 | ARM TEGRA | |
323 | M: Tom Warren <[email protected]> | |
324 | S: Maintained | |
325 | T: git git://git.denx.de/u-boot-tegra.git | |
09f455dc | 326 | F: arch/arm/mach-tegra/ |
00f141cc DS |
327 | F: arch/arm/include/asm/arch-tegra*/ |
328 | ||
329 | ARM TI | |
4e34d610 | 330 | M: Tom Rini <[email protected]> |
00f141cc DS |
331 | S: Maintained |
332 | T: git git://git.denx.de/u-boot-ti.git | |
26f7c111 | 333 | F: arch/arm/mach-davinci/ |
586bde93 | 334 | F: arch/arm/mach-k3/ |
26f7c111 | 335 | F: arch/arm/mach-keystone/ |
00f141cc DS |
336 | F: arch/arm/include/asm/arch-omap*/ |
337 | F: arch/arm/include/asm/ti-common/ | |
338 | ||
0fb63aa6 | 339 | ARM UNIPHIER |
ed6226c4 | 340 | M: Masahiro Yamada <[email protected]> |
0fb63aa6 MY |
341 | S: Maintained |
342 | T: git git://git.denx.de/u-boot-uniphier.git | |
4c425570 | 343 | F: arch/arm/mach-uniphier/ |
5fd3f434 | 344 | F: configs/uniphier_*_defconfig |
eb006c83 | 345 | N: uniphier |
0fb63aa6 | 346 | |
ec48b6c9 MS |
347 | ARM VERSAL |
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-versal/ | |
352 | ||
0fabfeb2 LD |
353 | ARM VERSATILE EXPRESS DRIVERS |
354 | M: Liviu Dudau <[email protected]> | |
355 | S: Maintained | |
356 | T: git git://github.com/ARM-software/u-boot.git | |
357 | F: drivers/misc/vexpress_config.c | |
358 | N: vexpress | |
359 | ||
00f141cc DS |
360 | ARM ZYNQ |
361 | M: Michal Simek <[email protected]> | |
362 | S: Maintained | |
8ae3d0b5 MS |
363 | T: git git://git.denx.de/u-boot-microblaze.git |
364 | F: arch/arm/mach-zynq/ | |
365 | F: drivers/clk/clk_zynq.c | |
366 | F: drivers/fpga/zynqpl.c | |
367 | F: drivers/gpio/zynq_gpio.c | |
368 | F: drivers/i2c/i2c-cdns.c | |
369 | F: drivers/i2c/muxes/pca954x.c | |
370 | F: drivers/i2c/zynq_i2c.c | |
371 | F: drivers/mmc/zynq_sdhci.c | |
a430fa06 | 372 | F: drivers/mtd/nand/raw/zynq_nand.c |
8ae3d0b5 MS |
373 | F: drivers/net/phy/xilinx_phy.c |
374 | F: drivers/net/zynq_gem.c | |
375 | F: drivers/serial/serial_zynq.c | |
376 | F: drivers/spi/zynq_qspi.c | |
377 | F: drivers/spi/zynq_spi.c | |
378 | F: drivers/usb/host/ehci-zynq.c | |
379 | F: drivers/watchdog/cdns_wdt.c | |
23e7e6b6 | 380 | F: include/zynqpl.h |
8ae3d0b5 MS |
381 | F: tools/zynqimage.c |
382 | N: zynq | |
00f141cc | 383 | |
84c7204b MS |
384 | ARM ZYNQMP |
385 | M: Michal Simek <[email protected]> | |
386 | S: Maintained | |
8ae3d0b5 | 387 | T: git git://git.denx.de/u-boot-microblaze.git |
274ccb5b | 388 | F: arch/arm/mach-zynqmp/ |
3d14228f | 389 | F: drivers/clk/clk_zynqmp.c |
8ae3d0b5 MS |
390 | F: drivers/fpga/zynqpl.c |
391 | F: drivers/gpio/zynq_gpio.c | |
392 | F: drivers/i2c/i2c-cdns.c | |
393 | F: drivers/i2c/muxes/pca954x.c | |
394 | F: drivers/i2c/zynq_i2c.c | |
395 | F: drivers/mmc/zynq_sdhci.c | |
a430fa06 | 396 | F: drivers/mtd/nand/raw/zynq_nand.c |
8ae3d0b5 MS |
397 | F: drivers/net/phy/xilinx_phy.c |
398 | F: drivers/net/zynq_gem.c | |
399 | F: drivers/serial/serial_zynq.c | |
400 | F: drivers/spi/zynq_qspi.c | |
401 | F: drivers/spi/zynq_spi.c | |
72c37d12 | 402 | F: drivers/timer/cadence-ttc.c |
8ae3d0b5 MS |
403 | F: drivers/usb/host/ehci-zynq.c |
404 | F: drivers/watchdog/cdns_wdt.c | |
23e7e6b6 | 405 | F: include/zynqmppl.h |
b123aff2 | 406 | F: tools/zynqmp* |
2570e129 | 407 | N: ultra96 |
8ae3d0b5 | 408 | N: zynqmp |
84c7204b | 409 | |
1d6c54ec MS |
410 | ARM ZYNQMP R5 |
411 | M: Michal Simek <[email protected]> | |
412 | S: Maintained | |
413 | T: git git://git.denx.de/u-boot-microblaze.git | |
414 | F: arch/arm/mach-zynqmp-r5/ | |
415 | ||
bb48470d SG |
416 | BINMAN |
417 | M: Simon Glass <[email protected]> | |
418 | S: Maintained | |
419 | F: tools/binman/ | |
420 | ||
00f141cc DS |
421 | BUILDMAN |
422 | M: Simon Glass <[email protected]> | |
423 | S: Maintained | |
424 | F: tools/buildman/ | |
425 | ||
426 | CFI FLASH | |
427 | M: Stefan Roese <[email protected]> | |
428 | S: Maintained | |
429 | T: git git://git.denx.de/u-boot-cfi-flash.git | |
c4c2e141 SR |
430 | F: drivers/mtd/cfi_flash.c |
431 | F: drivers/mtd/jedec_flash.c | |
00f141cc DS |
432 | |
433 | COLDFIRE | |
08ae21af | 434 | M: Huan Wang <[email protected]> |
82ebb7e5 | 435 | M: Angelo Dureghello <[email protected]> |
00f141cc DS |
436 | S: Maintained |
437 | T: git git://git.denx.de/u-boot-coldfire.git | |
438 | F: arch/m68k/ | |
439 | ||
440 | DFU | |
56acf018 | 441 | M: Lukasz Majewski <[email protected]> |
00f141cc DS |
442 | S: Maintained |
443 | T: git git://git.denx.de/u-boot-dfu.git | |
444 | F: drivers/dfu/ | |
55ca6138 | 445 | F: drivers/usb/gadget/ |
00f141cc DS |
446 | |
447 | DRIVER MODEL | |
448 | M: Simon Glass <[email protected]> | |
449 | S: Maintained | |
8770633e | 450 | T: git git://git.denx.de/u-boot-dm.git |
00f141cc DS |
451 | F: drivers/core/ |
452 | F: include/dm/ | |
453 | F: test/dm/ | |
454 | ||
e4a7394a AG |
455 | EFI PAYLOAD |
456 | M: Alexander Graf <[email protected]> | |
65fa17d4 | 457 | R: Heinrich Schuchardt <[email protected]> |
e4a7394a | 458 | S: Maintained |
bc188a30 | 459 | T: git git://github.com/agraf/u-boot.git |
1914e5b5 | 460 | F: doc/README.uefi |
29a8a282 | 461 | F: doc/README.iscsi |
04459788 | 462 | F: Documentation/efi.rst |
5b2118a2 | 463 | F: include/capitalization.h |
0bc4b0da HS |
464 | F: include/cp1250.h |
465 | F: include/cp437.h | |
623b3a57 | 466 | F: include/efi* |
268ec6e0 HS |
467 | F: include/pe.h |
468 | F: include/asm-generic/pe.h | |
0b8a88ab | 469 | F: lib/charset.c |
bc0bd77e | 470 | F: lib/efi*/ |
623b3a57 | 471 | F: test/py/tests/test_efi* |
f11a164b | 472 | F: test/unicode_ut.c |
e4a7394a | 473 | F: cmd/bootefi.c |
ac020196 | 474 | F: tools/file2include.c |
e4a7394a | 475 | |
7e16342b MS |
476 | FPGA |
477 | M: Michal Simek <[email protected]> | |
478 | S: Maintained | |
479 | T: git git://git.denx.de/u-boot-microblaze.git | |
480 | F: drivers/fpga/ | |
481 | F: cmd/fpga.c | |
482 | F: include/fpga.h | |
483 | ||
00f141cc DS |
484 | FLATTENED DEVICE TREE |
485 | M: Simon Glass <[email protected]> | |
486 | S: Maintained | |
487 | T: git git://git.denx.de/u-boot-fdt.git | |
488 | F: lib/fdtdec* | |
489 | F: lib/libfdt/ | |
490 | F: include/fdt* | |
18fa6230 | 491 | F: include/linux/libfdt* |
643f8d4c | 492 | F: cmd/fdt.c |
00f141cc DS |
493 | F: common/fdt_support.c |
494 | ||
495 | FREEBSD | |
496 | M: Rafal Jaworowski <[email protected]> | |
497 | S: Maintained | |
498 | T: git git://git.denx.de/u-boot-freebsd.git | |
499 | ||
500 | FREESCALE QORIQ | |
44c21e94 | 501 | M: Prabhakar Kushwaha <[email protected]> |
00f141cc DS |
502 | S: Maintained |
503 | T: git git://git.denx.de/u-boot-fsl-qoriq.git | |
504 | ||
505 | I2C | |
506 | M: Heiko Schocher <[email protected]> | |
507 | S: Maintained | |
508 | T: git git://git.denx.de/u-boot-i2c.git | |
509 | F: drivers/i2c/ | |
510 | ||
e9c8d49d SG |
511 | LOGGING |
512 | M: Simon Glass <[email protected]> | |
513 | S: Maintained | |
514 | T: git git://git.denx.de/u-boot.git | |
515 | F: common/log.c | |
516 | F: cmd/log.c | |
ef11ed82 | 517 | F: test/log/log_test.c |
20faa27c | 518 | F: test/py/tests/test_log.py |
e9c8d49d | 519 | |
c1a65a8c LD |
520 | MALI DISPLAY PROCESSORS |
521 | M: Liviu Dudau <[email protected]> | |
522 | S: Supported | |
523 | T: git git://github.com/ARM-software/u-boot.git | |
524 | F: drivers/video/mali_dp.c | |
e3bc4bb8 | 525 | F: drivers/i2c/i2c-versatile.c |
c1a65a8c | 526 | |
00f141cc DS |
527 | MICROBLAZE |
528 | M: Michal Simek <[email protected]> | |
529 | S: Maintained | |
530 | T: git git://git.denx.de/u-boot-microblaze.git | |
531 | F: arch/microblaze/ | |
8ae3d0b5 MS |
532 | F: cmd/mfsl.c |
533 | F: drivers/gpio/xilinx_gpio.c | |
534 | F: drivers/net/xilinx_axi_emac.c | |
535 | F: drivers/net/xilinx_emaclite.c | |
536 | F: drivers/serial/serial_xuartlite.c | |
537 | F: drivers/spi/xilinx_spi.c | |
0d832b32 | 538 | F: drivers/sysreset/sysreset_gpio.c |
8ae3d0b5 MS |
539 | F: drivers/watchdog/xilinx_tb_wdt.c |
540 | N: xilinx | |
00f141cc DS |
541 | |
542 | MIPS | |
543 | M: Daniel Schwierzeck <[email protected]> | |
544 | S: Maintained | |
545 | T: git git://git.denx.de/u-boot-mips.git | |
546 | F: arch/mips/ | |
547 | ||
dd1033e4 GC |
548 | MIPS MSCC |
549 | M: Gregory CLEMENT <[email protected]> | |
550 | M: Lars Povlsen <[email protected]> | |
551 | M: Horatiu Vultur <[email protected]> | |
552 | S: Maintained | |
553 | F: arch/mips/mach-mscc/ | |
f8c8cedd | 554 | F: arch/mips/dts/luton* |
6787c1ec GC |
555 | F: arch/mips/dts/mscc* |
556 | F: arch/mips/dts/ocelot* | |
d1182056 | 557 | F: arch/mips/dts/jr2* |
393b77d8 | 558 | F: arch/mips/dts/serval* |
6787c1ec GC |
559 | F: board/mscc/ |
560 | F: configs/mscc* | |
be8313fe | 561 | F: drivers/gpio/mscc_sgpio.c |
fd6e0b05 | 562 | F: drivers/spi/mscc_bb_spi.c |
6787c1ec | 563 | F: include/configs/vcoreiii.h |
051de9b3 | 564 | F: drivers/pinctrl/mscc/ |
4c66157f | 565 | F: drivers/net/mscc_eswitch/ |
dd1033e4 | 566 | |
cd71b1d5 PB |
567 | MIPS JZ4780 |
568 | M: Ezequiel Garcia <[email protected]> | |
569 | S: Maintained | |
570 | F: arch/mips/mach-jz47xx/ | |
571 | ||
00f141cc | 572 | MMC |
dbc39699 | 573 | M: Jaehoon Chung <[email protected]> |
00f141cc DS |
574 | S: Maintained |
575 | T: git git://git.denx.de/u-boot-mmc.git | |
576 | F: drivers/mmc/ | |
577 | ||
4ef17f9c | 578 | NAND FLASH |
9f8aba7a TR |
579 | #M: Scott Wood <[email protected]> |
580 | S: Orphaned (Since 2018-07) | |
4ef17f9c | 581 | T: git git://git.denx.de/u-boot-nand-flash.git |
a430fa06 | 582 | F: drivers/mtd/nand/raw/ |
4ef17f9c HS |
583 | |
584 | NDS32 | |
585 | M: Macpaul Lin <[email protected]> | |
586 | S: Maintained | |
587 | T: git git://git.denx.de/u-boot-nds32.git | |
588 | F: arch/nds32/ | |
589 | ||
b7d6e0ab HS |
590 | NETWORK |
591 | M: Joe Hershberger <[email protected]> | |
592 | S: Maintained | |
593 | T: git git://git.denx.de/u-boot-net.git | |
594 | F: drivers/net/ | |
595 | F: net/ | |
596 | ||
4ef17f9c HS |
597 | NIOS |
598 | M: Thomas Chou <[email protected]> | |
599 | S: Maintained | |
600 | T: git git://git.denx.de/u-boot-nios.git | |
601 | F: arch/nios2/ | |
602 | ||
603 | ONENAND | |
604 | #M: Lukasz Majewski <[email protected]> | |
605 | S: Orphaned (Since 2017-01) | |
606 | T: git git://git.denx.de/u-boot-onenand.git | |
607 | F: drivers/mtd/onenand/ | |
608 | ||
00f141cc DS |
609 | PATMAN |
610 | M: Simon Glass <[email protected]> | |
611 | S: Maintained | |
612 | F: tools/patman/ | |
613 | ||
4ef17f9c HS |
614 | POWER |
615 | M: Jaehoon Chung <[email protected]> | |
616 | S: Maintained | |
617 | T: git git://git.denx.de/u-boot-pmic.git | |
618 | F: drivers/power/ | |
619 | ||
00f141cc DS |
620 | POWERPC |
621 | M: Wolfgang Denk <[email protected]> | |
622 | S: Maintained | |
623 | F: arch/powerpc/ | |
624 | ||
00f141cc | 625 | POWERPC MPC8XX |
907208c4 | 626 | M: Christophe Leroy <[email protected]> |
00f141cc DS |
627 | S: Maintained |
628 | T: git git://git.denx.de/u-boot-mpc8xx.git | |
629 | F: arch/powerpc/cpu/mpc8xx/ | |
630 | ||
00f141cc | 631 | POWERPC MPC83XX |
e5ed4c3e | 632 | M: Mario Six <[email protected]> |
633 | S: Maintained | |
00f141cc | 634 | T: git git://git.denx.de/u-boot-mpc83xx.git |
e4061556 MS |
635 | F: drivers/ram/mpc83xx_sdram.c |
636 | F: include/dt-bindings/memory/mpc83xx-sdram.h | |
76fdad1f MS |
637 | F: drivers/sysreset/sysreset_mpc83xx.c |
638 | F: drivers/sysreset/sysreset_mpc83xx.h | |
07d538d2 MS |
639 | F: drivers/clk/mpc83xx_clk.c |
640 | F: drivers/clk/mpc83xx_clk.h | |
641 | F: include/dt-bindings/clk/mpc83xx-clk.h | |
2c21749d | 642 | F: drivers/timer/mpc83xx_timer.c |
19fbdca4 MS |
643 | F: drivers/cpu/mpc83xx_cpu.c |
644 | F: drivers/cpu/mpc83xx_cpu.h | |
d2166319 | 645 | F: drivers/misc/mpc83xx_serdes.c |
00f141cc DS |
646 | F: arch/powerpc/cpu/mpc83xx/ |
647 | F: arch/powerpc/include/asm/arch-mpc83xx/ | |
648 | ||
649 | POWERPC MPC85XX | |
44c21e94 | 650 | M: Prabhakar Kushwaha <[email protected]> |
00f141cc DS |
651 | S: Maintained |
652 | T: git git://git.denx.de/u-boot-mpc85xx.git | |
653 | F: arch/powerpc/cpu/mpc85xx/ | |
654 | ||
655 | POWERPC MPC86XX | |
44c21e94 | 656 | M: Prabhakar Kushwaha <[email protected]> |
00f141cc DS |
657 | S: Maintained |
658 | T: git git://git.denx.de/u-boot-mpc86xx.git | |
659 | F: arch/powerpc/cpu/mpc86xx/ | |
660 | ||
f94c44e5 RC |
661 | RISC-V |
662 | M: Rick Chen <[email protected]> | |
663 | S: Maintained | |
664 | T: git git://git.denx.de/u-boot-riscv.git | |
665 | F: arch/riscv/ | |
666 | F: tools/prelink-riscv.c | |
667 | ||
4ef17f9c HS |
668 | ROCKUSB |
669 | M: Eddie Cai <[email protected]> | |
670 | S: Maintained | |
671 | F: drivers/usb/gadget/f_rockusb.c | |
672 | F: cmd/rockusb.c | |
673 | F: doc/README.rockusb | |
674 | ||
00f141cc DS |
675 | SANDBOX |
676 | M: Simon Glass <[email protected]> | |
677 | S: Maintained | |
678 | F: arch/sandbox/ | |
679 | ||
680 | SH | |
681 | M: Nobuhiro Iwamatsu <[email protected]> | |
682 | S: Maintained | |
683 | T: git git://git.denx.de/u-boot-sh.git | |
684 | F: arch/sh/ | |
685 | ||
00f141cc | 686 | SPI |
16185a85 | 687 | M: Jagan Teki <[email protected]> |
00f141cc DS |
688 | S: Maintained |
689 | T: git git://git.denx.de/u-boot-spi.git | |
00f141cc DS |
690 | F: drivers/spi/ |
691 | F: include/spi* | |
692 | ||
4d40e009 V |
693 | SPI-NOR |
694 | M: Jagan Teki <[email protected]> | |
695 | M: Vignesh R <[email protected]> | |
696 | S: Maintained | |
697 | F: drivers/mtd/spi/ | |
698 | F: include/spi_flash.h | |
699 | F: include/linux/mtd/cfi.h | |
700 | F: include/linux/mtd/spi-nor.h | |
701 | ||
e721e981 MK |
702 | SPMI |
703 | M: Mateusz Kulikowski <[email protected]> | |
704 | S: Maintained | |
705 | F: drivers/spmi/ | |
706 | F: include/spmi/ | |
707 | ||
055da186 LD |
708 | TDA19988 HDMI ENCODER |
709 | M: Liviu Dudau <[email protected]> | |
710 | S: Maintained | |
711 | F: drivers/video/tda19988.c | |
712 | ||
4e2fdf45 AD |
713 | TI SYSTEM SECURITY |
714 | M: Andrew F. Davis <[email protected]> | |
715 | S: Supported | |
716 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S | |
4e2fdf45 AD |
717 | F: arch/arm/mach-omap2/sec-common.c |
718 | F: arch/arm/mach-omap2/config_secure.mk | |
a42eee12 | 719 | F: configs/am335x_hs_evm_defconfig |
c2dca337 | 720 | F: configs/am335x_hs_evm_uart_defconfig |
4e2fdf45 AD |
721 | F: configs/am43xx_hs_evm_defconfig |
722 | F: configs/am57xx_hs_evm_defconfig | |
995985c1 | 723 | F: configs/am57xx_hs_evm_usb_defconfig |
4e2fdf45 | 724 | F: configs/dra7xx_hs_evm_defconfig |
83ae6475 | 725 | F: configs/dra7xx_hs_evm_usb_defconfig |
8a707baf LV |
726 | F: configs/k2hk_hs_evm_defconfig |
727 | F: configs/k2e_hs_evm_defconfig | |
728 | F: configs/k2g_hs_evm_defconfig | |
f274f265 | 729 | F: configs/k2l_hs_evm_defconfig |
4e2fdf45 | 730 | |
00f141cc | 731 | TQ GROUP |
3a53aba3 BM |
732 | #M: Martin Krause <[email protected]> |
733 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
734 | T: git git://git.denx.de/u-boot-tq-group.git |
735 | ||
9ff4a311 JW |
736 | TEE |
737 | M: Jens Wiklander <[email protected]> | |
738 | S: Maintained | |
739 | F: drivers/tee/ | |
740 | F: include/tee.h | |
1cc8cc4e | 741 | F: include/tee/ |
9ff4a311 | 742 | |
00f141cc DS |
743 | UBI |
744 | M: Kyungmin Park <[email protected]> | |
69337a9d | 745 | M: Heiko Schocher <[email protected]> |
00f141cc DS |
746 | S: Maintained |
747 | T: git git://git.denx.de/u-boot-ubi.git | |
748 | F: drivers/mtd/ubi/ | |
749 | ||
750 | USB | |
751 | M: Marek Vasut <[email protected]> | |
752 | S: Maintained | |
753 | T: git git://git.denx.de/u-boot-usb.git | |
754 | F: drivers/usb/ | |
755 | ||
c0c5f910 BM |
756 | USB xHCI |
757 | M: Bin Meng <[email protected]> | |
758 | S: Maintained | |
759 | T: git git://git.denx.de/u-boot-usb.git topic-xhci | |
760 | F: drivers/usb/host/xhci* | |
761 | ||
00f141cc DS |
762 | VIDEO |
763 | M: Anatolij Gustschin <[email protected]> | |
764 | S: Maintained | |
765 | T: git git://git.denx.de/u-boot-video.git | |
766 | F: drivers/video/ | |
c967fb78 AG |
767 | F: common/lcd*.c |
768 | F: include/lcd*.h | |
9cdbc906 | 769 | F: include/video*.h |
00f141cc DS |
770 | |
771 | X86 | |
772 | M: Simon Glass <[email protected]> | |
dc5210a2 | 773 | M: Bin Meng <[email protected]> |
00f141cc DS |
774 | S: Maintained |
775 | T: git git://git.denx.de/u-boot-x86.git | |
776 | F: arch/x86/ | |
777 | ||
de5e5cea CZ |
778 | XTENSA |
779 | M: Max Filippov <[email protected]> | |
780 | S: Maintained | |
781 | F: arch/xtensa/ | |
782 | ||
00f141cc | 783 | THE REST |
4e34d610 | 784 | M: Tom Rini <[email protected]> |
00f141cc DS |
785 | L: [email protected] |
786 | Q: http://patchwork.ozlabs.org/project/uboot/list/ | |
787 | S: Maintained | |
788 | T: git git://git.denx.de/u-boot.git | |
80870e2a | 789 | F: configs/tools-only_defconfig |
00f141cc DS |
790 | F: * |
791 | F: */ |