]> Git Repo - u-boot.git/blob - MAINTAINERS
libavb: Handle wrong hashtree_error_mode in avb_append_options()
[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 FLATTENED DEVICE TREE
394 M:      Simon Glass <[email protected]>
395 S:      Maintained
396 T:      git git://git.denx.de/u-boot-fdt.git
397 F:      lib/fdtdec*
398 F:      lib/libfdt/
399 F:      include/fdt*
400 F:      include/linux/libfdt*
401 F:      cmd/fdt.c
402 F:      common/fdt_support.c
403
404 FREEBSD
405 M:      Rafal Jaworowski <[email protected]>
406 S:      Maintained
407 T:      git git://git.denx.de/u-boot-freebsd.git
408
409 FREESCALE QORIQ
410 M:      York Sun <[email protected]>
411 S:      Maintained
412 T:      git git://git.denx.de/u-boot-fsl-qoriq.git
413
414 I2C
415 M:      Heiko Schocher <[email protected]>
416 S:      Maintained
417 T:      git git://git.denx.de/u-boot-i2c.git
418 F:      drivers/i2c/
419
420 LOGGING
421 M:      Simon Glass <[email protected]>
422 S:      Maintained
423 T:      git git://git.denx.de/u-boot.git
424 F:      common/log.c
425 F:      cmd/log.c
426 F:      test/log/log_test.c
427 F:      test/py/tests/test_log.py
428
429 MICROBLAZE
430 M:      Michal Simek <[email protected]>
431 S:      Maintained
432 T:      git git://git.denx.de/u-boot-microblaze.git
433 F:      arch/microblaze/
434 F:      cmd/mfsl.c
435 F:      drivers/gpio/xilinx_gpio.c
436 F:      drivers/net/xilinx_axi_emac.c
437 F:      drivers/net/xilinx_emaclite.c
438 F:      drivers/serial/serial_xuartlite.c
439 F:      drivers/spi/xilinx_spi.c
440 F:      drivers/sysreset/sysreset_gpio.c
441 F:      drivers/watchdog/xilinx_tb_wdt.c
442 N:      xilinx
443
444 MIPS
445 M:      Daniel Schwierzeck <[email protected]>
446 S:      Maintained
447 T:      git git://git.denx.de/u-boot-mips.git
448 F:      arch/mips/
449
450 MMC
451 M:      Jaehoon Chung <[email protected]>
452 S:      Maintained
453 T:      git git://git.denx.de/u-boot-mmc.git
454 F:      drivers/mmc/
455
456 NAND FLASH
457 #M:     Scott Wood <[email protected]>
458 S:      Orphaned (Since 2018-07)
459 T:      git git://git.denx.de/u-boot-nand-flash.git
460 F:      drivers/mtd/nand/
461
462 NDS32
463 M:      Macpaul Lin <[email protected]>
464 S:      Maintained
465 T:      git git://git.denx.de/u-boot-nds32.git
466 F:      arch/nds32/
467
468 NETWORK
469 M:      Joe Hershberger <[email protected]>
470 S:      Maintained
471 T:      git git://git.denx.de/u-boot-net.git
472 F:      drivers/net/
473 F:      net/
474
475 NIOS
476 M:      Thomas Chou <[email protected]>
477 S:      Maintained
478 T:      git git://git.denx.de/u-boot-nios.git
479 F:      arch/nios2/
480
481 ONENAND
482 #M:     Lukasz Majewski <[email protected]>
483 S:      Orphaned (Since 2017-01)
484 T:      git git://git.denx.de/u-boot-onenand.git
485 F:      drivers/mtd/onenand/
486
487 PATMAN
488 M:      Simon Glass <[email protected]>
489 S:      Maintained
490 F:      tools/patman/
491
492 POWER
493 M:      Jaehoon Chung <[email protected]>
494 S:      Maintained
495 T:      git git://git.denx.de/u-boot-pmic.git
496 F:      drivers/power/
497
498 POWERPC
499 M:      Wolfgang Denk <[email protected]>
500 S:      Maintained
501 F:      arch/powerpc/
502
503 POWERPC MPC8XX
504 M:      Christophe Leroy <[email protected]>
505 S:      Maintained
506 T:      git git://git.denx.de/u-boot-mpc8xx.git
507 F:      arch/powerpc/cpu/mpc8xx/
508
509 POWERPC MPC83XX
510 M:      Mario Six <[email protected]>
511 S:      Maintained
512 T:      git git://git.denx.de/u-boot-mpc83xx.git
513 F:      arch/powerpc/cpu/mpc83xx/
514 F:      arch/powerpc/include/asm/arch-mpc83xx/
515
516 POWERPC MPC85XX
517 M:      York Sun <[email protected]>
518 S:      Maintained
519 T:      git git://git.denx.de/u-boot-mpc85xx.git
520 F:      arch/powerpc/cpu/mpc85xx/
521
522 POWERPC MPC86XX
523 M:      York Sun <[email protected]>
524 S:      Maintained
525 T:      git git://git.denx.de/u-boot-mpc86xx.git
526 F:      arch/powerpc/cpu/mpc86xx/
527
528 RISC-V
529 M:      Rick Chen <[email protected]>
530 S:      Maintained
531 T:      git git://git.denx.de/u-boot-riscv.git
532 F:      arch/riscv/
533 F:      tools/prelink-riscv.c
534
535 ROCKUSB
536 M:      Eddie Cai <[email protected]>
537 S:      Maintained
538 F:      drivers/usb/gadget/f_rockusb.c
539 F:      cmd/rockusb.c
540 F:      doc/README.rockusb
541
542 SANDBOX
543 M:      Simon Glass <[email protected]>
544 S:      Maintained
545 F:      arch/sandbox/
546
547 SH
548 M:      Nobuhiro Iwamatsu <[email protected]>
549 S:      Maintained
550 T:      git git://git.denx.de/u-boot-sh.git
551 F:      arch/sh/
552
553 SPI
554 M:      Jagan Teki <[email protected]>
555 S:      Maintained
556 T:      git git://git.denx.de/u-boot-spi.git
557 F:      drivers/mtd/spi/
558 F:      drivers/spi/
559 F:      include/spi*
560
561 SPMI
562 M:      Mateusz Kulikowski <[email protected]>
563 S:      Maintained
564 F:      drivers/spmi/
565 F:      include/spmi/
566
567 TI SYSTEM SECURITY
568 M:      Andrew F. Davis <[email protected]>
569 S:      Supported
570 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
571 F:      arch/arm/mach-omap2/sec-common.c
572 F:      arch/arm/mach-omap2/config_secure.mk
573 F:      configs/am335x_hs_evm_defconfig
574 F:      configs/am335x_hs_evm_uart_defconfig
575 F:      configs/am43xx_hs_evm_defconfig
576 F:      configs/am57xx_hs_evm_defconfig
577 F:      configs/dra7xx_hs_evm_defconfig
578 F:      configs/k2hk_hs_evm_defconfig
579 F:      configs/k2e_hs_evm_defconfig
580 F:      configs/k2g_hs_evm_defconfig
581 F:      configs/k2l_hs_evm_defconfig
582
583 TQ GROUP
584 #M:     Martin Krause <[email protected]>
585 S:      Orphaned (Since 2016-02)
586 T:      git git://git.denx.de/u-boot-tq-group.git
587
588 UBI
589 M:      Kyungmin Park <[email protected]>
590 M:      Heiko Schocher <[email protected]>
591 S:      Maintained
592 T:      git git://git.denx.de/u-boot-ubi.git
593 F:      drivers/mtd/ubi/
594
595 USB
596 M:      Marek Vasut <[email protected]>
597 S:      Maintained
598 T:      git git://git.denx.de/u-boot-usb.git
599 F:      drivers/usb/
600
601 USB xHCI
602 M:      Bin Meng <[email protected]>
603 S:      Maintained
604 T:      git git://git.denx.de/u-boot-usb.git topic-xhci
605 F:      drivers/usb/host/xhci*
606
607 VIDEO
608 M:      Anatolij Gustschin <[email protected]>
609 S:      Maintained
610 T:      git git://git.denx.de/u-boot-video.git
611 F:      drivers/video/
612 F:      common/lcd*.c
613 F:      include/lcd*.h
614
615 X86
616 M:      Simon Glass <[email protected]>
617 M:      Bin Meng <[email protected]>
618 S:      Maintained
619 T:      git git://git.denx.de/u-boot-x86.git
620 F:      arch/x86/
621
622 XTENSA
623 M:      Max Filippov <[email protected]>
624 S:      Maintained
625 F:      arch/xtensa/
626
627 THE REST
628 M:      Tom Rini <[email protected]>
629 L:      [email protected]
630 Q:      http://patchwork.ozlabs.org/project/uboot/list/
631 S:      Maintained
632 T:      git git://git.denx.de/u-boot.git
633 F:      *
634 F:      */
This page took 0.058209 seconds and 4 git commands to generate.