]> Git Repo - J-u-boot.git/blame - MAINTAINERS
binman: Adjust fmap to ignore CBFS files
[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]
13181641 58T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
00f141cc 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
13181641 87T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
00f141cc 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 94S: Maintainted
13181641 95T: git https://gitlab.denx.de/u-boot/custodians/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]
13181641 102T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
535d74a8
NA
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 155S: Maintained
13181641 156T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
00f141cc
DS
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 176S: Maintained
13181641 177T: git https://gitlab.denx.de/u-boot/custodians/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
13181641 191T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
00f141cc
DS
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/
603fcd16 208F: drivers/spi/mtk_snfi_spi.c
a9da9eeb
RL
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
13181641 220T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
413ca720
EH
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 236S: Maintained
13181641 237T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
4810c2f8
NI
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 244S: Maintained
13181641 245T: git https://gitlab.denx.de/u-boot/custodians/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
13181641 267T: git https://gitlab.denx.de/u-boot/custodians/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)
13181641 292T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
00f141cc
DS
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)
94217814 300T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm
2514c2d0 301S: Maintained
67eea68a 302F: arch/arm/mach-stm32mp/
b57aaa07 303F: drivers/clk/clk_stm32mp1.c
f65b82ff 304F: drivers/i2c/stm32f7_i2c.c
b04553ec 305F: drivers/mailbox/stm32-ipcc.c
c3600e1f 306F: drivers/misc/stm32mp_fuse.c
f65b82ff
PC
307F: drivers/mmc/stm32_sdmmc2.c
308F: drivers/phy/phy-stm32-usbphyc.c
309F: drivers/pinctrl/pinctrl_stm32.c
42f01aac 310F: drivers/power/pmic/stpmic1.c
f65b82ff 311F: drivers/power/regulator/stm32-vrefbuf.c
42f01aac 312F: drivers/power/regulator/stpmic1.c
b57aaa07 313F: drivers/ram/stm32mp1/
5dca7d18 314F: drivers/remoteproc/stm32_copro.c
f65b82ff
PC
315F: drivers/misc/stm32_rcc.c
316F: drivers/reset/stm32-reset.c
317F: drivers/spi/stm32_qspi.c
a2a89b2e 318F: drivers/spi/stm32_spi.c
8c1007a2 319F: drivers/watchdog/stm32mp_wdt.c
2514c2d0 320
9fa32b12
VM
321ARM STM STV0991
322M: Vikas Manocha <[email protected]>
323S: Maintained
324F: arch/arm/cpu/armv7/stv0991/
325F: arch/arm/include/asm/arch-stv0991/
326
00f141cc 327ARM SUNXI
59aea29a 328M: Jagan Teki <[email protected]>
bf8f4c44 329M: Maxime Ripard <[email protected]>
ed8f2a28 330S: Maintained
13181641 331T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
00f141cc
DS
332F: arch/arm/cpu/armv7/sunxi/
333F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
334F: arch/arm/mach-sunxi/
335F: board/sunxi/
00f141cc
DS
336
337ARM TEGRA
338M: Tom Warren <[email protected]>
339S: Maintained
13181641 340T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
09f455dc 341F: arch/arm/mach-tegra/
00f141cc
DS
342F: arch/arm/include/asm/arch-tegra*/
343
344ARM TI
4e34d610 345M: Tom Rini <[email protected]>
00f141cc 346S: Maintained
13181641 347T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
26f7c111 348F: arch/arm/mach-davinci/
586bde93 349F: arch/arm/mach-k3/
26f7c111 350F: arch/arm/mach-keystone/
00f141cc
DS
351F: arch/arm/include/asm/arch-omap*/
352F: arch/arm/include/asm/ti-common/
353
0fb63aa6 354ARM UNIPHIER
ed6226c4 355M: Masahiro Yamada <[email protected]>
0fb63aa6 356S: Maintained
13181641 357T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
4c425570 358F: arch/arm/mach-uniphier/
5fd3f434 359F: configs/uniphier_*_defconfig
eb006c83 360N: uniphier
0fb63aa6 361
ec48b6c9
MS
362ARM VERSAL
363M: Michal Simek <[email protected]>
364S: Maintained
13181641 365T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
ec48b6c9
MS
366F: arch/arm/mach-versal/
367
0fabfeb2
LD
368ARM VERSATILE EXPRESS DRIVERS
369M: Liviu Dudau <[email protected]>
370S: Maintained
371T: git git://github.com/ARM-software/u-boot.git
372F: drivers/misc/vexpress_config.c
373N: vexpress
374
00f141cc
DS
375ARM ZYNQ
376M: Michal Simek <[email protected]>
377S: Maintained
13181641 378T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
8ae3d0b5
MS
379F: arch/arm/mach-zynq/
380F: drivers/clk/clk_zynq.c
381F: drivers/fpga/zynqpl.c
382F: drivers/gpio/zynq_gpio.c
383F: drivers/i2c/i2c-cdns.c
384F: drivers/i2c/muxes/pca954x.c
385F: drivers/i2c/zynq_i2c.c
386F: drivers/mmc/zynq_sdhci.c
a430fa06 387F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
388F: drivers/net/phy/xilinx_phy.c
389F: drivers/net/zynq_gem.c
390F: drivers/serial/serial_zynq.c
391F: drivers/spi/zynq_qspi.c
392F: drivers/spi/zynq_spi.c
393F: drivers/usb/host/ehci-zynq.c
394F: drivers/watchdog/cdns_wdt.c
23e7e6b6 395F: include/zynqpl.h
8ae3d0b5
MS
396F: tools/zynqimage.c
397N: zynq
00f141cc 398
84c7204b
MS
399ARM ZYNQMP
400M: Michal Simek <[email protected]>
401S: Maintained
13181641 402T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
274ccb5b 403F: arch/arm/mach-zynqmp/
3d14228f 404F: drivers/clk/clk_zynqmp.c
8ae3d0b5
MS
405F: drivers/fpga/zynqpl.c
406F: drivers/gpio/zynq_gpio.c
407F: drivers/i2c/i2c-cdns.c
408F: drivers/i2c/muxes/pca954x.c
409F: drivers/i2c/zynq_i2c.c
410F: drivers/mmc/zynq_sdhci.c
a430fa06 411F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
412F: drivers/net/phy/xilinx_phy.c
413F: drivers/net/zynq_gem.c
414F: drivers/serial/serial_zynq.c
415F: drivers/spi/zynq_qspi.c
416F: drivers/spi/zynq_spi.c
72c37d12 417F: drivers/timer/cadence-ttc.c
8ae3d0b5
MS
418F: drivers/usb/host/ehci-zynq.c
419F: drivers/watchdog/cdns_wdt.c
23e7e6b6 420F: include/zynqmppl.h
b123aff2 421F: tools/zynqmp*
2570e129 422N: ultra96
8ae3d0b5 423N: zynqmp
84c7204b 424
1d6c54ec
MS
425ARM ZYNQMP R5
426M: Michal Simek <[email protected]>
427S: Maintained
13181641 428T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
1d6c54ec
MS
429F: arch/arm/mach-zynqmp-r5/
430
bb48470d
SG
431BINMAN
432M: Simon Glass <[email protected]>
433S: Maintained
434F: tools/binman/
435
00f141cc
DS
436BUILDMAN
437M: Simon Glass <[email protected]>
438S: Maintained
439F: tools/buildman/
440
441CFI FLASH
442M: Stefan Roese <[email protected]>
443S: Maintained
13181641 444T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
c4c2e141
SR
445F: drivers/mtd/cfi_flash.c
446F: drivers/mtd/jedec_flash.c
00f141cc 447
37d73373
LM
448CLOCK
449M: Lukasz Majewski <[email protected]>
450S: Maintained
451T: git git://git.denx.de/u-boot-dfu.git
452F: drivers/clk/
453F: drivers/clk/imx/
454
00f141cc 455COLDFIRE
08ae21af 456M: Huan Wang <[email protected]>
82ebb7e5 457M: Angelo Dureghello <[email protected]>
00f141cc 458S: Maintained
13181641 459T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
00f141cc
DS
460F: arch/m68k/
461
462DFU
56acf018 463M: Lukasz Majewski <[email protected]>
00f141cc 464S: Maintained
13181641 465T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
d4c9a908
LM
466F: cmd/dfu.c
467F: cmd/usb_*.c
468F: common/dfu.c
469F: common/update.c
470F: common/usb_storage.c
00f141cc 471F: drivers/dfu/
55ca6138 472F: drivers/usb/gadget/
00f141cc
DS
473
474DRIVER MODEL
475M: Simon Glass <[email protected]>
476S: Maintained
13181641 477T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
00f141cc
DS
478F: drivers/core/
479F: include/dm/
480F: test/dm/
481
e4a7394a 482EFI PAYLOAD
7590f907
AG
483M: Heinrich Schuchardt <[email protected]>
484R: Alexander Graf <[email protected]>
e4a7394a 485S: Maintained
13181641 486T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
1914e5b5 487F: doc/README.uefi
29a8a282 488F: doc/README.iscsi
656d8da9 489F: doc/efi.rst
5b2118a2 490F: include/capitalization.h
1db6ab28 491F: include/charset.h
0bc4b0da
HS
492F: include/cp1250.h
493F: include/cp437.h
623b3a57 494F: include/efi*
268ec6e0
HS
495F: include/pe.h
496F: include/asm-generic/pe.h
0b8a88ab 497F: lib/charset.c
bc0bd77e 498F: lib/efi*/
623b3a57 499F: test/py/tests/test_efi*
f11a164b 500F: test/unicode_ut.c
e4a7394a 501F: cmd/bootefi.c
59df7e7e 502F: cmd/efidebug.c
49d81fdf 503F: cmd/nvedit_efi.c
ac020196 504F: tools/file2include.c
e4a7394a 505
7e16342b
MS
506FPGA
507M: Michal Simek <[email protected]>
508S: Maintained
13181641 509T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
7e16342b
MS
510F: drivers/fpga/
511F: cmd/fpga.c
512F: include/fpga.h
513
00f141cc
DS
514FLATTENED DEVICE TREE
515M: Simon Glass <[email protected]>
516S: Maintained
13181641 517T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
00f141cc
DS
518F: lib/fdtdec*
519F: lib/libfdt/
520F: include/fdt*
18fa6230 521F: include/linux/libfdt*
643f8d4c 522F: cmd/fdt.c
00f141cc
DS
523F: common/fdt_support.c
524
525FREEBSD
526M: Rafal Jaworowski <[email protected]>
527S: Maintained
13181641 528T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
00f141cc
DS
529
530FREESCALE QORIQ
44c21e94 531M: Prabhakar Kushwaha <[email protected]>
00f141cc 532S: Maintained
13181641 533T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
0652d9fb 534F: drivers/watchdog/sp805_wdt.c
00f141cc
DS
535
536I2C
537M: Heiko Schocher <[email protected]>
538S: Maintained
13181641 539T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
00f141cc
DS
540F: drivers/i2c/
541
e9c8d49d
SG
542LOGGING
543M: Simon Glass <[email protected]>
544S: Maintained
13181641 545T: git https://gitlab.denx.de/u-boot/u-boot.git
e9c8d49d
SG
546F: common/log.c
547F: cmd/log.c
ef11ed82 548F: test/log/log_test.c
20faa27c 549F: test/py/tests/test_log.py
e9c8d49d 550
c1a65a8c
LD
551MALI DISPLAY PROCESSORS
552M: Liviu Dudau <[email protected]>
553S: Supported
554T: git git://github.com/ARM-software/u-boot.git
555F: drivers/video/mali_dp.c
e3bc4bb8 556F: drivers/i2c/i2c-versatile.c
c1a65a8c 557
00f141cc
DS
558MICROBLAZE
559M: Michal Simek <[email protected]>
560S: Maintained
13181641 561T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
00f141cc 562F: arch/microblaze/
8ae3d0b5
MS
563F: cmd/mfsl.c
564F: drivers/gpio/xilinx_gpio.c
565F: drivers/net/xilinx_axi_emac.c
566F: drivers/net/xilinx_emaclite.c
567F: drivers/serial/serial_xuartlite.c
568F: drivers/spi/xilinx_spi.c
0d832b32 569F: drivers/sysreset/sysreset_gpio.c
8ae3d0b5
MS
570F: drivers/watchdog/xilinx_tb_wdt.c
571N: xilinx
00f141cc
DS
572
573MIPS
574M: Daniel Schwierzeck <[email protected]>
575S: Maintained
13181641 576T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
00f141cc
DS
577F: arch/mips/
578
dd1033e4
GC
579MIPS MSCC
580M: Gregory CLEMENT <[email protected]>
581M: Lars Povlsen <[email protected]>
582M: Horatiu Vultur <[email protected]>
583S: Maintained
584F: arch/mips/mach-mscc/
f8c8cedd 585F: arch/mips/dts/luton*
6787c1ec
GC
586F: arch/mips/dts/mscc*
587F: arch/mips/dts/ocelot*
d1182056 588F: arch/mips/dts/jr2*
393b77d8 589F: arch/mips/dts/serval*
6787c1ec
GC
590F: board/mscc/
591F: configs/mscc*
be8313fe 592F: drivers/gpio/mscc_sgpio.c
fd6e0b05 593F: drivers/spi/mscc_bb_spi.c
6787c1ec 594F: include/configs/vcoreiii.h
8c211af8 595F: include/dt-bindings/mscc/
051de9b3 596F: drivers/pinctrl/mscc/
4c66157f 597F: drivers/net/mscc_eswitch/
dd1033e4 598
cd71b1d5
PB
599MIPS JZ4780
600M: Ezequiel Garcia <[email protected]>
601S: Maintained
602F: arch/mips/mach-jz47xx/
603
00f141cc 604MMC
16a6d510 605M: Peng Fan <[email protected]>
00f141cc 606S: Maintained
13181641 607T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
00f141cc
DS
608F: drivers/mmc/
609
4ef17f9c 610NAND FLASH
9f8aba7a
TR
611#M: Scott Wood <[email protected]>
612S: Orphaned (Since 2018-07)
13181641 613T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
a430fa06 614F: drivers/mtd/nand/raw/
4ef17f9c
HS
615
616NDS32
995fa61f 617M: Rick Chen <[email protected]>
4ef17f9c 618S: Maintained
13181641 619T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
4ef17f9c
HS
620F: arch/nds32/
621
b7d6e0ab
HS
622NETWORK
623M: Joe Hershberger <[email protected]>
624S: Maintained
13181641 625T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
b7d6e0ab 626F: drivers/net/
69fbf238 627F: include/net.h
b7d6e0ab
HS
628F: net/
629
4ef17f9c
HS
630NIOS
631M: Thomas Chou <[email protected]>
632S: Maintained
13181641 633T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
4ef17f9c
HS
634F: arch/nios2/
635
636ONENAND
637#M: Lukasz Majewski <[email protected]>
638S: Orphaned (Since 2017-01)
13181641 639T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
4ef17f9c
HS
640F: drivers/mtd/onenand/
641
00f141cc
DS
642PATMAN
643M: Simon Glass <[email protected]>
644S: Maintained
645F: tools/patman/
646
914026d2
RF
647PCI Endpoint
648M: Ramon Fried <[email protected]>
649S: Maintained
650F: drivers/pci_endpoint/
651F: include/pci_ep.h
652
4ef17f9c
HS
653POWER
654M: Jaehoon Chung <[email protected]>
655S: Maintained
13181641 656T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
4ef17f9c
HS
657F: drivers/power/
658
00f141cc
DS
659POWERPC
660M: Wolfgang Denk <[email protected]>
661S: Maintained
662F: arch/powerpc/
663
00f141cc 664POWERPC MPC8XX
907208c4 665M: Christophe Leroy <[email protected]>
00f141cc 666S: Maintained
13181641 667T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
00f141cc
DS
668F: arch/powerpc/cpu/mpc8xx/
669
00f141cc 670POWERPC MPC83XX
e5ed4c3e 671M: Mario Six <[email protected]>
672S: Maintained
13181641 673T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
e4061556
MS
674F: drivers/ram/mpc83xx_sdram.c
675F: include/dt-bindings/memory/mpc83xx-sdram.h
76fdad1f
MS
676F: drivers/sysreset/sysreset_mpc83xx.c
677F: drivers/sysreset/sysreset_mpc83xx.h
07d538d2
MS
678F: drivers/clk/mpc83xx_clk.c
679F: drivers/clk/mpc83xx_clk.h
680F: include/dt-bindings/clk/mpc83xx-clk.h
2c21749d 681F: drivers/timer/mpc83xx_timer.c
19fbdca4
MS
682F: drivers/cpu/mpc83xx_cpu.c
683F: drivers/cpu/mpc83xx_cpu.h
d2166319 684F: drivers/misc/mpc83xx_serdes.c
00f141cc
DS
685F: arch/powerpc/cpu/mpc83xx/
686F: arch/powerpc/include/asm/arch-mpc83xx/
687
688POWERPC MPC85XX
44c21e94 689M: Prabhakar Kushwaha <[email protected]>
00f141cc 690S: Maintained
13181641 691T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
00f141cc
DS
692F: arch/powerpc/cpu/mpc85xx/
693
694POWERPC MPC86XX
44c21e94 695M: Prabhakar Kushwaha <[email protected]>
00f141cc 696S: Maintained
13181641 697T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
00f141cc
DS
698F: arch/powerpc/cpu/mpc86xx/
699
f94c44e5
RC
700RISC-V
701M: Rick Chen <[email protected]>
702S: Maintained
13181641 703T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
f94c44e5 704F: arch/riscv/
dab8788a 705F: cmd/riscv/
f94c44e5
RC
706F: tools/prelink-riscv.c
707
4ef17f9c
HS
708ROCKUSB
709M: Eddie Cai <[email protected]>
710S: Maintained
711F: drivers/usb/gadget/f_rockusb.c
712F: cmd/rockusb.c
713F: doc/README.rockusb
714
00f141cc
DS
715SANDBOX
716M: Simon Glass <[email protected]>
717S: Maintained
718F: arch/sandbox/
719
720SH
d04ecc4c 721M: Marek Vasut <[email protected]>
00f141cc
DS
722M: Nobuhiro Iwamatsu <[email protected]>
723S: Maintained
13181641 724T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
00f141cc
DS
725F: arch/sh/
726
00f141cc 727SPI
59aea29a 728M: Jagan Teki <[email protected]>
00f141cc 729S: Maintained
13181641 730T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
00f141cc
DS
731F: drivers/spi/
732F: include/spi*
733
4d40e009 734SPI-NOR
59aea29a 735M: Jagan Teki <[email protected]>
4d40e009
V
736M: Vignesh R <[email protected]>
737S: Maintained
738F: drivers/mtd/spi/
739F: include/spi_flash.h
740F: include/linux/mtd/cfi.h
741F: include/linux/mtd/spi-nor.h
742
e721e981
MK
743SPMI
744M: Mateusz Kulikowski <[email protected]>
745S: Maintained
746F: drivers/spmi/
747F: include/spmi/
748
055da186
LD
749TDA19988 HDMI ENCODER
750M: Liviu Dudau <[email protected]>
751S: Maintained
752F: drivers/video/tda19988.c
753
4e2fdf45
AD
754TI SYSTEM SECURITY
755M: Andrew F. Davis <[email protected]>
756S: Supported
757F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4e2fdf45
AD
758F: arch/arm/mach-omap2/sec-common.c
759F: arch/arm/mach-omap2/config_secure.mk
3a543a80 760F: arch/arm/mach-k3/security.c
50836967 761F: arch/arm/mach-k3/config_secure.mk
a42eee12 762F: configs/am335x_hs_evm_defconfig
c2dca337 763F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45
AD
764F: configs/am43xx_hs_evm_defconfig
765F: configs/am57xx_hs_evm_defconfig
995985c1 766F: configs/am57xx_hs_evm_usb_defconfig
4e2fdf45 767F: configs/dra7xx_hs_evm_defconfig
83ae6475 768F: configs/dra7xx_hs_evm_usb_defconfig
8a707baf
LV
769F: configs/k2hk_hs_evm_defconfig
770F: configs/k2e_hs_evm_defconfig
771F: configs/k2g_hs_evm_defconfig
f274f265 772F: configs/k2l_hs_evm_defconfig
0a4b11b0
AD
773F: configs/am65x_hs_evm_r5_defconfig
774F: configs/am65x_hs_evm_a53_defconfig
4e2fdf45 775
00f141cc 776TQ GROUP
3a53aba3
BM
777#M: Martin Krause <[email protected]>
778S: Orphaned (Since 2016-02)
00f141cc
DS
779T: git git://git.denx.de/u-boot-tq-group.git
780
9ff4a311
JW
781TEE
782M: Jens Wiklander <[email protected]>
783S: Maintained
784F: drivers/tee/
785F: include/tee.h
1cc8cc4e 786F: include/tee/
9ff4a311 787
5fbc667d
BD
788TEE-lib
789M: Bryan O'Donoghue <[email protected]>
790S: Maintained
791F: lib/optee
792
00f141cc
DS
793UBI
794M: Kyungmin Park <[email protected]>
69337a9d 795M: Heiko Schocher <[email protected]>
00f141cc 796S: Maintained
13181641 797T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
00f141cc
DS
798F: drivers/mtd/ubi/
799
800USB
801M: Marek Vasut <[email protected]>
802S: Maintained
13181641 803T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
00f141cc
DS
804F: drivers/usb/
805
c0c5f910
BM
806USB xHCI
807M: Bin Meng <[email protected]>
808S: Maintained
13181641 809T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
c0c5f910
BM
810F: drivers/usb/host/xhci*
811
00f141cc
DS
812VIDEO
813M: Anatolij Gustschin <[email protected]>
814S: Maintained
13181641 815T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
00f141cc 816F: drivers/video/
c967fb78
AG
817F: common/lcd*.c
818F: include/lcd*.h
9cdbc906 819F: include/video*.h
00f141cc
DS
820
821X86
822M: Simon Glass <[email protected]>
dc5210a2 823M: Bin Meng <[email protected]>
00f141cc 824S: Maintained
13181641 825T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
00f141cc 826F: arch/x86/
dab8788a 827F: cmd/x86/
00f141cc 828
de5e5cea
CZ
829XTENSA
830M: Max Filippov <[email protected]>
831S: Maintained
832F: arch/xtensa/
833
00f141cc 834THE REST
4e34d610 835M: Tom Rini <[email protected]>
00f141cc
DS
836L: [email protected]
837Q: http://patchwork.ozlabs.org/project/uboot/list/
838S: Maintained
13181641 839T: git https://gitlab.denx.de/u-boot/u-boot.git
80870e2a 840F: configs/tools-only_defconfig
00f141cc
DS
841F: *
842F: */
This page took 0.433265 seconds and 4 git commands to generate.