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