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