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