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