]>
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 | ----------------------------------- | |
c77504df SG |
53 | ACPI: |
54 | M: Simon Glass <[email protected]> | |
55 | S: Maintained | |
56 | F: cmd/acpi.c | |
57 | F: lib/acpi/ | |
58 | ||
0d6c7c60 IO |
59 | ANDROID AB |
60 | M: Igor Opaniuk <[email protected]> | |
0c0859cf | 61 | R: Sam Protsenko <[email protected]> |
0d6c7c60 IO |
62 | S: Maintained |
63 | F: cmd/ab_select.c | |
64 | F: common/android_ab.c | |
586a1bf5 | 65 | F: doc/android/ab.rst |
0d6c7c60 IO |
66 | F: include/android_ab.h |
67 | F: test/py/tests/test_android/test_ab.py | |
68 | ||
69 | ANDROID AVB | |
70 | M: Igor Opaniuk <[email protected]> | |
71 | S: Maintained | |
72 | F: cmd/avb.c | |
73 | F: common/avb_verify.c | |
586a1bf5 | 74 | F: doc/android/avb2.rst |
0d6c7c60 IO |
75 | F: include/avb_verify.h |
76 | F: lib/libavb/ | |
77 | F: test/py/tests/test_android/test_avb.py | |
78 | ||
00f141cc DS |
79 | ARC |
80 | M: Alexey Brodkin <[email protected]> | |
4006200d | 81 | M: Eugeniy Paltsev <[email protected]> |
00f141cc | 82 | S: Maintained |
4006200d | 83 | L: [email protected] |
a3bbd0b9 | 84 | T: git https://source.denx.de/u-boot/custodians/u-boot-arc.git |
00f141cc | 85 | F: arch/arc/ |
b08b113e | 86 | F: board/synopsys/ |
00f141cc | 87 | |
e80dac0a EP |
88 | ARC HSDK CGU CLOCK |
89 | M: Eugeniy Paltsev <[email protected]> | |
90 | S: Maintained | |
91 | L: [email protected] | |
92 | F: drivers/clk/clk-hsdk-cgu.c | |
93 | F: include/dt-bindings/clock/snps,hsdk-cgu.h | |
94 | F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt | |
95 | ||
b7d6e0ab HS |
96 | ARC HSDK CREG GPIO |
97 | M: Eugeniy Paltsev <[email protected]> | |
98 | S: Maintained | |
99 | L: [email protected] | |
7620ec4d | 100 | F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt |
b7d6e0ab HS |
101 | F: drivers/gpio/hsdk-creg-gpio.c |
102 | ||
05635359 EP |
103 | ARC HSDK RESET |
104 | M: Eugeniy Paltsev <[email protected]> | |
105 | S: Maintained | |
106 | L: [email protected] | |
107 | F: include/dt-bindings/reset/snps,hsdk-reset.h | |
108 | F: drivers/reset/reset-hsdk.c | |
109 | ||
15736e28 EP |
110 | ARC SYNOPSYS DW MMC EXTENSIONS |
111 | M: Eugeniy Paltsev <[email protected]> | |
112 | S: Maintained | |
113 | L: [email protected] | |
114 | F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt | |
115 | F: drivers/mmc/snps_dw_mmc.c | |
116 | ||
003b657e MK |
117 | APPLE M1 SOC SUPPORT |
118 | M: Mark Kettenis <[email protected]> | |
119 | S: Maintained | |
120 | F: arch/arm/include/asm/arch-m1/ | |
121 | F: arch/arm/mach-apple/ | |
122 | F: configs/apple_m1_defconfig | |
123 | F: drivers/iommu/apple_dart.c | |
a30f60ca | 124 | F: drivers/nvme/nvme_apple.c |
bdebb00d | 125 | F: drivers/pci/pcie_apple.c |
b814e000 | 126 | F: drivers/pinctrl/pinctrl-apple.c |
ee327d1d | 127 | F: drivers/watchdog/apple_wdt.c |
003b657e MK |
128 | F: include/configs/apple.h |
129 | ||
00f141cc | 130 | ARM |
2ada73ea | 131 | M: Tom Rini <[email protected]> |
00f141cc | 132 | S: Maintained |
a3bbd0b9 | 133 | T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git |
00f141cc | 134 | F: arch/arm/ |
dab8788a | 135 | F: cmd/arm/ |
00f141cc | 136 | |
d8540a16 PM |
137 | ARM ALTERA SOCFPGA |
138 | M: Marek Vasut <[email protected]> | |
a339f524 | 139 | M: Simon Goldschmidt <[email protected]> |
d3cffc83 LFT |
140 | M: Tien Fong Chee <[email protected]> |
141 | S: Maintained | |
a3bbd0b9 | 142 | T: git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git |
f22dede2 | 143 | F: arch/arm/mach-socfpga/ |
690c1296 | 144 | F: drivers/sysreset/sysreset_socfpga* |
d8540a16 | 145 | |
535d74a8 | 146 | ARM AMLOGIC SOC SUPPORT |
23dc815c | 147 | M: Neil Armstrong <[email protected]> |
535d74a8 NA |
148 | S: Maintained |
149 | L: [email protected] | |
a3bbd0b9 | 150 | T: git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git |
535d74a8 NA |
151 | F: arch/arm/mach-meson/ |
152 | F: arch/arm/include/asm/arch-meson/ | |
311106a1 | 153 | F: cmd/meson/ |
f5abfed8 | 154 | F: drivers/clk/meson/ |
535d74a8 NA |
155 | F: drivers/serial/serial_meson.c |
156 | F: drivers/reset/reset-meson.c | |
157 | F: drivers/i2c/meson_i2c.c | |
158 | F: drivers/net/phy/meson-gxl.c | |
159 | F: drivers/adc/meson-saradc.c | |
160 | F: drivers/phy/meson* | |
161 | F: drivers/mmc/meson_gx_mmc.c | |
162 | F: drivers/spi/meson_spifc.c | |
163 | F: drivers/pinctrl/meson/ | |
164 | F: drivers/power/domain/meson-gx-pwrc-vpu.c | |
165 | F: drivers/video/meson/ | |
818055fd | 166 | F: drivers/watchdog/meson_gxbb_wdt.c |
535d74a8 | 167 | F: include/configs/meson64.h |
880c0aa9 | 168 | F: include/configs/meson64_android.h |
9c55f5d1 | 169 | F: doc/board/amlogic/ |
535d74a8 NA |
170 | N: meson |
171 | ||
aff987c4 CWW |
172 | ARM ASPEED |
173 | M: Ryan Chen <[email protected]> | |
174 | M: Chia-Wei Wang <[email protected]> | |
175 | R: Aspeed BMC SW team <[email protected]> | |
24c8d1ab | 176 | R: Joel Stanley <[email protected]> |
aff987c4 CWW |
177 | S: Maintained |
178 | F: arch/arm/mach-aspeed/ | |
179 | F: arch/arm/include/asm/arch-aspeed/ | |
180 | F: board/aspeed/ | |
181 | F: drivers/clk/aspeed/ | |
24c8d1ab JS |
182 | F: drivers/crypto/aspeed/ |
183 | F: drivers/gpio/gpio-aspeed.c | |
184 | F: drivers/i2c/ast_i2c.[ch] | |
185 | F: drivers/mmc/aspeed_sdhci.c | |
186 | F: drivers/net/aspeed_mdio.c | |
187 | F: drivers/net/ftgmac100.[ch] | |
aff987c4 | 188 | F: drivers/pinctrl/aspeed/ |
24c8d1ab JS |
189 | F: drivers/pwm/pwm-aspeed.c |
190 | F: drivers/ram/aspeed/ | |
191 | F: drivers/reset/reset-ast2500.c | |
192 | F: drivers/watchdog/ast_wdt.c | |
aff987c4 CWW |
193 | N: aspeed |
194 | ||
02675393 | 195 | ARM BROADCOM BCM283X / BCM27XX |
3157bbfa | 196 | M: Matthias Brugger <[email protected]> |
58880b52 | 197 | M: Peter Robinson <[email protected]> |
958d55f2 | 198 | S: Maintained |
78b7aa45 | 199 | F: arch/arm/dts/bcm283* |
fe84ebf0 | 200 | F: arch/arm/mach-bcm283x/ |
78b7aa45 | 201 | F: board/raspberrypi/ |
fe84ebf0 SW |
202 | F: drivers/gpio/bcm2835_gpio.c |
203 | F: drivers/mmc/bcm2835_sdhci.c | |
c8a73a26 | 204 | F: drivers/mmc/bcm2835_sdhost.c |
fe84ebf0 | 205 | F: drivers/serial/serial_bcm283x_mu.c |
6001985f | 206 | F: drivers/serial/serial_bcm283x_pl011.c |
fe84ebf0 SW |
207 | F: drivers/video/bcm2835.c |
208 | F: include/dm/platform_data/serial_bcm283x_mu.h | |
78b7aa45 | 209 | F: include/dt-bindings/pinctrl/bcm2835.h |
caf2233b | 210 | F: drivers/pinctrl/broadcom/ |
02675393 MB |
211 | F: configs/rpi_* |
212 | T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git | |
fe84ebf0 | 213 | |
f8209d30 WZ |
214 | ARM BROADCOM BCMBCA |
215 | M: Anand Gore <[email protected]> | |
216 | M: William Zhang <[email protected]> | |
217 | M: Kursad Oney <[email protected]> | |
218 | M: Joel Peshkin <[email protected]> | |
b23c8040 | 219 | M: Philippe Reynes <[email protected]> |
f8209d30 WZ |
220 | S: Maintained |
221 | F: arch/arm/mach-bcmbca/ | |
222 | F: board/broadcom/bcmbca/ | |
41c65ce4 WZ |
223 | N: bcmbca |
224 | N: bcm[9]?47622 | |
e5703df2 | 225 | N: bcm[9]?4908 |
dc6117dc | 226 | N: bcm[9]?4912 |
21385adf | 227 | N: bcm[9]?63138 |
c6e0073c | 228 | N: bcm[9]?63146 |
7e3d6959 | 229 | N: bcm[9]?63148 |
61546e7c | 230 | N: bcm[9]?63158 |
41c65ce4 | 231 | N: bcm[9]?63178 |
4054fd71 | 232 | N: bcm[9]?6756 |
1b81843b | 233 | N: bcm[9]?6813 |
adb34dd5 | 234 | N: bcm[9]?6846 |
62c0ae40 | 235 | N: bcm[9]?6855 |
dc244ca3 | 236 | N: bcm[9]?6856 |
b0e2b6ab | 237 | N: bcm[9]?6858 |
4cab0384 | 238 | N: bcm[9]?6878 |
f8209d30 | 239 | |
894c3ad2 TF |
240 | ARM BROADCOM BCMSTB |
241 | M: Thomas Fitzsimmons <[email protected]> | |
242 | S: Maintained | |
243 | F: arch/arm/mach-bcmstb/ | |
244 | F: board/broadcom/bcmstb/ | |
3f20321a | 245 | F: configs/bcm7*_defconfig |
894c3ad2 TF |
246 | F: doc/README.bcm7xxx |
247 | F: drivers/mmc/bcmstb_sdhci.c | |
248 | F: drivers/spi/bcmstb_spi.c | |
249 | ||
800775eb AN |
250 | ARM CORTINA ACCESS CAxxxx |
251 | M: Alex Nemirovsky <[email protected]> | |
252 | S: Supported | |
253 | F: board/cortina/common/ | |
254 | F: drivers/gpio/cortina_gpio.c | |
255 | F: drivers/watchdog/cortina_wdt.c | |
256 | F: drivers/serial/serial_cortina.c | |
047e31ed | 257 | F: drivers/led/led_cortina.c |
d55e4e74 | 258 | F: drivers/mmc/ca_dw_mmc.c |
24f27942 | 259 | F: drivers/spi/ca_sflash.c |
7f5ea250 AL |
260 | F: drivers/i2c/i2c-cortina.c |
261 | F: drivers/i2c/i2c-cortina.h | |
161df94b KL |
262 | F: drivers/mtd/nand/raw/cortina_nand.c |
263 | F: drivers/mtd/nand/raw/cortina_nand.h | |
febe13b4 AT |
264 | F: drivers/net/cortina_ni.c |
265 | F: drivers/net/cortina_ni.h | |
a70d7b01 | 266 | F: drivers/net/phy/ca_phy.c |
34a5addb | 267 | F: configs/cortina_presidio-asic-pnand_defconfig |
800775eb | 268 | |
00f141cc DS |
269 | ARM FREESCALE IMX |
270 | M: Stefano Babic <[email protected]> | |
73127e90 | 271 | M: Fabio Estevam <[email protected]> |
d17b0bed | 272 | R: NXP i.MX U-Boot Team <[email protected]> |
00f141cc | 273 | S: Maintained |
a3bbd0b9 | 274 | T: git https://source.denx.de/u-boot/custodians/u-boot-imx.git |
00f141cc DS |
275 | F: arch/arm/cpu/arm1136/mx*/ |
276 | F: arch/arm/cpu/arm926ejs/mx*/ | |
00f141cc | 277 | F: arch/arm/cpu/armv7/vf610/ |
6ad85a45 | 278 | F: arch/arm/dts/*imx* |
552a848e | 279 | F: arch/arm/mach-imx/ |
bb19f851 | 280 | F: arch/arm/include/asm/arch-imx*/ |
00f141cc DS |
281 | F: arch/arm/include/asm/arch-mx*/ |
282 | F: arch/arm/include/asm/arch-vf610/ | |
552a848e | 283 | F: arch/arm/include/asm/mach-imx/ |
77cbd3a1 | 284 | F: board/freescale/*mx*/ |
b7d29fd8 | 285 | F: drivers/serial/serial_mxc.c |
00f141cc | 286 | |
ae4dc15d PG |
287 | ARM HISILICON |
288 | M: Peter Griffin <[email protected]> | |
379e574f | 289 | M: Manivannan Sadhasivam <[email protected]> |
ae4dc15d PG |
290 | S: Maintained |
291 | F: arch/arm/cpu/armv8/hisilicon | |
0f8525f5 | 292 | F: arch/arm/include/asm/arch-hi6220/ |
379e574f | 293 | F: arch/arm/include/asm/arch-hi3660/ |
e90711f0 | 294 | F: arch/arm/mach-histb |
ae4dc15d | 295 | |
478c0071 NH |
296 | ARM HPE GXP ARCHITECTURE |
297 | M: Jean-Marie Verdun <[email protected]> | |
298 | M: Nick Hawkins <[email protected]> | |
299 | S: Maintained | |
300 | F: arch/arm/dts/hpe-bmc* | |
301 | F: arch/arm/dts/hpe-gxp* | |
302 | F: arch/arm/mach-hpe/ | |
303 | F: board/hpe/ | |
304 | F: configs/gxp_defconfig | |
305 | F: doc/device-tree-bindings/spi/hpe,gxp-spi.yaml | |
306 | F: drivers/timer/gxp-timer.c | |
307 | F: drivers/spi/gxp_spi.c | |
308 | ||
e479a7d5 RM |
309 | ARM IPQ40XX |
310 | M: Robert Marko <[email protected]> | |
311 | M: Luka Kovacic <[email protected]> | |
312 | M: Luka Perkov <[email protected]> | |
313 | S: Maintained | |
314 | F: arch/arm/mach-ipq40xx/ | |
a5fc5873 | 315 | F: include/dt-bindings/clock/qcom,ipq4019-gcc.h |
8ef7df5d RM |
316 | F: include/dt-bindings/reset/qcom,ipq4019-reset.h |
317 | F: drivers/reset/reset-ipq4019.c | |
dec04202 | 318 | F: drivers/phy/phy-qcom-ipq4019-usb.c |
367ea426 | 319 | F: drivers/spi/spi-qup.c |
975151d0 | 320 | F: drivers/net/mdio-ipq4019.c |
033ec636 | 321 | F: drivers/rng/msm_rng.c |
e479a7d5 | 322 | |
2645bc0e SA |
323 | ARM LAYERSCAPE SFP |
324 | M: Sean Anderson <[email protected]> | |
325 | S: Maintained | |
326 | F: drivers/misc/ls2_sfp.c | |
327 | ||
1579faf5 | 328 | ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K |
f822d857 | 329 | M: Stefan Roese <[email protected]> |
00f141cc | 330 | S: Maintained |
a3bbd0b9 | 331 | T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git |
56f86e39 | 332 | F: arch/arm/mach-kirkwood/ |
f822d857 | 333 | F: arch/arm/mach-mvebu/ |
592b4a7e | 334 | F: drivers/ata/ahci_mvebu.c |
ba4e6f8a | 335 | F: drivers/clk/mvebu/ |
1579faf5 SR |
336 | F: drivers/ddr/marvell/ |
337 | F: drivers/gpio/mvebu_gpio.c | |
ba4e6f8a T |
338 | F: drivers/i2c/mvtwsi.c |
339 | F: drivers/mmc/xenon_sdhci.c | |
340 | F: drivers/phy/marvell/ | |
341 | F: drivers/pinctrl/mvebu/ | |
342 | F: drivers/rtc/armada38x.c | |
1579faf5 | 343 | F: drivers/spi/kirkwood_spi.c |
ba4e6f8a | 344 | F: drivers/spi/mvebu_a3700_spi.c |
1579faf5 | 345 | F: drivers/pci/pcie_dw_mvebu.c |
ba4e6f8a | 346 | F: drivers/watchdog/armada-37xx-wdt.c |
1579faf5 | 347 | F: drivers/watchdog/orion_wdt.c |
ba4e6f8a | 348 | F: include/configs/mv-common.h |
00f141cc | 349 | |
22f69fc7 T |
350 | ARM MARVELL PCIE CONTROLLER DRIVERS |
351 | M: Pali Rohár <[email protected]> | |
352 | M: Stefan Roese <[email protected]> | |
353 | S: Maintained | |
354 | T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git | |
355 | F: drivers/pci/pci-aardvark.c | |
356 | F: drivers/pci/pci_mvebu.c | |
357 | ||
c53a30f0 T |
358 | ARM MARVELL SERIAL DRIVERS |
359 | M: Pali Rohár <[email protected]> | |
360 | M: Stefan Roese <[email protected]> | |
361 | S: Maintained | |
362 | T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git | |
363 | F: drivers/serial/serial_mvebu_a3700.c | |
364 | ||
a9da9eeb RL |
365 | ARM MEDIATEK |
366 | M: Ryder Lee <[email protected]> | |
367 | M: Weijie Gao <[email protected]> | |
0cd791ce | 368 | M: Chunfeng Yun <[email protected]> |
8702e614 | 369 | R: GSS_MTK_Uboot_upstream <[email protected]> |
a9da9eeb RL |
370 | S: Maintained |
371 | F: arch/arm/mach-mediatek/ | |
372 | F: arch/arm/include/asm/arch-mediatek/ | |
373 | F: board/mediatek/ | |
c01a7773 CY |
374 | F: doc/device-tree-bindings/phy/phy-mtk-* |
375 | F: doc/device-tree-bindings/usb/mediatek,* | |
a9da9eeb RL |
376 | F: doc/README.mediatek |
377 | F: drivers/clk/mediatek/ | |
812f3c4e WG |
378 | F: drivers/cpu/mtk_cpu.c |
379 | F: drivers/i2c/mtk_i2c.c | |
a9da9eeb | 380 | F: drivers/mmc/mtk-sd.c |
c01a7773 | 381 | F: drivers/phy/phy-mtk-* |
a9da9eeb RL |
382 | F: drivers/pinctrl/mediatek/ |
383 | F: drivers/power/domain/mtk-power-domain.c | |
384 | F: drivers/ram/mediatek/ | |
603fcd16 | 385 | F: drivers/spi/mtk_snfi_spi.c |
812f3c4e | 386 | F: drivers/spi/mtk_spim.c |
a9da9eeb | 387 | F: drivers/timer/mtk_timer.c |
0cd791ce CY |
388 | F: drivers/usb/host/xhci-mtk.c |
389 | F: drivers/usb/mtu3/ | |
a9da9eeb | 390 | F: drivers/watchdog/mtk_wdt.c |
d049ff9c | 391 | F: drivers/net/mtk_eth.c |
812f3c4e | 392 | F: drivers/net/mtk_eth.h |
d049ff9c | 393 | F: drivers/reset/reset-mediatek.c |
a9da9eeb RL |
394 | F: tools/mtk_image.c |
395 | F: tools/mtk_image.h | |
812f3c4e WG |
396 | F: tools/mtk_nand_headers.c |
397 | F: tools/mtk_nand_headers.h | |
a9da9eeb RL |
398 | N: mediatek |
399 | ||
040978ae RM |
400 | ARM METHODE SUPPORT |
401 | M: Robert Marko <[email protected]> | |
402 | S: Maintained | |
403 | F: arch/arm/dts/armada-3720-eDPU* | |
404 | F: arch/arm/dts/armada-3720-uDPU* | |
405 | F: configs/eDPU_defconfig | |
406 | F: configs/uDPU_defconfig | |
407 | ||
413ca720 EH |
408 | ARM MICROCHIP/ATMEL AT91 |
409 | M: Eugen Hristev <[email protected]> | |
410 | S: Maintained | |
a3bbd0b9 | 411 | T: git https://source.denx.de/u-boot/custodians/u-boot-atmel.git |
413ca720 EH |
412 | F: arch/arm/mach-at91/ |
413 | F: board/atmel/ | |
01c35f26 | 414 | F: drivers/cpu/at91_cpu.c |
68ddf18d | 415 | F: drivers/memory/atmel-ebi.c |
4c49753c | 416 | F: drivers/misc/microchip_flexcom.c |
70fb1ae9 | 417 | F: drivers/timer/atmel_tcb_timer.c |
0d58dafd | 418 | F: include/dt-bindings/mfd/atmel-flexcom.h |
96b9a5cd | 419 | F: drivers/timer/mchp-pit64b-timer.c |
413ca720 | 420 | |
c8f3402a MW |
421 | ARM MSC SM2S IMX8MP SOM |
422 | M: Martyn Welch <[email protected]> | |
423 | M: Ian Ray <[email protected]> | |
424 | S: Maintained | |
425 | F: arch/arm/dts/imx8mp-msc-sm2s* | |
426 | F: board/msc/sm2s_imx8mp/ | |
427 | F: configs/msc_sm2s_imx8mp_defconfig | |
428 | F: include/configs/msc_sm2s_imx8mp.h | |
429 | ||
b39cacc2 SB |
430 | ARM NEXELL S5P4418 |
431 | M: Stefan Bosch <[email protected]> | |
432 | S: Maintained | |
433 | F: arch/arm/cpu/armv7/s5p4418/ | |
434 | F: arch/arm/dts/s5p4418* | |
435 | F: arch/arm/mach-nexell/ | |
436 | F: board/friendlyarm/ | |
437 | F: configs/s5p4418_nanopi2_defconfig | |
438 | F: doc/README.s5p4418 | |
439 | F: drivers/gpio/nx_gpio.c | |
440 | F: drivers/i2c/nx_i2c.c | |
441 | F: drivers/mmc/nexell_dw_mmc_dm.c | |
442 | F: drivers/pinctrl/nexell/ | |
5ec6cbcc | 443 | F: drivers/serial/serial_s5p4418_pl011.c |
b39cacc2 SB |
444 | F: drivers/video/nexell/ |
445 | F: drivers/video/nexell_display.c | |
446 | F: include/configs/s5p4418_nanopi2.h | |
447 | ||
e2a1484c MS |
448 | ARM OWL |
449 | M: Manivannan Sadhasivam <[email protected]> | |
450 | S: Maintained | |
451 | F: arch/arm/include/asm/arch-owl/ | |
452 | F: arch/arm/mach-owl/ | |
1e374089 | 453 | F: doc/board/actions/ |
e2a1484c MS |
454 | F: drivers/clk/owl/ |
455 | F: drivers/serial/serial_owl.c | |
b1a6bb3b AST |
456 | F: include/configs/owl-common.h |
457 | F: configs/bubblegum_96_defconfig | |
dd786d4c | 458 | F: configs/cubieboard7_defconfig |
e2a1484c | 459 | |
4810c2f8 NI |
460 | ARM RENESAS RMOBILE/R-CAR |
461 | M: Nobuhiro Iwamatsu <[email protected]> | |
9db60e25 | 462 | M: Marek Vasut <[email protected]> |
4810c2f8 | 463 | S: Maintained |
a3bbd0b9 | 464 | T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git |
4810c2f8 NI |
465 | F: arch/arm/mach-rmobile/ |
466 | ||
c3caeac0 MY |
467 | ARM ROCKCHIP |
468 | M: Simon Glass <[email protected]> | |
87f9c08d | 469 | M: Philipp Tomsich <[email protected]> |
37dc8aaa | 470 | M: Kever Yang <[email protected]> |
c3caeac0 | 471 | S: Maintained |
a3bbd0b9 | 472 | T: git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git |
ba366809 JJ |
473 | F: arch/arm/dts/rk3* |
474 | F: arch/arm/dts/rockchip* | |
475 | F: arch/arm/dts/rv1108* | |
8b45193a | 476 | F: arch/arm/include/asm/arch-rockchip/ |
c3caeac0 | 477 | F: arch/arm/mach-rockchip/ |
ae0fc89e | 478 | F: board/rockchip/ |
8b45193a PT |
479 | F: drivers/clk/rockchip/ |
480 | F: drivers/gpio/rk_gpio.c | |
481 | F: drivers/misc/rockchip-efuse.c | |
47b8583f PT |
482 | F: drivers/mmc/rockchip_sdhci.c |
483 | F: drivers/mmc/rockchip_dw_mmc.c | |
8b45193a PT |
484 | F: drivers/pinctrl/rockchip/ |
485 | F: drivers/ram/rockchip/ | |
486 | F: drivers/sysreset/sysreset_rockchip.c | |
3f565522 | 487 | F: drivers/video/rockchip/ |
8b45193a PT |
488 | F: tools/rkcommon.c |
489 | F: tools/rkcommon.h | |
490 | F: tools/rkimage.c | |
491 | F: tools/rksd.c | |
492 | F: tools/rkspi.c | |
ba366809 | 493 | N: rockchip |
c3caeac0 | 494 | |
00f141cc DS |
495 | ARM SAMSUNG |
496 | M: Minkyu Kang <[email protected]> | |
497 | S: Maintained | |
a3bbd0b9 | 498 | T: git https://source.denx.de/u-boot/custodians/u-boot-samsung.git |
225f5eec MK |
499 | F: arch/arm/mach-exynos/ |
500 | F: arch/arm/mach-s5pc1xx/ | |
00f141cc | 501 | F: arch/arm/cpu/armv7/s5p-common/ |
00f141cc | 502 | |
c9311b5a PB |
503 | ARM SANCLOUD |
504 | M: Paul Barker <[email protected]> | |
505 | R: Marc Murphy <[email protected]> | |
506 | S: Supported | |
507 | F: arch/arm/dts/am335x-sancloud* | |
508 | ||
e721e981 | 509 | ARM SNAPDRAGON |
0dfe442e | 510 | M: Ramon Fried <[email protected]> |
e721e981 MK |
511 | S: Maintained |
512 | F: arch/arm/mach-snapdragon/ | |
ce18baf9 RF |
513 | F: drivers/gpio/msm_gpio.c |
514 | F: drivers/mmc/msm_sdhci.c | |
92454e47 | 515 | F: drivers/phy/msm8916-usbh-phy.c |
ce18baf9 | 516 | F: drivers/serial/serial_msm.c |
324df15a | 517 | F: drivers/serial/serial_msm_geni.c |
654dd4a8 | 518 | F: drivers/smem/msm_smem.c |
f5a2d6b4 | 519 | F: drivers/spmi/spmi-msm.c |
ce18baf9 | 520 | F: drivers/usb/host/ehci-msm.c |
e721e981 | 521 | |
b7d6e0ab | 522 | ARM STI |
5905e088 | 523 | M: Patrice Chotard <[email protected]> |
b7d6e0ab | 524 | S: Maintained |
a3bbd0b9 | 525 | T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git |
b7d6e0ab HS |
526 | F: arch/arm/mach-sti/ |
527 | F: arch/arm/include/asm/arch-sti*/ | |
d21ffa2a PC |
528 | F: drivers/phy/sti_usb_phy.c |
529 | F: drivers/pinctrl/pinctrl-sti.c | |
530 | F: drivers/mmc/sti_sdhci.c | |
531 | F: drivers/reset/sti-reset.c | |
532 | F: drivers/serial/serial_sti_asc.c | |
533 | F: drivers/sysreset/sysreset_sti.c | |
35751c7f | 534 | F: drivers/timer/arm_global_timer.c |
d21ffa2a PC |
535 | F: drivers/usb/host/dwc3-sti-glue.c |
536 | F: include/dwc3-sti-glue.h | |
537 | F: include/dt-bindings/clock/stih407-clks.h | |
538 | F: include/dt-bindings/clock/stih410-clks.h | |
539 | F: include/dt-bindings/reset/stih407-resets.h | |
b7d6e0ab | 540 | |
2514c2d0 | 541 | ARM STM STM32MP |
5905e088 PC |
542 | M: Patrick Delaunay <[email protected]> |
543 | M: Patrice Chotard <[email protected]> | |
84ee59a5 | 544 | L: [email protected] (moderated for non-subscribers) |
a3bbd0b9 | 545 | T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git |
2514c2d0 | 546 | S: Maintained |
67eea68a | 547 | F: arch/arm/mach-stm32mp/ |
efa667d3 | 548 | F: doc/board/st/ |
8c018234 | 549 | F: drivers/adc/stm32-adc* |
b9929333 | 550 | F: drivers/clk/stm32/ |
8c018234 PD |
551 | F: drivers/gpio/stm32_gpio.c |
552 | F: drivers/hwspinlock/stm32_hwspinlock.c | |
f65b82ff | 553 | F: drivers/i2c/stm32f7_i2c.c |
b04553ec | 554 | F: drivers/mailbox/stm32-ipcc.c |
c3600e1f | 555 | F: drivers/misc/stm32mp_fuse.c |
8c018234 | 556 | F: drivers/misc/stm32_rcc.c |
f65b82ff | 557 | F: drivers/mmc/stm32_sdmmc2.c |
8c018234 | 558 | F: drivers/mtd/nand/raw/stm32_fmc2_nand.c |
f65b82ff PC |
559 | F: drivers/phy/phy-stm32-usbphyc.c |
560 | F: drivers/pinctrl/pinctrl_stm32.c | |
42f01aac | 561 | F: drivers/power/pmic/stpmic1.c |
f65b82ff | 562 | F: drivers/power/regulator/stm32-vrefbuf.c |
42f01aac | 563 | F: drivers/power/regulator/stpmic1.c |
b57aaa07 | 564 | F: drivers/ram/stm32mp1/ |
5dca7d18 | 565 | F: drivers/remoteproc/stm32_copro.c |
f65b82ff | 566 | F: drivers/reset/stm32-reset.c |
fd52e7f9 | 567 | F: drivers/rng/optee_rng.c |
2bf692d3 | 568 | F: drivers/rng/stm32mp1_rng.c |
8c018234 PD |
569 | F: drivers/rtc/stm32_rtc.c |
570 | F: drivers/serial/serial_stm32.* | |
f65b82ff | 571 | F: drivers/spi/stm32_qspi.c |
a2a89b2e | 572 | F: drivers/spi/stm32_spi.c |
8c018234 | 573 | F: drivers/video/stm32/stm32_ltdc.c |
8c1007a2 | 574 | F: drivers/watchdog/stm32mp_wdt.c |
8c018234 | 575 | F: include/dt-bindings/clock/stm32fx-clock.h |
01c8b664 | 576 | F: include/dt-bindings/clock/stm32mp* |
8c018234 | 577 | F: include/dt-bindings/pinctrl/stm32-pinfunc.h |
01c8b664 | 578 | F: include/dt-bindings/reset/stm32mp* |
8c018234 PD |
579 | F: include/stm32_rcc.h |
580 | F: tools/stm32image.c | |
ce520230 PD |
581 | N: stm |
582 | N: stm32 | |
8c018234 | 583 | |
2514c2d0 | 584 | |
9fa32b12 VM |
585 | ARM STM STV0991 |
586 | M: Vikas Manocha <[email protected]> | |
587 | S: Maintained | |
588 | F: arch/arm/cpu/armv7/stv0991/ | |
589 | F: arch/arm/include/asm/arch-stv0991/ | |
590 | ||
00f141cc | 591 | ARM SUNXI |
59aea29a | 592 | M: Jagan Teki <[email protected]> |
5a4a891e | 593 | M: Andre Przywara <[email protected]> |
ed8f2a28 | 594 | S: Maintained |
a3bbd0b9 | 595 | T: git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git |
00f141cc DS |
596 | F: arch/arm/cpu/armv7/sunxi/ |
597 | F: arch/arm/include/asm/arch-sunxi/ | |
ed8f2a28 CYT |
598 | F: arch/arm/mach-sunxi/ |
599 | F: board/sunxi/ | |
f264e796 SH |
600 | F: drivers/clk/sunxi/ |
601 | F: drivers/phy/allwinner/ | |
b799eabc | 602 | F: drivers/pinctrl/sunxi/ |
f264e796 | 603 | F: drivers/video/sunxi/ |
e9e87ec4 | 604 | F: tools/sunxi* |
00f141cc DS |
605 | |
606 | ARM TEGRA | |
607 | M: Tom Warren <[email protected]> | |
608 | S: Maintained | |
a3bbd0b9 | 609 | T: git https://source.denx.de/u-boot/custodians/u-boot-tegra.git |
09f455dc | 610 | F: arch/arm/mach-tegra/ |
00f141cc DS |
611 | F: arch/arm/include/asm/arch-tegra*/ |
612 | ||
613 | ARM TI | |
f91c3aa0 | 614 | M: Tom Rini <[email protected]> |
00f141cc | 615 | S: Maintained |
a3bbd0b9 | 616 | T: git https://source.denx.de/u-boot/custodians/u-boot-ti.git |
57b02b79 | 617 | F: arch/arm/dts/am57xx* |
0bfc701e | 618 | F: arch/arm/dts/dra7* |
26f7c111 | 619 | F: arch/arm/mach-davinci/ |
586bde93 | 620 | F: arch/arm/mach-k3/ |
26f7c111 | 621 | F: arch/arm/mach-keystone/ |
16c2a979 | 622 | F: arch/arm/mach-omap2/ |
00f141cc DS |
623 | F: arch/arm/include/asm/arch-omap*/ |
624 | F: arch/arm/include/asm/ti-common/ | |
16c2a979 LV |
625 | F: board/ti/ |
626 | F: drivers/dma/ti* | |
627 | F: drivers/firmware/ti_sci.* | |
628 | F: drivers/gpio/omap_gpio.c | |
629 | F: drivers/memory/ti-aemif.c | |
630 | F: drivers/misc/k3_avs.c | |
631 | F: drivers/mailbox/k3-sec-procy.c | |
632 | F: drivers/pci/pcie_dw_ti.c | |
633 | F: drivers/phy/keystone-usb-phy.c | |
634 | F: drivers/phy/omap-usb2-phy.c | |
635 | F: drivers/phy/phy-ti-am654.c | |
636 | F: drivers/phy/ti-pipe3-phy.c | |
637 | F: drivers/ram/k3* | |
fc6b41fe | 638 | F: drivers/remoteproc/ipu_rproc.c |
16c2a979 | 639 | F: drivers/remoteproc/k3_system_controller.c |
02bfcc5c | 640 | F: drivers/remoteproc/pruc_rpoc.c |
16c2a979 | 641 | F: drivers/remoteproc/ti* |
795b2c47 | 642 | F: drivers/reset/reset-dra7.c |
16c2a979 LV |
643 | F: drivers/reset/reset-ti-sci.c |
644 | F: drivers/rtc/davinci.c | |
645 | F: drivers/serial/serial_omap.c | |
646 | F: drivers/soc/ti/ | |
647 | F: drivers/sysreset/sysreset-ti-sci.c | |
648 | F: drivers/thermal/ti-bandgap.c | |
649 | F: drivers/timer/omap-timer.c | |
5f9f816b | 650 | F: drivers/video/tidss/ |
16c2a979 | 651 | F: drivers/watchdog/omap_wdt.c |
7bafe886 | 652 | F: include/linux/pruss_driver.h |
16c2a979 | 653 | F: include/linux/soc/ti/ |
00f141cc | 654 | |
293f9ebb SG |
655 | ARM U8500 |
656 | M: Stephan Gerhold <[email protected]> | |
657 | R: Linus Walleij <[email protected]> | |
658 | S: Maintained | |
659 | F: arch/arm/dts/ste-* | |
660 | F: arch/arm/mach-u8500/ | |
7093df3c SG |
661 | F: drivers/gpio/nmk_gpio.c |
662 | F: drivers/phy/phy-ab8500-usb.c | |
663 | F: drivers/power/pmic/ab8500.c | |
293f9ebb | 664 | F: drivers/timer/nomadik-mtu-timer.c |
7093df3c SG |
665 | F: drivers/usb/musb-new/ux500.c |
666 | F: drivers/video/mcde_simple.c | |
293f9ebb | 667 | |
0fb63aa6 | 668 | ARM UNIPHIER |
23e333a5 | 669 | S: Orphan (Since 2020-09) |
4c425570 | 670 | F: arch/arm/mach-uniphier/ |
5fd3f434 | 671 | F: configs/uniphier_*_defconfig |
eb006c83 | 672 | N: uniphier |
0fb63aa6 | 673 | |
f6aebdf6 MS |
674 | ARM VERSAL NET |
675 | M: Michal Simek <[email protected]> | |
676 | S: Maintained | |
677 | T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git | |
678 | F: arch/arm/mach-versal-net/ | |
64fc7fc8 | 679 | F: drivers/soc/soc_xilinx_versal_net.c |
f6aebdf6 MS |
680 | N: (?<!uni)versal-net |
681 | ||
ec48b6c9 | 682 | ARM VERSAL |
fcbdd7a0 | 683 | M: Michal Simek <[email protected]> |
ec48b6c9 | 684 | S: Maintained |
a3bbd0b9 | 685 | T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git |
ec48b6c9 | 686 | F: arch/arm/mach-versal/ |
258ce79c | 687 | F: drivers/net/xilinx_axi_mrmac.* |
42e20f52 | 688 | F: drivers/soc/soc_xilinx_versal.c |
cf553bf2 | 689 | F: drivers/spi/cadence_ospi_versal.c |
5028358a | 690 | F: drivers/watchdog/xilinx_wwdt.c |
13210cd9 | 691 | N: (?<!uni)versal |
ec48b6c9 | 692 | |
0fabfeb2 LD |
693 | ARM VERSATILE EXPRESS DRIVERS |
694 | M: Liviu Dudau <[email protected]> | |
695 | S: Maintained | |
696 | T: git git://github.com/ARM-software/u-boot.git | |
697 | F: drivers/misc/vexpress_config.c | |
698 | N: vexpress | |
699 | ||
00f141cc DS |
700 | ARM ZYNQ |
701 | M: Michal Simek <[email protected]> | |
702 | S: Maintained | |
a3bbd0b9 | 703 | T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git |
8ae3d0b5 | 704 | F: arch/arm/mach-zynq/ |
79d4204f | 705 | F: doc/board/xilinx/ |
1ac1a04b | 706 | F: doc/device-tree-bindings/video/syncoam,seps525.txt |
8ae3d0b5 MS |
707 | F: drivers/clk/clk_zynq.c |
708 | F: drivers/fpga/zynqpl.c | |
709 | F: drivers/gpio/zynq_gpio.c | |
710 | F: drivers/i2c/i2c-cdns.c | |
711 | F: drivers/i2c/muxes/pca954x.c | |
712 | F: drivers/i2c/zynq_i2c.c | |
713 | F: drivers/mmc/zynq_sdhci.c | |
a430fa06 | 714 | F: drivers/mtd/nand/raw/zynq_nand.c |
a744a284 | 715 | F: drivers/net/phy/ethernet_id.c |
8ae3d0b5 MS |
716 | F: drivers/net/phy/xilinx_phy.c |
717 | F: drivers/net/zynq_gem.c | |
dbd673f1 | 718 | F: drivers/pinctrl/pinctrl-zynqmp.c |
8ae3d0b5 MS |
719 | F: drivers/serial/serial_zynq.c |
720 | F: drivers/spi/zynq_qspi.c | |
721 | F: drivers/spi/zynq_spi.c | |
722 | F: drivers/usb/host/ehci-zynq.c | |
723 | F: drivers/watchdog/cdns_wdt.c | |
23e7e6b6 | 724 | F: include/zynqpl.h |
8ae3d0b5 MS |
725 | F: tools/zynqimage.c |
726 | N: zynq | |
00f141cc | 727 | |
84c7204b | 728 | ARM ZYNQMP |
fcbdd7a0 | 729 | M: Michal Simek <[email protected]> |
84c7204b | 730 | S: Maintained |
a3bbd0b9 | 731 | T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git |
274ccb5b | 732 | F: arch/arm/mach-zynqmp/ |
3d14228f | 733 | F: drivers/clk/clk_zynqmp.c |
14723ed5 | 734 | F: driver/firmware/firmware-zynqmp.c |
8ae3d0b5 | 735 | F: drivers/fpga/zynqpl.c |
15efe0f3 | 736 | F: drivers/gpio/gpio_slg7xl45106.c |
8ae3d0b5 | 737 | F: drivers/gpio/zynq_gpio.c |
3b441cf4 | 738 | F: drivers/gpio/zynqmp_gpio_modepin.c |
8ae3d0b5 MS |
739 | F: drivers/i2c/i2c-cdns.c |
740 | F: drivers/i2c/muxes/pca954x.c | |
741 | F: drivers/i2c/zynq_i2c.c | |
660b0c77 | 742 | F: drivers/mailbox/zynqmp-ipi.c |
8ae3d0b5 | 743 | F: drivers/mmc/zynq_sdhci.c |
a430fa06 | 744 | F: drivers/mtd/nand/raw/zynq_nand.c |
8ae3d0b5 MS |
745 | F: drivers/net/phy/xilinx_phy.c |
746 | F: drivers/net/zynq_gem.c | |
1d78d683 | 747 | F: drivers/phy/phy-zynqmp.c |
e0283cbd | 748 | F: drivers/power/domain/zynqmp-power-domain.c |
fb92cc2c | 749 | F: drivers/pwm/pwm-cadence-ttc.c |
8ae3d0b5 | 750 | F: drivers/serial/serial_zynq.c |
3f123b74 | 751 | F: drivers/reset/reset-zynqmp.c |
1f065e8f | 752 | F: drivers/rtc/zynqmp_rtc.c |
a890a53a | 753 | F: drivers/soc/soc_xilinx_zynqmp.c |
8ae3d0b5 MS |
754 | F: drivers/spi/zynq_qspi.c |
755 | F: drivers/spi/zynq_spi.c | |
72c37d12 | 756 | F: drivers/timer/cadence-ttc.c |
b66d7af4 | 757 | F: drivers/video/seps525.c |
8ae3d0b5 | 758 | F: drivers/watchdog/cdns_wdt.c |
23e7e6b6 | 759 | F: include/zynqmppl.h |
009ab7b9 | 760 | F: include/zynqmp_firmware.h |
b123aff2 | 761 | F: tools/zynqmp* |
2570e129 | 762 | N: ultra96 |
8ae3d0b5 | 763 | N: zynqmp |
84c7204b | 764 | |
1d6c54ec | 765 | ARM ZYNQMP R5 |
fcbdd7a0 | 766 | M: Michal Simek <[email protected]> |
1d6c54ec | 767 | S: Maintained |
a3bbd0b9 | 768 | T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git |
1d6c54ec MS |
769 | F: arch/arm/mach-zynqmp-r5/ |
770 | ||
e3aafef4 | 771 | ARM PHYTIUM |
772 | M: liuhao <[email protected]> | |
773 | M: shuyiqi <[email protected]> | |
774 | S: Maintained | |
775 | F: drivers/pci/pcie_phytium.c | |
776 | F: arch/arm/dts/phytium-durian.dts | |
777 | ||
4088f5fc RC |
778 | ASPEED AST2600 I2C DRIVER |
779 | M: Ryan Chen <[email protected]> | |
780 | R: Aspeed BMC SW team <[email protected]> | |
781 | S: Maintained | |
782 | F: drivers/i2c/ast2600_i2c.c | |
783 | ||
4daa6bb6 CTK |
784 | ASPEED FMC SPI DRIVER |
785 | M: Chin-Ting Kuo <[email protected]> | |
786 | M: Cédric Le Goater <[email protected]> | |
787 | R: Aspeed BMC SW team <[email protected]> | |
788 | S: Maintained | |
789 | F: drivers/spi/spi-aspeed-smc.c | |
790 | ||
bb48470d SG |
791 | BINMAN |
792 | M: Simon Glass <[email protected]> | |
06c73e37 | 793 | M: Alper Nebi Yasak <[email protected]> |
bb48470d SG |
794 | S: Maintained |
795 | F: tools/binman/ | |
796 | ||
c41e209e TW |
797 | BLKMAP |
798 | M: Tobias Waldekranz <[email protected]> | |
799 | S: Maintained | |
bb56da11 | 800 | F: cmd/blkmap.c |
3eee5d07 | 801 | F: doc/usage/blkmap.rst |
c41e209e TW |
802 | F: drivers/block/blkmap.c |
803 | F: include/blkmap.h | |
6da06a03 | 804 | F: test/dm/blkmap.c |
c41e209e | 805 | |
9d260253 SG |
806 | BOOTDEVICE |
807 | M: Simon Glass <[email protected]> | |
808 | S: Maintained | |
201417d7 | 809 | F: boot/bootdev*.c |
a8f5be17 SG |
810 | F: boot/bootflow.c |
811 | F: boot/bootmeth*.c | |
ef5e3891 | 812 | F: boot/bootstd.c |
5d053cca | 813 | F: cmd/bootdev.c |
31aefaf8 | 814 | F: cmd/bootflow.c |
e7b2ce19 SG |
815 | F: doc/develop/bootstd.rst |
816 | F: doc/usage/bootdev.rst | |
817 | F: doc/usage/bootflow.rst | |
818 | F: doc/usage/bootmeth.rst | |
b8aa463e | 819 | F: drivers/mmc/mmc_bootdev.c |
31aefaf8 | 820 | F: include/bootdev.h |
9d260253 | 821 | F: include/bootflow.h |
a950d31a | 822 | F: include/bootmeth.h |
201417d7 | 823 | F: include/bootstd.h |
4fd8d077 | 824 | F: net/eth_bootdevice.c |
fb1451be | 825 | F: test/boot/ |
9d260253 | 826 | |
3e29bd26 | 827 | BTRFS |
61143f74 | 828 | M: Marek Behún <[email protected]> |
b737c822 QW |
829 | R: Qu Wenruo <[email protected]> |
830 | L: [email protected] | |
3e29bd26 MB |
831 | S: Maintained |
832 | F: cmd/btrfs.c | |
833 | F: fs/btrfs/ | |
834 | F: include/btrfs.h | |
835 | ||
00f141cc DS |
836 | BUILDMAN |
837 | M: Simon Glass <[email protected]> | |
838 | S: Maintained | |
839 | F: tools/buildman/ | |
840 | ||
690a1d69 RK |
841 | CAT |
842 | M: Roger Knecht <[email protected]> | |
843 | S: Maintained | |
844 | F: cmd/cat.c | |
845 | ||
00f141cc DS |
846 | CFI FLASH |
847 | M: Stefan Roese <[email protected]> | |
848 | S: Maintained | |
a3bbd0b9 | 849 | T: git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git |
c4c2e141 SR |
850 | F: drivers/mtd/cfi_flash.c |
851 | F: drivers/mtd/jedec_flash.c | |
00f141cc | 852 | |
37d73373 LM |
853 | CLOCK |
854 | M: Lukasz Majewski <[email protected]> | |
4469d3b4 | 855 | M: Sean Anderson <[email protected]> |
37d73373 | 856 | S: Maintained |
a3bbd0b9 | 857 | T: git https://source.denx.de/u-boot/custodians/u-boot-clk.git |
37d73373 LM |
858 | F: drivers/clk/ |
859 | F: drivers/clk/imx/ | |
860 | ||
00f141cc | 861 | COLDFIRE |
08ae21af | 862 | M: Huan Wang <[email protected]> |
94a51af4 | 863 | M: Angelo Dureghello <[email protected]> |
00f141cc | 864 | S: Maintained |
a3bbd0b9 | 865 | T: git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git |
00f141cc | 866 | F: arch/m68k/ |
ee67ec98 | 867 | F: doc/arch/m68k.rst |
00f141cc | 868 | |
c2c69718 SR |
869 | CYCLIC |
870 | M: Stefan Roese <[email protected]> | |
871 | S: Maintained | |
1f865ee0 | 872 | F: cmd/cyclic.c |
c2c69718 SR |
873 | F: common/cyclic.c |
874 | F: include/cyclic.h | |
875 | ||
00f141cc | 876 | DFU |
56acf018 | 877 | M: Lukasz Majewski <[email protected]> |
00f141cc | 878 | S: Maintained |
a3bbd0b9 | 879 | T: git https://source.denx.de/u-boot/custodians/u-boot-dfu.git |
d4c9a908 LM |
880 | F: cmd/dfu.c |
881 | F: cmd/usb_*.c | |
882 | F: common/dfu.c | |
883 | F: common/update.c | |
f4c1f705 | 884 | F: doc/api/dfu.rst |
75d48d11 | 885 | F: doc/usage/dfu.rst |
00f141cc | 886 | F: drivers/dfu/ |
55ca6138 | 887 | F: drivers/usb/gadget/ |
f4c1f705 | 888 | F: include/dfu.h |
00f141cc DS |
889 | |
890 | DRIVER MODEL | |
891 | M: Simon Glass <[email protected]> | |
892 | S: Maintained | |
a3bbd0b9 | 893 | T: git https://source.denx.de/u-boot/custodians/u-boot-dm.git |
51028db1 | 894 | F: doc/driver-model/ |
00f141cc DS |
895 | F: drivers/core/ |
896 | F: include/dm/ | |
897 | F: test/dm/ | |
898 | ||
91aa8476 SG |
899 | EFI APP |
900 | M: Simon Glass <[email protected]> | |
901 | M: Heinrich Schuchardt <[email protected]> | |
902 | S: Maintained | |
903 | W: https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html | |
e16c47fa SG |
904 | F: board/efi/efi-x86_app |
905 | F: configs/efi-x86_app* | |
906 | F: doc/develop/uefi/u-boot_on_efi.rst | |
42b7f421 SG |
907 | F: drivers/block/efi-media-uclass.c |
908 | F: drivers/block/sb_efi_media.c | |
91aa8476 | 909 | F: lib/efi/efi_app.c |
6b2f8290 | 910 | F: scripts/build-efi.sh |
42b7f421 | 911 | F: test/dm/efi_media.c |
91aa8476 | 912 | |
e4a7394a | 913 | EFI PAYLOAD |
7590f907 | 914 | M: Heinrich Schuchardt <[email protected]> |
a093d72e | 915 | M: Ilias Apalodimas <[email protected]> |
e4a7394a | 916 | S: Maintained |
a3bbd0b9 | 917 | T: git https://source.denx.de/u-boot/custodians/u-boot-efi.git |
607566d0 | 918 | F: arch/arm/lib/*_efi.* |
00ec77f2 HS |
919 | F: cmd/bootefi.c |
920 | F: cmd/eficonfig.c | |
921 | F: cmd/efidebug.c | |
922 | F: cmd/nvedit_efi.c | |
080cc0b1 | 923 | F: doc/api/efi.rst |
d75f48a8 | 924 | F: doc/develop/uefi/* |
118a0ecd | 925 | F: doc/mkeficapsule.1 |
0c1b71cd | 926 | F: doc/usage/bootefi.rst |
87e9963d | 927 | F: drivers/rtc/emul_rtc.c |
5b2118a2 | 928 | F: include/capitalization.h |
1db6ab28 | 929 | F: include/charset.h |
0bc4b0da HS |
930 | F: include/cp1250.h |
931 | F: include/cp437.h | |
623b3a57 | 932 | F: include/efi* |
268ec6e0 HS |
933 | F: include/pe.h |
934 | F: include/asm-generic/pe.h | |
1af680d5 | 935 | F: include/mm_communication.h |
0b8a88ab | 936 | F: lib/charset.c |
bc0bd77e | 937 | F: lib/efi*/ |
ae54b946 | 938 | F: test/lib/efi_* |
623b3a57 | 939 | F: test/py/tests/test_efi* |
661c02ce | 940 | F: test/py/tests/test_efi*/ |
f11a164b | 941 | F: test/unicode_ut.c |
e4a7394a | 942 | F: cmd/bootefi.c |
59df7e7e | 943 | F: cmd/efidebug.c |
49d81fdf | 944 | F: cmd/nvedit_efi.c |
77504ee6 | 945 | F: tools/efivar.py |
ac020196 | 946 | F: tools/file2include.c |
77cae565 | 947 | F: tools/mkeficapsule.c |
e4a7394a | 948 | |
2800540d JH |
949 | ENVIRONMENT |
950 | M: Joe Hershberger <[email protected]> | |
951 | R: Wolfgang Denk <[email protected]> | |
952 | S: Maintained | |
953 | F: env/ | |
954 | F: include/env* | |
955 | F: test/env/ | |
956 | F: tools/env* | |
957 | F: tools/mkenvimage.c | |
958 | ||
86b9c3e4 SG |
959 | ENVIRONMENT AS TEXT |
960 | M: Simon Glass <[email protected]> | |
961 | R: Wolfgang Denk <[email protected]> | |
962 | S: Maintained | |
963 | F: doc/usage/environment.rst | |
964 | F: scripts/env2string.awk | |
965 | ||
830613f8 HJ |
966 | EROFS |
967 | M: Huang Jianan <[email protected]> | |
968 | L: [email protected] | |
969 | S: Maintained | |
739941e1 | 970 | F: cmd/erofs.c |
830613f8 HJ |
971 | F: fs/erofs/ |
972 | F: include/erofs.h | |
2c30aa3d | 973 | F: test/py/tests/test_fs/test_erofs.py |
830613f8 | 974 | |
87a5d1b5 SG |
975 | EVENTS |
976 | M: Simon Glass <[email protected]> | |
977 | S: Maintained | |
c81b460c | 978 | F: cmd/event.c |
87a5d1b5 SG |
979 | F: common/event.c |
980 | F: include/event.h | |
9de3773a | 981 | F: scripts/event_dump.py |
7d02645f | 982 | F: test/common/event.c |
9de3773a | 983 | F: test/py/tests/test_event_dump.py |
87a5d1b5 | 984 | |
7d3bebb2 SA |
985 | FASTBOOT |
986 | S: Orphaned | |
987 | F: cmd/fastboot.c | |
988 | F: doc/android/fastboot*.rst | |
989 | F: include/fastboot.h | |
990 | F: include/fastboot-internal.h | |
991 | F: include/net/fastboot.h | |
992 | F: drivers/fastboot/ | |
993 | F: drivers/usb/gadget/f_fastboot.c | |
994 | F: net/fastboot.c | |
995 | F: test/dm/fastboot.c | |
996 | ||
7e16342b | 997 | FPGA |
fcbdd7a0 | 998 | M: Michal Simek <[email protected]> |
7e16342b | 999 | S: Maintained |
a3bbd0b9 | 1000 | T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git |
7e16342b MS |
1001 | F: drivers/fpga/ |
1002 | F: cmd/fpga.c | |
1003 | F: include/fpga.h | |
1323d08b | 1004 | F: test/dm/fpga.c |
7e16342b | 1005 | |
00f141cc DS |
1006 | FLATTENED DEVICE TREE |
1007 | M: Simon Glass <[email protected]> | |
1008 | S: Maintained | |
a3bbd0b9 | 1009 | T: git https://source.denx.de/u-boot/custodians/u-boot-fdt.git |
00f141cc DS |
1010 | F: lib/fdtdec* |
1011 | F: lib/libfdt/ | |
1012 | F: include/fdt* | |
18fa6230 | 1013 | F: include/linux/libfdt* |
643f8d4c | 1014 | F: cmd/fdt.c |
00f141cc | 1015 | F: common/fdt_support.c |
d7faa082 | 1016 | F: scripts/dtc-version.sh |
00f141cc DS |
1017 | |
1018 | FREEBSD | |
1019 | M: Rafal Jaworowski <[email protected]> | |
1020 | S: Maintained | |
a3bbd0b9 | 1021 | T: git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git |
00f141cc DS |
1022 | |
1023 | FREESCALE QORIQ | |
87d5b225 | 1024 | M: Priyanka Jain <[email protected]> |
00f141cc | 1025 | S: Maintained |
a3bbd0b9 | 1026 | T: git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git |
0652d9fb | 1027 | F: drivers/watchdog/sp805_wdt.c |
f27d73e9 | 1028 | F: drivers/watchdog/sbsa_gwdt.c |
00f141cc | 1029 | |
8479b9e6 TH |
1030 | GATEWORKS_SC |
1031 | M: Tim Harvey <[email protected]> | |
1032 | S: Maintained | |
1033 | F: drivers/misc/gsc.c | |
1034 | F: include/gsc.h | |
1035 | ||
00f141cc DS |
1036 | I2C |
1037 | M: Heiko Schocher <[email protected]> | |
1038 | S: Maintained | |
a3bbd0b9 | 1039 | T: git https://source.denx.de/u-boot/custodians/u-boot-i2c.git |
00f141cc DS |
1040 | F: drivers/i2c/ |
1041 | ||
6c963324 MB |
1042 | KWBIMAGE / KWBOOT TOOLS |
1043 | M: Pali Rohár <[email protected]> | |
61143f74 | 1044 | M: Marek Behún <[email protected]> |
6c963324 MB |
1045 | M: Stefan Roese <[email protected]> |
1046 | S: Maintained | |
1047 | T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git | |
1048 | F: doc/README.kwbimage | |
1049 | F: doc/kwboot.1 | |
1050 | F: tools/kwb* | |
1051 | ||
067cfc1c IV |
1052 | LED |
1053 | M: Ivan Vozvakhov <[email protected]> | |
1054 | S: Supported | |
1055 | F: doc/device-tree-bindings/leds/leds-pwm.txt | |
1056 | F: drivers/led/led_pwm.c | |
1057 | ||
e9c8d49d SG |
1058 | LOGGING |
1059 | M: Simon Glass <[email protected]> | |
1060 | S: Maintained | |
a3bbd0b9 | 1061 | T: git https://source.denx.de/u-boot/u-boot.git |
befadde0 | 1062 | F: common/log* |
e9c8d49d | 1063 | F: cmd/log.c |
a7813918 | 1064 | F: doc/develop/logging.rst |
e405efcf | 1065 | F: include/log.h |
72eda507 | 1066 | F: lib/getopt.c |
395041b2 | 1067 | F: test/log/ |
20faa27c | 1068 | F: test/py/tests/test_log.py |
e9c8d49d | 1069 | |
c1a65a8c LD |
1070 | MALI DISPLAY PROCESSORS |
1071 | M: Liviu Dudau <[email protected]> | |
1072 | S: Supported | |
1073 | T: git git://github.com/ARM-software/u-boot.git | |
1074 | F: drivers/video/mali_dp.c | |
e3bc4bb8 | 1075 | F: drivers/i2c/i2c-versatile.c |
c1a65a8c | 1076 | |
00f141cc DS |
1077 | MICROBLAZE |
1078 | M: Michal Simek <[email protected]> | |
1079 | S: Maintained | |
a3bbd0b9 | 1080 | T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git |
00f141cc | 1081 | F: arch/microblaze/ |
8ae3d0b5 MS |
1082 | F: cmd/mfsl.c |
1083 | F: drivers/gpio/xilinx_gpio.c | |
1084 | F: drivers/net/xilinx_axi_emac.c | |
1085 | F: drivers/net/xilinx_emaclite.c | |
1086 | F: drivers/serial/serial_xuartlite.c | |
1087 | F: drivers/spi/xilinx_spi.c | |
0d832b32 | 1088 | F: drivers/sysreset/sysreset_gpio.c |
a36d8672 | 1089 | F: drivers/timer/xilinx-timer.c |
8ae3d0b5 MS |
1090 | F: drivers/watchdog/xilinx_tb_wdt.c |
1091 | N: xilinx | |
00f141cc DS |
1092 | |
1093 | MIPS | |
1094 | M: Daniel Schwierzeck <[email protected]> | |
1095 | S: Maintained | |
a3bbd0b9 | 1096 | T: git https://source.denx.de/u-boot/custodians/u-boot-mips.git |
00f141cc DS |
1097 | F: arch/mips/ |
1098 | ||
800775eb AN |
1099 | MIPS CORTINA ACCESS CAxxxx |
1100 | M: Alex Nemirovsky <[email protected]> | |
1101 | S: Supported | |
1102 | F: board/cortina/common/ | |
1103 | F: drivers/gpio/cortina_gpio.c | |
1104 | F: drivers/watchdog/cortina_wdt.c | |
1105 | F: drivers/serial/serial_cortina.c | |
047e31ed | 1106 | F: drivers/led/led_cortina.c |
d55e4e74 | 1107 | F: drivers/mmc/ca_dw_mmc.c |
24f27942 | 1108 | F: drivers/spi/ca_sflash.c |
7f5ea250 AL |
1109 | F: drivers/i2c/i2c-cortina.c |
1110 | F: drivers/i2c/i2c-cortina.h | |
febe13b4 AT |
1111 | F: drivers/net/cortina_ni.c |
1112 | F: drivers/net/cortina_ni.h | |
a70d7b01 | 1113 | F: drivers/net/phy/ca_phy.c |
800775eb | 1114 | |
9f03585e WG |
1115 | MIPS MEDIATEK |
1116 | M: Weijie Gao <[email protected]> | |
1117 | R: GSS_MTK_Uboot_upstream <[email protected]> | |
1118 | S: Maintained | |
1119 | F: arch/mips/mach-mtmips/ | |
1120 | F: arch/mips/dts/mt7620.dtsi | |
dd6bf539 | 1121 | F: arch/mips/dts/mt7621.dtsi |
9f03585e | 1122 | F: arch/mips/dts/mt7620-u-boot.dtsi |
dd6bf539 | 1123 | F: arch/mips/dts/mt7621-u-boot.dtsi |
9f03585e | 1124 | F: include/configs/mt7620.h |
dd6bf539 | 1125 | F: include/configs/mt7621.h |
9f03585e | 1126 | F: include/dt-bindings/clock/mt7620-clk.h |
dd6bf539 | 1127 | F: include/dt-bindings/clock/mt7621-clk.h |
9f03585e WG |
1128 | F: include/dt-bindings/clock/mt7628-clk.h |
1129 | F: include/dt-bindings/reset/mt7620-reset.h | |
dd6bf539 | 1130 | F: include/dt-bindings/reset/mt7621-reset.h |
9f03585e WG |
1131 | F: include/dt-bindings/reset/mt7628-reset.h |
1132 | F: drivers/clk/mtmips/ | |
1133 | F: drivers/pinctrl/mtmips/ | |
1134 | F: drivers/gpio/mt7620_gpio.c | |
dd6bf539 WG |
1135 | F: drivers/mtd/nand/raw/mt7621_nand.c |
1136 | F: drivers/mtd/nand/raw/mt7621_nand.h | |
1137 | F: drivers/mtd/nand/raw/mt7621_nand_spl.c | |
9f03585e WG |
1138 | F: drivers/net/mt7620-eth.c |
1139 | F: drivers/phy/mt7620-usb-phy.c | |
1140 | F: drivers/reset/reset-mtmips.c | |
1141 | F: drivers/serial/serial_mt7620.c | |
1142 | F: drivers/spi/mt7620_spi.c | |
1143 | F: drivers/sysreset/sysreset_resetctl.c | |
1144 | F: drivers/watchdog/mt7620_wdt.c | |
1145 | ||
dd1033e4 GC |
1146 | MIPS MSCC |
1147 | M: Gregory CLEMENT <[email protected]> | |
1148 | M: Lars Povlsen <[email protected]> | |
1149 | M: Horatiu Vultur <[email protected]> | |
1150 | S: Maintained | |
1151 | F: arch/mips/mach-mscc/ | |
f8c8cedd | 1152 | F: arch/mips/dts/luton* |
6787c1ec GC |
1153 | F: arch/mips/dts/mscc* |
1154 | F: arch/mips/dts/ocelot* | |
d1182056 | 1155 | F: arch/mips/dts/jr2* |
393b77d8 | 1156 | F: arch/mips/dts/serval* |
6787c1ec GC |
1157 | F: board/mscc/ |
1158 | F: configs/mscc* | |
be8313fe | 1159 | F: drivers/gpio/mscc_sgpio.c |
fd6e0b05 | 1160 | F: drivers/spi/mscc_bb_spi.c |
6787c1ec | 1161 | F: include/configs/vcoreiii.h |
8c211af8 | 1162 | F: include/dt-bindings/mscc/ |
051de9b3 | 1163 | F: drivers/pinctrl/mscc/ |
4c66157f | 1164 | F: drivers/net/mscc_eswitch/ |
dd1033e4 | 1165 | |
cd71b1d5 PB |
1166 | MIPS JZ4780 |
1167 | M: Ezequiel Garcia <[email protected]> | |
1168 | S: Maintained | |
1169 | F: arch/mips/mach-jz47xx/ | |
1170 | ||
0dc4ab9c AW |
1171 | MIPS Octeon |
1172 | M: Aaron Williams <[email protected]> | |
1173 | S: Maintained | |
1174 | F: arch/mips/mach-octeon/ | |
1175 | F: arch/mips/include/asm/arch-octeon/ | |
ff7e4f03 | 1176 | F: arch/mips/dts/mrvl,cn73xx.dtsi |
0dc4ab9c | 1177 | |
00f141cc | 1178 | MMC |
16a6d510 | 1179 | M: Peng Fan <[email protected]> |
af8e2d47 | 1180 | M: Jaehoon Chung <[email protected]> |
00f141cc | 1181 | S: Maintained |
a3bbd0b9 | 1182 | T: git https://source.denx.de/u-boot/custodians/u-boot-mmc.git |
00f141cc DS |
1183 | F: drivers/mmc/ |
1184 | ||
b7d6e0ab HS |
1185 | NETWORK |
1186 | M: Joe Hershberger <[email protected]> | |
9644bd0d | 1187 | M: Ramon Fried <[email protected]> |
b7d6e0ab | 1188 | S: Maintained |
a3bbd0b9 | 1189 | T: git https://source.denx.de/u-boot/custodians/u-boot-net.git |
b7d6e0ab | 1190 | F: drivers/net/ |
69fbf238 | 1191 | F: include/net.h |
b7d6e0ab HS |
1192 | F: net/ |
1193 | ||
4ef17f9c HS |
1194 | NIOS |
1195 | M: Thomas Chou <[email protected]> | |
1196 | S: Maintained | |
a3bbd0b9 | 1197 | T: git https://source.denx.de/u-boot/custodians/u-boot-nios.git |
4ef17f9c HS |
1198 | F: arch/nios2/ |
1199 | ||
f68d5a66 BM |
1200 | NVMe |
1201 | M: Bin Meng <[email protected]> | |
1202 | S: Maintained | |
1203 | F: drivers/nvme/ | |
1204 | F: cmd/nvme.c | |
1205 | F: include/nvme.h | |
1206 | F: doc/develop/driver-model/nvme.rst | |
1207 | ||
f37af276 AEK |
1208 | NVMXIP |
1209 | M: Abdellatif El Khlifi <[email protected]> | |
1210 | S: Maintained | |
1211 | F: doc/develop/driver-model/nvmxip.rst | |
9e115ace | 1212 | F: doc/device-tree-bindings/nvmxip/nvmxip_qspi.txt |
f37af276 | 1213 | F: drivers/mtd/nvmxip/ |
56722faf | 1214 | F: test/dm/nvmxip.c |
f37af276 | 1215 | |
c8ce7ba8 SA |
1216 | NVMEM |
1217 | M: Sean Anderson <[email protected]> | |
1218 | S: Maintained | |
1219 | F: doc/api/nvmem.rst | |
1220 | F: drivers/misc/nvmem.c | |
46b2e5e9 | 1221 | F: drivers/reboot-mode/reboot-mode-nvmem.c |
c8ce7ba8 SA |
1222 | F: include/nvmem.h |
1223 | ||
3ef2050a RPNO |
1224 | NXP C45 TJA11XX PHY DRIVER |
1225 | M: Radu Pirea <[email protected]> | |
1226 | S: Maintained | |
1227 | F: drivers/net/phy/nxp-c45-tja11xx.c | |
1228 | ||
4ef17f9c HS |
1229 | ONENAND |
1230 | #M: Lukasz Majewski <[email protected]> | |
1231 | S: Orphaned (Since 2017-01) | |
a3bbd0b9 | 1232 | T: git https://source.denx.de/u-boot/custodians/u-boot-onenand.git |
4ef17f9c HS |
1233 | F: drivers/mtd/onenand/ |
1234 | ||
3675ac08 OK |
1235 | OUT4-IMX6ULL-NANO BOARD |
1236 | M: Oleh Kravchenko <[email protected]> | |
1237 | S: Maintained | |
1238 | T: git https://github.com/Oleh-Kravchenko/u-boot-out4.git | |
1180baec | 1239 | F: arch/arm/dts/ev-imx280-nano-x-mb.dts |
3675ac08 OK |
1240 | F: arch/arm/dts/o4-imx-nano.dts |
1241 | F: arch/arm/dts/o4-imx6ull-nano.dtsi | |
1242 | F: board/out4 | |
1180baec | 1243 | F: configs/ev-imx280-nano-x-mb_defconfig |
3675ac08 OK |
1244 | F: configs/o4-imx6ull-nano_defconfig |
1245 | F: include/configs/o4-imx6ull-nano.h | |
1246 | ||
00f141cc DS |
1247 | PATMAN |
1248 | M: Simon Glass <[email protected]> | |
1249 | S: Maintained | |
1250 | F: tools/patman/ | |
1251 | ||
914026d2 RF |
1252 | PCI Endpoint |
1253 | M: Ramon Fried <[email protected]> | |
1254 | S: Maintained | |
1255 | F: drivers/pci_endpoint/ | |
1256 | F: include/pci_ep.h | |
1257 | ||
b61cbbdc HS |
1258 | PCI MPC85xx |
1259 | M: Heiko Schocher <[email protected]> | |
1260 | S: Maintained | |
1261 | F: drivers/pci/pci_mpc85xx.c | |
1262 | ||
447dfbc0 SC |
1263 | PCI MPS |
1264 | M: Stephen Carlson <[email protected]> | |
1265 | S: Maintained | |
1266 | F: cmd/pci_mps.c | |
1267 | F: test/cmd/pci_mps.c | |
1268 | ||
4ef17f9c HS |
1269 | POWER |
1270 | M: Jaehoon Chung <[email protected]> | |
1271 | S: Maintained | |
a3bbd0b9 | 1272 | T: git https://source.denx.de/u-boot/custodians/u-boot-pmic.git |
4ef17f9c | 1273 | F: drivers/power/ |
69c82fa2 | 1274 | F: include/power/ |
4ef17f9c | 1275 | |
00f141cc DS |
1276 | POWERPC |
1277 | M: Wolfgang Denk <[email protected]> | |
1278 | S: Maintained | |
1279 | F: arch/powerpc/ | |
1280 | ||
00f141cc | 1281 | POWERPC MPC8XX |
12ff1a8d | 1282 | M: Christophe Leroy <[email protected]> |
00f141cc | 1283 | S: Maintained |
a3bbd0b9 | 1284 | T: git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git |
00f141cc DS |
1285 | F: arch/powerpc/cpu/mpc8xx/ |
1286 | ||
00f141cc | 1287 | POWERPC MPC83XX |
e5ed4c3e | 1288 | M: Mario Six <[email protected]> |
1289 | S: Maintained | |
a3bbd0b9 | 1290 | T: git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git |
e4061556 MS |
1291 | F: drivers/ram/mpc83xx_sdram.c |
1292 | F: include/dt-bindings/memory/mpc83xx-sdram.h | |
76fdad1f MS |
1293 | F: drivers/sysreset/sysreset_mpc83xx.c |
1294 | F: drivers/sysreset/sysreset_mpc83xx.h | |
07d538d2 MS |
1295 | F: drivers/clk/mpc83xx_clk.c |
1296 | F: drivers/clk/mpc83xx_clk.h | |
1297 | F: include/dt-bindings/clk/mpc83xx-clk.h | |
2c21749d | 1298 | F: drivers/timer/mpc83xx_timer.c |
19fbdca4 MS |
1299 | F: drivers/cpu/mpc83xx_cpu.c |
1300 | F: drivers/cpu/mpc83xx_cpu.h | |
d2166319 | 1301 | F: drivers/misc/mpc83xx_serdes.c |
00f141cc DS |
1302 | F: arch/powerpc/cpu/mpc83xx/ |
1303 | F: arch/powerpc/include/asm/arch-mpc83xx/ | |
1304 | ||
1305 | POWERPC MPC85XX | |
707b17f6 | 1306 | M: Marek Behún <[email protected]> |
00f141cc | 1307 | S: Maintained |
a3bbd0b9 | 1308 | T: git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git |
00f141cc DS |
1309 | F: arch/powerpc/cpu/mpc85xx/ |
1310 | ||
28b395cc FS |
1311 | RAW NAND |
1312 | M: Dario Binacchi <[email protected]> | |
1313 | M: Michael Trimarchi <[email protected]> | |
1314 | S: Maintained | |
1315 | T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git | |
1316 | F: drivers/mtd/nand/raw/ | |
1317 | ||
f94c44e5 RC |
1318 | RISC-V |
1319 | M: Rick Chen <[email protected]> | |
c0c80e78 | 1320 | M: Leo <[email protected]> |
f94c44e5 | 1321 | S: Maintained |
a3bbd0b9 | 1322 | T: git https://source.denx.de/u-boot/custodians/u-boot-riscv.git |
f94c44e5 | 1323 | F: arch/riscv/ |
dab8788a | 1324 | F: cmd/riscv/ |
093ff96e | 1325 | F: doc/arch/riscv.rst |
9c6d0509 | 1326 | F: doc/usage/sbi.rst |
24ed5317 | 1327 | F: drivers/sysreset/sysreset_sbi.c |
79b135f1 | 1328 | F: drivers/timer/andes_plmt_timer.c |
47d7e3b5 | 1329 | F: drivers/timer/sifive_clint_timer.c |
f94c44e5 RC |
1330 | F: tools/prelink-riscv.c |
1331 | ||
fd426b31 | 1332 | RISC-V CANAAN KENDRYTE K210 |
f9c7d4f9 SA |
1333 | M: Sean Anderson <[email protected]> |
1334 | S: Maintained | |
fd426b31 DLM |
1335 | F: doc/device-tree-bindings/mfd/canaan,k210-sysctl.txt |
1336 | F: doc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt | |
1337 | F: drivers/clk/clk_k210.c | |
1338 | F: drivers/pinctrl/pinctrl-k210.c | |
1339 | F: include/k210/ | |
f9c7d4f9 | 1340 | |
3e635983 SG |
1341 | RNG |
1342 | M: Sughosh Ganu <[email protected]> | |
1343 | R: Heinrich Schuchardt <[email protected]> | |
1344 | S: Maintained | |
1345 | F: cmd/rng.c | |
c7ff87e0 | 1346 | F: doc/api/rng.rst |
3e635983 SG |
1347 | F: drivers/rng/ |
1348 | F: drivers/virtio/virtio_rng.c | |
1349 | F: include/rng.h | |
1350 | ||
4ef17f9c HS |
1351 | ROCKUSB |
1352 | M: Eddie Cai <[email protected]> | |
1353 | S: Maintained | |
1354 | F: drivers/usb/gadget/f_rockusb.c | |
1355 | F: cmd/rockusb.c | |
1356 | F: doc/README.rockusb | |
1357 | ||
00f141cc DS |
1358 | SANDBOX |
1359 | M: Simon Glass <[email protected]> | |
1360 | S: Maintained | |
1361 | F: arch/sandbox/ | |
b0b3524d | 1362 | F: doc/arch/sandbox.rst |
eab09fbe | 1363 | F: drivers/*/*sandbox*.c |
7f0f1806 | 1364 | F: include/dt-bindings/*/sandbox*.h |
86daa47c | 1365 | F: include/os.h |
00f141cc | 1366 | |
41a29f28 LW |
1367 | SEAMA |
1368 | M: Linus Walleij <[email protected]> | |
1369 | S: Maintained | |
1370 | F: cmd/seama.c | |
1371 | F: doc/usage/cmd/seama.rst | |
1372 | F: test/cmd/seama.c | |
1373 | ||
c8f4cc95 SA |
1374 | SEMIHOSTING |
1375 | R: Sean Anderson <[email protected]> | |
1376 | S: Orphaned | |
1377 | N: semihosting | |
1378 | ||
f4f8d8bb RG |
1379 | SETEXPR |
1380 | M: Roland Gaudig <[email protected]> | |
1381 | S: Maintained | |
1382 | F: cmd/printf.c | |
236d39bd | 1383 | F: doc/usage/setexpr.rst |
f4f8d8bb | 1384 | |
00f141cc | 1385 | SH |
d04ecc4c | 1386 | M: Marek Vasut <[email protected]> |
00f141cc DS |
1387 | M: Nobuhiro Iwamatsu <[email protected]> |
1388 | S: Maintained | |
a3bbd0b9 | 1389 | T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git |
00f141cc DS |
1390 | F: arch/sh/ |
1391 | ||
42595eb7 MW |
1392 | SL28CLPD |
1393 | M: Michael Walle <[email protected]> | |
1394 | S: Maintained | |
07d6cb93 | 1395 | F: drivers/gpio/sl28cpld-gpio.c |
42595eb7 | 1396 | F: drivers/misc/sl28cpld.c |
f606c9a8 | 1397 | F: drivers/watchdog/sl28cpld-wdt.c |
42595eb7 | 1398 | |
53355bb8 EC |
1399 | SMCCC TRNG |
1400 | M: Etienne Carriere <[email protected]> | |
1401 | S: Maintained | |
1402 | F: drivers/rng/smccc_trng.c | |
1403 | ||
00f141cc | 1404 | SPI |
59aea29a | 1405 | M: Jagan Teki <[email protected]> |
00f141cc | 1406 | S: Maintained |
a3bbd0b9 | 1407 | T: git https://source.denx.de/u-boot/custodians/u-boot-spi.git |
00f141cc DS |
1408 | F: drivers/spi/ |
1409 | F: include/spi* | |
1410 | ||
175bc1c6 FS |
1411 | SPI NAND |
1412 | M: Dario Binacchi <[email protected]> | |
1413 | M: Michael Trimarchi <[email protected]> | |
1414 | R: Frieder Schrempf <[email protected]> | |
1415 | S: Maintained | |
1416 | T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git | |
1417 | F: drivers/mtd/nand/spi/ | |
1418 | ||
4d40e009 | 1419 | SPI-NOR |
59aea29a | 1420 | M: Jagan Teki <[email protected]> |
4d40e009 V |
1421 | M: Vignesh R <[email protected]> |
1422 | S: Maintained | |
1423 | F: drivers/mtd/spi/ | |
1424 | F: include/spi_flash.h | |
1425 | F: include/linux/mtd/cfi.h | |
1426 | F: include/linux/mtd/spi-nor.h | |
1427 | ||
e721e981 MK |
1428 | SPMI |
1429 | M: Mateusz Kulikowski <[email protected]> | |
1430 | S: Maintained | |
1431 | F: drivers/spmi/ | |
1432 | F: include/spmi/ | |
1433 | ||
c5100613 | 1434 | SQUASHFS |
468091a4 | 1435 | M: Joao Marcos Costa <[email protected]> |
42ef2edc | 1436 | R: Thomas Petazzoni <[email protected]> |
c4d0384a | 1437 | R: Miquel Raynal <[email protected]> |
c5100613 JMC |
1438 | S: Maintained |
1439 | F: fs/squashfs/ | |
1440 | F: include/sqfs.h | |
bba604b6 | 1441 | F: cmd/sqfs.c |
f428e33b | 1442 | F: test/py/tests/test_fs/test_squashfs/ |
c5100613 | 1443 | |
4e9bce12 JP |
1444 | STACKPROTECTOR |
1445 | M: Joel Peshkin <[email protected]> | |
1446 | S: Maintained | |
1447 | F: common/stackprot.c | |
1448 | F: cmd/stackprot_test.c | |
1449 | F: test/py/tests/test_stackprotector.py | |
1450 | ||
1c085cc6 RK |
1451 | TARGET_BCMNS3 |
1452 | M: Bharat Gooty <[email protected]> | |
1453 | M: Rayagonda Kokatanur <[email protected]> | |
1454 | S: Maintained | |
1455 | F: board/broadcom/bcmns3/ | |
1456 | F: doc/README.bcmns3 | |
1457 | F: configs/bcm_ns3_defconfig | |
1458 | F: include/configs/bcm_ns3.h | |
1459 | F: include/dt-bindings/memory/bcm-ns3-mc.h | |
1460 | F: arch/arm/Kconfig | |
1461 | F: arch/arm/dts/ns3-board.dts | |
1462 | F: arch/arm/dts/ns3.dtsi | |
1463 | F: arch/arm/cpu/armv8/bcmns3 | |
1464 | F: arch/arm/include/asm/arch-bcmns3/ | |
975d2a69 RK |
1465 | F: cmd/broadcom/Makefile |
1466 | F: cmd/broadcom/chimp_boot.c | |
1467 | F: cmd/broadcom/nitro_image_load.c | |
1468 | F: cmd/broadcom/chimp_handshake.c | |
1c085cc6 | 1469 | |
055da186 LD |
1470 | TDA19988 HDMI ENCODER |
1471 | M: Liviu Dudau <[email protected]> | |
1472 | S: Maintained | |
1473 | F: drivers/video/tda19988.c | |
1474 | ||
4e2fdf45 AD |
1475 | TI SYSTEM SECURITY |
1476 | M: Andrew F. Davis <[email protected]> | |
1477 | S: Supported | |
1478 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S | |
4e2fdf45 AD |
1479 | F: arch/arm/mach-omap2/sec-common.c |
1480 | F: arch/arm/mach-omap2/config_secure.mk | |
3a543a80 | 1481 | F: arch/arm/mach-k3/security.c |
50836967 | 1482 | F: arch/arm/mach-k3/config_secure.mk |
a42eee12 | 1483 | F: configs/am335x_hs_evm_defconfig |
c2dca337 | 1484 | F: configs/am335x_hs_evm_uart_defconfig |
4e2fdf45 | 1485 | F: configs/am43xx_hs_evm_defconfig |
86c4e533 | 1486 | F: configs/am43xx_hs_evm_qspi_defconfig |
4e2fdf45 | 1487 | F: configs/am57xx_hs_evm_defconfig |
995985c1 | 1488 | F: configs/am57xx_hs_evm_usb_defconfig |
4e2fdf45 | 1489 | F: configs/dra7xx_hs_evm_defconfig |
83ae6475 | 1490 | F: configs/dra7xx_hs_evm_usb_defconfig |
8a707baf LV |
1491 | F: configs/k2hk_hs_evm_defconfig |
1492 | F: configs/k2e_hs_evm_defconfig | |
1493 | F: configs/k2g_hs_evm_defconfig | |
f274f265 | 1494 | F: configs/k2l_hs_evm_defconfig |
0a4b11b0 AD |
1495 | F: configs/am65x_hs_evm_r5_defconfig |
1496 | F: configs/am65x_hs_evm_a53_defconfig | |
360c7f46 AD |
1497 | F: configs/j7200_hs_evm_a72_defconfig |
1498 | F: configs/j7200_hs_evm_r5_defconfig | |
9bc97792 | 1499 | F: configs/j721e_hs_evm_a72_defconfig |
360c7f46 | 1500 | F: configs/j721e_hs_evm_r5_defconfig |
29e10447 JC |
1501 | F: configs/j721s2_hs_evm_a72_defconfig |
1502 | F: configs/j721s2_hs_evm_r5_defconfig | |
4e2fdf45 | 1503 | |
2a10e06e IA |
1504 | TPM DRIVERS |
1505 | M: Ilias Apalodimas <[email protected]> | |
1506 | S: Maintained | |
8aedcaf9 | 1507 | T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git |
a390050b | 1508 | F: cmd/tpm* |
2a10e06e | 1509 | F: drivers/tpm/ |
a390050b | 1510 | F: include/tpm* |
2a10e06e | 1511 | |
00f141cc | 1512 | TQ GROUP |
3a53aba3 BM |
1513 | #M: Martin Krause <[email protected]> |
1514 | S: Orphaned (Since 2016-02) | |
00f141cc DS |
1515 | T: git git://git.denx.de/u-boot-tq-group.git |
1516 | ||
9ff4a311 JW |
1517 | TEE |
1518 | M: Jens Wiklander <[email protected]> | |
8aedcaf9 IA |
1519 | M: Ilias Apalodimas <[email protected]> |
1520 | T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git | |
9ff4a311 JW |
1521 | S: Maintained |
1522 | F: drivers/tee/ | |
1523 | F: include/tee.h | |
1cc8cc4e | 1524 | F: include/tee/ |
9ff4a311 | 1525 | |
5fbc667d BD |
1526 | TEE-lib |
1527 | M: Bryan O'Donoghue <[email protected]> | |
1528 | S: Maintained | |
1529 | F: lib/optee | |
1530 | ||
00f141cc DS |
1531 | UBI |
1532 | M: Kyungmin Park <[email protected]> | |
69337a9d | 1533 | M: Heiko Schocher <[email protected]> |
00f141cc | 1534 | S: Maintained |
a3bbd0b9 | 1535 | T: git https://source.denx.de/u-boot/custodians/u-boot-ubi.git |
00f141cc DS |
1536 | F: drivers/mtd/ubi/ |
1537 | ||
7feafb0a FA |
1538 | UFS |
1539 | M: Faiz Abbas <[email protected]> | |
1540 | S: Maintained | |
1541 | F: drivers/ufs/ | |
1542 | ||
00f141cc DS |
1543 | USB |
1544 | M: Marek Vasut <[email protected]> | |
1545 | S: Maintained | |
a3bbd0b9 | 1546 | T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git |
00f141cc | 1547 | F: drivers/usb/ |
5c7fa84f HS |
1548 | F: common/usb.c |
1549 | F: common/usb_kbd.c | |
9f52e765 | 1550 | F: common/usb_storage.c |
cb11eed2 | 1551 | F: include/usb.h |
00f141cc | 1552 | |
c0c5f910 BM |
1553 | USB xHCI |
1554 | M: Bin Meng <[email protected]> | |
1555 | S: Maintained | |
a3bbd0b9 | 1556 | T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci |
c0c5f910 | 1557 | F: drivers/usb/host/xhci* |
1708a123 | 1558 | F: include/usb/xhci.h |
c0c5f910 | 1559 | |
00f141cc DS |
1560 | VIDEO |
1561 | M: Anatolij Gustschin <[email protected]> | |
1562 | S: Maintained | |
a3bbd0b9 | 1563 | T: git https://source.denx.de/u-boot/custodians/u-boot-video.git |
00f141cc | 1564 | F: drivers/video/ |
9cdbc906 | 1565 | F: include/video*.h |
00f141cc | 1566 | |
200fdd3b BM |
1567 | VirtIO |
1568 | M: Bin Meng <[email protected]> | |
1569 | S: Maintained | |
1570 | F: drivers/virtio/ | |
1571 | F: cmd/virtio.c | |
1572 | F: include/config/virtio/ | |
1573 | F: include/config/virtio.h | |
1574 | F: include/config/cmd/virtio.h | |
1575 | F: include/virtio*.h | |
1576 | F: test/dm/virtio.c | |
1577 | F: doc/develop/driver-model/virtio.rst | |
1578 | ||
a12366a8 SR |
1579 | WATCHDOG |
1580 | M: Stefan Roese <[email protected]> | |
1581 | S: Maintained | |
1582 | T: git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git | |
1583 | F: cmd/wdt.c | |
1584 | F: drivers/watchdog/ | |
1585 | F: include/watchdog*.h | |
1586 | ||
00f141cc DS |
1587 | X86 |
1588 | M: Simon Glass <[email protected]> | |
dc5210a2 | 1589 | M: Bin Meng <[email protected]> |
00f141cc | 1590 | S: Maintained |
a3bbd0b9 | 1591 | T: git https://source.denx.de/u-boot/custodians/u-boot-x86.git |
00f141cc | 1592 | F: arch/x86/ |
dab8788a | 1593 | F: cmd/x86/ |
00f141cc | 1594 | |
607274f7 | 1595 | XEN |
800f0d05 | 1596 | M: Anastasiia Lukianenko <[email protected]> |
607274f7 AL |
1597 | M: Oleksandr Andrushchenko <[email protected]> |
1598 | S: Maintained | |
1599 | F: arch/arm/cpu/armv8/xen/ | |
1600 | F: arch/arm/include/asm/xen.h | |
1601 | F: arch/arm/include/asm/xen/ | |
1602 | F: cmd/pvblock.c | |
1603 | F: drivers/serial/serial_xen.c | |
1604 | F: drivers/xen/ | |
1605 | F: include/pvblock.h | |
1606 | F: include/xen/ | |
1607 | F: include/xen.h | |
1608 | F: lib/sscanf.c | |
1609 | F: test/lib/sscanf.c | |
1610 | ||
de5e5cea CZ |
1611 | XTENSA |
1612 | M: Max Filippov <[email protected]> | |
1613 | S: Maintained | |
1614 | F: arch/xtensa/ | |
1615 | ||
23c0df6e RK |
1616 | XXD |
1617 | M: Roger Knecht <[email protected]> | |
1618 | S: Maintained | |
1619 | F: cmd/xxd.c | |
1620 | F: doc/usage/cmd/xxd.rst | |
1621 | F: test/py/tests/test_xxd/ | |
1622 | ||
00f141cc | 1623 | THE REST |
4e34d610 | 1624 | M: Tom Rini <[email protected]> |
00f141cc DS |
1625 | L: [email protected] |
1626 | Q: http://patchwork.ozlabs.org/project/uboot/list/ | |
1627 | S: Maintained | |
a3bbd0b9 | 1628 | T: git https://source.denx.de/u-boot/u-boot.git |
80870e2a | 1629 | F: configs/tools-only_defconfig |
00f141cc DS |
1630 | F: * |
1631 | F: */ | |
6a8829ae GJ |
1632 | |
1633 | CAAM | |
1634 | M: Gaurav Jain <[email protected]> | |
1635 | S: Maintained | |
47465877 | 1636 | F: arch/arm/dts/ls1021a-twr-u-boot.dtsi |
6a8829ae GJ |
1637 | F: drivers/crypto/fsl/ |
1638 | F: include/fsl_sec.h |