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