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