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