]> Git Repo - J-u-boot.git/blob - MAINTAINERS
MAINTAINERS: ARM MEDIATEK: update file entries
[J-u-boot.git] / MAINTAINERS
1 Descriptions of section entries:
2
3         P: Person (obsolete)
4         M: Mail patches to: FullName <address@domain>
5         R: Designated reviewer: FullName <address@domain>
6            These reviewers should be CCed on patches.
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
51 Note: For the hard of thinking, this list is meant to remain in alphabetical
52 order. If you could add yourselves to it in alphabetical order that would be
53 so much easier [Ed]
54
55 Maintainers List (try to look for most precise areas first)
56
57                 -----------------------------------
58 ARC
59 M:      Alexey Brodkin <[email protected]>
60 M:      Eugeniy Paltsev <[email protected]>
61 S:      Maintained
62 L:      [email protected]
63 T:      git git://git.denx.de/u-boot-arc.git
64 F:      arch/arc/
65 F:      board/synopsys/
66
67 ARC HSDK CGU CLOCK
68 M:      Eugeniy Paltsev <[email protected]>
69 S:      Maintained
70 L:      [email protected]
71 F:      drivers/clk/clk-hsdk-cgu.c
72 F:      include/dt-bindings/clock/snps,hsdk-cgu.h
73 F:      doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
74
75 ARC HSDK CREG GPIO
76 M:      Eugeniy Paltsev <[email protected]>
77 S:      Maintained
78 L:      [email protected]
79 F:      doc/device-tree-bindings/gpio/snps,creg-gpio.txt
80 F:      drivers/gpio/hsdk-creg-gpio.c
81
82 ARM
83 M:      Albert Aribaud <[email protected]>
84 S:      Maintained
85 T:      git git://git.denx.de/u-boot-arm.git
86 F:      arch/arm/
87
88 ARM ALTERA SOCFPGA
89 M:      Marek Vasut <[email protected]>
90 S:      Maintainted
91 T:      git git://git.denx.de/u-boot-socfpga.git
92 F:      arch/arm/mach-socfpga/
93
94 ARM ATMEL AT91
95 M:      Andreas Bießmann <[email protected]>
96 S:      Maintained
97 T:      git git://git.denx.de/u-boot-atmel.git
98 F:      arch/arm/mach-at91/
99
100 ARM BROADCOM BCM283X
101 M:      Alexander Graf <[email protected]>
102 S:      Maintained
103 F:      arch/arm/mach-bcm283x/
104 F:      drivers/gpio/bcm2835_gpio.c
105 F:      drivers/mmc/bcm2835_sdhci.c
106 F:      drivers/mmc/bcm2835_sdhost.c
107 F:      drivers/serial/serial_bcm283x_mu.c
108 F:      drivers/serial/serial_bcm283x_pl011.c
109 F:      drivers/video/bcm2835.c
110 F:      include/dm/platform_data/serial_bcm283x_mu.h
111 F:      drivers/pinctrl/broadcom/
112
113 ARM BROADCOM BCMSTB
114 M:      Thomas Fitzsimmons <[email protected]>
115 S:      Maintained
116 F:      arch/arm/mach-bcmstb/
117 F:      board/broadcom/bcmstb/
118 F:      configs/bcm7*_defconfig
119 F:      doc/README.bcm7xxx
120 F:      drivers/mmc/bcmstb_sdhci.c
121 F:      drivers/spi/bcmstb_spi.c
122
123 ARM FREESCALE IMX
124 M:      Stefano Babic <[email protected]>
125 M:      Fabio Estevam <[email protected]>
126 R:      NXP i.MX U-Boot Team <[email protected]>
127 S:      Maintained
128 T:      git git://git.denx.de/u-boot-imx.git
129 F:      arch/arm/cpu/arm1136/mx*/
130 F:      arch/arm/cpu/arm926ejs/mx*/
131 F:      arch/arm/cpu/armv7/vf610/
132 F:      arch/arm/mach-imx/
133 F:      arch/arm/include/asm/arch-imx/
134 F:      arch/arm/include/asm/arch-mx*/
135 F:      arch/arm/include/asm/arch-vf610/
136 F:      arch/arm/include/asm/mach-imx/
137 F:      board/freescale/*mx*/
138
139 ARM HISILICON
140 M:      Peter Griffin <[email protected]>
141 S:      Maintained
142 F:      arch/arm/cpu/armv8/hisilicon
143 F:      arch/arm/include/asm/arch-hi6220/
144
145 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX
146 M:      Prafulla Wadaskar <[email protected]>
147 M:      Luka Perkov <[email protected]>
148 M:      Stefan Roese <[email protected]>
149 S:      Maintained
150 T:      git git://git.denx.de/u-boot-marvell.git
151 F:      arch/arm/mach-kirkwood/
152 F:      arch/arm/mach-mvebu/
153 F:      drivers/ata/ahci_mvebu.c
154 F:      drivers/phy/marvell/
155
156 ARM MARVELL PXA
157 M:      Marek Vasut <[email protected]>
158 S:      Maintained
159 T:      git git://git.denx.de/u-boot-pxa.git
160 F:      arch/arm/cpu/pxa/
161 F:      arch/arm/include/asm/arch-pxa/
162
163 ARM MEDIATEK
164 M:      Ryder Lee <[email protected]>
165 M:      Weijie Gao <[email protected]>
166 S:      Maintained
167 F:      arch/arm/mach-mediatek/
168 F:      arch/arm/include/asm/arch-mediatek/
169 F:      board/mediatek/
170 F:      doc/README.mediatek
171 F:      drivers/clk/mediatek/
172 F:      drivers/mmc/mtk-sd.c
173 F:      drivers/pinctrl/mediatek/
174 F:      drivers/power/domain/mtk-power-domain.c
175 F:      drivers/ram/mediatek/
176 F:      drivers/spi/mtk_qspi.c
177 F:      drivers/timer/mtk_timer.c
178 F:      drivers/watchdog/mtk_wdt.c
179 F:      drivers/net/mtk_eth.c
180 F:      drivers/reset/reset-mediatek.c
181 F:      tools/mtk_image.c
182 F:      tools/mtk_image.h
183 N:      mediatek
184
185 ARM OWL
186 M:      Manivannan Sadhasivam <[email protected]>
187 S:      Maintained
188 F:      arch/arm/include/asm/arch-owl/
189 F:      arch/arm/mach-owl/
190 F:      board/ucRobotics/
191 F:      drivers/clk/owl/
192 F:      drivers/serial/serial_owl.c
193
194 ARM RENESAS RMOBILE/R-CAR
195 M:      Nobuhiro Iwamatsu <[email protected]>
196 M:      Marek Vasut <[email protected]>
197 S:      Maintained
198 T:      git git://git.denx.de/u-boot-sh.git
199 F:      arch/arm/mach-rmobile/
200
201 ARM ROCKCHIP
202 M:      Simon Glass <[email protected]>
203 M:      Philipp Tomsich <[email protected]>
204 S:      Maintained
205 T:      git git://git.denx.de/u-boot-rockchip.git
206 F:      arch/arm/include/asm/arch-rockchip/
207 F:      arch/arm/mach-rockchip/
208 F:      board/rockchip/
209 F:      drivers/clk/rockchip/
210 F:      drivers/gpio/rk_gpio.c
211 F:      drivers/misc/rockchip-efuse.c
212 F:      drivers/mmc/rockchip_sdhci.c
213 F:      drivers/mmc/rockchip_dw_mmc.c
214 F:      drivers/pinctrl/rockchip/
215 F:      drivers/ram/rockchip/
216 F:      drivers/sysreset/sysreset_rockchip.c
217 F:      drivers/video/rockchip/
218 F:      tools/rkcommon.c
219 F:      tools/rkcommon.h
220 F:      tools/rkimage.c
221 F:      tools/rksd.c
222 F:      tools/rkspi.c
223
224 ARM SAMSUNG
225 M:      Minkyu Kang <[email protected]>
226 S:      Maintained
227 T:      git git://git.denx.de/u-boot-samsung.git
228 F:      arch/arm/mach-exynos/
229 F:      arch/arm/mach-s5pc1xx/
230 F:      arch/arm/cpu/armv7/s5p-common/
231
232 ARM SNAPDRAGON
233 M:      Ramon Fried <[email protected]>
234 S:      Maintained
235 F:      arch/arm/mach-snapdragon/
236 F:      drivers/gpio/msm_gpio.c
237 F:      drivers/mmc/msm_sdhci.c
238 F:      drivers/phy/msm8916-usbh-phy.c
239 F:      drivers/serial/serial_msm.c
240 F:      drivers/smem/msm_smem.c
241 F:      drivers/usb/host/ehci-msm.c
242
243 ARM STI
244 M:      Patrice Chotard <[email protected]>
245 S:      Maintained
246 F:      arch/arm/mach-sti/
247 F:      arch/arm/include/asm/arch-sti*/
248
249 ARM STM SPEAR
250 #M:     Vipin Kumar <[email protected]>
251 S:      Orphaned (Since 2016-02)
252 T:      git git://git.denx.de/u-boot-stm.git
253 F:      arch/arm/cpu/arm926ejs/spear/
254 F:      arch/arm/include/asm/arch-spear/
255
256 ARM STM STM32MP
257 M:      Patrick Delaunay <[email protected]>
258 M:      Christophe Kerello <[email protected]>
259 M:      Patrice Chotard <[email protected]>
260 L:      [email protected] (moderated for non-subscribers)
261 S:      Maintained
262 F:      arch/arm/mach-stm32mp
263 F:      drivers/clk/clk_stm32mp1.c
264 F:      drivers/i2c/stm32f7_i2c.c
265 F:      drivers/misc/stm32mp_fuse.c
266 F:      drivers/mmc/stm32_sdmmc2.c
267 F:      drivers/phy/phy-stm32-usbphyc.c
268 F:      drivers/pinctrl/pinctrl_stm32.c
269 F:      drivers/power/regulator/stm32-vrefbuf.c
270 F:      drivers/ram/stm32mp1/
271 F:      drivers/misc/stm32_rcc.c
272 F:      drivers/reset/stm32-reset.c
273 F:      drivers/spi/stm32_qspi.c
274
275 ARM STM STV0991
276 M:      Vikas Manocha <[email protected]>
277 S:      Maintained
278 F:      arch/arm/cpu/armv7/stv0991/
279 F:      arch/arm/include/asm/arch-stv0991/
280
281 ARM SUNXI
282 M:      Jagan Teki <[email protected]>
283 M:      Maxime Ripard <[email protected]>
284 S:      Maintained
285 T:      git git://git.denx.de/u-boot-sunxi.git
286 F:      arch/arm/cpu/armv7/sunxi/
287 F:      arch/arm/include/asm/arch-sunxi/
288 F:      arch/arm/mach-sunxi/
289 F:      board/sunxi/
290
291 ARM TEGRA
292 M:      Tom Warren <[email protected]>
293 S:      Maintained
294 T:      git git://git.denx.de/u-boot-tegra.git
295 F:      arch/arm/mach-tegra/
296 F:      arch/arm/include/asm/arch-tegra*/
297
298 ARM TI
299 M:      Tom Rini <[email protected]>
300 S:      Maintained
301 T:      git git://git.denx.de/u-boot-ti.git
302 F:      arch/arm/mach-davinci/
303 F:      arch/arm/mach-k3/
304 F:      arch/arm/mach-keystone/
305 F:      arch/arm/include/asm/arch-omap*/
306 F:      arch/arm/include/asm/ti-common/
307
308 ARM UNIPHIER
309 M:      Masahiro Yamada <[email protected]>
310 S:      Maintained
311 T:      git git://git.denx.de/u-boot-uniphier.git
312 F:      arch/arm/mach-uniphier/
313 F:      configs/uniphier_*_defconfig
314 N:      uniphier
315
316 ARM VERSAL
317 M:      Michal Simek <[email protected]>
318 S:      Maintained
319 T:      git git://git.denx.de/u-boot-microblaze.git
320 F:      arch/arm/mach-versal/
321
322 ARM VERSATILE EXPRESS DRIVERS
323 M:      Liviu Dudau <[email protected]>
324 S:      Maintained
325 T:      git git://github.com/ARM-software/u-boot.git
326 F:      drivers/misc/vexpress_config.c
327 N:      vexpress
328
329 ARM ZYNQ
330 M:      Michal Simek <[email protected]>
331 S:      Maintained
332 T:      git git://git.denx.de/u-boot-microblaze.git
333 F:      arch/arm/mach-zynq/
334 F:      drivers/clk/clk_zynq.c
335 F:      drivers/fpga/zynqpl.c
336 F:      drivers/gpio/zynq_gpio.c
337 F:      drivers/i2c/i2c-cdns.c
338 F:      drivers/i2c/muxes/pca954x.c
339 F:      drivers/i2c/zynq_i2c.c
340 F:      drivers/mmc/zynq_sdhci.c
341 F:      drivers/mtd/nand/raw/zynq_nand.c
342 F:      drivers/net/phy/xilinx_phy.c
343 F:      drivers/net/zynq_gem.c
344 F:      drivers/serial/serial_zynq.c
345 F:      drivers/spi/zynq_qspi.c
346 F:      drivers/spi/zynq_spi.c
347 F:      drivers/usb/host/ehci-zynq.c
348 F:      drivers/watchdog/cdns_wdt.c
349 F:      include/zynqpl.h
350 F:      tools/zynqimage.c
351 N:      zynq
352
353 ARM ZYNQMP
354 M:      Michal Simek <[email protected]>
355 S:      Maintained
356 T:      git git://git.denx.de/u-boot-microblaze.git
357 F:      arch/arm/cpu/armv8/zynqmp/
358 F:      drivers/clk/clk_zynqmp.c
359 F:      drivers/fpga/zynqpl.c
360 F:      drivers/gpio/zynq_gpio.c
361 F:      drivers/i2c/i2c-cdns.c
362 F:      drivers/i2c/muxes/pca954x.c
363 F:      drivers/i2c/zynq_i2c.c
364 F:      drivers/mmc/zynq_sdhci.c
365 F:      drivers/mtd/nand/raw/zynq_nand.c
366 F:      drivers/net/phy/xilinx_phy.c
367 F:      drivers/net/zynq_gem.c
368 F:      drivers/serial/serial_zynq.c
369 F:      drivers/spi/zynq_qspi.c
370 F:      drivers/spi/zynq_spi.c
371 F:      drivers/timer/cadence-ttc.c
372 F:      drivers/usb/host/ehci-zynq.c
373 F:      drivers/watchdog/cdns_wdt.c
374 F:      include/zynqmppl.h
375 F:      tools/zynqmp*
376 N:      ultra96
377 N:      zynqmp
378
379 ARM ZYNQMP R5
380 M:      Michal Simek <[email protected]>
381 S:      Maintained
382 T:      git git://git.denx.de/u-boot-microblaze.git
383 F:      arch/arm/mach-zynqmp-r5/
384
385 BINMAN
386 M:      Simon Glass <[email protected]>
387 S:      Maintained
388 F:      tools/binman/
389
390 BUILDMAN
391 M:      Simon Glass <[email protected]>
392 S:      Maintained
393 F:      tools/buildman/
394
395 CFI FLASH
396 M:      Stefan Roese <[email protected]>
397 S:      Maintained
398 T:      git git://git.denx.de/u-boot-cfi-flash.git
399 F:      drivers/mtd/cfi_flash.c
400 F:      drivers/mtd/jedec_flash.c
401
402 COLDFIRE
403 M:      Huan Wang <[email protected]>
404 M:      Angelo Dureghello <[email protected]>
405 S:      Maintained
406 T:      git git://git.denx.de/u-boot-coldfire.git
407 F:      arch/m68k/
408
409 DFU
410 M:      Lukasz Majewski <[email protected]>
411 S:      Maintained
412 T:      git git://git.denx.de/u-boot-dfu.git
413 F:      drivers/dfu/
414 F:      drivers/usb/gadget/
415
416 DRIVER MODEL
417 M:      Simon Glass <[email protected]>
418 S:      Maintained
419 T:      git git://git.denx.de/u-boot-dm.git
420 F:      drivers/core/
421 F:      include/dm/
422 F:      test/dm/
423
424 EFI PAYLOAD
425 M:      Alexander Graf <[email protected]>
426 R:      Heinrich Schuchardt <[email protected]>
427 S:      Maintained
428 T:      git git://github.com/agraf/u-boot.git
429 F:      doc/README.uefi
430 F:      doc/README.iscsi
431 F:      Documentation/efi.rst
432 F:      include/capitalization.h
433 F:      include/cp1250.h
434 F:      include/cp437.h
435 F:      include/efi*
436 F:      include/pe.h
437 F:      include/asm-generic/pe.h
438 F:      lib/charset.c
439 F:      lib/efi*/
440 F:      test/py/tests/test_efi*
441 F:      test/unicode_ut.c
442 F:      cmd/bootefi.c
443 F:      tools/file2include.c
444
445 FPGA
446 M:      Michal Simek <[email protected]>
447 S:      Maintained
448 T:      git git://git.denx.de/u-boot-microblaze.git
449 F:      drivers/fpga/
450 F:      cmd/fpga.c
451 F:      include/fpga.h
452
453 FLATTENED DEVICE TREE
454 M:      Simon Glass <[email protected]>
455 S:      Maintained
456 T:      git git://git.denx.de/u-boot-fdt.git
457 F:      lib/fdtdec*
458 F:      lib/libfdt/
459 F:      include/fdt*
460 F:      include/linux/libfdt*
461 F:      cmd/fdt.c
462 F:      common/fdt_support.c
463
464 FREEBSD
465 M:      Rafal Jaworowski <[email protected]>
466 S:      Maintained
467 T:      git git://git.denx.de/u-boot-freebsd.git
468
469 FREESCALE QORIQ
470 M:      York Sun <[email protected]>
471 S:      Maintained
472 T:      git git://git.denx.de/u-boot-fsl-qoriq.git
473
474 I2C
475 M:      Heiko Schocher <[email protected]>
476 S:      Maintained
477 T:      git git://git.denx.de/u-boot-i2c.git
478 F:      drivers/i2c/
479
480 LOGGING
481 M:      Simon Glass <[email protected]>
482 S:      Maintained
483 T:      git git://git.denx.de/u-boot.git
484 F:      common/log.c
485 F:      cmd/log.c
486 F:      test/log/log_test.c
487 F:      test/py/tests/test_log.py
488
489 MALI DISPLAY PROCESSORS
490 M:      Liviu Dudau <[email protected]>
491 S:      Supported
492 T:      git git://github.com/ARM-software/u-boot.git
493 F:      drivers/video/mali_dp.c
494 F:      drivers/i2c/i2c-versatile.c
495
496 MICROBLAZE
497 M:      Michal Simek <[email protected]>
498 S:      Maintained
499 T:      git git://git.denx.de/u-boot-microblaze.git
500 F:      arch/microblaze/
501 F:      cmd/mfsl.c
502 F:      drivers/gpio/xilinx_gpio.c
503 F:      drivers/net/xilinx_axi_emac.c
504 F:      drivers/net/xilinx_emaclite.c
505 F:      drivers/serial/serial_xuartlite.c
506 F:      drivers/spi/xilinx_spi.c
507 F:      drivers/sysreset/sysreset_gpio.c
508 F:      drivers/watchdog/xilinx_tb_wdt.c
509 N:      xilinx
510
511 MIPS
512 M:      Daniel Schwierzeck <[email protected]>
513 S:      Maintained
514 T:      git git://git.denx.de/u-boot-mips.git
515 F:      arch/mips/
516
517 MIPS MSCC
518 M:      Gregory CLEMENT <[email protected]>
519 M:      Lars Povlsen <[email protected]>
520 M:      Horatiu Vultur <[email protected]>
521 S:      Maintained
522 F:      arch/mips/mach-mscc/
523 F:      arch/mips/dts/luton*
524 F:      arch/mips/dts/mscc*
525 F:      arch/mips/dts/ocelot*
526 F:      board/mscc/
527 F:      configs/mscc*
528 F:      include/configs/vcoreiii.h
529
530 MIPS JZ4780
531 M:      Ezequiel Garcia <[email protected]>
532 S:      Maintained
533 F:      arch/mips/mach-jz47xx/
534
535 MMC
536 M:      Jaehoon Chung <[email protected]>
537 S:      Maintained
538 T:      git git://git.denx.de/u-boot-mmc.git
539 F:      drivers/mmc/
540
541 NAND FLASH
542 #M:     Scott Wood <[email protected]>
543 S:      Orphaned (Since 2018-07)
544 T:      git git://git.denx.de/u-boot-nand-flash.git
545 F:      drivers/mtd/nand/raw/
546
547 NDS32
548 M:      Macpaul Lin <[email protected]>
549 S:      Maintained
550 T:      git git://git.denx.de/u-boot-nds32.git
551 F:      arch/nds32/
552
553 NETWORK
554 M:      Joe Hershberger <[email protected]>
555 S:      Maintained
556 T:      git git://git.denx.de/u-boot-net.git
557 F:      drivers/net/
558 F:      net/
559
560 NIOS
561 M:      Thomas Chou <[email protected]>
562 S:      Maintained
563 T:      git git://git.denx.de/u-boot-nios.git
564 F:      arch/nios2/
565
566 ONENAND
567 #M:     Lukasz Majewski <[email protected]>
568 S:      Orphaned (Since 2017-01)
569 T:      git git://git.denx.de/u-boot-onenand.git
570 F:      drivers/mtd/onenand/
571
572 PATMAN
573 M:      Simon Glass <[email protected]>
574 S:      Maintained
575 F:      tools/patman/
576
577 POWER
578 M:      Jaehoon Chung <[email protected]>
579 S:      Maintained
580 T:      git git://git.denx.de/u-boot-pmic.git
581 F:      drivers/power/
582
583 POWERPC
584 M:      Wolfgang Denk <[email protected]>
585 S:      Maintained
586 F:      arch/powerpc/
587
588 POWERPC MPC8XX
589 M:      Christophe Leroy <[email protected]>
590 S:      Maintained
591 T:      git git://git.denx.de/u-boot-mpc8xx.git
592 F:      arch/powerpc/cpu/mpc8xx/
593
594 POWERPC MPC83XX
595 M:      Mario Six <[email protected]>
596 S:      Maintained
597 T:      git git://git.denx.de/u-boot-mpc83xx.git
598 F:      drivers/ram/mpc83xx_sdram.c
599 F:      include/dt-bindings/memory/mpc83xx-sdram.h
600 F:      drivers/sysreset/sysreset_mpc83xx.c
601 F:      drivers/sysreset/sysreset_mpc83xx.h
602 F:      drivers/clk/mpc83xx_clk.c
603 F:      drivers/clk/mpc83xx_clk.h
604 F:      include/dt-bindings/clk/mpc83xx-clk.h
605 F:      drivers/timer/mpc83xx_timer.c
606 F:      drivers/cpu/mpc83xx_cpu.c
607 F:      drivers/cpu/mpc83xx_cpu.h
608 F:      drivers/misc/mpc83xx_serdes.c
609 F:      arch/powerpc/cpu/mpc83xx/
610 F:      arch/powerpc/include/asm/arch-mpc83xx/
611
612 POWERPC MPC85XX
613 M:      York Sun <[email protected]>
614 S:      Maintained
615 T:      git git://git.denx.de/u-boot-mpc85xx.git
616 F:      arch/powerpc/cpu/mpc85xx/
617
618 POWERPC MPC86XX
619 M:      York Sun <[email protected]>
620 S:      Maintained
621 T:      git git://git.denx.de/u-boot-mpc86xx.git
622 F:      arch/powerpc/cpu/mpc86xx/
623
624 RISC-V
625 M:      Rick Chen <[email protected]>
626 S:      Maintained
627 T:      git git://git.denx.de/u-boot-riscv.git
628 F:      arch/riscv/
629 F:      tools/prelink-riscv.c
630
631 ROCKUSB
632 M:      Eddie Cai <[email protected]>
633 S:      Maintained
634 F:      drivers/usb/gadget/f_rockusb.c
635 F:      cmd/rockusb.c
636 F:      doc/README.rockusb
637
638 SANDBOX
639 M:      Simon Glass <[email protected]>
640 S:      Maintained
641 F:      arch/sandbox/
642
643 SH
644 M:      Nobuhiro Iwamatsu <[email protected]>
645 S:      Maintained
646 T:      git git://git.denx.de/u-boot-sh.git
647 F:      arch/sh/
648
649 SPI
650 M:      Jagan Teki <[email protected]>
651 S:      Maintained
652 T:      git git://git.denx.de/u-boot-spi.git
653 F:      drivers/mtd/spi/
654 F:      drivers/spi/
655 F:      include/spi*
656
657 SPMI
658 M:      Mateusz Kulikowski <[email protected]>
659 S:      Maintained
660 F:      drivers/spmi/
661 F:      include/spmi/
662
663 TDA19988 HDMI ENCODER
664 M:      Liviu Dudau <[email protected]>
665 S:      Maintained
666 F:      drivers/video/tda19988.c
667
668 TI SYSTEM SECURITY
669 M:      Andrew F. Davis <[email protected]>
670 S:      Supported
671 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
672 F:      arch/arm/mach-omap2/sec-common.c
673 F:      arch/arm/mach-omap2/config_secure.mk
674 F:      configs/am335x_hs_evm_defconfig
675 F:      configs/am335x_hs_evm_uart_defconfig
676 F:      configs/am43xx_hs_evm_defconfig
677 F:      configs/am57xx_hs_evm_defconfig
678 F:      configs/dra7xx_hs_evm_defconfig
679 F:      configs/k2hk_hs_evm_defconfig
680 F:      configs/k2e_hs_evm_defconfig
681 F:      configs/k2g_hs_evm_defconfig
682 F:      configs/k2l_hs_evm_defconfig
683
684 TQ GROUP
685 #M:     Martin Krause <[email protected]>
686 S:      Orphaned (Since 2016-02)
687 T:      git git://git.denx.de/u-boot-tq-group.git
688
689 TEE
690 M:      Jens Wiklander <[email protected]>
691 S:      Maintained
692 F:      drivers/tee/
693 F:      include/tee.h
694 F:      include/tee/
695
696 UBI
697 M:      Kyungmin Park <[email protected]>
698 M:      Heiko Schocher <[email protected]>
699 S:      Maintained
700 T:      git git://git.denx.de/u-boot-ubi.git
701 F:      drivers/mtd/ubi/
702
703 USB
704 M:      Marek Vasut <[email protected]>
705 S:      Maintained
706 T:      git git://git.denx.de/u-boot-usb.git
707 F:      drivers/usb/
708
709 USB xHCI
710 M:      Bin Meng <[email protected]>
711 S:      Maintained
712 T:      git git://git.denx.de/u-boot-usb.git topic-xhci
713 F:      drivers/usb/host/xhci*
714
715 VIDEO
716 M:      Anatolij Gustschin <[email protected]>
717 S:      Maintained
718 T:      git git://git.denx.de/u-boot-video.git
719 F:      drivers/video/
720 F:      common/lcd*.c
721 F:      include/lcd*.h
722 F:      include/video*.h
723
724 X86
725 M:      Simon Glass <[email protected]>
726 M:      Bin Meng <[email protected]>
727 S:      Maintained
728 T:      git git://git.denx.de/u-boot-x86.git
729 F:      arch/x86/
730
731 XTENSA
732 M:      Max Filippov <[email protected]>
733 S:      Maintained
734 F:      arch/xtensa/
735
736 THE REST
737 M:      Tom Rini <[email protected]>
738 L:      [email protected]
739 Q:      http://patchwork.ozlabs.org/project/uboot/list/
740 S:      Maintained
741 T:      git git://git.denx.de/u-boot.git
742 F:      configs/tools-only_defconfig
743 F:      *
744 F:      */
This page took 0.064961 seconds and 4 git commands to generate.