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