]> Git Repo - J-u-boot.git/blame_incremental - MAINTAINERS
disk: part_dos: update partition table entries after write
[J-u-boot.git] / MAINTAINERS
... / ...
CommitLineData
1Descriptions 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
46Note: For the hard of thinking, this list is meant to remain in alphabetical
47order. If you could add yourselves to it in alphabetical order that would be
48so much easier [Ed]
49
50Maintainers List (try to look for most precise areas first)
51
52 -----------------------------------
53ANDROID AB
54M: Igor Opaniuk <[email protected]>
55R: Sam Protsenko <[email protected]>
56S: Maintained
57F: cmd/ab_select.c
58F: common/android_ab.c
59F: doc/android/ab.rst
60F: include/android_ab.h
61F: test/py/tests/test_android/test_ab.py
62
63ANDROID AVB
64M: Igor Opaniuk <[email protected]>
65S: Maintained
66F: cmd/avb.c
67F: common/avb_verify.c
68F: doc/android/avb2.rst
69F: include/avb_verify.h
70F: lib/libavb/
71F: test/py/tests/test_android/test_avb.py
72
73ARC
74M: Alexey Brodkin <[email protected]>
75M: Eugeniy Paltsev <[email protected]>
76S: Maintained
77L: [email protected]
78T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
79F: arch/arc/
80F: board/synopsys/
81
82ARC HSDK CGU CLOCK
83M: Eugeniy Paltsev <[email protected]>
84S: Maintained
85L: [email protected]
86F: drivers/clk/clk-hsdk-cgu.c
87F: include/dt-bindings/clock/snps,hsdk-cgu.h
88F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
89
90ARC HSDK CREG GPIO
91M: Eugeniy Paltsev <[email protected]>
92S: Maintained
93L: [email protected]
94F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
95F: drivers/gpio/hsdk-creg-gpio.c
96
97ARC HSDK RESET
98M: Eugeniy Paltsev <[email protected]>
99S: Maintained
100L: [email protected]
101F: include/dt-bindings/reset/snps,hsdk-reset.h
102F: drivers/reset/reset-hsdk.c
103
104ARC SYNOPSYS DW MMC EXTENSIONS
105M: Eugeniy Paltsev <[email protected]>
106S: Maintained
107L: [email protected]
108F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
109F: drivers/mmc/snps_dw_mmc.c
110
111ARM
112M: Tom Rini <[email protected]>
113S: Maintained
114T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
115F: arch/arm/
116F: cmd/arm/
117
118ARM ALTERA SOCFPGA
119M: Marek Vasut <[email protected]>
120M: Simon Goldschmidt <[email protected]>
121M: Ley Foon Tan <[email protected]>
122S: Maintainted
123T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
124F: arch/arm/mach-socfpga/
125F: drivers/sysreset/sysreset_socfpga*
126
127ARM AMLOGIC SOC SUPPORT
128M: Neil Armstrong <[email protected]>
129S: Maintained
130L: [email protected]
131T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
132F: arch/arm/mach-meson/
133F: arch/arm/include/asm/arch-meson/
134F: drivers/clk/meson/
135F: drivers/serial/serial_meson.c
136F: drivers/reset/reset-meson.c
137F: drivers/i2c/meson_i2c.c
138F: drivers/net/phy/meson-gxl.c
139F: drivers/adc/meson-saradc.c
140F: drivers/phy/meson*
141F: drivers/mmc/meson_gx_mmc.c
142F: drivers/spi/meson_spifc.c
143F: drivers/pinctrl/meson/
144F: drivers/power/domain/meson-gx-pwrc-vpu.c
145F: drivers/video/meson/
146F: include/configs/meson64.h
147F: include/configs/meson64_android.h
148F: doc/board/amlogic/
149N: meson
150
151ARM ASPEED
152M: Ryan Chen <[email protected]>
153M: Chia-Wei Wang <[email protected]>
154R: Aspeed BMC SW team <[email protected]>
155S: Maintained
156F: arch/arm/mach-aspeed/
157F: arch/arm/include/asm/arch-aspeed/
158F: board/aspeed/
159F: drivers/clk/aspeed/
160F: drivers/pinctrl/aspeed/
161N: aspeed
162
163ARM BROADCOM BCM283X
164M: Matthias Brugger <[email protected]>
165S: Maintained
166F: arch/arm/dts/bcm283*
167F: arch/arm/mach-bcm283x/
168F: board/raspberrypi/
169F: drivers/gpio/bcm2835_gpio.c
170F: drivers/mmc/bcm2835_sdhci.c
171F: drivers/mmc/bcm2835_sdhost.c
172F: drivers/serial/serial_bcm283x_mu.c
173F: drivers/serial/serial_bcm283x_pl011.c
174F: drivers/video/bcm2835.c
175F: include/dm/platform_data/serial_bcm283x_mu.h
176F: include/dt-bindings/pinctrl/bcm2835.h
177F: drivers/pinctrl/broadcom/
178
179ARM BROADCOM BCMSTB
180M: Thomas Fitzsimmons <[email protected]>
181S: Maintained
182F: arch/arm/mach-bcmstb/
183F: board/broadcom/bcmstb/
184F: configs/bcm7*_defconfig
185F: doc/README.bcm7xxx
186F: drivers/mmc/bcmstb_sdhci.c
187F: drivers/spi/bcmstb_spi.c
188
189ARM CORTINA ACCESS CAxxxx
190M: Alex Nemirovsky <[email protected]>
191S: Supported
192F: board/cortina/common/
193F: drivers/gpio/cortina_gpio.c
194F: drivers/watchdog/cortina_wdt.c
195F: drivers/serial/serial_cortina.c
196F: drivers/led/led_cortina.c
197F: drivers/mmc/ca_dw_mmc.c
198F: drivers/spi/ca_sflash.c
199F: drivers/i2c/i2c-cortina.c
200F: drivers/i2c/i2c-cortina.h
201F: drivers/mtd/nand/raw/cortina_nand.c
202F: drivers/mtd/nand/raw/cortina_nand.h
203F: drivers/net/cortina_ni.c
204F: drivers/net/cortina_ni.h
205F: drivers/net/phy/ca_phy.c
206F: configs/cortina_presidio-asic-pnand_defconfig
207
208ARM/CZ.NIC TURRIS MOX SUPPORT
209M: Marek Behun <[email protected]>
210S: Maintained
211F: arch/arm/dts/armada-3720-turris-mox.dts
212F: board/CZ.NIC/
213F: configs/turris_*_defconfig
214F: include/configs/turris_*.h
215
216ARM FREESCALE IMX
217M: Stefano Babic <[email protected]>
218M: Fabio Estevam <[email protected]>
219R: NXP i.MX U-Boot Team <[email protected]>
220S: Maintained
221T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
222F: arch/arm/cpu/arm1136/mx*/
223F: arch/arm/cpu/arm926ejs/mx*/
224F: arch/arm/cpu/armv7/vf610/
225F: arch/arm/dts/*imx*
226F: arch/arm/mach-imx/
227F: arch/arm/include/asm/arch-imx/
228F: arch/arm/include/asm/arch-mx*/
229F: arch/arm/include/asm/arch-vf610/
230F: arch/arm/include/asm/mach-imx/
231F: board/freescale/*mx*/
232
233ARM HISILICON
234M: Peter Griffin <[email protected]>
235M: Manivannan Sadhasivam <[email protected]>
236S: Maintained
237F: arch/arm/cpu/armv8/hisilicon
238F: arch/arm/include/asm/arch-hi6220/
239F: arch/arm/include/asm/arch-hi3660/
240
241ARM IPQ40XX
242M: Robert Marko <[email protected]>
243M: Luka Kovacic <[email protected]>
244M: Luka Perkov <[email protected]>
245S: Maintained
246F: arch/arm/mach-ipq40xx/
247F: include/dt-bindings/clock/qcom,ipq4019-gcc.h
248F: include/dt-bindings/reset/qcom,ipq4019-reset.h
249F: drivers/reset/reset-ipq4019.c
250F: drivers/phy/phy-qcom-ipq4019-usb.c
251F: drivers/spi/spi-qup.c
252F: drivers/net/mdio-ipq4019.c
253F: drivers/rng/msm_rng.c
254
255ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
256M: Stefan Roese <[email protected]>
257S: Maintained
258T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
259F: arch/arm/mach-kirkwood/
260F: arch/arm/mach-mvebu/
261F: drivers/ata/ahci_mvebu.c
262F: drivers/ddr/marvell/
263F: drivers/gpio/mvebu_gpio.c
264F: drivers/spi/kirkwood_spi.c
265F: drivers/pci/pci_mvebu.c
266F: drivers/pci/pcie_dw_mvebu.c
267F: drivers/watchdog/orion_wdt.c
268
269ARM MARVELL PXA
270M: Marek Vasut <[email protected]>
271S: Maintained
272T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
273F: arch/arm/cpu/pxa/
274F: arch/arm/include/asm/arch-pxa/
275
276ARM MEDIATEK
277M: Ryder Lee <[email protected]>
278M: Weijie Gao <[email protected]>
279M: Chunfeng Yun <[email protected]>
280R: GSS_MTK_Uboot_upstream <[email protected]>
281S: Maintained
282F: arch/arm/mach-mediatek/
283F: arch/arm/include/asm/arch-mediatek/
284F: board/mediatek/
285F: doc/device-tree-bindings/phy/phy-mtk-*
286F: doc/device-tree-bindings/usb/mediatek,*
287F: doc/README.mediatek
288F: drivers/clk/mediatek/
289F: drivers/mmc/mtk-sd.c
290F: drivers/phy/phy-mtk-*
291F: drivers/pinctrl/mediatek/
292F: drivers/power/domain/mtk-power-domain.c
293F: drivers/ram/mediatek/
294F: drivers/spi/mtk_snfi_spi.c
295F: drivers/timer/mtk_timer.c
296F: drivers/usb/host/xhci-mtk.c
297F: drivers/usb/mtu3/
298F: drivers/watchdog/mtk_wdt.c
299F: drivers/net/mtk_eth.c
300F: drivers/reset/reset-mediatek.c
301F: tools/mtk_image.c
302F: tools/mtk_image.h
303N: mediatek
304
305ARM MICROCHIP/ATMEL AT91
306M: Eugen Hristev <[email protected]>
307S: Maintained
308T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
309F: arch/arm/mach-at91/
310F: board/atmel/
311F: drivers/cpu/at91_cpu.c
312F: drivers/misc/microchip_flexcom.c
313F: drivers/timer/mchp-pit64b-timer.c
314
315ARM NEXELL S5P4418
316M: Stefan Bosch <[email protected]>
317S: Maintained
318F: arch/arm/cpu/armv7/s5p4418/
319F: arch/arm/dts/s5p4418*
320F: arch/arm/mach-nexell/
321F: board/friendlyarm/
322F: configs/s5p4418_nanopi2_defconfig
323F: doc/README.s5p4418
324F: drivers/gpio/nx_gpio.c
325F: drivers/i2c/nx_i2c.c
326F: drivers/mmc/nexell_dw_mmc_dm.c
327F: drivers/pinctrl/nexell/
328F: drivers/video/nexell/
329F: drivers/video/nexell_display.c
330F: include/configs/s5p4418_nanopi2.h
331
332ARM OWL
333M: Manivannan Sadhasivam <[email protected]>
334S: Maintained
335F: arch/arm/include/asm/arch-owl/
336F: arch/arm/mach-owl/
337F: doc/board/actions/
338F: drivers/clk/owl/
339F: drivers/serial/serial_owl.c
340F: include/configs/owl-common.h
341F: configs/bubblegum_96_defconfig
342F: configs/cubieboard7_defconfig
343
344ARM RENESAS RMOBILE/R-CAR
345M: Nobuhiro Iwamatsu <[email protected]>
346M: Marek Vasut <[email protected]>
347S: Maintained
348T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
349F: arch/arm/mach-rmobile/
350
351ARM ROCKCHIP
352M: Simon Glass <[email protected]>
353M: Philipp Tomsich <[email protected]>
354M: Kever Yang <[email protected]>
355S: Maintained
356T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
357F: arch/arm/include/asm/arch-rockchip/
358F: arch/arm/mach-rockchip/
359F: board/rockchip/
360F: drivers/clk/rockchip/
361F: drivers/gpio/rk_gpio.c
362F: drivers/misc/rockchip-efuse.c
363F: drivers/mmc/rockchip_sdhci.c
364F: drivers/mmc/rockchip_dw_mmc.c
365F: drivers/pinctrl/rockchip/
366F: drivers/ram/rockchip/
367F: drivers/sysreset/sysreset_rockchip.c
368F: drivers/video/rockchip/
369F: tools/rkcommon.c
370F: tools/rkcommon.h
371F: tools/rkimage.c
372F: tools/rksd.c
373F: tools/rkspi.c
374
375ARM SAMSUNG
376M: Minkyu Kang <[email protected]>
377S: Maintained
378T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
379F: arch/arm/mach-exynos/
380F: arch/arm/mach-s5pc1xx/
381F: arch/arm/cpu/armv7/s5p-common/
382
383ARM SNAPDRAGON
384M: Ramon Fried <[email protected]>
385S: Maintained
386F: arch/arm/mach-snapdragon/
387F: drivers/gpio/msm_gpio.c
388F: drivers/mmc/msm_sdhci.c
389F: drivers/phy/msm8916-usbh-phy.c
390F: drivers/serial/serial_msm.c
391F: drivers/smem/msm_smem.c
392F: drivers/usb/host/ehci-msm.c
393
394ARM STI
395M: Patrice Chotard <[email protected]>
396S: Maintained
397T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
398F: arch/arm/mach-sti/
399F: arch/arm/include/asm/arch-sti*/
400F: drivers/phy/sti_usb_phy.c
401F: drivers/pinctrl/pinctrl-sti.c
402F: drivers/mmc/sti_sdhci.c
403F: drivers/reset/sti-reset.c
404F: drivers/serial/serial_sti_asc.c
405F: drivers/sysreset/sysreset_sti.c
406F: drivers/timer/sti-timer.c
407F: drivers/usb/host/dwc3-sti-glue.c
408F: include/dwc3-sti-glue.h
409F: include/dt-bindings/clock/stih407-clks.h
410F: include/dt-bindings/clock/stih410-clks.h
411F: include/dt-bindings/reset/stih407-resets.h
412
413ARM STM SPEAR
414#M: Vipin Kumar <[email protected]>
415S: Orphaned (Since 2016-02)
416T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
417F: arch/arm/cpu/arm926ejs/spear/
418F: arch/arm/include/asm/arch-spear/
419
420ARM STM STM32MP
421M: Patrick Delaunay <[email protected]>
422M: Patrice Chotard <[email protected]>
423L: [email protected] (moderated for non-subscribers)
424T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
425S: Maintained
426F: arch/arm/mach-stm32mp/
427F: doc/board/st/
428F: drivers/adc/stm32-adc*
429F: drivers/clk/clk_stm32mp1.c
430F: drivers/gpio/stm32_gpio.c
431F: drivers/hwspinlock/stm32_hwspinlock.c
432F: drivers/i2c/stm32f7_i2c.c
433F: drivers/mailbox/stm32-ipcc.c
434F: drivers/misc/stm32mp_fuse.c
435F: drivers/misc/stm32_rcc.c
436F: drivers/mmc/stm32_sdmmc2.c
437F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
438F: drivers/phy/phy-stm32-usbphyc.c
439F: drivers/pinctrl/pinctrl_stm32.c
440F: drivers/power/pmic/stpmic1.c
441F: drivers/power/regulator/stm32-vrefbuf.c
442F: drivers/power/regulator/stpmic1.c
443F: drivers/ram/stm32mp1/
444F: drivers/remoteproc/stm32_copro.c
445F: drivers/reset/stm32-reset.c
446F: drivers/rng/stm32mp1_rng.c
447F: drivers/rtc/stm32_rtc.c
448F: drivers/serial/serial_stm32.*
449F: drivers/spi/stm32_qspi.c
450F: drivers/spi/stm32_spi.c
451F: drivers/video/stm32/stm32_ltdc.c
452F: drivers/watchdog/stm32mp_wdt.c
453F: include/dt-bindings/clock/stm32fx-clock.h
454F: include/dt-bindings/clock/stm32mp1-clks.h
455F: include/dt-bindings/clock/stm32mp1-clksrc.h
456F: include/dt-bindings/pinctrl/stm32-pinfunc.h
457F: include/dt-bindings/reset/stm32mp1-resets.h
458F: include/stm32_rcc.h
459F: tools/stm32image.c
460N: stm
461N: stm32
462
463
464ARM STM STV0991
465M: Vikas Manocha <[email protected]>
466S: Maintained
467F: arch/arm/cpu/armv7/stv0991/
468F: arch/arm/include/asm/arch-stv0991/
469
470ARM SUNXI
471M: Jagan Teki <[email protected]>
472M: Andre Przywara <[email protected]>
473S: Maintained
474T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
475F: arch/arm/cpu/armv7/sunxi/
476F: arch/arm/include/asm/arch-sunxi/
477F: arch/arm/mach-sunxi/
478F: board/sunxi/
479
480ARM TEGRA
481M: Tom Warren <[email protected]>
482S: Maintained
483T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
484F: arch/arm/mach-tegra/
485F: arch/arm/include/asm/arch-tegra*/
486
487ARM TI
488M: Lokesh Vutla <[email protected]>
489S: Maintained
490T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
491F: arch/arm/mach-davinci/
492F: arch/arm/mach-k3/
493F: arch/arm/mach-keystone/
494F: arch/arm/mach-omap2/
495F: arch/arm/include/asm/arch-omap*/
496F: arch/arm/include/asm/ti-common/
497F: board/ti/
498F: drivers/dma/ti*
499F: drivers/firmware/ti_sci.*
500F: drivers/gpio/omap_gpio.c
501F: drivers/memory/ti-aemif.c
502F: drivers/misc/k3_avs.c
503F: drivers/mailbox/k3-sec-procy.c
504F: drivers/pci/pcie_dw_ti.c
505F: drivers/phy/keystone-usb-phy.c
506F: drivers/phy/omap-usb2-phy.c
507F: drivers/phy/phy-ti-am654.c
508F: drivers/phy/ti-pipe3-phy.c
509F: drivers/ram/k3*
510F: drivers/remoteproc/k3_system_controller.c
511F: drivers/remoteproc/ti*
512F: drivers/reset/reset-ti-sci.c
513F: drivers/rtc/davinci.c
514F: drivers/serial/serial_omap.c
515F: drivers/soc/ti/
516F: drivers/sysreset/sysreset-ti-sci.c
517F: drivers/thermal/ti-bandgap.c
518F: drivers/timer/omap-timer.c
519F: drivers/watchdog/omap_wdt.c
520F: include/linux/soc/ti/
521
522ARM U8500
523M: Stephan Gerhold <[email protected]>
524R: Linus Walleij <[email protected]>
525S: Maintained
526F: arch/arm/dts/ste-*
527F: arch/arm/mach-u8500/
528F: drivers/timer/nomadik-mtu-timer.c
529
530ARM UNIPHIER
531S: Orphan (Since 2020-09)
532F: arch/arm/mach-uniphier/
533F: configs/uniphier_*_defconfig
534N: uniphier
535
536ARM VERSAL
537M: Michal Simek <[email protected]>
538S: Maintained
539T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
540F: arch/arm/mach-versal/
541F: drivers/watchdog/xilinx_wwdt.c
542N: (?<!uni)versal
543
544ARM VERSATILE EXPRESS DRIVERS
545M: Liviu Dudau <[email protected]>
546S: Maintained
547T: git git://github.com/ARM-software/u-boot.git
548F: drivers/misc/vexpress_config.c
549N: vexpress
550
551ARM ZYNQ
552M: Michal Simek <[email protected]>
553S: Maintained
554T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
555F: arch/arm/mach-zynq/
556F: doc/board/xilinx/
557F: doc/device-tree-bindings/video/syncoam,seps525.txt
558F: drivers/clk/clk_zynq.c
559F: drivers/fpga/zynqpl.c
560F: drivers/gpio/zynq_gpio.c
561F: drivers/i2c/i2c-cdns.c
562F: drivers/i2c/muxes/pca954x.c
563F: drivers/i2c/zynq_i2c.c
564F: drivers/mmc/zynq_sdhci.c
565F: drivers/mtd/nand/raw/zynq_nand.c
566F: drivers/net/phy/xilinx_phy.c
567F: drivers/net/zynq_gem.c
568F: drivers/serial/serial_zynq.c
569F: drivers/spi/zynq_qspi.c
570F: drivers/spi/zynq_spi.c
571F: drivers/usb/host/ehci-zynq.c
572F: drivers/watchdog/cdns_wdt.c
573F: include/zynqpl.h
574F: tools/zynqimage.c
575N: zynq
576
577ARM ZYNQMP
578M: Michal Simek <[email protected]>
579S: Maintained
580T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
581F: arch/arm/mach-zynqmp/
582F: drivers/clk/clk_zynqmp.c
583F: driver/firmware/firmware-zynqmp.c
584F: drivers/fpga/zynqpl.c
585F: drivers/gpio/zynq_gpio.c
586F: drivers/i2c/i2c-cdns.c
587F: drivers/i2c/muxes/pca954x.c
588F: drivers/i2c/zynq_i2c.c
589F: drivers/mailbox/zynqmp-ipi.c
590F: drivers/mmc/zynq_sdhci.c
591F: drivers/mtd/nand/raw/zynq_nand.c
592F: drivers/net/phy/xilinx_phy.c
593F: drivers/net/zynq_gem.c
594F: drivers/serial/serial_zynq.c
595F: drivers/spi/zynq_qspi.c
596F: drivers/spi/zynq_spi.c
597F: drivers/timer/cadence-ttc.c
598F: drivers/usb/host/ehci-zynq.c
599F: drivers/video/seps525.c
600F: drivers/watchdog/cdns_wdt.c
601F: include/zynqmppl.h
602F: include/zynqmp_firmware.h
603F: tools/zynqmp*
604N: ultra96
605N: zynqmp
606
607ARM ZYNQMP R5
608M: Michal Simek <[email protected]>
609S: Maintained
610T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
611F: arch/arm/mach-zynqmp-r5/
612
613ARM PHYTIUM
614M: liuhao <[email protected]>
615M: shuyiqi <[email protected]>
616S: Maintained
617F: drivers/pci/pcie_phytium.c
618F: arch/arm/dts/phytium-durian.dts
619
620BINMAN
621M: Simon Glass <[email protected]>
622S: Maintained
623F: tools/binman/
624
625BTRFS
626M: Marek Behun <[email protected]>
627R: Qu Wenruo <[email protected]>
628L: [email protected]
629S: Maintained
630F: cmd/btrfs.c
631F: fs/btrfs/
632F: include/btrfs.h
633
634BUILDMAN
635M: Simon Glass <[email protected]>
636S: Maintained
637F: tools/buildman/
638
639CFI FLASH
640M: Stefan Roese <[email protected]>
641S: Maintained
642T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
643F: drivers/mtd/cfi_flash.c
644F: drivers/mtd/jedec_flash.c
645
646CLOCK
647M: Lukasz Majewski <[email protected]>
648S: Maintained
649T: git https://gitlab.denx.de/u-boot/custodians/u-boot-clk.git
650F: drivers/clk/
651F: drivers/clk/imx/
652
653COLDFIRE
654M: Huan Wang <[email protected]>
655M: Angelo Dureghello <[email protected]>
656S: Maintained
657T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
658F: arch/m68k/
659F: doc/arch/m68k.rst
660
661DFU
662M: Lukasz Majewski <[email protected]>
663S: Maintained
664T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
665F: cmd/dfu.c
666F: cmd/usb_*.c
667F: common/dfu.c
668F: common/update.c
669F: common/usb_storage.c
670F: doc/api/dfu.rst
671F: drivers/dfu/
672F: drivers/usb/gadget/
673F: include/dfu.h
674
675DRIVER MODEL
676M: Simon Glass <[email protected]>
677S: Maintained
678T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
679F: doc/driver-model/
680F: drivers/core/
681F: include/dm/
682F: test/dm/
683
684EFI PAYLOAD
685M: Heinrich Schuchardt <[email protected]>
686R: Alexander Graf <[email protected]>
687S: Maintained
688T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
689F: doc/api/efi.rst
690F: doc/uefi/*
691F: doc/usage/bootefi.rst
692F: drivers/rtc/emul_rtc.c
693F: include/capitalization.h
694F: include/charset.h
695F: include/cp1250.h
696F: include/cp437.h
697F: include/efi*
698F: include/pe.h
699F: include/asm-generic/pe.h
700F: lib/charset.c
701F: lib/efi*/
702F: test/lib/efi_*
703F: test/py/tests/test_efi*
704F: test/py/tests/test_efi*/
705F: test/unicode_ut.c
706F: cmd/bootefi.c
707F: cmd/efidebug.c
708F: cmd/nvedit_efi.c
709F: tools/efivar.py
710F: tools/file2include.c
711
712EFI VARIABLES VIA OP-TEE
713M: Ilias Apalodimas <[email protected]>
714S: Maintained
715F: lib/efi_loader/efi_variable_tee.c
716F: include/mm_communication.h
717
718ENVIRONMENT
719M: Joe Hershberger <[email protected]>
720R: Wolfgang Denk <[email protected]>
721S: Maintained
722F: env/
723F: include/env*
724F: test/env/
725F: tools/env*
726F: tools/mkenvimage.c
727
728FPGA
729M: Michal Simek <[email protected]>
730S: Maintained
731T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
732F: drivers/fpga/
733F: cmd/fpga.c
734F: include/fpga.h
735
736FLATTENED DEVICE TREE
737M: Simon Glass <[email protected]>
738S: Maintained
739T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
740F: lib/fdtdec*
741F: lib/libfdt/
742F: include/fdt*
743F: include/linux/libfdt*
744F: cmd/fdt.c
745F: common/fdt_support.c
746
747FREEBSD
748M: Rafal Jaworowski <[email protected]>
749S: Maintained
750T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
751
752FREESCALE QORIQ
753M: Priyanka Jain <[email protected]>
754S: Maintained
755T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
756F: drivers/watchdog/sp805_wdt.c
757F: drivers/watchdog/sbsa_gwdt.c
758
759I2C
760M: Heiko Schocher <[email protected]>
761S: Maintained
762T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
763F: drivers/i2c/
764
765LOGGING
766M: Simon Glass <[email protected]>
767S: Maintained
768T: git https://gitlab.denx.de/u-boot/u-boot.git
769F: common/log*
770F: cmd/log.c
771F: doc/develop/logging.rst
772F: include/log.h
773F: lib/getopt.c
774F: test/log/
775F: test/py/tests/test_log.py
776
777MALI DISPLAY PROCESSORS
778M: Liviu Dudau <[email protected]>
779S: Supported
780T: git git://github.com/ARM-software/u-boot.git
781F: drivers/video/mali_dp.c
782F: drivers/i2c/i2c-versatile.c
783
784MICROBLAZE
785M: Michal Simek <[email protected]>
786S: Maintained
787T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
788F: arch/microblaze/
789F: cmd/mfsl.c
790F: drivers/gpio/xilinx_gpio.c
791F: drivers/net/xilinx_axi_emac.c
792F: drivers/net/xilinx_emaclite.c
793F: drivers/serial/serial_xuartlite.c
794F: drivers/spi/xilinx_spi.c
795F: drivers/sysreset/sysreset_gpio.c
796F: drivers/watchdog/xilinx_tb_wdt.c
797N: xilinx
798
799MIPS
800M: Daniel Schwierzeck <[email protected]>
801S: Maintained
802T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
803F: arch/mips/
804
805MIPS CORTINA ACCESS CAxxxx
806M: Alex Nemirovsky <[email protected]>
807S: Supported
808F: board/cortina/common/
809F: drivers/gpio/cortina_gpio.c
810F: drivers/watchdog/cortina_wdt.c
811F: drivers/serial/serial_cortina.c
812F: drivers/led/led_cortina.c
813F: drivers/mmc/ca_dw_mmc.c
814F: drivers/spi/ca_sflash.c
815F: drivers/i2c/i2c-cortina.c
816F: drivers/i2c/i2c-cortina.h
817F: drivers/net/cortina_ni.c
818F: drivers/net/cortina_ni.h
819F: drivers/net/phy/ca_phy.c
820
821MIPS MEDIATEK
822M: Weijie Gao <[email protected]>
823R: GSS_MTK_Uboot_upstream <[email protected]>
824S: Maintained
825F: arch/mips/mach-mtmips/
826F: arch/mips/dts/mt7620.dtsi
827F: arch/mips/dts/mt7620-u-boot.dtsi
828F: include/configs/mt7620.h
829F: include/dt-bindings/clock/mt7620-clk.h
830F: include/dt-bindings/clock/mt7628-clk.h
831F: include/dt-bindings/reset/mt7620-reset.h
832F: include/dt-bindings/reset/mt7628-reset.h
833F: drivers/clk/mtmips/
834F: drivers/pinctrl/mtmips/
835F: drivers/gpio/mt7620_gpio.c
836F: drivers/net/mt7620-eth.c
837F: drivers/phy/mt7620-usb-phy.c
838F: drivers/reset/reset-mtmips.c
839F: drivers/serial/serial_mt7620.c
840F: drivers/spi/mt7620_spi.c
841F: drivers/sysreset/sysreset_resetctl.c
842F: drivers/watchdog/mt7620_wdt.c
843
844MIPS MSCC
845M: Gregory CLEMENT <[email protected]>
846M: Lars Povlsen <[email protected]>
847M: Horatiu Vultur <[email protected]>
848S: Maintained
849F: arch/mips/mach-mscc/
850F: arch/mips/dts/luton*
851F: arch/mips/dts/mscc*
852F: arch/mips/dts/ocelot*
853F: arch/mips/dts/jr2*
854F: arch/mips/dts/serval*
855F: board/mscc/
856F: configs/mscc*
857F: drivers/gpio/mscc_sgpio.c
858F: drivers/spi/mscc_bb_spi.c
859F: include/configs/vcoreiii.h
860F: include/dt-bindings/mscc/
861F: drivers/pinctrl/mscc/
862F: drivers/net/mscc_eswitch/
863
864MIPS JZ4780
865M: Ezequiel Garcia <[email protected]>
866S: Maintained
867F: arch/mips/mach-jz47xx/
868
869MIPS Octeon
870M: Aaron Williams <[email protected]>
871S: Maintained
872F: arch/mips/mach-octeon/
873F: arch/mips/include/asm/arch-octeon/
874F: arch/mips/dts/mrvl,cn73xx.dtsi
875
876MMC
877M: Peng Fan <[email protected]>
878S: Maintained
879T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
880F: drivers/mmc/
881
882NAND FLASH
883#M: Scott Wood <[email protected]>
884S: Orphaned (Since 2018-07)
885T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
886F: drivers/mtd/nand/raw/
887
888NDS32
889M: Rick Chen <[email protected]>
890S: Maintained
891T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
892F: arch/nds32/
893
894NETWORK
895M: Joe Hershberger <[email protected]>
896S: Maintained
897T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
898F: drivers/net/
899F: include/net.h
900F: net/
901
902NIOS
903M: Thomas Chou <[email protected]>
904S: Maintained
905T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
906F: arch/nios2/
907
908ONENAND
909#M: Lukasz Majewski <[email protected]>
910S: Orphaned (Since 2017-01)
911T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
912F: drivers/mtd/onenand/
913
914PATMAN
915M: Simon Glass <[email protected]>
916S: Maintained
917F: tools/patman/
918
919PCI Endpoint
920M: Ramon Fried <[email protected]>
921S: Maintained
922F: drivers/pci_endpoint/
923F: include/pci_ep.h
924
925PCI MPC85xx
926M: Heiko Schocher <[email protected]>
927S: Maintained
928F: drivers/pci/pci_mpc85xx.c
929
930POWER
931M: Jaehoon Chung <[email protected]>
932S: Maintained
933T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
934F: drivers/power/
935
936POWERPC
937M: Wolfgang Denk <[email protected]>
938S: Maintained
939F: arch/powerpc/
940
941POWERPC MPC8XX
942M: Christophe Leroy <[email protected]>
943S: Maintained
944T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
945F: arch/powerpc/cpu/mpc8xx/
946
947POWERPC MPC83XX
948M: Mario Six <[email protected]>
949S: Maintained
950T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
951F: drivers/ram/mpc83xx_sdram.c
952F: include/dt-bindings/memory/mpc83xx-sdram.h
953F: drivers/sysreset/sysreset_mpc83xx.c
954F: drivers/sysreset/sysreset_mpc83xx.h
955F: drivers/clk/mpc83xx_clk.c
956F: drivers/clk/mpc83xx_clk.h
957F: include/dt-bindings/clk/mpc83xx-clk.h
958F: drivers/timer/mpc83xx_timer.c
959F: drivers/cpu/mpc83xx_cpu.c
960F: drivers/cpu/mpc83xx_cpu.h
961F: drivers/misc/mpc83xx_serdes.c
962F: arch/powerpc/cpu/mpc83xx/
963F: arch/powerpc/include/asm/arch-mpc83xx/
964
965POWERPC MPC85XX
966M: Priyanka Jain <[email protected]>
967S: Maintained
968T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
969F: arch/powerpc/cpu/mpc85xx/
970
971POWERPC MPC86XX
972M: Priyanka Jain <[email protected]>
973S: Maintained
974T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
975F: arch/powerpc/cpu/mpc86xx/
976
977RISC-V
978M: Rick Chen <[email protected]>
979S: Maintained
980T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
981F: arch/riscv/
982F: cmd/riscv/
983F: doc/usage/sbi.rst
984F: drivers/timer/andes_plmt_timer.c
985F: drivers/timer/sifive_clint_timer.c
986F: tools/prelink-riscv.c
987
988RISC-V KENDRYTE
989M: Sean Anderson <[email protected]>
990S: Maintained
991F: doc/device-tree-bindings/mfd/kendryte,k210-sysctl.txt
992F: doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt
993F: drivers/clk/kendryte/
994F: drivers/pinctrl/kendryte/
995F: include/kendryte/
996
997RNG
998M: Sughosh Ganu <[email protected]>
999R: Heinrich Schuchardt <[email protected]>
1000S: Maintained
1001F: cmd/rng.c
1002F: doc/api/rng.rst
1003F: drivers/rng/
1004F: drivers/virtio/virtio_rng.c
1005F: include/rng.h
1006
1007ROCKUSB
1008M: Eddie Cai <[email protected]>
1009S: Maintained
1010F: drivers/usb/gadget/f_rockusb.c
1011F: cmd/rockusb.c
1012F: doc/README.rockusb
1013
1014SANDBOX
1015M: Simon Glass <[email protected]>
1016S: Maintained
1017F: arch/sandbox/
1018F: doc/arch/sandbox.rst
1019F: include/dt-bindings/*/sandbox*.h
1020
1021SH
1022M: Marek Vasut <[email protected]>
1023M: Nobuhiro Iwamatsu <[email protected]>
1024S: Maintained
1025T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
1026F: arch/sh/
1027
1028SPI
1029M: Jagan Teki <[email protected]>
1030S: Maintained
1031T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
1032F: drivers/spi/
1033F: include/spi*
1034
1035SPI-NOR
1036M: Jagan Teki <[email protected]>
1037M: Vignesh R <[email protected]>
1038S: Maintained
1039F: drivers/mtd/spi/
1040F: include/spi_flash.h
1041F: include/linux/mtd/cfi.h
1042F: include/linux/mtd/spi-nor.h
1043
1044SPMI
1045M: Mateusz Kulikowski <[email protected]>
1046S: Maintained
1047F: drivers/spmi/
1048F: include/spmi/
1049
1050SQUASHFS
1051M: Joao Marcos Costa <[email protected]>
1052R: Thomas Petazzoni <[email protected]>
1053R: Miquel Raynal <[email protected]>
1054S: Maintained
1055F: fs/squashfs/
1056F: include/sqfs.h
1057F: cmd/sqfs.c
1058F: test/py/tests/test_fs/test_squashfs/
1059
1060TARGET_BCMNS3
1061M: Bharat Gooty <[email protected]>
1062M: Rayagonda Kokatanur <[email protected]>
1063S: Maintained
1064F: board/broadcom/bcmns3/
1065F: doc/README.bcmns3
1066F: configs/bcm_ns3_defconfig
1067F: include/configs/bcm_ns3.h
1068F: include/dt-bindings/memory/bcm-ns3-mc.h
1069F: arch/arm/Kconfig
1070F: arch/arm/dts/ns3-board.dts
1071F: arch/arm/dts/ns3.dtsi
1072F: arch/arm/cpu/armv8/bcmns3
1073F: arch/arm/include/asm/arch-bcmns3/
1074F: cmd/broadcom/Makefile
1075F: cmd/broadcom/chimp_boot.c
1076F: cmd/broadcom/nitro_image_load.c
1077F: cmd/broadcom/chimp_handshake.c
1078
1079TDA19988 HDMI ENCODER
1080M: Liviu Dudau <[email protected]>
1081S: Maintained
1082F: drivers/video/tda19988.c
1083
1084TI SYSTEM SECURITY
1085M: Andrew F. Davis <[email protected]>
1086S: Supported
1087F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
1088F: arch/arm/mach-omap2/sec-common.c
1089F: arch/arm/mach-omap2/config_secure.mk
1090F: arch/arm/mach-k3/security.c
1091F: arch/arm/mach-k3/config_secure.mk
1092F: configs/am335x_hs_evm_defconfig
1093F: configs/am335x_hs_evm_uart_defconfig
1094F: configs/am43xx_hs_evm_defconfig
1095F: configs/am57xx_hs_evm_defconfig
1096F: configs/am57xx_hs_evm_usb_defconfig
1097F: configs/dra7xx_hs_evm_defconfig
1098F: configs/dra7xx_hs_evm_usb_defconfig
1099F: configs/k2hk_hs_evm_defconfig
1100F: configs/k2e_hs_evm_defconfig
1101F: configs/k2g_hs_evm_defconfig
1102F: configs/k2l_hs_evm_defconfig
1103F: configs/am65x_hs_evm_r5_defconfig
1104F: configs/am65x_hs_evm_a53_defconfig
1105F: configs/j721e_hs_evm_r5_defconfig
1106F: configs/j721e_hs_evm_a72_defconfig
1107
1108TQ GROUP
1109#M: Martin Krause <[email protected]>
1110S: Orphaned (Since 2016-02)
1111T: git git://git.denx.de/u-boot-tq-group.git
1112
1113TEE
1114M: Jens Wiklander <[email protected]>
1115S: Maintained
1116F: drivers/tee/
1117F: include/tee.h
1118F: include/tee/
1119
1120TEE-lib
1121M: Bryan O'Donoghue <[email protected]>
1122S: Maintained
1123F: lib/optee
1124
1125UBI
1126M: Kyungmin Park <[email protected]>
1127M: Heiko Schocher <[email protected]>
1128S: Maintained
1129T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
1130F: drivers/mtd/ubi/
1131
1132UFS
1133M: Faiz Abbas <[email protected]>
1134S: Maintained
1135F: drivers/ufs/
1136
1137USB
1138M: Marek Vasut <[email protected]>
1139S: Maintained
1140T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
1141F: drivers/usb/
1142F: common/usb.c
1143F: common/usb_kbd.c
1144F: include/usb.h
1145
1146USB xHCI
1147M: Bin Meng <[email protected]>
1148S: Maintained
1149T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
1150F: drivers/usb/host/xhci*
1151F: include/usb/xhci.h
1152
1153VIDEO
1154M: Anatolij Gustschin <[email protected]>
1155S: Maintained
1156T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
1157F: drivers/video/
1158F: common/lcd*.c
1159F: include/lcd*.h
1160F: include/video*.h
1161
1162X86
1163M: Simon Glass <[email protected]>
1164M: Bin Meng <[email protected]>
1165S: Maintained
1166T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
1167F: arch/x86/
1168F: cmd/x86/
1169
1170XEN
1171M: Anastasiia Lukianenko <[email protected]>
1172M: Oleksandr Andrushchenko <[email protected]>
1173S: Maintained
1174F: arch/arm/cpu/armv8/xen/
1175F: arch/arm/include/asm/xen.h
1176F: arch/arm/include/asm/xen/
1177F: cmd/pvblock.c
1178F: drivers/serial/serial_xen.c
1179F: drivers/xen/
1180F: include/pvblock.h
1181F: include/xen/
1182F: include/xen.h
1183F: lib/sscanf.c
1184F: test/lib/sscanf.c
1185
1186XTENSA
1187M: Max Filippov <[email protected]>
1188S: Maintained
1189F: arch/xtensa/
1190
1191THE REST
1192M: Tom Rini <[email protected]>
1193L: [email protected]
1194Q: http://patchwork.ozlabs.org/project/uboot/list/
1195S: Maintained
1196T: git https://gitlab.denx.de/u-boot/u-boot.git
1197F: configs/tools-only_defconfig
1198F: *
1199F: */
This page took 0.042706 seconds and 4 git commands to generate.