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