]> Git Repo - u-boot.git/blob - MAINTAINERS
Merge tag 'efi-2019-07-rc2' of git://git.denx.de/u-boot-efi
[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            Orphan:      No current maintainer [but maybe you could take the
16                         role as you write your new code].
17         F: Files and directories with wildcard patterns.
18            A trailing slash includes all files and subdirectory files.
19            F:   drivers/net/    all files in and below drivers/net
20            F:   drivers/net/*   all files in drivers/net, but not below
21            F:   */net/*         all files in "any top level directory"/net
22            One pattern per line.  Multiple F: lines acceptable.
23         N: Files and directories with regex patterns.
24            N:   [^a-z]tegra     all files whose path contains the word tegra
25            One pattern per line.  Multiple N: lines acceptable.
26            scripts/get_maintainer.pl has different behavior for files that
27            match F: pattern and matches of N: patterns.  By default,
28            get_maintainer will not look at git log history when an F: pattern
29            match occurs.  When an N: match occurs, git log history is used
30            to also notify the people that have git commit signatures.
31         X: Files and directories that are NOT maintained, same rules as F:
32            Files exclusions are tested before file matches.
33            Can be useful for excluding a specific subdirectory, for instance:
34            F:   net/
35            X:   net/ipv6/
36            matches all files in and below net excluding net/ipv6/
37         K: Keyword perl extended regex pattern to match content in a
38            patch or file.  For instance:
39            K: of_get_profile
40               matches patches or files that contain "of_get_profile"
41            K: \b(printk|pr_(info|err))\b
42               matches patches or files that contain one or more of the words
43               printk, pr_info or pr_err
44            One regex pattern per line.  Multiple K: lines acceptable.
45
46 Note: For the hard of thinking, this list is meant to remain in alphabetical
47 order. If you could add yourselves to it in alphabetical order that would be
48 so much easier [Ed]
49
50 Maintainers List (try to look for most precise areas first)
51
52                 -----------------------------------
53 ARC
54 M:      Alexey Brodkin <[email protected]>
55 M:      Eugeniy Paltsev <[email protected]>
56 S:      Maintained
57 L:      [email protected]
58 T:      git git://git.denx.de/u-boot-arc.git
59 F:      arch/arc/
60 F:      board/synopsys/
61
62 ARC HSDK CGU CLOCK
63 M:      Eugeniy Paltsev <[email protected]>
64 S:      Maintained
65 L:      [email protected]
66 F:      drivers/clk/clk-hsdk-cgu.c
67 F:      include/dt-bindings/clock/snps,hsdk-cgu.h
68 F:      doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
69
70 ARC HSDK CREG GPIO
71 M:      Eugeniy Paltsev <[email protected]>
72 S:      Maintained
73 L:      [email protected]
74 F:      doc/device-tree-bindings/gpio/snps,creg-gpio.txt
75 F:      drivers/gpio/hsdk-creg-gpio.c
76
77 ARC SYNOPSYS DW MMC EXTENSIONS
78 M:      Eugeniy Paltsev <[email protected]>
79 S:      Maintained
80 L:      [email protected]
81 F:      doc/device-tree-bindings/mmc/snps,dw-mmc.txt
82 F:      drivers/mmc/snps_dw_mmc.c
83
84 ARM
85 M:      Albert Aribaud <[email protected]>
86 S:      Maintained
87 T:      git git://git.denx.de/u-boot-arm.git
88 F:      arch/arm/
89 F:      cmd/arm/
90
91 ARM ALTERA SOCFPGA
92 M:      Marek Vasut <[email protected]>
93 M:      Simon Goldschmidt <[email protected]>
94 S:      Maintainted
95 T:      git git://git.denx.de/u-boot-socfpga.git
96 F:      arch/arm/mach-socfpga/
97
98 ARM AMLOGIC SOC SUPPORT
99 M:      Neil Armstrong <[email protected]>
100 S:      Maintained
101 L:      [email protected]
102 T:      git git://git.denx.de/u-boot-amlogic.git
103 F:      arch/arm/mach-meson/
104 F:      arch/arm/include/asm/arch-meson/
105 F:      drivers/clk/meson/
106 F:      drivers/serial/serial_meson.c
107 F:      drivers/reset/reset-meson.c
108 F:      drivers/i2c/meson_i2c.c
109 F:      drivers/net/phy/meson-gxl.c
110 F:      drivers/adc/meson-saradc.c
111 F:      drivers/phy/meson*
112 F:      drivers/mmc/meson_gx_mmc.c
113 F:      drivers/spi/meson_spifc.c
114 F:      drivers/pinctrl/meson/
115 F:      drivers/power/domain/meson-gx-pwrc-vpu.c
116 F:      drivers/video/meson/
117 F:      include/configs/meson64.h
118 N:      meson
119
120 ARM BROADCOM BCM283X
121 M:      Matthias Brugger <[email protected]>
122 S:      Maintained
123 F:      arch/arm/mach-bcm283x/
124 F:      drivers/gpio/bcm2835_gpio.c
125 F:      drivers/mmc/bcm2835_sdhci.c
126 F:      drivers/mmc/bcm2835_sdhost.c
127 F:      drivers/serial/serial_bcm283x_mu.c
128 F:      drivers/serial/serial_bcm283x_pl011.c
129 F:      drivers/video/bcm2835.c
130 F:      include/dm/platform_data/serial_bcm283x_mu.h
131 F:      drivers/pinctrl/broadcom/
132
133 ARM BROADCOM BCMSTB
134 M:      Thomas Fitzsimmons <[email protected]>
135 S:      Maintained
136 F:      arch/arm/mach-bcmstb/
137 F:      board/broadcom/bcmstb/
138 F:      configs/bcm7*_defconfig
139 F:      doc/README.bcm7xxx
140 F:      drivers/mmc/bcmstb_sdhci.c
141 F:      drivers/spi/bcmstb_spi.c
142
143 ARM/CZ.NIC TURRIS MOX SUPPORT
144 M:      Marek Behun <[email protected]>
145 S:      Maintained
146 F:      arch/arm/dts/armada-3720-turris-mox.dts
147 F:      board/CZ.NIC/
148 F:      configs/turris_*_defconfig
149 F:      include/configs/turris_*.h
150
151 ARM FREESCALE IMX
152 M:      Stefano Babic <[email protected]>
153 M:      Fabio Estevam <[email protected]>
154 R:      NXP i.MX U-Boot Team <[email protected]>
155 S:      Maintained
156 T:      git git://git.denx.de/u-boot-imx.git
157 F:      arch/arm/cpu/arm1136/mx*/
158 F:      arch/arm/cpu/arm926ejs/mx*/
159 F:      arch/arm/cpu/armv7/vf610/
160 F:      arch/arm/mach-imx/
161 F:      arch/arm/include/asm/arch-imx/
162 F:      arch/arm/include/asm/arch-mx*/
163 F:      arch/arm/include/asm/arch-vf610/
164 F:      arch/arm/include/asm/mach-imx/
165 F:      board/freescale/*mx*/
166
167 ARM HISILICON
168 M:      Peter Griffin <[email protected]>
169 S:      Maintained
170 F:      arch/arm/cpu/armv8/hisilicon
171 F:      arch/arm/include/asm/arch-hi6220/
172
173 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
174 M:      Stefan Roese <[email protected]>
175 S:      Maintained
176 T:      git git://git.denx.de/u-boot-marvell.git
177 F:      arch/arm/mach-kirkwood/
178 F:      arch/arm/mach-mvebu/
179 F:      drivers/ata/ahci_mvebu.c
180 F:      drivers/ddr/marvell/
181 F:      drivers/gpio/mvebu_gpio.c
182 F:      drivers/spi/kirkwood_spi.c
183 F:      drivers/pci/pci_mvebu.c
184 F:      drivers/pci/pcie_dw_mvebu.c
185 F:      drivers/watchdog/orion_wdt.c
186
187 ARM MARVELL PXA
188 M:      Marek Vasut <[email protected]>
189 S:      Maintained
190 T:      git git://git.denx.de/u-boot-pxa.git
191 F:      arch/arm/cpu/pxa/
192 F:      arch/arm/include/asm/arch-pxa/
193
194 ARM MEDIATEK
195 M:      Ryder Lee <[email protected]>
196 M:      Weijie Gao <[email protected]>
197 S:      Maintained
198 F:      arch/arm/mach-mediatek/
199 F:      arch/arm/include/asm/arch-mediatek/
200 F:      board/mediatek/
201 F:      doc/README.mediatek
202 F:      drivers/clk/mediatek/
203 F:      drivers/mmc/mtk-sd.c
204 F:      drivers/pinctrl/mediatek/
205 F:      drivers/power/domain/mtk-power-domain.c
206 F:      drivers/ram/mediatek/
207 F:      drivers/spi/mtk_qspi.c
208 F:      drivers/timer/mtk_timer.c
209 F:      drivers/watchdog/mtk_wdt.c
210 F:      drivers/net/mtk_eth.c
211 F:      drivers/reset/reset-mediatek.c
212 F:      tools/mtk_image.c
213 F:      tools/mtk_image.h
214 N:      mediatek
215
216 ARM MICROCHIP/ATMEL AT91
217 M:      Eugen Hristev <[email protected]>
218 S:      Maintained
219 T:      git git://git.denx.de/u-boot-atmel.git
220 F:      arch/arm/mach-at91/
221 F:      board/atmel/
222
223 ARM OWL
224 M:      Manivannan Sadhasivam <[email protected]>
225 S:      Maintained
226 F:      arch/arm/include/asm/arch-owl/
227 F:      arch/arm/mach-owl/
228 F:      board/ucRobotics/
229 F:      drivers/clk/owl/
230 F:      drivers/serial/serial_owl.c
231
232 ARM RENESAS RMOBILE/R-CAR
233 M:      Nobuhiro Iwamatsu <[email protected]>
234 M:      Marek Vasut <[email protected]>
235 S:      Maintained
236 T:      git git://git.denx.de/u-boot-sh.git
237 F:      arch/arm/mach-rmobile/
238
239 ARM ROCKCHIP
240 M:      Simon Glass <[email protected]>
241 M:      Philipp Tomsich <[email protected]>
242 M:      Kever Yang <[email protected]>
243 S:      Maintained
244 T:      git git://git.denx.de/u-boot-rockchip.git
245 F:      arch/arm/include/asm/arch-rockchip/
246 F:      arch/arm/mach-rockchip/
247 F:      board/rockchip/
248 F:      drivers/clk/rockchip/
249 F:      drivers/gpio/rk_gpio.c
250 F:      drivers/misc/rockchip-efuse.c
251 F:      drivers/mmc/rockchip_sdhci.c
252 F:      drivers/mmc/rockchip_dw_mmc.c
253 F:      drivers/pinctrl/rockchip/
254 F:      drivers/ram/rockchip/
255 F:      drivers/sysreset/sysreset_rockchip.c
256 F:      drivers/video/rockchip/
257 F:      tools/rkcommon.c
258 F:      tools/rkcommon.h
259 F:      tools/rkimage.c
260 F:      tools/rksd.c
261 F:      tools/rkspi.c
262
263 ARM SAMSUNG
264 M:      Minkyu Kang <[email protected]>
265 S:      Maintained
266 T:      git git://git.denx.de/u-boot-samsung.git
267 F:      arch/arm/mach-exynos/
268 F:      arch/arm/mach-s5pc1xx/
269 F:      arch/arm/cpu/armv7/s5p-common/
270
271 ARM SNAPDRAGON
272 M:      Ramon Fried <[email protected]>
273 S:      Maintained
274 F:      arch/arm/mach-snapdragon/
275 F:      drivers/gpio/msm_gpio.c
276 F:      drivers/mmc/msm_sdhci.c
277 F:      drivers/phy/msm8916-usbh-phy.c
278 F:      drivers/serial/serial_msm.c
279 F:      drivers/smem/msm_smem.c
280 F:      drivers/usb/host/ehci-msm.c
281
282 ARM STI
283 M:      Patrice Chotard <[email protected]>
284 S:      Maintained
285 F:      arch/arm/mach-sti/
286 F:      arch/arm/include/asm/arch-sti*/
287
288 ARM STM SPEAR
289 #M:     Vipin Kumar <[email protected]>
290 S:      Orphaned (Since 2016-02)
291 T:      git git://git.denx.de/u-boot-stm.git
292 F:      arch/arm/cpu/arm926ejs/spear/
293 F:      arch/arm/include/asm/arch-spear/
294
295 ARM STM STM32MP
296 M:      Patrick Delaunay <[email protected]>
297 M:      Christophe Kerello <[email protected]>
298 M:      Patrice Chotard <[email protected]>
299 L:      [email protected] (moderated for non-subscribers)
300 S:      Maintained
301 F:      arch/arm/mach-stm32mp/
302 F:      drivers/clk/clk_stm32mp1.c
303 F:      drivers/i2c/stm32f7_i2c.c
304 F:      drivers/misc/stm32mp_fuse.c
305 F:      drivers/mmc/stm32_sdmmc2.c
306 F:      drivers/phy/phy-stm32-usbphyc.c
307 F:      drivers/pinctrl/pinctrl_stm32.c
308 F:      drivers/power/pmic/stpmic1.c
309 F:      drivers/power/regulator/stm32-vrefbuf.c
310 F:      drivers/power/regulator/stpmic1.c
311 F:      drivers/ram/stm32mp1/
312 F:      drivers/misc/stm32_rcc.c
313 F:      drivers/reset/stm32-reset.c
314 F:      drivers/spi/stm32_qspi.c
315
316 ARM STM STV0991
317 M:      Vikas Manocha <[email protected]>
318 S:      Maintained
319 F:      arch/arm/cpu/armv7/stv0991/
320 F:      arch/arm/include/asm/arch-stv0991/
321
322 ARM SUNXI
323 M:      Jagan Teki <[email protected]>
324 M:      Maxime Ripard <[email protected]>
325 S:      Maintained
326 T:      git git://git.denx.de/u-boot-sunxi.git
327 F:      arch/arm/cpu/armv7/sunxi/
328 F:      arch/arm/include/asm/arch-sunxi/
329 F:      arch/arm/mach-sunxi/
330 F:      board/sunxi/
331
332 ARM TEGRA
333 M:      Tom Warren <[email protected]>
334 S:      Maintained
335 T:      git git://git.denx.de/u-boot-tegra.git
336 F:      arch/arm/mach-tegra/
337 F:      arch/arm/include/asm/arch-tegra*/
338
339 ARM TI
340 M:      Tom Rini <[email protected]>
341 S:      Maintained
342 T:      git git://git.denx.de/u-boot-ti.git
343 F:      arch/arm/mach-davinci/
344 F:      arch/arm/mach-k3/
345 F:      arch/arm/mach-keystone/
346 F:      arch/arm/include/asm/arch-omap*/
347 F:      arch/arm/include/asm/ti-common/
348
349 ARM UNIPHIER
350 M:      Masahiro Yamada <[email protected]>
351 S:      Maintained
352 T:      git git://git.denx.de/u-boot-uniphier.git
353 F:      arch/arm/mach-uniphier/
354 F:      configs/uniphier_*_defconfig
355 N:      uniphier
356
357 ARM VERSAL
358 M:      Michal Simek <[email protected]>
359 S:      Maintained
360 T:      git git://git.denx.de/u-boot-microblaze.git
361 F:      arch/arm/mach-versal/
362
363 ARM VERSATILE EXPRESS DRIVERS
364 M:      Liviu Dudau <[email protected]>
365 S:      Maintained
366 T:      git git://github.com/ARM-software/u-boot.git
367 F:      drivers/misc/vexpress_config.c
368 N:      vexpress
369
370 ARM ZYNQ
371 M:      Michal Simek <[email protected]>
372 S:      Maintained
373 T:      git git://git.denx.de/u-boot-microblaze.git
374 F:      arch/arm/mach-zynq/
375 F:      drivers/clk/clk_zynq.c
376 F:      drivers/fpga/zynqpl.c
377 F:      drivers/gpio/zynq_gpio.c
378 F:      drivers/i2c/i2c-cdns.c
379 F:      drivers/i2c/muxes/pca954x.c
380 F:      drivers/i2c/zynq_i2c.c
381 F:      drivers/mmc/zynq_sdhci.c
382 F:      drivers/mtd/nand/raw/zynq_nand.c
383 F:      drivers/net/phy/xilinx_phy.c
384 F:      drivers/net/zynq_gem.c
385 F:      drivers/serial/serial_zynq.c
386 F:      drivers/spi/zynq_qspi.c
387 F:      drivers/spi/zynq_spi.c
388 F:      drivers/usb/host/ehci-zynq.c
389 F:      drivers/watchdog/cdns_wdt.c
390 F:      include/zynqpl.h
391 F:      tools/zynqimage.c
392 N:      zynq
393
394 ARM ZYNQMP
395 M:      Michal Simek <[email protected]>
396 S:      Maintained
397 T:      git git://git.denx.de/u-boot-microblaze.git
398 F:      arch/arm/mach-zynqmp/
399 F:      drivers/clk/clk_zynqmp.c
400 F:      drivers/fpga/zynqpl.c
401 F:      drivers/gpio/zynq_gpio.c
402 F:      drivers/i2c/i2c-cdns.c
403 F:      drivers/i2c/muxes/pca954x.c
404 F:      drivers/i2c/zynq_i2c.c
405 F:      drivers/mmc/zynq_sdhci.c
406 F:      drivers/mtd/nand/raw/zynq_nand.c
407 F:      drivers/net/phy/xilinx_phy.c
408 F:      drivers/net/zynq_gem.c
409 F:      drivers/serial/serial_zynq.c
410 F:      drivers/spi/zynq_qspi.c
411 F:      drivers/spi/zynq_spi.c
412 F:      drivers/timer/cadence-ttc.c
413 F:      drivers/usb/host/ehci-zynq.c
414 F:      drivers/watchdog/cdns_wdt.c
415 F:      include/zynqmppl.h
416 F:      tools/zynqmp*
417 N:      ultra96
418 N:      zynqmp
419
420 ARM ZYNQMP R5
421 M:      Michal Simek <[email protected]>
422 S:      Maintained
423 T:      git git://git.denx.de/u-boot-microblaze.git
424 F:      arch/arm/mach-zynqmp-r5/
425
426 BINMAN
427 M:      Simon Glass <[email protected]>
428 S:      Maintained
429 F:      tools/binman/
430
431 BUILDMAN
432 M:      Simon Glass <[email protected]>
433 S:      Maintained
434 F:      tools/buildman/
435
436 CFI FLASH
437 M:      Stefan Roese <[email protected]>
438 S:      Maintained
439 T:      git git://git.denx.de/u-boot-cfi-flash.git
440 F:      drivers/mtd/cfi_flash.c
441 F:      drivers/mtd/jedec_flash.c
442
443 COLDFIRE
444 M:      Huan Wang <[email protected]>
445 M:      Angelo Dureghello <[email protected]>
446 S:      Maintained
447 T:      git git://git.denx.de/u-boot-coldfire.git
448 F:      arch/m68k/
449
450 DFU
451 M:      Lukasz Majewski <[email protected]>
452 S:      Maintained
453 T:      git git://git.denx.de/u-boot-dfu.git
454 F:      cmd/dfu.c
455 F:      cmd/usb_*.c
456 F:      common/dfu.c
457 F:      common/update.c
458 F:      common/usb_storage.c
459 F:      drivers/dfu/
460 F:      drivers/usb/gadget/
461
462 DRIVER MODEL
463 M:      Simon Glass <[email protected]>
464 S:      Maintained
465 T:      git git://git.denx.de/u-boot-dm.git
466 F:      drivers/core/
467 F:      include/dm/
468 F:      test/dm/
469
470 EFI PAYLOAD
471 M:      Heinrich Schuchardt <[email protected]>
472 R:      Alexander Graf <[email protected]>
473 S:      Maintained
474 T:      git git://git.denx.de/u-boot-efi.git
475 F:      doc/README.uefi
476 F:      doc/README.iscsi
477 F:      Documentation/efi.rst
478 F:      include/capitalization.h
479 F:      include/cp1250.h
480 F:      include/cp437.h
481 F:      include/efi*
482 F:      include/pe.h
483 F:      include/asm-generic/pe.h
484 F:      lib/charset.c
485 F:      lib/efi*/
486 F:      test/py/tests/test_efi*
487 F:      test/unicode_ut.c
488 F:      cmd/bootefi.c
489 F:      cmd/efidebug.c
490 F:      cmd/nvedit_efi.c
491 F:      tools/file2include.c
492
493 FPGA
494 M:      Michal Simek <[email protected]>
495 S:      Maintained
496 T:      git git://git.denx.de/u-boot-microblaze.git
497 F:      drivers/fpga/
498 F:      cmd/fpga.c
499 F:      include/fpga.h
500
501 FLATTENED DEVICE TREE
502 M:      Simon Glass <[email protected]>
503 S:      Maintained
504 T:      git git://git.denx.de/u-boot-fdt.git
505 F:      lib/fdtdec*
506 F:      lib/libfdt/
507 F:      include/fdt*
508 F:      include/linux/libfdt*
509 F:      cmd/fdt.c
510 F:      common/fdt_support.c
511
512 FREEBSD
513 M:      Rafal Jaworowski <[email protected]>
514 S:      Maintained
515 T:      git git://git.denx.de/u-boot-freebsd.git
516
517 FREESCALE QORIQ
518 M:      Prabhakar Kushwaha <[email protected]>
519 S:      Maintained
520 T:      git git://git.denx.de/u-boot-fsl-qoriq.git
521
522 I2C
523 M:      Heiko Schocher <[email protected]>
524 S:      Maintained
525 T:      git git://git.denx.de/u-boot-i2c.git
526 F:      drivers/i2c/
527
528 LOGGING
529 M:      Simon Glass <[email protected]>
530 S:      Maintained
531 T:      git git://git.denx.de/u-boot.git
532 F:      common/log.c
533 F:      cmd/log.c
534 F:      test/log/log_test.c
535 F:      test/py/tests/test_log.py
536
537 MALI DISPLAY PROCESSORS
538 M:      Liviu Dudau <[email protected]>
539 S:      Supported
540 T:      git git://github.com/ARM-software/u-boot.git
541 F:      drivers/video/mali_dp.c
542 F:      drivers/i2c/i2c-versatile.c
543
544 MICROBLAZE
545 M:      Michal Simek <[email protected]>
546 S:      Maintained
547 T:      git git://git.denx.de/u-boot-microblaze.git
548 F:      arch/microblaze/
549 F:      cmd/mfsl.c
550 F:      drivers/gpio/xilinx_gpio.c
551 F:      drivers/net/xilinx_axi_emac.c
552 F:      drivers/net/xilinx_emaclite.c
553 F:      drivers/serial/serial_xuartlite.c
554 F:      drivers/spi/xilinx_spi.c
555 F:      drivers/sysreset/sysreset_gpio.c
556 F:      drivers/watchdog/xilinx_tb_wdt.c
557 N:      xilinx
558
559 MIPS
560 M:      Daniel Schwierzeck <[email protected]>
561 S:      Maintained
562 T:      git git://git.denx.de/u-boot-mips.git
563 F:      arch/mips/
564
565 MIPS MSCC
566 M:      Gregory CLEMENT <[email protected]>
567 M:      Lars Povlsen <[email protected]>
568 M:      Horatiu Vultur <[email protected]>
569 S:      Maintained
570 F:      arch/mips/mach-mscc/
571 F:      arch/mips/dts/luton*
572 F:      arch/mips/dts/mscc*
573 F:      arch/mips/dts/ocelot*
574 F:      arch/mips/dts/jr2*
575 F:      arch/mips/dts/serval*
576 F:      board/mscc/
577 F:      configs/mscc*
578 F:      drivers/gpio/mscc_sgpio.c
579 F:      drivers/spi/mscc_bb_spi.c
580 F:      include/configs/vcoreiii.h
581 F:      drivers/pinctrl/mscc/
582 F:      drivers/net/mscc_eswitch/
583
584 MIPS JZ4780
585 M:      Ezequiel Garcia <[email protected]>
586 S:      Maintained
587 F:      arch/mips/mach-jz47xx/
588
589 MMC
590 M:      Jaehoon Chung <[email protected]>
591 S:      Maintained
592 T:      git git://git.denx.de/u-boot-mmc.git
593 F:      drivers/mmc/
594
595 NAND FLASH
596 #M:     Scott Wood <[email protected]>
597 S:      Orphaned (Since 2018-07)
598 T:      git git://git.denx.de/u-boot-nand-flash.git
599 F:      drivers/mtd/nand/raw/
600
601 NDS32
602 M:      Macpaul Lin <[email protected]>
603 S:      Maintained
604 T:      git git://git.denx.de/u-boot-nds32.git
605 F:      arch/nds32/
606
607 NETWORK
608 M:      Joe Hershberger <[email protected]>
609 S:      Maintained
610 T:      git git://git.denx.de/u-boot-net.git
611 F:      drivers/net/
612 F:      net/
613
614 NIOS
615 M:      Thomas Chou <[email protected]>
616 S:      Maintained
617 T:      git git://git.denx.de/u-boot-nios.git
618 F:      arch/nios2/
619
620 ONENAND
621 #M:     Lukasz Majewski <[email protected]>
622 S:      Orphaned (Since 2017-01)
623 T:      git git://git.denx.de/u-boot-onenand.git
624 F:      drivers/mtd/onenand/
625
626 PATMAN
627 M:      Simon Glass <[email protected]>
628 S:      Maintained
629 F:      tools/patman/
630
631 POWER
632 M:      Jaehoon Chung <[email protected]>
633 S:      Maintained
634 T:      git git://git.denx.de/u-boot-pmic.git
635 F:      drivers/power/
636
637 POWERPC
638 M:      Wolfgang Denk <[email protected]>
639 S:      Maintained
640 F:      arch/powerpc/
641
642 POWERPC MPC8XX
643 M:      Christophe Leroy <[email protected]>
644 S:      Maintained
645 T:      git git://git.denx.de/u-boot-mpc8xx.git
646 F:      arch/powerpc/cpu/mpc8xx/
647
648 POWERPC MPC83XX
649 M:      Mario Six <[email protected]>
650 S:      Maintained
651 T:      git git://git.denx.de/u-boot-mpc83xx.git
652 F:      drivers/ram/mpc83xx_sdram.c
653 F:      include/dt-bindings/memory/mpc83xx-sdram.h
654 F:      drivers/sysreset/sysreset_mpc83xx.c
655 F:      drivers/sysreset/sysreset_mpc83xx.h
656 F:      drivers/clk/mpc83xx_clk.c
657 F:      drivers/clk/mpc83xx_clk.h
658 F:      include/dt-bindings/clk/mpc83xx-clk.h
659 F:      drivers/timer/mpc83xx_timer.c
660 F:      drivers/cpu/mpc83xx_cpu.c
661 F:      drivers/cpu/mpc83xx_cpu.h
662 F:      drivers/misc/mpc83xx_serdes.c
663 F:      arch/powerpc/cpu/mpc83xx/
664 F:      arch/powerpc/include/asm/arch-mpc83xx/
665
666 POWERPC MPC85XX
667 M:      Prabhakar Kushwaha <[email protected]>
668 S:      Maintained
669 T:      git git://git.denx.de/u-boot-mpc85xx.git
670 F:      arch/powerpc/cpu/mpc85xx/
671
672 POWERPC MPC86XX
673 M:      Prabhakar Kushwaha <[email protected]>
674 S:      Maintained
675 T:      git git://git.denx.de/u-boot-mpc86xx.git
676 F:      arch/powerpc/cpu/mpc86xx/
677
678 RISC-V
679 M:      Rick Chen <[email protected]>
680 S:      Maintained
681 T:      git git://git.denx.de/u-boot-riscv.git
682 F:      arch/riscv/
683 F:      cmd/riscv/
684 F:      tools/prelink-riscv.c
685
686 ROCKUSB
687 M:      Eddie Cai <[email protected]>
688 S:      Maintained
689 F:      drivers/usb/gadget/f_rockusb.c
690 F:      cmd/rockusb.c
691 F:      doc/README.rockusb
692
693 SANDBOX
694 M:      Simon Glass <[email protected]>
695 S:      Maintained
696 F:      arch/sandbox/
697
698 SH
699 M:      Nobuhiro Iwamatsu <[email protected]>
700 S:      Maintained
701 T:      git git://git.denx.de/u-boot-sh.git
702 F:      arch/sh/
703
704 SPI
705 M:      Jagan Teki <[email protected]>
706 S:      Maintained
707 T:      git git://git.denx.de/u-boot-spi.git
708 F:      drivers/spi/
709 F:      include/spi*
710
711 SPI-NOR
712 M:      Jagan Teki <[email protected]>
713 M:      Vignesh R <[email protected]>
714 S:      Maintained
715 F:      drivers/mtd/spi/
716 F:      include/spi_flash.h
717 F:      include/linux/mtd/cfi.h
718 F:      include/linux/mtd/spi-nor.h
719
720 SPMI
721 M:      Mateusz Kulikowski <[email protected]>
722 S:      Maintained
723 F:      drivers/spmi/
724 F:      include/spmi/
725
726 TDA19988 HDMI ENCODER
727 M:      Liviu Dudau <[email protected]>
728 S:      Maintained
729 F:      drivers/video/tda19988.c
730
731 TI SYSTEM SECURITY
732 M:      Andrew F. Davis <[email protected]>
733 S:      Supported
734 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
735 F:      arch/arm/mach-omap2/sec-common.c
736 F:      arch/arm/mach-omap2/config_secure.mk
737 F:      arch/arm/mach-k3/security.c
738 F:      arch/arm/mach-k3/config_secure.mk
739 F:      configs/am335x_hs_evm_defconfig
740 F:      configs/am335x_hs_evm_uart_defconfig
741 F:      configs/am43xx_hs_evm_defconfig
742 F:      configs/am57xx_hs_evm_defconfig
743 F:      configs/am57xx_hs_evm_usb_defconfig
744 F:      configs/dra7xx_hs_evm_defconfig
745 F:      configs/dra7xx_hs_evm_usb_defconfig
746 F:      configs/k2hk_hs_evm_defconfig
747 F:      configs/k2e_hs_evm_defconfig
748 F:      configs/k2g_hs_evm_defconfig
749 F:      configs/k2l_hs_evm_defconfig
750 F:      configs/am65x_hs_evm_r5_defconfig
751 F:      configs/am65x_hs_evm_a53_defconfig
752
753 TQ GROUP
754 #M:     Martin Krause <[email protected]>
755 S:      Orphaned (Since 2016-02)
756 T:      git git://git.denx.de/u-boot-tq-group.git
757
758 TEE
759 M:      Jens Wiklander <[email protected]>
760 S:      Maintained
761 F:      drivers/tee/
762 F:      include/tee.h
763 F:      include/tee/
764
765 UBI
766 M:      Kyungmin Park <[email protected]>
767 M:      Heiko Schocher <[email protected]>
768 S:      Maintained
769 T:      git git://git.denx.de/u-boot-ubi.git
770 F:      drivers/mtd/ubi/
771
772 USB
773 M:      Marek Vasut <[email protected]>
774 S:      Maintained
775 T:      git git://git.denx.de/u-boot-usb.git
776 F:      drivers/usb/
777
778 USB xHCI
779 M:      Bin Meng <[email protected]>
780 S:      Maintained
781 T:      git git://git.denx.de/u-boot-usb.git topic-xhci
782 F:      drivers/usb/host/xhci*
783
784 VIDEO
785 M:      Anatolij Gustschin <[email protected]>
786 S:      Maintained
787 T:      git git://git.denx.de/u-boot-video.git
788 F:      drivers/video/
789 F:      common/lcd*.c
790 F:      include/lcd*.h
791 F:      include/video*.h
792
793 X86
794 M:      Simon Glass <[email protected]>
795 M:      Bin Meng <[email protected]>
796 S:      Maintained
797 T:      git git://git.denx.de/u-boot-x86.git
798 F:      arch/x86/
799 F:      cmd/x86/
800
801 XTENSA
802 M:      Max Filippov <[email protected]>
803 S:      Maintained
804 F:      arch/xtensa/
805
806 THE REST
807 M:      Tom Rini <[email protected]>
808 L:      [email protected]
809 Q:      http://patchwork.ozlabs.org/project/uboot/list/
810 S:      Maintained
811 T:      git git://git.denx.de/u-boot.git
812 F:      configs/tools-only_defconfig
813 F:      *
814 F:      */
This page took 0.073516 seconds and 4 git commands to generate.