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