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