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