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