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