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