]> Git Repo - J-u-boot.git/blame - MAINTAINERS
sh: Add myself as SH maintainer
[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 -----------------------------------
53ARC
54M: Alexey Brodkin <[email protected]>
4006200d 55M: Eugeniy Paltsev <[email protected]>
00f141cc 56S: Maintained
4006200d 57L: [email protected]
00f141cc
DS
58T: git git://git.denx.de/u-boot-arc.git
59F: arch/arc/
b08b113e 60F: board/synopsys/
00f141cc 61
e80dac0a
EP
62ARC HSDK CGU CLOCK
63M: Eugeniy Paltsev <[email protected]>
64S: Maintained
65L: [email protected]
66F: drivers/clk/clk-hsdk-cgu.c
67F: include/dt-bindings/clock/snps,hsdk-cgu.h
68F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
69
b7d6e0ab
HS
70ARC HSDK CREG GPIO
71M: Eugeniy Paltsev <[email protected]>
72S: Maintained
73L: [email protected]
7620ec4d 74F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
b7d6e0ab
HS
75F: drivers/gpio/hsdk-creg-gpio.c
76
15736e28
EP
77ARC SYNOPSYS DW MMC EXTENSIONS
78M: Eugeniy Paltsev <[email protected]>
79S: Maintained
80L: [email protected]
81F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
82F: drivers/mmc/snps_dw_mmc.c
83
00f141cc
DS
84ARM
85M: Albert Aribaud <[email protected]>
86S: Maintained
87T: git git://git.denx.de/u-boot-arm.git
88F: arch/arm/
dab8788a 89F: cmd/arm/
00f141cc 90
d8540a16
PM
91ARM ALTERA SOCFPGA
92M: Marek Vasut <[email protected]>
a339f524 93M: Simon Goldschmidt <[email protected]>
d8540a16
PM
94S: Maintainted
95T: git git://git.denx.de/u-boot-socfpga.git
f22dede2 96F: arch/arm/mach-socfpga/
d8540a16 97
535d74a8
NA
98ARM AMLOGIC SOC SUPPORT
99M: Neil Armstrong <[email protected]>
100S: Maintained
101L: [email protected]
102T: git git://git.denx.de/u-boot-amlogic.git
103F: arch/arm/mach-meson/
104F: arch/arm/include/asm/arch-meson/
f5abfed8 105F: drivers/clk/meson/
535d74a8
NA
106F: drivers/serial/serial_meson.c
107F: drivers/reset/reset-meson.c
108F: drivers/i2c/meson_i2c.c
109F: drivers/net/phy/meson-gxl.c
110F: drivers/adc/meson-saradc.c
111F: drivers/phy/meson*
112F: drivers/mmc/meson_gx_mmc.c
113F: drivers/spi/meson_spifc.c
114F: drivers/pinctrl/meson/
115F: drivers/power/domain/meson-gx-pwrc-vpu.c
116F: drivers/video/meson/
117F: include/configs/meson64.h
118N: meson
119
fe84ebf0 120ARM BROADCOM BCM283X
3157bbfa 121M: Matthias Brugger <[email protected]>
958d55f2 122S: Maintained
fe84ebf0
SW
123F: arch/arm/mach-bcm283x/
124F: drivers/gpio/bcm2835_gpio.c
125F: drivers/mmc/bcm2835_sdhci.c
c8a73a26 126F: drivers/mmc/bcm2835_sdhost.c
fe84ebf0 127F: drivers/serial/serial_bcm283x_mu.c
6001985f 128F: drivers/serial/serial_bcm283x_pl011.c
fe84ebf0
SW
129F: drivers/video/bcm2835.c
130F: include/dm/platform_data/serial_bcm283x_mu.h
caf2233b 131F: drivers/pinctrl/broadcom/
fe84ebf0 132
894c3ad2
TF
133ARM BROADCOM BCMSTB
134M: Thomas Fitzsimmons <[email protected]>
135S: Maintained
136F: arch/arm/mach-bcmstb/
137F: board/broadcom/bcmstb/
3f20321a 138F: configs/bcm7*_defconfig
894c3ad2
TF
139F: doc/README.bcm7xxx
140F: drivers/mmc/bcmstb_sdhci.c
141F: drivers/spi/bcmstb_spi.c
142
da1f7997
MB
143ARM/CZ.NIC TURRIS MOX SUPPORT
144M: Marek Behun <[email protected]>
145S: Maintained
146F: arch/arm/dts/armada-3720-turris-mox.dts
147F: board/CZ.NIC/
148F: configs/turris_*_defconfig
149F: include/configs/turris_*.h
150
00f141cc
DS
151ARM FREESCALE IMX
152M: Stefano Babic <[email protected]>
73127e90 153M: Fabio Estevam <[email protected]>
d17b0bed 154R: NXP i.MX U-Boot Team <[email protected]>
00f141cc
DS
155S: Maintained
156T: git git://git.denx.de/u-boot-imx.git
157F: arch/arm/cpu/arm1136/mx*/
158F: arch/arm/cpu/arm926ejs/mx*/
00f141cc 159F: arch/arm/cpu/armv7/vf610/
6ad85a45 160F: arch/arm/dts/*imx*
552a848e 161F: arch/arm/mach-imx/
00f141cc
DS
162F: arch/arm/include/asm/arch-imx/
163F: arch/arm/include/asm/arch-mx*/
164F: arch/arm/include/asm/arch-vf610/
552a848e 165F: arch/arm/include/asm/mach-imx/
77cbd3a1 166F: board/freescale/*mx*/
00f141cc 167
ae4dc15d
PG
168ARM HISILICON
169M: Peter Griffin <[email protected]>
170S: Maintained
171F: arch/arm/cpu/armv8/hisilicon
0f8525f5 172F: arch/arm/include/asm/arch-hi6220/
ae4dc15d 173
1579faf5 174ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
f822d857 175M: Stefan Roese <[email protected]>
00f141cc
DS
176S: Maintained
177T: git git://git.denx.de/u-boot-marvell.git
56f86e39 178F: arch/arm/mach-kirkwood/
f822d857 179F: arch/arm/mach-mvebu/
592b4a7e 180F: drivers/ata/ahci_mvebu.c
1579faf5
SR
181F: drivers/ddr/marvell/
182F: drivers/gpio/mvebu_gpio.c
183F: drivers/spi/kirkwood_spi.c
184F: drivers/pci/pci_mvebu.c
185F: drivers/pci/pcie_dw_mvebu.c
186F: drivers/watchdog/orion_wdt.c
00f141cc
DS
187
188ARM MARVELL PXA
189M: Marek Vasut <[email protected]>
190S: Maintained
191T: git git://git.denx.de/u-boot-pxa.git
192F: arch/arm/cpu/pxa/
193F: arch/arm/include/asm/arch-pxa/
194
a9da9eeb
RL
195ARM MEDIATEK
196M: Ryder Lee <[email protected]>
197M: Weijie Gao <[email protected]>
198S: Maintained
199F: arch/arm/mach-mediatek/
200F: arch/arm/include/asm/arch-mediatek/
201F: board/mediatek/
202F: doc/README.mediatek
203F: drivers/clk/mediatek/
204F: drivers/mmc/mtk-sd.c
205F: drivers/pinctrl/mediatek/
206F: drivers/power/domain/mtk-power-domain.c
207F: drivers/ram/mediatek/
208F: drivers/spi/mtk_qspi.c
209F: drivers/timer/mtk_timer.c
210F: drivers/watchdog/mtk_wdt.c
d049ff9c
WG
211F: drivers/net/mtk_eth.c
212F: drivers/reset/reset-mediatek.c
a9da9eeb
RL
213F: tools/mtk_image.c
214F: tools/mtk_image.h
215N: mediatek
216
413ca720
EH
217ARM MICROCHIP/ATMEL AT91
218M: Eugen Hristev <[email protected]>
219S: Maintained
220T: git git://git.denx.de/u-boot-atmel.git
221F: arch/arm/mach-at91/
222F: board/atmel/
223
e2a1484c
MS
224ARM OWL
225M: Manivannan Sadhasivam <[email protected]>
226S: Maintained
227F: arch/arm/include/asm/arch-owl/
228F: arch/arm/mach-owl/
229F: board/ucRobotics/
230F: drivers/clk/owl/
231F: drivers/serial/serial_owl.c
232
4810c2f8
NI
233ARM RENESAS RMOBILE/R-CAR
234M: Nobuhiro Iwamatsu <[email protected]>
9db60e25 235M: Marek Vasut <[email protected]>
4810c2f8
NI
236S: Maintained
237T: git git://git.denx.de/u-boot-sh.git
238F: arch/arm/mach-rmobile/
239
c3caeac0
MY
240ARM ROCKCHIP
241M: Simon Glass <[email protected]>
f8714372 242M: Philipp Tomsich <[email protected]>
37dc8aaa 243M: Kever Yang <[email protected]>
c3caeac0
MY
244S: Maintained
245T: git git://git.denx.de/u-boot-rockchip.git
8b45193a 246F: arch/arm/include/asm/arch-rockchip/
c3caeac0 247F: arch/arm/mach-rockchip/
ae0fc89e 248F: board/rockchip/
8b45193a
PT
249F: drivers/clk/rockchip/
250F: drivers/gpio/rk_gpio.c
251F: drivers/misc/rockchip-efuse.c
47b8583f
PT
252F: drivers/mmc/rockchip_sdhci.c
253F: drivers/mmc/rockchip_dw_mmc.c
8b45193a
PT
254F: drivers/pinctrl/rockchip/
255F: drivers/ram/rockchip/
256F: drivers/sysreset/sysreset_rockchip.c
3f565522 257F: drivers/video/rockchip/
8b45193a
PT
258F: tools/rkcommon.c
259F: tools/rkcommon.h
260F: tools/rkimage.c
261F: tools/rksd.c
262F: tools/rkspi.c
c3caeac0 263
00f141cc
DS
264ARM SAMSUNG
265M: Minkyu Kang <[email protected]>
266S: Maintained
267T: git git://git.denx.de/u-boot-samsung.git
225f5eec
MK
268F: arch/arm/mach-exynos/
269F: arch/arm/mach-s5pc1xx/
00f141cc 270F: arch/arm/cpu/armv7/s5p-common/
00f141cc 271
e721e981 272ARM SNAPDRAGON
0dfe442e 273M: Ramon Fried <[email protected]>
e721e981
MK
274S: Maintained
275F: arch/arm/mach-snapdragon/
ce18baf9
RF
276F: drivers/gpio/msm_gpio.c
277F: drivers/mmc/msm_sdhci.c
92454e47 278F: drivers/phy/msm8916-usbh-phy.c
ce18baf9 279F: drivers/serial/serial_msm.c
654dd4a8 280F: drivers/smem/msm_smem.c
ce18baf9 281F: drivers/usb/host/ehci-msm.c
e721e981 282
b7d6e0ab
HS
283ARM STI
284M: Patrice Chotard <[email protected]>
285S: Maintained
286F: arch/arm/mach-sti/
287F: arch/arm/include/asm/arch-sti*/
288
00f141cc 289ARM STM SPEAR
3a53aba3
BM
290#M: Vipin Kumar <[email protected]>
291S: Orphaned (Since 2016-02)
00f141cc
DS
292T: git git://git.denx.de/u-boot-stm.git
293F: arch/arm/cpu/arm926ejs/spear/
294F: arch/arm/include/asm/arch-spear/
295
2514c2d0
PD
296ARM STM STM32MP
297M: Patrick Delaunay <[email protected]>
f65b82ff 298M: Patrice Chotard <[email protected]>
84ee59a5 299L: [email protected] (moderated for non-subscribers)
2514c2d0 300S: Maintained
67eea68a 301F: arch/arm/mach-stm32mp/
b57aaa07 302F: drivers/clk/clk_stm32mp1.c
f65b82ff 303F: drivers/i2c/stm32f7_i2c.c
c3600e1f 304F: drivers/misc/stm32mp_fuse.c
f65b82ff
PC
305F: drivers/mmc/stm32_sdmmc2.c
306F: drivers/phy/phy-stm32-usbphyc.c
307F: drivers/pinctrl/pinctrl_stm32.c
42f01aac 308F: drivers/power/pmic/stpmic1.c
f65b82ff 309F: drivers/power/regulator/stm32-vrefbuf.c
42f01aac 310F: drivers/power/regulator/stpmic1.c
b57aaa07 311F: drivers/ram/stm32mp1/
f65b82ff
PC
312F: drivers/misc/stm32_rcc.c
313F: drivers/reset/stm32-reset.c
314F: drivers/spi/stm32_qspi.c
a2a89b2e 315F: drivers/spi/stm32_spi.c
8c1007a2 316F: drivers/watchdog/stm32mp_wdt.c
2514c2d0 317
9fa32b12
VM
318ARM STM STV0991
319M: Vikas Manocha <[email protected]>
320S: Maintained
321F: arch/arm/cpu/armv7/stv0991/
322F: arch/arm/include/asm/arch-stv0991/
323
00f141cc 324ARM SUNXI
59aea29a 325M: Jagan Teki <[email protected]>
bf8f4c44 326M: Maxime Ripard <[email protected]>
ed8f2a28 327S: Maintained
00f141cc
DS
328T: git git://git.denx.de/u-boot-sunxi.git
329F: arch/arm/cpu/armv7/sunxi/
330F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
331F: arch/arm/mach-sunxi/
332F: board/sunxi/
00f141cc
DS
333
334ARM TEGRA
335M: Tom Warren <[email protected]>
336S: Maintained
337T: git git://git.denx.de/u-boot-tegra.git
09f455dc 338F: arch/arm/mach-tegra/
00f141cc
DS
339F: arch/arm/include/asm/arch-tegra*/
340
341ARM TI
4e34d610 342M: Tom Rini <[email protected]>
00f141cc
DS
343S: Maintained
344T: git git://git.denx.de/u-boot-ti.git
26f7c111 345F: arch/arm/mach-davinci/
586bde93 346F: arch/arm/mach-k3/
26f7c111 347F: arch/arm/mach-keystone/
00f141cc
DS
348F: arch/arm/include/asm/arch-omap*/
349F: arch/arm/include/asm/ti-common/
350
0fb63aa6 351ARM UNIPHIER
ed6226c4 352M: Masahiro Yamada <[email protected]>
0fb63aa6
MY
353S: Maintained
354T: git git://git.denx.de/u-boot-uniphier.git
4c425570 355F: arch/arm/mach-uniphier/
5fd3f434 356F: configs/uniphier_*_defconfig
eb006c83 357N: uniphier
0fb63aa6 358
ec48b6c9
MS
359ARM VERSAL
360M: Michal Simek <[email protected]>
361S: Maintained
362T: git git://git.denx.de/u-boot-microblaze.git
363F: arch/arm/mach-versal/
364
0fabfeb2
LD
365ARM VERSATILE EXPRESS DRIVERS
366M: Liviu Dudau <[email protected]>
367S: Maintained
368T: git git://github.com/ARM-software/u-boot.git
369F: drivers/misc/vexpress_config.c
370N: vexpress
371
00f141cc
DS
372ARM ZYNQ
373M: Michal Simek <[email protected]>
374S: Maintained
8ae3d0b5
MS
375T: git git://git.denx.de/u-boot-microblaze.git
376F: arch/arm/mach-zynq/
377F: drivers/clk/clk_zynq.c
378F: drivers/fpga/zynqpl.c
379F: drivers/gpio/zynq_gpio.c
380F: drivers/i2c/i2c-cdns.c
381F: drivers/i2c/muxes/pca954x.c
382F: drivers/i2c/zynq_i2c.c
383F: drivers/mmc/zynq_sdhci.c
a430fa06 384F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
385F: drivers/net/phy/xilinx_phy.c
386F: drivers/net/zynq_gem.c
387F: drivers/serial/serial_zynq.c
388F: drivers/spi/zynq_qspi.c
389F: drivers/spi/zynq_spi.c
390F: drivers/usb/host/ehci-zynq.c
391F: drivers/watchdog/cdns_wdt.c
23e7e6b6 392F: include/zynqpl.h
8ae3d0b5
MS
393F: tools/zynqimage.c
394N: zynq
00f141cc 395
84c7204b
MS
396ARM ZYNQMP
397M: Michal Simek <[email protected]>
398S: Maintained
8ae3d0b5 399T: git git://git.denx.de/u-boot-microblaze.git
274ccb5b 400F: arch/arm/mach-zynqmp/
3d14228f 401F: drivers/clk/clk_zynqmp.c
8ae3d0b5
MS
402F: drivers/fpga/zynqpl.c
403F: drivers/gpio/zynq_gpio.c
404F: drivers/i2c/i2c-cdns.c
405F: drivers/i2c/muxes/pca954x.c
406F: drivers/i2c/zynq_i2c.c
407F: drivers/mmc/zynq_sdhci.c
a430fa06 408F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
409F: drivers/net/phy/xilinx_phy.c
410F: drivers/net/zynq_gem.c
411F: drivers/serial/serial_zynq.c
412F: drivers/spi/zynq_qspi.c
413F: drivers/spi/zynq_spi.c
72c37d12 414F: drivers/timer/cadence-ttc.c
8ae3d0b5
MS
415F: drivers/usb/host/ehci-zynq.c
416F: drivers/watchdog/cdns_wdt.c
23e7e6b6 417F: include/zynqmppl.h
b123aff2 418F: tools/zynqmp*
2570e129 419N: ultra96
8ae3d0b5 420N: zynqmp
84c7204b 421
1d6c54ec
MS
422ARM ZYNQMP R5
423M: Michal Simek <[email protected]>
424S: Maintained
425T: git git://git.denx.de/u-boot-microblaze.git
426F: arch/arm/mach-zynqmp-r5/
427
bb48470d
SG
428BINMAN
429M: Simon Glass <[email protected]>
430S: Maintained
431F: tools/binman/
432
00f141cc
DS
433BUILDMAN
434M: Simon Glass <[email protected]>
435S: Maintained
436F: tools/buildman/
437
438CFI FLASH
439M: Stefan Roese <[email protected]>
440S: Maintained
441T: git git://git.denx.de/u-boot-cfi-flash.git
c4c2e141
SR
442F: drivers/mtd/cfi_flash.c
443F: drivers/mtd/jedec_flash.c
00f141cc
DS
444
445COLDFIRE
08ae21af 446M: Huan Wang <[email protected]>
82ebb7e5 447M: Angelo Dureghello <[email protected]>
00f141cc
DS
448S: Maintained
449T: git git://git.denx.de/u-boot-coldfire.git
450F: arch/m68k/
451
452DFU
56acf018 453M: Lukasz Majewski <[email protected]>
00f141cc
DS
454S: Maintained
455T: git git://git.denx.de/u-boot-dfu.git
d4c9a908
LM
456F: cmd/dfu.c
457F: cmd/usb_*.c
458F: common/dfu.c
459F: common/update.c
460F: common/usb_storage.c
00f141cc 461F: drivers/dfu/
55ca6138 462F: drivers/usb/gadget/
00f141cc
DS
463
464DRIVER MODEL
465M: Simon Glass <[email protected]>
466S: Maintained
8770633e 467T: git git://git.denx.de/u-boot-dm.git
00f141cc
DS
468F: drivers/core/
469F: include/dm/
470F: test/dm/
471
e4a7394a 472EFI PAYLOAD
7590f907
AG
473M: Heinrich Schuchardt <[email protected]>
474R: Alexander Graf <[email protected]>
e4a7394a 475S: Maintained
fbe6549a 476T: git git://git.denx.de/u-boot-efi.git
1914e5b5 477F: doc/README.uefi
29a8a282 478F: doc/README.iscsi
04459788 479F: Documentation/efi.rst
5b2118a2 480F: include/capitalization.h
1db6ab28 481F: include/charset.h
0bc4b0da
HS
482F: include/cp1250.h
483F: include/cp437.h
623b3a57 484F: include/efi*
268ec6e0
HS
485F: include/pe.h
486F: include/asm-generic/pe.h
0b8a88ab 487F: lib/charset.c
bc0bd77e 488F: lib/efi*/
623b3a57 489F: test/py/tests/test_efi*
f11a164b 490F: test/unicode_ut.c
e4a7394a 491F: cmd/bootefi.c
59df7e7e 492F: cmd/efidebug.c
49d81fdf 493F: cmd/nvedit_efi.c
ac020196 494F: tools/file2include.c
e4a7394a 495
7e16342b
MS
496FPGA
497M: Michal Simek <[email protected]>
498S: Maintained
499T: git git://git.denx.de/u-boot-microblaze.git
500F: drivers/fpga/
501F: cmd/fpga.c
502F: include/fpga.h
503
00f141cc
DS
504FLATTENED DEVICE TREE
505M: Simon Glass <[email protected]>
506S: Maintained
507T: git git://git.denx.de/u-boot-fdt.git
508F: lib/fdtdec*
509F: lib/libfdt/
510F: include/fdt*
18fa6230 511F: include/linux/libfdt*
643f8d4c 512F: cmd/fdt.c
00f141cc
DS
513F: common/fdt_support.c
514
515FREEBSD
516M: Rafal Jaworowski <[email protected]>
517S: Maintained
518T: git git://git.denx.de/u-boot-freebsd.git
519
520FREESCALE QORIQ
44c21e94 521M: Prabhakar Kushwaha <[email protected]>
00f141cc
DS
522S: Maintained
523T: git git://git.denx.de/u-boot-fsl-qoriq.git
0652d9fb 524F: drivers/watchdog/sp805_wdt.c
00f141cc
DS
525
526I2C
527M: Heiko Schocher <[email protected]>
528S: Maintained
529T: git git://git.denx.de/u-boot-i2c.git
530F: drivers/i2c/
531
e9c8d49d
SG
532LOGGING
533M: Simon Glass <[email protected]>
534S: Maintained
535T: git git://git.denx.de/u-boot.git
536F: common/log.c
537F: cmd/log.c
ef11ed82 538F: test/log/log_test.c
20faa27c 539F: test/py/tests/test_log.py
e9c8d49d 540
c1a65a8c
LD
541MALI DISPLAY PROCESSORS
542M: Liviu Dudau <[email protected]>
543S: Supported
544T: git git://github.com/ARM-software/u-boot.git
545F: drivers/video/mali_dp.c
e3bc4bb8 546F: drivers/i2c/i2c-versatile.c
c1a65a8c 547
00f141cc
DS
548MICROBLAZE
549M: Michal Simek <[email protected]>
550S: Maintained
551T: git git://git.denx.de/u-boot-microblaze.git
552F: arch/microblaze/
8ae3d0b5
MS
553F: cmd/mfsl.c
554F: drivers/gpio/xilinx_gpio.c
555F: drivers/net/xilinx_axi_emac.c
556F: drivers/net/xilinx_emaclite.c
557F: drivers/serial/serial_xuartlite.c
558F: drivers/spi/xilinx_spi.c
0d832b32 559F: drivers/sysreset/sysreset_gpio.c
8ae3d0b5
MS
560F: drivers/watchdog/xilinx_tb_wdt.c
561N: xilinx
00f141cc
DS
562
563MIPS
564M: Daniel Schwierzeck <[email protected]>
565S: Maintained
566T: git git://git.denx.de/u-boot-mips.git
567F: arch/mips/
568
dd1033e4
GC
569MIPS MSCC
570M: Gregory CLEMENT <[email protected]>
571M: Lars Povlsen <[email protected]>
572M: Horatiu Vultur <[email protected]>
573S: Maintained
574F: arch/mips/mach-mscc/
f8c8cedd 575F: arch/mips/dts/luton*
6787c1ec
GC
576F: arch/mips/dts/mscc*
577F: arch/mips/dts/ocelot*
d1182056 578F: arch/mips/dts/jr2*
393b77d8 579F: arch/mips/dts/serval*
6787c1ec
GC
580F: board/mscc/
581F: configs/mscc*
be8313fe 582F: drivers/gpio/mscc_sgpio.c
fd6e0b05 583F: drivers/spi/mscc_bb_spi.c
6787c1ec 584F: include/configs/vcoreiii.h
8c211af8 585F: include/dt-bindings/mscc/
051de9b3 586F: drivers/pinctrl/mscc/
4c66157f 587F: drivers/net/mscc_eswitch/
dd1033e4 588
cd71b1d5
PB
589MIPS JZ4780
590M: Ezequiel Garcia <[email protected]>
591S: Maintained
592F: arch/mips/mach-jz47xx/
593
00f141cc 594MMC
16a6d510 595M: Peng Fan <[email protected]>
00f141cc
DS
596S: Maintained
597T: git git://git.denx.de/u-boot-mmc.git
598F: drivers/mmc/
599
4ef17f9c 600NAND FLASH
9f8aba7a
TR
601#M: Scott Wood <[email protected]>
602S: Orphaned (Since 2018-07)
4ef17f9c 603T: git git://git.denx.de/u-boot-nand-flash.git
a430fa06 604F: drivers/mtd/nand/raw/
4ef17f9c
HS
605
606NDS32
607M: Macpaul Lin <[email protected]>
608S: Maintained
609T: git git://git.denx.de/u-boot-nds32.git
610F: arch/nds32/
611
b7d6e0ab
HS
612NETWORK
613M: Joe Hershberger <[email protected]>
614S: Maintained
615T: git git://git.denx.de/u-boot-net.git
616F: drivers/net/
617F: net/
618
4ef17f9c
HS
619NIOS
620M: Thomas Chou <[email protected]>
621S: Maintained
622T: git git://git.denx.de/u-boot-nios.git
623F: arch/nios2/
624
625ONENAND
626#M: Lukasz Majewski <[email protected]>
627S: Orphaned (Since 2017-01)
628T: git git://git.denx.de/u-boot-onenand.git
629F: drivers/mtd/onenand/
630
00f141cc
DS
631PATMAN
632M: Simon Glass <[email protected]>
633S: Maintained
634F: tools/patman/
635
4ef17f9c
HS
636POWER
637M: Jaehoon Chung <[email protected]>
638S: Maintained
639T: git git://git.denx.de/u-boot-pmic.git
640F: drivers/power/
641
00f141cc
DS
642POWERPC
643M: Wolfgang Denk <[email protected]>
644S: Maintained
645F: arch/powerpc/
646
00f141cc 647POWERPC MPC8XX
907208c4 648M: Christophe Leroy <[email protected]>
00f141cc
DS
649S: Maintained
650T: git git://git.denx.de/u-boot-mpc8xx.git
651F: arch/powerpc/cpu/mpc8xx/
652
00f141cc 653POWERPC MPC83XX
e5ed4c3e 654M: Mario Six <[email protected]>
655S: Maintained
00f141cc 656T: git git://git.denx.de/u-boot-mpc83xx.git
e4061556
MS
657F: drivers/ram/mpc83xx_sdram.c
658F: include/dt-bindings/memory/mpc83xx-sdram.h
76fdad1f
MS
659F: drivers/sysreset/sysreset_mpc83xx.c
660F: drivers/sysreset/sysreset_mpc83xx.h
07d538d2
MS
661F: drivers/clk/mpc83xx_clk.c
662F: drivers/clk/mpc83xx_clk.h
663F: include/dt-bindings/clk/mpc83xx-clk.h
2c21749d 664F: drivers/timer/mpc83xx_timer.c
19fbdca4
MS
665F: drivers/cpu/mpc83xx_cpu.c
666F: drivers/cpu/mpc83xx_cpu.h
d2166319 667F: drivers/misc/mpc83xx_serdes.c
00f141cc
DS
668F: arch/powerpc/cpu/mpc83xx/
669F: arch/powerpc/include/asm/arch-mpc83xx/
670
671POWERPC MPC85XX
44c21e94 672M: Prabhakar Kushwaha <[email protected]>
00f141cc
DS
673S: Maintained
674T: git git://git.denx.de/u-boot-mpc85xx.git
675F: arch/powerpc/cpu/mpc85xx/
676
677POWERPC MPC86XX
44c21e94 678M: Prabhakar Kushwaha <[email protected]>
00f141cc
DS
679S: Maintained
680T: git git://git.denx.de/u-boot-mpc86xx.git
681F: arch/powerpc/cpu/mpc86xx/
682
f94c44e5
RC
683RISC-V
684M: Rick Chen <[email protected]>
685S: Maintained
686T: git git://git.denx.de/u-boot-riscv.git
687F: arch/riscv/
dab8788a 688F: cmd/riscv/
f94c44e5
RC
689F: tools/prelink-riscv.c
690
4ef17f9c
HS
691ROCKUSB
692M: Eddie Cai <[email protected]>
693S: Maintained
694F: drivers/usb/gadget/f_rockusb.c
695F: cmd/rockusb.c
696F: doc/README.rockusb
697
00f141cc
DS
698SANDBOX
699M: Simon Glass <[email protected]>
700S: Maintained
701F: arch/sandbox/
702
703SH
d04ecc4c 704M: Marek Vasut <[email protected]>
00f141cc
DS
705M: Nobuhiro Iwamatsu <[email protected]>
706S: Maintained
707T: git git://git.denx.de/u-boot-sh.git
708F: arch/sh/
709
00f141cc 710SPI
59aea29a 711M: Jagan Teki <[email protected]>
00f141cc
DS
712S: Maintained
713T: git git://git.denx.de/u-boot-spi.git
00f141cc
DS
714F: drivers/spi/
715F: include/spi*
716
4d40e009 717SPI-NOR
59aea29a 718M: Jagan Teki <[email protected]>
4d40e009
V
719M: Vignesh R <[email protected]>
720S: Maintained
721F: drivers/mtd/spi/
722F: include/spi_flash.h
723F: include/linux/mtd/cfi.h
724F: include/linux/mtd/spi-nor.h
725
e721e981
MK
726SPMI
727M: Mateusz Kulikowski <[email protected]>
728S: Maintained
729F: drivers/spmi/
730F: include/spmi/
731
055da186
LD
732TDA19988 HDMI ENCODER
733M: Liviu Dudau <[email protected]>
734S: Maintained
735F: drivers/video/tda19988.c
736
4e2fdf45
AD
737TI SYSTEM SECURITY
738M: Andrew F. Davis <[email protected]>
739S: Supported
740F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4e2fdf45
AD
741F: arch/arm/mach-omap2/sec-common.c
742F: arch/arm/mach-omap2/config_secure.mk
3a543a80 743F: arch/arm/mach-k3/security.c
50836967 744F: arch/arm/mach-k3/config_secure.mk
a42eee12 745F: configs/am335x_hs_evm_defconfig
c2dca337 746F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45
AD
747F: configs/am43xx_hs_evm_defconfig
748F: configs/am57xx_hs_evm_defconfig
995985c1 749F: configs/am57xx_hs_evm_usb_defconfig
4e2fdf45 750F: configs/dra7xx_hs_evm_defconfig
83ae6475 751F: configs/dra7xx_hs_evm_usb_defconfig
8a707baf
LV
752F: configs/k2hk_hs_evm_defconfig
753F: configs/k2e_hs_evm_defconfig
754F: configs/k2g_hs_evm_defconfig
f274f265 755F: configs/k2l_hs_evm_defconfig
0a4b11b0
AD
756F: configs/am65x_hs_evm_r5_defconfig
757F: configs/am65x_hs_evm_a53_defconfig
4e2fdf45 758
00f141cc 759TQ GROUP
3a53aba3
BM
760#M: Martin Krause <[email protected]>
761S: Orphaned (Since 2016-02)
00f141cc
DS
762T: git git://git.denx.de/u-boot-tq-group.git
763
9ff4a311
JW
764TEE
765M: Jens Wiklander <[email protected]>
766S: Maintained
767F: drivers/tee/
768F: include/tee.h
1cc8cc4e 769F: include/tee/
9ff4a311 770
00f141cc
DS
771UBI
772M: Kyungmin Park <[email protected]>
69337a9d 773M: Heiko Schocher <[email protected]>
00f141cc
DS
774S: Maintained
775T: git git://git.denx.de/u-boot-ubi.git
776F: drivers/mtd/ubi/
777
778USB
779M: Marek Vasut <[email protected]>
780S: Maintained
781T: git git://git.denx.de/u-boot-usb.git
782F: drivers/usb/
783
c0c5f910
BM
784USB xHCI
785M: Bin Meng <[email protected]>
786S: Maintained
787T: git git://git.denx.de/u-boot-usb.git topic-xhci
788F: drivers/usb/host/xhci*
789
00f141cc
DS
790VIDEO
791M: Anatolij Gustschin <[email protected]>
792S: Maintained
793T: git git://git.denx.de/u-boot-video.git
794F: drivers/video/
c967fb78
AG
795F: common/lcd*.c
796F: include/lcd*.h
9cdbc906 797F: include/video*.h
00f141cc
DS
798
799X86
800M: Simon Glass <[email protected]>
dc5210a2 801M: Bin Meng <[email protected]>
00f141cc
DS
802S: Maintained
803T: git git://git.denx.de/u-boot-x86.git
804F: arch/x86/
dab8788a 805F: cmd/x86/
00f141cc 806
de5e5cea
CZ
807XTENSA
808M: Max Filippov <[email protected]>
809S: Maintained
810F: arch/xtensa/
811
00f141cc 812THE REST
4e34d610 813M: Tom Rini <[email protected]>
00f141cc
DS
814L: [email protected]
815Q: http://patchwork.ozlabs.org/project/uboot/list/
816S: Maintained
817T: git git://git.denx.de/u-boot.git
80870e2a 818F: configs/tools-only_defconfig
00f141cc
DS
819F: *
820F: */
This page took 0.375348 seconds and 4 git commands to generate.