]> Git Repo - J-u-boot.git/blob - MAINTAINERS
efi_loader: variable: return error for APPEND_WRITE
[J-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/charset.h
480 F:      include/cp1250.h
481 F:      include/cp437.h
482 F:      include/efi*
483 F:      include/pe.h
484 F:      include/asm-generic/pe.h
485 F:      lib/charset.c
486 F:      lib/efi*/
487 F:      test/py/tests/test_efi*
488 F:      test/unicode_ut.c
489 F:      cmd/bootefi.c
490 F:      cmd/efidebug.c
491 F:      cmd/nvedit_efi.c
492 F:      tools/file2include.c
493
494 FPGA
495 M:      Michal Simek <[email protected]>
496 S:      Maintained
497 T:      git git://git.denx.de/u-boot-microblaze.git
498 F:      drivers/fpga/
499 F:      cmd/fpga.c
500 F:      include/fpga.h
501
502 FLATTENED DEVICE TREE
503 M:      Simon Glass <[email protected]>
504 S:      Maintained
505 T:      git git://git.denx.de/u-boot-fdt.git
506 F:      lib/fdtdec*
507 F:      lib/libfdt/
508 F:      include/fdt*
509 F:      include/linux/libfdt*
510 F:      cmd/fdt.c
511 F:      common/fdt_support.c
512
513 FREEBSD
514 M:      Rafal Jaworowski <[email protected]>
515 S:      Maintained
516 T:      git git://git.denx.de/u-boot-freebsd.git
517
518 FREESCALE QORIQ
519 M:      Prabhakar Kushwaha <[email protected]>
520 S:      Maintained
521 T:      git git://git.denx.de/u-boot-fsl-qoriq.git
522 F:      drivers/watchdog/sp805_wdt.c
523
524 I2C
525 M:      Heiko Schocher <[email protected]>
526 S:      Maintained
527 T:      git git://git.denx.de/u-boot-i2c.git
528 F:      drivers/i2c/
529
530 LOGGING
531 M:      Simon Glass <[email protected]>
532 S:      Maintained
533 T:      git git://git.denx.de/u-boot.git
534 F:      common/log.c
535 F:      cmd/log.c
536 F:      test/log/log_test.c
537 F:      test/py/tests/test_log.py
538
539 MALI DISPLAY PROCESSORS
540 M:      Liviu Dudau <[email protected]>
541 S:      Supported
542 T:      git git://github.com/ARM-software/u-boot.git
543 F:      drivers/video/mali_dp.c
544 F:      drivers/i2c/i2c-versatile.c
545
546 MICROBLAZE
547 M:      Michal Simek <[email protected]>
548 S:      Maintained
549 T:      git git://git.denx.de/u-boot-microblaze.git
550 F:      arch/microblaze/
551 F:      cmd/mfsl.c
552 F:      drivers/gpio/xilinx_gpio.c
553 F:      drivers/net/xilinx_axi_emac.c
554 F:      drivers/net/xilinx_emaclite.c
555 F:      drivers/serial/serial_xuartlite.c
556 F:      drivers/spi/xilinx_spi.c
557 F:      drivers/sysreset/sysreset_gpio.c
558 F:      drivers/watchdog/xilinx_tb_wdt.c
559 N:      xilinx
560
561 MIPS
562 M:      Daniel Schwierzeck <[email protected]>
563 S:      Maintained
564 T:      git git://git.denx.de/u-boot-mips.git
565 F:      arch/mips/
566
567 MIPS MSCC
568 M:      Gregory CLEMENT <[email protected]>
569 M:      Lars Povlsen <[email protected]>
570 M:      Horatiu Vultur <[email protected]>
571 S:      Maintained
572 F:      arch/mips/mach-mscc/
573 F:      arch/mips/dts/luton*
574 F:      arch/mips/dts/mscc*
575 F:      arch/mips/dts/ocelot*
576 F:      arch/mips/dts/jr2*
577 F:      arch/mips/dts/serval*
578 F:      board/mscc/
579 F:      configs/mscc*
580 F:      drivers/gpio/mscc_sgpio.c
581 F:      drivers/spi/mscc_bb_spi.c
582 F:      include/configs/vcoreiii.h
583 F:      include/dt-bindings/mscc/
584 F:      drivers/pinctrl/mscc/
585 F:      drivers/net/mscc_eswitch/
586
587 MIPS JZ4780
588 M:      Ezequiel Garcia <[email protected]>
589 S:      Maintained
590 F:      arch/mips/mach-jz47xx/
591
592 MMC
593 M:      Peng Fan <[email protected]>
594 S:      Maintained
595 T:      git git://git.denx.de/u-boot-mmc.git
596 F:      drivers/mmc/
597
598 NAND FLASH
599 #M:     Scott Wood <[email protected]>
600 S:      Orphaned (Since 2018-07)
601 T:      git git://git.denx.de/u-boot-nand-flash.git
602 F:      drivers/mtd/nand/raw/
603
604 NDS32
605 M:      Macpaul Lin <[email protected]>
606 S:      Maintained
607 T:      git git://git.denx.de/u-boot-nds32.git
608 F:      arch/nds32/
609
610 NETWORK
611 M:      Joe Hershberger <[email protected]>
612 S:      Maintained
613 T:      git git://git.denx.de/u-boot-net.git
614 F:      drivers/net/
615 F:      net/
616
617 NIOS
618 M:      Thomas Chou <[email protected]>
619 S:      Maintained
620 T:      git git://git.denx.de/u-boot-nios.git
621 F:      arch/nios2/
622
623 ONENAND
624 #M:     Lukasz Majewski <[email protected]>
625 S:      Orphaned (Since 2017-01)
626 T:      git git://git.denx.de/u-boot-onenand.git
627 F:      drivers/mtd/onenand/
628
629 PATMAN
630 M:      Simon Glass <[email protected]>
631 S:      Maintained
632 F:      tools/patman/
633
634 POWER
635 M:      Jaehoon Chung <[email protected]>
636 S:      Maintained
637 T:      git git://git.denx.de/u-boot-pmic.git
638 F:      drivers/power/
639
640 POWERPC
641 M:      Wolfgang Denk <[email protected]>
642 S:      Maintained
643 F:      arch/powerpc/
644
645 POWERPC MPC8XX
646 M:      Christophe Leroy <[email protected]>
647 S:      Maintained
648 T:      git git://git.denx.de/u-boot-mpc8xx.git
649 F:      arch/powerpc/cpu/mpc8xx/
650
651 POWERPC MPC83XX
652 M:      Mario Six <[email protected]>
653 S:      Maintained
654 T:      git git://git.denx.de/u-boot-mpc83xx.git
655 F:      drivers/ram/mpc83xx_sdram.c
656 F:      include/dt-bindings/memory/mpc83xx-sdram.h
657 F:      drivers/sysreset/sysreset_mpc83xx.c
658 F:      drivers/sysreset/sysreset_mpc83xx.h
659 F:      drivers/clk/mpc83xx_clk.c
660 F:      drivers/clk/mpc83xx_clk.h
661 F:      include/dt-bindings/clk/mpc83xx-clk.h
662 F:      drivers/timer/mpc83xx_timer.c
663 F:      drivers/cpu/mpc83xx_cpu.c
664 F:      drivers/cpu/mpc83xx_cpu.h
665 F:      drivers/misc/mpc83xx_serdes.c
666 F:      arch/powerpc/cpu/mpc83xx/
667 F:      arch/powerpc/include/asm/arch-mpc83xx/
668
669 POWERPC MPC85XX
670 M:      Prabhakar Kushwaha <[email protected]>
671 S:      Maintained
672 T:      git git://git.denx.de/u-boot-mpc85xx.git
673 F:      arch/powerpc/cpu/mpc85xx/
674
675 POWERPC MPC86XX
676 M:      Prabhakar Kushwaha <[email protected]>
677 S:      Maintained
678 T:      git git://git.denx.de/u-boot-mpc86xx.git
679 F:      arch/powerpc/cpu/mpc86xx/
680
681 RISC-V
682 M:      Rick Chen <[email protected]>
683 S:      Maintained
684 T:      git git://git.denx.de/u-boot-riscv.git
685 F:      arch/riscv/
686 F:      cmd/riscv/
687 F:      tools/prelink-riscv.c
688
689 ROCKUSB
690 M:      Eddie Cai <[email protected]>
691 S:      Maintained
692 F:      drivers/usb/gadget/f_rockusb.c
693 F:      cmd/rockusb.c
694 F:      doc/README.rockusb
695
696 SANDBOX
697 M:      Simon Glass <[email protected]>
698 S:      Maintained
699 F:      arch/sandbox/
700
701 SH
702 M:      Nobuhiro Iwamatsu <[email protected]>
703 S:      Maintained
704 T:      git git://git.denx.de/u-boot-sh.git
705 F:      arch/sh/
706
707 SPI
708 M:      Jagan Teki <[email protected]>
709 S:      Maintained
710 T:      git git://git.denx.de/u-boot-spi.git
711 F:      drivers/spi/
712 F:      include/spi*
713
714 SPI-NOR
715 M:      Jagan Teki <[email protected]>
716 M:      Vignesh R <[email protected]>
717 S:      Maintained
718 F:      drivers/mtd/spi/
719 F:      include/spi_flash.h
720 F:      include/linux/mtd/cfi.h
721 F:      include/linux/mtd/spi-nor.h
722
723 SPMI
724 M:      Mateusz Kulikowski <[email protected]>
725 S:      Maintained
726 F:      drivers/spmi/
727 F:      include/spmi/
728
729 TDA19988 HDMI ENCODER
730 M:      Liviu Dudau <[email protected]>
731 S:      Maintained
732 F:      drivers/video/tda19988.c
733
734 TI SYSTEM SECURITY
735 M:      Andrew F. Davis <[email protected]>
736 S:      Supported
737 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
738 F:      arch/arm/mach-omap2/sec-common.c
739 F:      arch/arm/mach-omap2/config_secure.mk
740 F:      arch/arm/mach-k3/security.c
741 F:      arch/arm/mach-k3/config_secure.mk
742 F:      configs/am335x_hs_evm_defconfig
743 F:      configs/am335x_hs_evm_uart_defconfig
744 F:      configs/am43xx_hs_evm_defconfig
745 F:      configs/am57xx_hs_evm_defconfig
746 F:      configs/am57xx_hs_evm_usb_defconfig
747 F:      configs/dra7xx_hs_evm_defconfig
748 F:      configs/dra7xx_hs_evm_usb_defconfig
749 F:      configs/k2hk_hs_evm_defconfig
750 F:      configs/k2e_hs_evm_defconfig
751 F:      configs/k2g_hs_evm_defconfig
752 F:      configs/k2l_hs_evm_defconfig
753 F:      configs/am65x_hs_evm_r5_defconfig
754 F:      configs/am65x_hs_evm_a53_defconfig
755
756 TQ GROUP
757 #M:     Martin Krause <[email protected]>
758 S:      Orphaned (Since 2016-02)
759 T:      git git://git.denx.de/u-boot-tq-group.git
760
761 TEE
762 M:      Jens Wiklander <[email protected]>
763 S:      Maintained
764 F:      drivers/tee/
765 F:      include/tee.h
766 F:      include/tee/
767
768 UBI
769 M:      Kyungmin Park <[email protected]>
770 M:      Heiko Schocher <[email protected]>
771 S:      Maintained
772 T:      git git://git.denx.de/u-boot-ubi.git
773 F:      drivers/mtd/ubi/
774
775 USB
776 M:      Marek Vasut <[email protected]>
777 S:      Maintained
778 T:      git git://git.denx.de/u-boot-usb.git
779 F:      drivers/usb/
780
781 USB xHCI
782 M:      Bin Meng <[email protected]>
783 S:      Maintained
784 T:      git git://git.denx.de/u-boot-usb.git topic-xhci
785 F:      drivers/usb/host/xhci*
786
787 VIDEO
788 M:      Anatolij Gustschin <[email protected]>
789 S:      Maintained
790 T:      git git://git.denx.de/u-boot-video.git
791 F:      drivers/video/
792 F:      common/lcd*.c
793 F:      include/lcd*.h
794 F:      include/video*.h
795
796 X86
797 M:      Simon Glass <[email protected]>
798 M:      Bin Meng <[email protected]>
799 S:      Maintained
800 T:      git git://git.denx.de/u-boot-x86.git
801 F:      arch/x86/
802 F:      cmd/x86/
803
804 XTENSA
805 M:      Max Filippov <[email protected]>
806 S:      Maintained
807 F:      arch/xtensa/
808
809 THE REST
810 M:      Tom Rini <[email protected]>
811 L:      [email protected]
812 Q:      http://patchwork.ozlabs.org/project/uboot/list/
813 S:      Maintained
814 T:      git git://git.denx.de/u-boot.git
815 F:      configs/tools-only_defconfig
816 F:      *
817 F:      */
This page took 0.080405 seconds and 4 git commands to generate.