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