]> Git Repo - J-u-boot.git/blame - MAINTAINERS
spl: ymodem: Add support for loading gzip compressed uImage
[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.
15 Odd Fixes: It has a maintainer but they don't have time to do
16 much other than throw the odd patch in. See below..
17 Orphan: No current maintainer [but maybe you could take the
18 role as you write your new code].
19 Obsolete: Old code. Something tagged obsolete generally means
20 it has been replaced by a better system and you
21 should be using that.
22 F: Files and directories with wildcard patterns.
23 A trailing slash includes all files and subdirectory files.
24 F: drivers/net/ all files in and below drivers/net
25 F: drivers/net/* all files in drivers/net, but not below
26 F: */net/* all files in "any top level directory"/net
27 One pattern per line. Multiple F: lines acceptable.
28 N: Files and directories with regex patterns.
29 N: [^a-z]tegra all files whose path contains the word tegra
30 One pattern per line. Multiple N: lines acceptable.
31 scripts/get_maintainer.pl has different behavior for files that
32 match F: pattern and matches of N: patterns. By default,
33 get_maintainer will not look at git log history when an F: pattern
34 match occurs. When an N: match occurs, git log history is used
35 to also notify the people that have git commit signatures.
36 X: Files and directories that are NOT maintained, same rules as F:
37 Files exclusions are tested before file matches.
38 Can be useful for excluding a specific subdirectory, for instance:
39 F: net/
40 X: net/ipv6/
41 matches all files in and below net excluding net/ipv6/
42 K: Keyword perl extended regex pattern to match content in a
43 patch or file. For instance:
44 K: of_get_profile
45 matches patches or files that contain "of_get_profile"
46 K: \b(printk|pr_(info|err))\b
47 matches patches or files that contain one or more of the words
48 printk, pr_info or pr_err
49 One regex pattern per line. Multiple K: lines acceptable.
50
51Note: For the hard of thinking, this list is meant to remain in alphabetical
52order. If you could add yourselves to it in alphabetical order that would be
53so much easier [Ed]
54
55Maintainers List (try to look for most precise areas first)
56
57 -----------------------------------
58ARC
59M: Alexey Brodkin <[email protected]>
4006200d 60M: Eugeniy Paltsev <[email protected]>
00f141cc 61S: Maintained
4006200d 62L: [email protected]
00f141cc
DS
63T: git git://git.denx.de/u-boot-arc.git
64F: arch/arc/
b08b113e 65F: board/synopsys/
00f141cc 66
e80dac0a
EP
67ARC HSDK CGU CLOCK
68M: Eugeniy Paltsev <[email protected]>
69S: Maintained
70L: [email protected]
71F: drivers/clk/clk-hsdk-cgu.c
72F: include/dt-bindings/clock/snps,hsdk-cgu.h
73F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
74
b7d6e0ab
HS
75ARC HSDK CREG GPIO
76M: Eugeniy Paltsev <[email protected]>
77S: Maintained
78L: [email protected]
7620ec4d 79F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
b7d6e0ab
HS
80F: drivers/gpio/hsdk-creg-gpio.c
81
00f141cc
DS
82ARM
83M: Albert Aribaud <[email protected]>
84S: Maintained
85T: git git://git.denx.de/u-boot-arm.git
86F: arch/arm/
87
d8540a16
PM
88ARM ALTERA SOCFPGA
89M: Marek Vasut <[email protected]>
90S: Maintainted
91T: git git://git.denx.de/u-boot-socfpga.git
f22dede2 92F: arch/arm/mach-socfpga/
d8540a16 93
00f141cc 94ARM ATMEL AT91
09c2b8f3 95M: Andreas Bießmann <[email protected]>
00f141cc
DS
96S: Maintained
97T: git git://git.denx.de/u-boot-atmel.git
62011840 98F: arch/arm/mach-at91/
00f141cc 99
fe84ebf0 100ARM BROADCOM BCM283X
958d55f2
AG
101M: Alexander Graf <[email protected]>
102S: Maintained
fe84ebf0
SW
103F: arch/arm/mach-bcm283x/
104F: drivers/gpio/bcm2835_gpio.c
105F: drivers/mmc/bcm2835_sdhci.c
c8a73a26 106F: drivers/mmc/bcm2835_sdhost.c
fe84ebf0 107F: drivers/serial/serial_bcm283x_mu.c
6001985f 108F: drivers/serial/serial_bcm283x_pl011.c
fe84ebf0
SW
109F: drivers/video/bcm2835.c
110F: include/dm/platform_data/serial_bcm283x_mu.h
caf2233b 111F: drivers/pinctrl/broadcom/
fe84ebf0 112
894c3ad2
TF
113ARM BROADCOM BCMSTB
114M: Thomas Fitzsimmons <[email protected]>
115S: Maintained
116F: arch/arm/mach-bcmstb/
117F: board/broadcom/bcmstb/
3f20321a 118F: configs/bcm7*_defconfig
894c3ad2
TF
119F: doc/README.bcm7xxx
120F: drivers/mmc/bcmstb_sdhci.c
121F: drivers/spi/bcmstb_spi.c
122
00f141cc
DS
123ARM FREESCALE IMX
124M: Stefano Babic <[email protected]>
2aaf7c49 125M: Fabio Estevam <[email protected]>
d17b0bed 126R: NXP i.MX U-Boot Team <[email protected]>
00f141cc
DS
127S: Maintained
128T: git git://git.denx.de/u-boot-imx.git
129F: arch/arm/cpu/arm1136/mx*/
130F: arch/arm/cpu/arm926ejs/mx*/
00f141cc 131F: arch/arm/cpu/armv7/vf610/
552a848e 132F: arch/arm/mach-imx/
00f141cc
DS
133F: arch/arm/include/asm/arch-imx/
134F: arch/arm/include/asm/arch-mx*/
135F: arch/arm/include/asm/arch-vf610/
552a848e 136F: arch/arm/include/asm/mach-imx/
77cbd3a1 137F: board/freescale/*mx*/
00f141cc 138
ae4dc15d
PG
139ARM HISILICON
140M: Peter Griffin <[email protected]>
141S: Maintained
142F: arch/arm/cpu/armv8/hisilicon
0f8525f5 143F: arch/arm/include/asm/arch-hi6220/
ae4dc15d 144
4b8cb843 145ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX
00f141cc 146M: Prafulla Wadaskar <[email protected]>
5ea01961 147M: Luka Perkov <[email protected]>
f822d857 148M: Stefan Roese <[email protected]>
00f141cc
DS
149S: Maintained
150T: git git://git.denx.de/u-boot-marvell.git
56f86e39 151F: arch/arm/mach-kirkwood/
f822d857 152F: arch/arm/mach-mvebu/
592b4a7e 153F: drivers/ata/ahci_mvebu.c
4b8cb843 154F: drivers/phy/marvell/
00f141cc
DS
155
156ARM MARVELL PXA
157M: Marek Vasut <[email protected]>
158S: Maintained
159T: git git://git.denx.de/u-boot-pxa.git
160F: arch/arm/cpu/pxa/
161F: arch/arm/include/asm/arch-pxa/
162
a9da9eeb
RL
163ARM MEDIATEK
164M: Ryder Lee <[email protected]>
165M: Weijie Gao <[email protected]>
166S: Maintained
167F: arch/arm/mach-mediatek/
168F: arch/arm/include/asm/arch-mediatek/
169F: board/mediatek/
170F: doc/README.mediatek
171F: drivers/clk/mediatek/
172F: drivers/mmc/mtk-sd.c
173F: drivers/pinctrl/mediatek/
174F: drivers/power/domain/mtk-power-domain.c
175F: drivers/ram/mediatek/
176F: drivers/spi/mtk_qspi.c
177F: drivers/timer/mtk_timer.c
178F: drivers/watchdog/mtk_wdt.c
d049ff9c
WG
179F: drivers/net/mtk_eth.c
180F: drivers/reset/reset-mediatek.c
a9da9eeb
RL
181F: tools/mtk_image.c
182F: tools/mtk_image.h
183N: mediatek
184
e2a1484c
MS
185ARM OWL
186M: Manivannan Sadhasivam <[email protected]>
187S: Maintained
188F: arch/arm/include/asm/arch-owl/
189F: arch/arm/mach-owl/
190F: board/ucRobotics/
191F: drivers/clk/owl/
192F: drivers/serial/serial_owl.c
193
4810c2f8
NI
194ARM RENESAS RMOBILE/R-CAR
195M: Nobuhiro Iwamatsu <[email protected]>
9db60e25 196M: Marek Vasut <[email protected]>
4810c2f8
NI
197S: Maintained
198T: git git://git.denx.de/u-boot-sh.git
199F: arch/arm/mach-rmobile/
200
c3caeac0
MY
201ARM ROCKCHIP
202M: Simon Glass <[email protected]>
f8714372 203M: Philipp Tomsich <[email protected]>
c3caeac0
MY
204S: Maintained
205T: git git://git.denx.de/u-boot-rockchip.git
8b45193a 206F: arch/arm/include/asm/arch-rockchip/
c3caeac0 207F: arch/arm/mach-rockchip/
ae0fc89e 208F: board/rockchip/
8b45193a
PT
209F: drivers/clk/rockchip/
210F: drivers/gpio/rk_gpio.c
211F: drivers/misc/rockchip-efuse.c
47b8583f
PT
212F: drivers/mmc/rockchip_sdhci.c
213F: drivers/mmc/rockchip_dw_mmc.c
8b45193a
PT
214F: drivers/pinctrl/rockchip/
215F: drivers/ram/rockchip/
216F: drivers/sysreset/sysreset_rockchip.c
3f565522 217F: drivers/video/rockchip/
8b45193a
PT
218F: tools/rkcommon.c
219F: tools/rkcommon.h
220F: tools/rkimage.c
221F: tools/rksd.c
222F: tools/rkspi.c
c3caeac0 223
00f141cc
DS
224ARM SAMSUNG
225M: Minkyu Kang <[email protected]>
226S: Maintained
227T: git git://git.denx.de/u-boot-samsung.git
225f5eec
MK
228F: arch/arm/mach-exynos/
229F: arch/arm/mach-s5pc1xx/
00f141cc 230F: arch/arm/cpu/armv7/s5p-common/
00f141cc 231
e721e981 232ARM SNAPDRAGON
92a14a47 233M: Ramon Fried <[email protected]>
e721e981
MK
234S: Maintained
235F: arch/arm/mach-snapdragon/
ce18baf9
RF
236F: drivers/gpio/msm_gpio.c
237F: drivers/mmc/msm_sdhci.c
92454e47 238F: drivers/phy/msm8916-usbh-phy.c
ce18baf9 239F: drivers/serial/serial_msm.c
654dd4a8 240F: drivers/smem/msm_smem.c
ce18baf9 241F: drivers/usb/host/ehci-msm.c
e721e981 242
b7d6e0ab
HS
243ARM STI
244M: Patrice Chotard <[email protected]>
245S: Maintained
246F: arch/arm/mach-sti/
247F: arch/arm/include/asm/arch-sti*/
248
00f141cc 249ARM STM SPEAR
3a53aba3
BM
250#M: Vipin Kumar <[email protected]>
251S: Orphaned (Since 2016-02)
00f141cc
DS
252T: git git://git.denx.de/u-boot-stm.git
253F: arch/arm/cpu/arm926ejs/spear/
254F: arch/arm/include/asm/arch-spear/
255
2514c2d0
PD
256ARM STM STM32MP
257M: Patrick Delaunay <[email protected]>
f65b82ff
PC
258M: Christophe Kerello <[email protected]>
259M: Patrice Chotard <[email protected]>
84ee59a5 260L: [email protected] (moderated for non-subscribers)
2514c2d0
PD
261S: Maintained
262F: arch/arm/mach-stm32mp
b57aaa07 263F: drivers/clk/clk_stm32mp1.c
f65b82ff 264F: drivers/i2c/stm32f7_i2c.c
c3600e1f 265F: drivers/misc/stm32mp_fuse.c
f65b82ff
PC
266F: drivers/mmc/stm32_sdmmc2.c
267F: drivers/phy/phy-stm32-usbphyc.c
268F: drivers/pinctrl/pinctrl_stm32.c
269F: drivers/power/regulator/stm32-vrefbuf.c
b57aaa07 270F: drivers/ram/stm32mp1/
f65b82ff
PC
271F: drivers/misc/stm32_rcc.c
272F: drivers/reset/stm32-reset.c
273F: drivers/spi/stm32_qspi.c
2514c2d0 274
9fa32b12
VM
275ARM STM STV0991
276M: Vikas Manocha <[email protected]>
277S: Maintained
278F: arch/arm/cpu/armv7/stv0991/
279F: arch/arm/include/asm/arch-stv0991/
280
00f141cc 281ARM SUNXI
543bd273 282M: Jagan Teki <[email protected]>
bf8f4c44 283M: Maxime Ripard <[email protected]>
ed8f2a28 284S: Maintained
00f141cc
DS
285T: git git://git.denx.de/u-boot-sunxi.git
286F: arch/arm/cpu/armv7/sunxi/
287F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
288F: arch/arm/mach-sunxi/
289F: board/sunxi/
00f141cc
DS
290
291ARM TEGRA
292M: Tom Warren <[email protected]>
293S: Maintained
294T: git git://git.denx.de/u-boot-tegra.git
09f455dc 295F: arch/arm/mach-tegra/
00f141cc
DS
296F: arch/arm/include/asm/arch-tegra*/
297
298ARM TI
4e34d610 299M: Tom Rini <[email protected]>
00f141cc
DS
300S: Maintained
301T: git git://git.denx.de/u-boot-ti.git
26f7c111 302F: arch/arm/mach-davinci/
586bde93 303F: arch/arm/mach-k3/
26f7c111 304F: arch/arm/mach-keystone/
00f141cc
DS
305F: arch/arm/include/asm/arch-omap*/
306F: arch/arm/include/asm/ti-common/
307
0fb63aa6 308ARM UNIPHIER
ed6226c4 309M: Masahiro Yamada <[email protected]>
0fb63aa6
MY
310S: Maintained
311T: git git://git.denx.de/u-boot-uniphier.git
4c425570 312F: arch/arm/mach-uniphier/
5fd3f434 313F: configs/uniphier_*_defconfig
eb006c83 314N: uniphier
0fb63aa6 315
ec48b6c9
MS
316ARM VERSAL
317M: Michal Simek <[email protected]>
318S: Maintained
319T: git git://git.denx.de/u-boot-microblaze.git
320F: arch/arm/mach-versal/
321
0fabfeb2
LD
322ARM VERSATILE EXPRESS DRIVERS
323M: Liviu Dudau <[email protected]>
324S: Maintained
325T: git git://github.com/ARM-software/u-boot.git
326F: drivers/misc/vexpress_config.c
327N: vexpress
328
00f141cc
DS
329ARM ZYNQ
330M: Michal Simek <[email protected]>
331S: Maintained
8ae3d0b5
MS
332T: git git://git.denx.de/u-boot-microblaze.git
333F: arch/arm/mach-zynq/
334F: drivers/clk/clk_zynq.c
335F: drivers/fpga/zynqpl.c
336F: drivers/gpio/zynq_gpio.c
337F: drivers/i2c/i2c-cdns.c
338F: drivers/i2c/muxes/pca954x.c
339F: drivers/i2c/zynq_i2c.c
340F: drivers/mmc/zynq_sdhci.c
a430fa06 341F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
342F: drivers/net/phy/xilinx_phy.c
343F: drivers/net/zynq_gem.c
344F: drivers/serial/serial_zynq.c
345F: drivers/spi/zynq_qspi.c
346F: drivers/spi/zynq_spi.c
347F: drivers/usb/host/ehci-zynq.c
348F: drivers/watchdog/cdns_wdt.c
23e7e6b6 349F: include/zynqpl.h
8ae3d0b5
MS
350F: tools/zynqimage.c
351N: zynq
00f141cc 352
84c7204b
MS
353ARM ZYNQMP
354M: Michal Simek <[email protected]>
355S: Maintained
8ae3d0b5 356T: git git://git.denx.de/u-boot-microblaze.git
6de7a5b9 357F: arch/arm/cpu/armv8/zynqmp/
3d14228f 358F: drivers/clk/clk_zynqmp.c
8ae3d0b5
MS
359F: drivers/fpga/zynqpl.c
360F: drivers/gpio/zynq_gpio.c
361F: drivers/i2c/i2c-cdns.c
362F: drivers/i2c/muxes/pca954x.c
363F: drivers/i2c/zynq_i2c.c
364F: drivers/mmc/zynq_sdhci.c
a430fa06 365F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
366F: drivers/net/phy/xilinx_phy.c
367F: drivers/net/zynq_gem.c
368F: drivers/serial/serial_zynq.c
369F: drivers/spi/zynq_qspi.c
370F: drivers/spi/zynq_spi.c
72c37d12 371F: drivers/timer/cadence-ttc.c
8ae3d0b5
MS
372F: drivers/usb/host/ehci-zynq.c
373F: drivers/watchdog/cdns_wdt.c
23e7e6b6 374F: include/zynqmppl.h
b123aff2 375F: tools/zynqmp*
2570e129 376N: ultra96
8ae3d0b5 377N: zynqmp
84c7204b 378
1d6c54ec
MS
379ARM ZYNQMP R5
380M: Michal Simek <[email protected]>
381S: Maintained
382T: git git://git.denx.de/u-boot-microblaze.git
383F: arch/arm/mach-zynqmp-r5/
384
bb48470d
SG
385BINMAN
386M: Simon Glass <[email protected]>
387S: Maintained
388F: tools/binman/
389
00f141cc
DS
390BUILDMAN
391M: Simon Glass <[email protected]>
392S: Maintained
393F: tools/buildman/
394
395CFI FLASH
396M: Stefan Roese <[email protected]>
397S: Maintained
398T: git git://git.denx.de/u-boot-cfi-flash.git
c4c2e141
SR
399F: drivers/mtd/cfi_flash.c
400F: drivers/mtd/jedec_flash.c
00f141cc
DS
401
402COLDFIRE
08ae21af 403M: Huan Wang <[email protected]>
82ebb7e5 404M: Angelo Dureghello <[email protected]>
00f141cc
DS
405S: Maintained
406T: git git://git.denx.de/u-boot-coldfire.git
407F: arch/m68k/
408
409DFU
56acf018 410M: Lukasz Majewski <[email protected]>
00f141cc
DS
411S: Maintained
412T: git git://git.denx.de/u-boot-dfu.git
413F: drivers/dfu/
55ca6138 414F: drivers/usb/gadget/
00f141cc
DS
415
416DRIVER MODEL
417M: Simon Glass <[email protected]>
418S: Maintained
8770633e 419T: git git://git.denx.de/u-boot-dm.git
00f141cc
DS
420F: drivers/core/
421F: include/dm/
422F: test/dm/
423
e4a7394a
AG
424EFI PAYLOAD
425M: Alexander Graf <[email protected]>
65fa17d4 426R: Heinrich Schuchardt <[email protected]>
e4a7394a 427S: Maintained
bc188a30 428T: git git://github.com/agraf/u-boot.git
1914e5b5 429F: doc/README.uefi
29a8a282 430F: doc/README.iscsi
04459788 431F: Documentation/efi.rst
5b2118a2 432F: include/capitalization.h
0bc4b0da
HS
433F: include/cp1250.h
434F: include/cp437.h
623b3a57 435F: include/efi*
268ec6e0
HS
436F: include/pe.h
437F: include/asm-generic/pe.h
0b8a88ab 438F: lib/charset.c
bc0bd77e 439F: lib/efi*/
623b3a57 440F: test/py/tests/test_efi*
f11a164b 441F: test/unicode_ut.c
e4a7394a 442F: cmd/bootefi.c
ac020196 443F: tools/file2include.c
e4a7394a 444
7e16342b
MS
445FPGA
446M: Michal Simek <[email protected]>
447S: Maintained
448T: git git://git.denx.de/u-boot-microblaze.git
449F: drivers/fpga/
450F: cmd/fpga.c
451F: include/fpga.h
452
00f141cc
DS
453FLATTENED DEVICE TREE
454M: Simon Glass <[email protected]>
455S: Maintained
456T: git git://git.denx.de/u-boot-fdt.git
457F: lib/fdtdec*
458F: lib/libfdt/
459F: include/fdt*
18fa6230 460F: include/linux/libfdt*
643f8d4c 461F: cmd/fdt.c
00f141cc
DS
462F: common/fdt_support.c
463
464FREEBSD
465M: Rafal Jaworowski <[email protected]>
466S: Maintained
467T: git git://git.denx.de/u-boot-freebsd.git
468
469FREESCALE QORIQ
2f231025 470M: York Sun <[email protected]>
00f141cc
DS
471S: Maintained
472T: git git://git.denx.de/u-boot-fsl-qoriq.git
473
474I2C
475M: Heiko Schocher <[email protected]>
476S: Maintained
477T: git git://git.denx.de/u-boot-i2c.git
478F: drivers/i2c/
479
e9c8d49d
SG
480LOGGING
481M: Simon Glass <[email protected]>
482S: Maintained
483T: git git://git.denx.de/u-boot.git
484F: common/log.c
485F: cmd/log.c
ef11ed82 486F: test/log/log_test.c
20faa27c 487F: test/py/tests/test_log.py
e9c8d49d 488
c1a65a8c
LD
489MALI DISPLAY PROCESSORS
490M: Liviu Dudau <[email protected]>
491S: Supported
492T: git git://github.com/ARM-software/u-boot.git
493F: drivers/video/mali_dp.c
e3bc4bb8 494F: drivers/i2c/i2c-versatile.c
c1a65a8c 495
00f141cc
DS
496MICROBLAZE
497M: Michal Simek <[email protected]>
498S: Maintained
499T: git git://git.denx.de/u-boot-microblaze.git
500F: arch/microblaze/
8ae3d0b5
MS
501F: cmd/mfsl.c
502F: drivers/gpio/xilinx_gpio.c
503F: drivers/net/xilinx_axi_emac.c
504F: drivers/net/xilinx_emaclite.c
505F: drivers/serial/serial_xuartlite.c
506F: drivers/spi/xilinx_spi.c
0d832b32 507F: drivers/sysreset/sysreset_gpio.c
8ae3d0b5
MS
508F: drivers/watchdog/xilinx_tb_wdt.c
509N: xilinx
00f141cc
DS
510
511MIPS
512M: Daniel Schwierzeck <[email protected]>
513S: Maintained
514T: git git://git.denx.de/u-boot-mips.git
515F: arch/mips/
516
dd1033e4
GC
517MIPS MSCC
518M: Gregory CLEMENT <[email protected]>
519M: Lars Povlsen <[email protected]>
520M: Horatiu Vultur <[email protected]>
521S: Maintained
522F: arch/mips/mach-mscc/
f8c8cedd 523F: arch/mips/dts/luton*
6787c1ec
GC
524F: arch/mips/dts/mscc*
525F: arch/mips/dts/ocelot*
526F: board/mscc/
527F: configs/mscc*
528F: include/configs/vcoreiii.h
dd1033e4 529
cd71b1d5
PB
530MIPS JZ4780
531M: Ezequiel Garcia <[email protected]>
532S: Maintained
533F: arch/mips/mach-jz47xx/
534
00f141cc 535MMC
dbc39699 536M: Jaehoon Chung <[email protected]>
00f141cc
DS
537S: Maintained
538T: git git://git.denx.de/u-boot-mmc.git
539F: drivers/mmc/
540
4ef17f9c 541NAND FLASH
9f8aba7a
TR
542#M: Scott Wood <[email protected]>
543S: Orphaned (Since 2018-07)
4ef17f9c 544T: git git://git.denx.de/u-boot-nand-flash.git
a430fa06 545F: drivers/mtd/nand/raw/
4ef17f9c
HS
546
547NDS32
548M: Macpaul Lin <[email protected]>
549S: Maintained
550T: git git://git.denx.de/u-boot-nds32.git
551F: arch/nds32/
552
b7d6e0ab
HS
553NETWORK
554M: Joe Hershberger <[email protected]>
555S: Maintained
556T: git git://git.denx.de/u-boot-net.git
557F: drivers/net/
558F: net/
559
4ef17f9c
HS
560NIOS
561M: Thomas Chou <[email protected]>
562S: Maintained
563T: git git://git.denx.de/u-boot-nios.git
564F: arch/nios2/
565
566ONENAND
567#M: Lukasz Majewski <[email protected]>
568S: Orphaned (Since 2017-01)
569T: git git://git.denx.de/u-boot-onenand.git
570F: drivers/mtd/onenand/
571
00f141cc
DS
572PATMAN
573M: Simon Glass <[email protected]>
574S: Maintained
575F: tools/patman/
576
4ef17f9c
HS
577POWER
578M: Jaehoon Chung <[email protected]>
579S: Maintained
580T: git git://git.denx.de/u-boot-pmic.git
581F: drivers/power/
582
00f141cc
DS
583POWERPC
584M: Wolfgang Denk <[email protected]>
585S: Maintained
586F: arch/powerpc/
587
00f141cc 588POWERPC MPC8XX
907208c4 589M: Christophe Leroy <[email protected]>
00f141cc
DS
590S: Maintained
591T: git git://git.denx.de/u-boot-mpc8xx.git
592F: arch/powerpc/cpu/mpc8xx/
593
00f141cc 594POWERPC MPC83XX
e5ed4c3e 595M: Mario Six <[email protected]>
596S: Maintained
00f141cc 597T: git git://git.denx.de/u-boot-mpc83xx.git
e4061556
MS
598F: drivers/ram/mpc83xx_sdram.c
599F: include/dt-bindings/memory/mpc83xx-sdram.h
76fdad1f
MS
600F: drivers/sysreset/sysreset_mpc83xx.c
601F: drivers/sysreset/sysreset_mpc83xx.h
07d538d2
MS
602F: drivers/clk/mpc83xx_clk.c
603F: drivers/clk/mpc83xx_clk.h
604F: include/dt-bindings/clk/mpc83xx-clk.h
2c21749d 605F: drivers/timer/mpc83xx_timer.c
19fbdca4
MS
606F: drivers/cpu/mpc83xx_cpu.c
607F: drivers/cpu/mpc83xx_cpu.h
d2166319 608F: drivers/misc/mpc83xx_serdes.c
00f141cc
DS
609F: arch/powerpc/cpu/mpc83xx/
610F: arch/powerpc/include/asm/arch-mpc83xx/
611
612POWERPC MPC85XX
2f231025 613M: York Sun <[email protected]>
00f141cc
DS
614S: Maintained
615T: git git://git.denx.de/u-boot-mpc85xx.git
616F: arch/powerpc/cpu/mpc85xx/
617
618POWERPC MPC86XX
2f231025 619M: York Sun <[email protected]>
00f141cc
DS
620S: Maintained
621T: git git://git.denx.de/u-boot-mpc86xx.git
622F: arch/powerpc/cpu/mpc86xx/
623
f94c44e5
RC
624RISC-V
625M: Rick Chen <[email protected]>
626S: Maintained
627T: git git://git.denx.de/u-boot-riscv.git
628F: arch/riscv/
629F: tools/prelink-riscv.c
630
4ef17f9c
HS
631ROCKUSB
632M: Eddie Cai <[email protected]>
633S: Maintained
634F: drivers/usb/gadget/f_rockusb.c
635F: cmd/rockusb.c
636F: doc/README.rockusb
637
00f141cc
DS
638SANDBOX
639M: Simon Glass <[email protected]>
640S: Maintained
641F: arch/sandbox/
642
643SH
644M: Nobuhiro Iwamatsu <[email protected]>
645S: Maintained
646T: git git://git.denx.de/u-boot-sh.git
647F: arch/sh/
648
00f141cc 649SPI
16185a85 650M: Jagan Teki <[email protected]>
00f141cc
DS
651S: Maintained
652T: git git://git.denx.de/u-boot-spi.git
653F: drivers/mtd/spi/
654F: drivers/spi/
655F: include/spi*
656
e721e981
MK
657SPMI
658M: Mateusz Kulikowski <[email protected]>
659S: Maintained
660F: drivers/spmi/
661F: include/spmi/
662
055da186
LD
663TDA19988 HDMI ENCODER
664M: Liviu Dudau <[email protected]>
665S: Maintained
666F: drivers/video/tda19988.c
667
4e2fdf45
AD
668TI SYSTEM SECURITY
669M: Andrew F. Davis <[email protected]>
670S: Supported
671F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4e2fdf45
AD
672F: arch/arm/mach-omap2/sec-common.c
673F: arch/arm/mach-omap2/config_secure.mk
a42eee12 674F: configs/am335x_hs_evm_defconfig
c2dca337 675F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45
AD
676F: configs/am43xx_hs_evm_defconfig
677F: configs/am57xx_hs_evm_defconfig
678F: configs/dra7xx_hs_evm_defconfig
8a707baf
LV
679F: configs/k2hk_hs_evm_defconfig
680F: configs/k2e_hs_evm_defconfig
681F: configs/k2g_hs_evm_defconfig
f274f265 682F: configs/k2l_hs_evm_defconfig
4e2fdf45 683
00f141cc 684TQ GROUP
3a53aba3
BM
685#M: Martin Krause <[email protected]>
686S: Orphaned (Since 2016-02)
00f141cc
DS
687T: git git://git.denx.de/u-boot-tq-group.git
688
9ff4a311
JW
689TEE
690M: Jens Wiklander <[email protected]>
691S: Maintained
692F: drivers/tee/
693F: include/tee.h
1cc8cc4e 694F: include/tee/
9ff4a311 695
00f141cc
DS
696UBI
697M: Kyungmin Park <[email protected]>
69337a9d 698M: Heiko Schocher <[email protected]>
00f141cc
DS
699S: Maintained
700T: git git://git.denx.de/u-boot-ubi.git
701F: drivers/mtd/ubi/
702
703USB
704M: Marek Vasut <[email protected]>
705S: Maintained
706T: git git://git.denx.de/u-boot-usb.git
707F: drivers/usb/
708
c0c5f910
BM
709USB xHCI
710M: Bin Meng <[email protected]>
711S: Maintained
712T: git git://git.denx.de/u-boot-usb.git topic-xhci
713F: drivers/usb/host/xhci*
714
00f141cc
DS
715VIDEO
716M: Anatolij Gustschin <[email protected]>
717S: Maintained
718T: git git://git.denx.de/u-boot-video.git
719F: drivers/video/
c967fb78
AG
720F: common/lcd*.c
721F: include/lcd*.h
9cdbc906 722F: include/video*.h
00f141cc
DS
723
724X86
725M: Simon Glass <[email protected]>
dc5210a2 726M: Bin Meng <[email protected]>
00f141cc
DS
727S: Maintained
728T: git git://git.denx.de/u-boot-x86.git
729F: arch/x86/
730
de5e5cea
CZ
731XTENSA
732M: Max Filippov <[email protected]>
733S: Maintained
734F: arch/xtensa/
735
00f141cc 736THE REST
4e34d610 737M: Tom Rini <[email protected]>
00f141cc
DS
738L: [email protected]
739Q: http://patchwork.ozlabs.org/project/uboot/list/
740S: Maintained
741T: git git://git.denx.de/u-boot.git
80870e2a 742F: configs/tools-only_defconfig
00f141cc
DS
743F: *
744F: */
This page took 0.363079 seconds and 4 git commands to generate.