xref: /openbmc/u-boot/MAINTAINERS (revision e2a1484c3b372e1672b288455fd08cd214a86492)
100f141ccSDaniel SchwierzeckDescriptions of section entries:
200f141ccSDaniel Schwierzeck
300f141ccSDaniel Schwierzeck	P: Person (obsolete)
400f141ccSDaniel Schwierzeck	M: Mail patches to: FullName <address@domain>
500f141ccSDaniel Schwierzeck	L: Mailing list that is relevant to this area
600f141ccSDaniel Schwierzeck	W: Web-page with status/info
700f141ccSDaniel Schwierzeck	Q: Patchwork web based patch tracking system site
800f141ccSDaniel Schwierzeck	T: SCM tree type and location.
900f141ccSDaniel Schwierzeck	   Type is one of: git, hg, quilt, stgit, topgit
1000f141ccSDaniel Schwierzeck	S: Status, one of the following:
1100f141ccSDaniel Schwierzeck	   Supported:	Someone is actually paid to look after this.
1200f141ccSDaniel Schwierzeck	   Maintained:	Someone actually looks after it.
1300f141ccSDaniel Schwierzeck	   Odd Fixes:	It has a maintainer but they don't have time to do
1400f141ccSDaniel Schwierzeck			much other than throw the odd patch in. See below..
1500f141ccSDaniel Schwierzeck	   Orphan:	No current maintainer [but maybe you could take the
1600f141ccSDaniel Schwierzeck			role as you write your new code].
1700f141ccSDaniel Schwierzeck	   Obsolete:	Old code. Something tagged obsolete generally means
1800f141ccSDaniel Schwierzeck			it has been replaced by a better system and you
1900f141ccSDaniel Schwierzeck			should be using that.
2000f141ccSDaniel Schwierzeck	F: Files and directories with wildcard patterns.
2100f141ccSDaniel Schwierzeck	   A trailing slash includes all files and subdirectory files.
2200f141ccSDaniel Schwierzeck	   F:	drivers/net/	all files in and below drivers/net
2300f141ccSDaniel Schwierzeck	   F:	drivers/net/*	all files in drivers/net, but not below
2400f141ccSDaniel Schwierzeck	   F:	*/net/*		all files in "any top level directory"/net
2500f141ccSDaniel Schwierzeck	   One pattern per line.  Multiple F: lines acceptable.
2600f141ccSDaniel Schwierzeck	N: Files and directories with regex patterns.
2700f141ccSDaniel Schwierzeck	   N:	[^a-z]tegra	all files whose path contains the word tegra
2800f141ccSDaniel Schwierzeck	   One pattern per line.  Multiple N: lines acceptable.
2900f141ccSDaniel Schwierzeck	   scripts/get_maintainer.pl has different behavior for files that
3000f141ccSDaniel Schwierzeck	   match F: pattern and matches of N: patterns.  By default,
3100f141ccSDaniel Schwierzeck	   get_maintainer will not look at git log history when an F: pattern
3200f141ccSDaniel Schwierzeck	   match occurs.  When an N: match occurs, git log history is used
3300f141ccSDaniel Schwierzeck	   to also notify the people that have git commit signatures.
3400f141ccSDaniel Schwierzeck	X: Files and directories that are NOT maintained, same rules as F:
3500f141ccSDaniel Schwierzeck	   Files exclusions are tested before file matches.
3600f141ccSDaniel Schwierzeck	   Can be useful for excluding a specific subdirectory, for instance:
3700f141ccSDaniel Schwierzeck	   F:	net/
3800f141ccSDaniel Schwierzeck	   X:	net/ipv6/
3900f141ccSDaniel Schwierzeck	   matches all files in and below net excluding net/ipv6/
4000f141ccSDaniel Schwierzeck	K: Keyword perl extended regex pattern to match content in a
4100f141ccSDaniel Schwierzeck	   patch or file.  For instance:
4200f141ccSDaniel Schwierzeck	   K: of_get_profile
4300f141ccSDaniel Schwierzeck	      matches patches or files that contain "of_get_profile"
4400f141ccSDaniel Schwierzeck	   K: \b(printk|pr_(info|err))\b
4500f141ccSDaniel Schwierzeck	      matches patches or files that contain one or more of the words
4600f141ccSDaniel Schwierzeck	      printk, pr_info or pr_err
4700f141ccSDaniel Schwierzeck	   One regex pattern per line.  Multiple K: lines acceptable.
4800f141ccSDaniel Schwierzeck
4900f141ccSDaniel SchwierzeckNote: For the hard of thinking, this list is meant to remain in alphabetical
5000f141ccSDaniel Schwierzeckorder. If you could add yourselves to it in alphabetical order that would be
5100f141ccSDaniel Schwierzeckso much easier [Ed]
5200f141ccSDaniel Schwierzeck
5300f141ccSDaniel SchwierzeckMaintainers List (try to look for most precise areas first)
5400f141ccSDaniel Schwierzeck
5500f141ccSDaniel Schwierzeck		-----------------------------------
5600f141ccSDaniel SchwierzeckARC
5700f141ccSDaniel SchwierzeckM:	Alexey Brodkin <alexey.brodkin@synopsys.com>
584006200dSEugeniy PaltsevM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
5900f141ccSDaniel SchwierzeckS:	Maintained
604006200dSEugeniy PaltsevL:	uboot-snps-arc@synopsys.com
6100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arc.git
6200f141ccSDaniel SchwierzeckF:	arch/arc/
63b08b113eSAlexey BrodkinF:	board/synopsys/
6400f141ccSDaniel Schwierzeck
65e80dac0aSEugeniy PaltsevARC HSDK CGU CLOCK
66e80dac0aSEugeniy PaltsevM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
67e80dac0aSEugeniy PaltsevS:	Maintained
68e80dac0aSEugeniy PaltsevL:	uboot-snps-arc@synopsys.com
69e80dac0aSEugeniy PaltsevF:	drivers/clk/clk-hsdk-cgu.c
70e80dac0aSEugeniy PaltsevF:	include/dt-bindings/clock/snps,hsdk-cgu.h
71e80dac0aSEugeniy PaltsevF:	doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
72e80dac0aSEugeniy Paltsev
73b7d6e0abSHeinrich SchuchardtARC HSDK CREG GPIO
74b7d6e0abSHeinrich SchuchardtM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
75b7d6e0abSHeinrich SchuchardtS:	Maintained
76b7d6e0abSHeinrich SchuchardtL:	uboot-snps-arc@synopsys.com
77b7d6e0abSHeinrich SchuchardtF:	drivers/gpio/hsdk-creg-gpio.c
78b7d6e0abSHeinrich Schuchardt
7900f141ccSDaniel SchwierzeckARM
8000f141ccSDaniel SchwierzeckM:	Albert Aribaud <albert.u.boot@aribaud.net>
8100f141ccSDaniel SchwierzeckS:	Maintained
8200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arm.git
8300f141ccSDaniel SchwierzeckF:	arch/arm/
8400f141ccSDaniel Schwierzeck
85d8540a16SPavel MachekARM ALTERA SOCFPGA
86d8540a16SPavel MachekM:	Marek Vasut <marex@denx.de>
87d8540a16SPavel MachekS:	Maintainted
88d8540a16SPavel MachekT:	git git://git.denx.de/u-boot-socfpga.git
89f22dede2SJagan TekiF:	arch/arm/mach-socfpga/
90d8540a16SPavel Machek
9100f141ccSDaniel SchwierzeckARM ATMEL AT91
9209c2b8f3SAndreas BießmannM:	Andreas Bießmann <andreas@biessmann.org>
9300f141ccSDaniel SchwierzeckS:	Maintained
9400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-atmel.git
9562011840SMasahiro YamadaF:	arch/arm/mach-at91/
9600f141ccSDaniel Schwierzeck
97fe84ebf0SStephen WarrenARM BROADCOM BCM283X
98958d55f2SAlexander GrafM:	Alexander Graf <agraf@suse.de>
99958d55f2SAlexander GrafS:	Maintained
100fe84ebf0SStephen WarrenF:	arch/arm/mach-bcm283x/
101fe84ebf0SStephen WarrenF:	drivers/gpio/bcm2835_gpio.c
102fe84ebf0SStephen WarrenF:	drivers/mmc/bcm2835_sdhci.c
103c8a73a26SAlexander GrafF:	drivers/mmc/bcm2835_sdhost.c
104fe84ebf0SStephen WarrenF:	drivers/serial/serial_bcm283x_mu.c
1056001985fSAlexander GrafF:	drivers/serial/serial_bcm283x_pl011.c
106fe84ebf0SStephen WarrenF:	drivers/video/bcm2835.c
107fe84ebf0SStephen WarrenF:	include/dm/platform_data/serial_bcm283x_mu.h
108caf2233bSAlexander GrafF:	drivers/pinctrl/broadcom/
109fe84ebf0SStephen Warren
11000f141ccSDaniel SchwierzeckARM FREESCALE IMX
11100f141ccSDaniel SchwierzeckM:	Stefano Babic <sbabic@denx.de>
1122aaf7c49SFabio EstevamM:	Fabio Estevam <fabio.estevam@nxp.com>
11300f141ccSDaniel SchwierzeckS:	Maintained
11400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-imx.git
11500f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm1136/mx*/
11600f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/mx*/
11700f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/vf610/
118552a848eSStefano BabicF:	arch/arm/mach-imx/
11900f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-imx/
12000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-mx*/
12100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-vf610/
122552a848eSStefano BabicF:	arch/arm/include/asm/mach-imx/
12377cbd3a1SFabio EstevamF:	board/freescale/*mx*/
12400f141ccSDaniel Schwierzeck
125ae4dc15dSPeter GriffinARM HISILICON
126ae4dc15dSPeter GriffinM:	Peter Griffin <peter.griffin@linaro.org>
127ae4dc15dSPeter GriffinS:	Maintained
128ae4dc15dSPeter GriffinF:	arch/arm/cpu/armv8/hisilicon
1290f8525f5SHeinrich SchuchardtF:	arch/arm/include/asm/arch-hi6220/
130ae4dc15dSPeter Griffin
131f822d857SStefan RoeseARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
13200f141ccSDaniel SchwierzeckM:	Prafulla Wadaskar <prafulla@marvell.com>
1335ea01961SLuka PerkovM:	Luka Perkov <luka.perkov@sartura.hr>
134f822d857SStefan RoeseM:	Stefan Roese <sr@denx.de>
13500f141ccSDaniel SchwierzeckS:	Maintained
13600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-marvell.git
13756f86e39SMasahiro YamadaF:	arch/arm/mach-kirkwood/
138f822d857SStefan RoeseF:	arch/arm/mach-mvebu/
139592b4a7eSKen MaF:	drivers/ata/ahci_mvebu.c
14000f141ccSDaniel Schwierzeck
14100f141ccSDaniel SchwierzeckARM MARVELL PXA
14200f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
14300f141ccSDaniel SchwierzeckS:	Maintained
14400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pxa.git
14500f141ccSDaniel SchwierzeckF:	arch/arm/cpu/pxa/
14600f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-pxa/
14700f141ccSDaniel Schwierzeck
148*e2a1484cSManivannan SadhasivamARM OWL
149*e2a1484cSManivannan SadhasivamM:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
150*e2a1484cSManivannan SadhasivamS:	Maintained
151*e2a1484cSManivannan SadhasivamF:	arch/arm/include/asm/arch-owl/
152*e2a1484cSManivannan SadhasivamF:	arch/arm/mach-owl/
153*e2a1484cSManivannan SadhasivamF:	board/ucRobotics/
154*e2a1484cSManivannan SadhasivamF:	drivers/clk/owl/
155*e2a1484cSManivannan SadhasivamF:	drivers/serial/serial_owl.c
156*e2a1484cSManivannan Sadhasivam
1574810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
1584810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1599db60e25SMarek VasutM:	Marek Vasut <marek.vasut+renesas@gmail.com>
1604810c2f8SNobuhiro IwamatsuS:	Maintained
1614810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
1624810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
1634810c2f8SNobuhiro Iwamatsu
164c3caeac0SMasahiro YamadaARM ROCKCHIP
165c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
166f8714372SPhilipp TomsichM:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
167c3caeac0SMasahiro YamadaS:	Maintained
168c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
1698b45193aSPhilipp TomsichF:	arch/arm/include/asm/arch-rockchip/
170c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
171ae0fc89eSKever YangF:	board/rockchip/
1728b45193aSPhilipp TomsichF:	drivers/clk/rockchip/
1738b45193aSPhilipp TomsichF:	drivers/gpio/rk_gpio.c
1748b45193aSPhilipp TomsichF:	drivers/misc/rockchip-efuse.c
17547b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_sdhci.c
17647b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_dw_mmc.c
1778b45193aSPhilipp TomsichF:	drivers/pinctrl/rockchip/
1788b45193aSPhilipp TomsichF:	drivers/ram/rockchip/
1798b45193aSPhilipp TomsichF:	drivers/sysreset/sysreset_rockchip.c
1803f565522SPhilipp TomsichF:	drivers/video/rockchip/
1818b45193aSPhilipp TomsichF:	tools/rkcommon.c
1828b45193aSPhilipp TomsichF:	tools/rkcommon.h
1838b45193aSPhilipp TomsichF:	tools/rkimage.c
1848b45193aSPhilipp TomsichF:	tools/rksd.c
1858b45193aSPhilipp TomsichF:	tools/rkspi.c
186c3caeac0SMasahiro Yamada
18700f141ccSDaniel SchwierzeckARM SAMSUNG
18800f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
18900f141ccSDaniel SchwierzeckS:	Maintained
19000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
191225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
192225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
19300f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
19400f141ccSDaniel Schwierzeck
195e721e981SMateusz KulikowskiARM SNAPDRAGON
19692a14a47SRamon FriedM:	Ramon Fried <ramon.fried@gmail.com>
197e721e981SMateusz KulikowskiS:	Maintained
198e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
199e721e981SMateusz Kulikowski
200b7d6e0abSHeinrich SchuchardtARM STI
201b7d6e0abSHeinrich SchuchardtM:	Patrice Chotard <patrice.chotard@st.com>
202b7d6e0abSHeinrich SchuchardtS:	Maintained
203b7d6e0abSHeinrich SchuchardtF:	arch/arm/mach-sti/
204b7d6e0abSHeinrich SchuchardtF:	arch/arm/include/asm/arch-sti*/
205b7d6e0abSHeinrich Schuchardt
20600f141ccSDaniel SchwierzeckARM STM SPEAR
2073a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
2083a53aba3SBin MengS:	Orphaned (Since 2016-02)
20900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
21000f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
21100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
21200f141ccSDaniel Schwierzeck
2132514c2d0SPatrick DelaunayARM STM STM32MP
2142514c2d0SPatrick DelaunayM:	Patrick Delaunay <patrick.delaunay@st.com>
2152514c2d0SPatrick DelaunayS:	Maintained
2162514c2d0SPatrick DelaunayF:	arch/arm/mach-stm32mp
217b57aaa07SHeinrich SchuchardtF:	drivers/clk/clk_stm32mp1.c
218c3600e1fSPatrick DelaunayF:	drivers/misc/stm32mp_fuse.c
219b57aaa07SHeinrich SchuchardtF:	drivers/ram/stm32mp1/
2202514c2d0SPatrick Delaunay
2219fa32b12SVikas ManochaARM STM STV0991
2229fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
2239fa32b12SVikas ManochaS:	Maintained
2249fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
2259fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
2269fa32b12SVikas Manocha
22700f141ccSDaniel SchwierzeckARM SUNXI
228543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
229bf8f4c44SMaxime RipardM:	Maxime Ripard <maxime.ripard@bootlin.com>
230ed8f2a28SChen-Yu TsaiS:	Maintained
23100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
23200f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
23300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
234ed8f2a28SChen-Yu TsaiF:	arch/arm/mach-sunxi/
235ed8f2a28SChen-Yu TsaiF:	board/sunxi/
23600f141ccSDaniel Schwierzeck
23700f141ccSDaniel SchwierzeckARM TEGRA
23800f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
23900f141ccSDaniel SchwierzeckS:	Maintained
24000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
24109f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
24200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
24300f141ccSDaniel Schwierzeck
24400f141ccSDaniel SchwierzeckARM TI
2454e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
24600f141ccSDaniel SchwierzeckS:	Maintained
24700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
24826f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
24926f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
25000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
25100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
25200f141ccSDaniel Schwierzeck
2530fb63aa6SMasahiro YamadaARM UNIPHIER
254ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
2550fb63aa6SMasahiro YamadaS:	Maintained
2560fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
2574c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
2585fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
259eb006c83SMasahiro YamadaN:	uniphier
2600fb63aa6SMasahiro Yamada
26100f141ccSDaniel SchwierzeckARM ZYNQ
26200f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
26300f141ccSDaniel SchwierzeckS:	Maintained
2648ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
2658ae3d0b5SMichal SimekF:	arch/arm/mach-zynq/
2668ae3d0b5SMichal SimekF:	drivers/clk/clk_zynq.c
2678ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
2688ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
2698ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
2708ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
2718ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
2728ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
2738ae3d0b5SMichal SimekF:	drivers/mtd/nand/zynq_nand.c
2748ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
2758ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
2768ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
2778ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
2788ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
2798ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
2808ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
28123e7e6b6SHeinrich SchuchardtF:	include/zynqpl.h
2828ae3d0b5SMichal SimekF:	tools/zynqimage.c
2838ae3d0b5SMichal SimekN:	zynq
28400f141ccSDaniel Schwierzeck
28584c7204bSMichal SimekARM ZYNQMP
28684c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
28784c7204bSMichal SimekS:	Maintained
2888ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
2896de7a5b9SMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
2903d14228fSMichal SimekF:	drivers/clk/clk_zynqmp.c
2918ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
2928ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
2938ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
2948ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
2958ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
2968ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
2978ae3d0b5SMichal SimekF:	drivers/mtd/nand/zynq_nand.c
2988ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
2998ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
3008ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
3018ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
3028ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
30372c37d12SMichal SimekF:	drivers/timer/cadence-ttc.c
3048ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
3058ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
30623e7e6b6SHeinrich SchuchardtF:	include/zynqmppl.h
307b123aff2SAlexander GrafF:	tools/zynqmp*
3088ae3d0b5SMichal SimekN:	zynqmp
30984c7204bSMichal Simek
3101d6c54ecSMichal SimekARM ZYNQMP R5
3111d6c54ecSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
3121d6c54ecSMichal SimekS:	Maintained
3131d6c54ecSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3141d6c54ecSMichal SimekF:	arch/arm/mach-zynqmp-r5/
3151d6c54ecSMichal Simek
31600f141ccSDaniel SchwierzeckBUILDMAN
31700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
31800f141ccSDaniel SchwierzeckS:	Maintained
31900f141ccSDaniel SchwierzeckF:	tools/buildman/
32000f141ccSDaniel Schwierzeck
32100f141ccSDaniel SchwierzeckCFI FLASH
32200f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
32300f141ccSDaniel SchwierzeckS:	Maintained
32400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
325c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
326c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
32700f141ccSDaniel Schwierzeck
32800f141ccSDaniel SchwierzeckCOLDFIRE
32908ae21afSFabio EstevamM:	Huan Wang <alison.wang@nxp.com>
33082ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
33100f141ccSDaniel SchwierzeckS:	Maintained
33200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
33300f141ccSDaniel SchwierzeckF:	arch/m68k/
33400f141ccSDaniel Schwierzeck
33500f141ccSDaniel SchwierzeckDFU
33656acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
33700f141ccSDaniel SchwierzeckS:	Maintained
33800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
33900f141ccSDaniel SchwierzeckF:	drivers/dfu/
34055ca6138SLukasz MajewskiF:	drivers/usb/gadget/
34100f141ccSDaniel Schwierzeck
34200f141ccSDaniel SchwierzeckDRIVER MODEL
34300f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
34400f141ccSDaniel SchwierzeckS:	Maintained
3458770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
34600f141ccSDaniel SchwierzeckF:	drivers/core/
34700f141ccSDaniel SchwierzeckF:	include/dm/
34800f141ccSDaniel SchwierzeckF:	test/dm/
34900f141ccSDaniel Schwierzeck
350e4a7394aSAlexander GrafEFI PAYLOAD
351e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
352e4a7394aSAlexander GrafS:	Maintained
353bc188a30SAlexander GrafT:	git git://github.com/agraf/u-boot.git
3546b03cd10SHeinrich SchuchardtF:	doc/DocBook/efi.tmpl
3551914e5b5SHeinrich SchuchardtF:	doc/README.uefi
35629a8a282SHeinrich SchuchardtF:	doc/README.iscsi
357623b3a57SHeinrich SchuchardtF:	include/efi*
358268ec6e0SHeinrich SchuchardtF:	include/pe.h
359268ec6e0SHeinrich SchuchardtF:	include/asm-generic/pe.h
360bc0bd77eSHeinrich SchuchardtF:	lib/efi*/
361623b3a57SHeinrich SchuchardtF:	test/py/tests/test_efi*
362e4a7394aSAlexander GrafF:	cmd/bootefi.c
363ac020196SHeinrich SchuchardtF:	tools/file2include.c
364e4a7394aSAlexander Graf
36500f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
36600f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
36700f141ccSDaniel SchwierzeckS:	Maintained
36800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
36900f141ccSDaniel SchwierzeckF:	lib/fdtdec*
37000f141ccSDaniel SchwierzeckF:	lib/libfdt/
37100f141ccSDaniel SchwierzeckF:	include/fdt*
37218fa6230SHeinrich SchuchardtF:	include/linux/libfdt*
373643f8d4cSAndreas FärberF:	cmd/fdt.c
37400f141ccSDaniel SchwierzeckF:	common/fdt_support.c
37500f141ccSDaniel Schwierzeck
37600f141ccSDaniel SchwierzeckFREEBSD
37700f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
37800f141ccSDaniel SchwierzeckS:	Maintained
37900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
38000f141ccSDaniel Schwierzeck
38100f141ccSDaniel SchwierzeckFREESCALE QORIQ
3822f231025SYork SunM:	York Sun <york.sun@nxp.com>
38300f141ccSDaniel SchwierzeckS:	Maintained
38400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
38500f141ccSDaniel Schwierzeck
38600f141ccSDaniel SchwierzeckI2C
38700f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
38800f141ccSDaniel SchwierzeckS:	Maintained
38900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
39000f141ccSDaniel SchwierzeckF:	drivers/i2c/
39100f141ccSDaniel Schwierzeck
392e9c8d49dSSimon GlassLOGGING
393e9c8d49dSSimon GlassM:	Simon Glass <sjg@chromium.org>
394e9c8d49dSSimon GlassS:	Maintained
395e9c8d49dSSimon GlassT:	git git://git.denx.de/u-boot.git
396e9c8d49dSSimon GlassF:	common/log.c
397e9c8d49dSSimon GlassF:	cmd/log.c
398ef11ed82SSimon GlassF:	test/log/log_test.c
39920faa27cSSimon GlassF:	test/py/tests/test_log.py
400e9c8d49dSSimon Glass
40100f141ccSDaniel SchwierzeckMICROBLAZE
40200f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
40300f141ccSDaniel SchwierzeckS:	Maintained
40400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
40500f141ccSDaniel SchwierzeckF:	arch/microblaze/
4068ae3d0b5SMichal SimekF:	cmd/mfsl.c
4078ae3d0b5SMichal SimekF:	drivers/gpio/xilinx_gpio.c
4088ae3d0b5SMichal SimekF:	drivers/net/xilinx_axi_emac.c
4098ae3d0b5SMichal SimekF:	drivers/net/xilinx_emaclite.c
4108ae3d0b5SMichal SimekF:	drivers/serial/serial_xuartlite.c
4118ae3d0b5SMichal SimekF:	drivers/spi/xilinx_spi.c
4128ae3d0b5SMichal SimekF:	drivers/watchdog/xilinx_tb_wdt.c
4138ae3d0b5SMichal SimekN:	xilinx
41400f141ccSDaniel Schwierzeck
41500f141ccSDaniel SchwierzeckMIPS
41600f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
41700f141ccSDaniel SchwierzeckS:	Maintained
41800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
41900f141ccSDaniel SchwierzeckF:	arch/mips/
42000f141ccSDaniel Schwierzeck
42100f141ccSDaniel SchwierzeckMMC
422dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
42300f141ccSDaniel SchwierzeckS:	Maintained
42400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
42500f141ccSDaniel SchwierzeckF:	drivers/mmc/
42600f141ccSDaniel Schwierzeck
4274ef17f9cSHeinrich SchuchardtNAND FLASH
4284ef17f9cSHeinrich SchuchardtM:	Scott Wood <oss@buserror.net>
4294ef17f9cSHeinrich SchuchardtS:	Maintained
4304ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nand-flash.git
4314ef17f9cSHeinrich SchuchardtF:	drivers/mtd/nand/
4324ef17f9cSHeinrich Schuchardt
4334ef17f9cSHeinrich SchuchardtNDS32
4344ef17f9cSHeinrich SchuchardtM:	Macpaul Lin <macpaul@andestech.com>
4354ef17f9cSHeinrich SchuchardtS:	Maintained
4364ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nds32.git
4374ef17f9cSHeinrich SchuchardtF:	arch/nds32/
4384ef17f9cSHeinrich Schuchardt
439b7d6e0abSHeinrich SchuchardtNETWORK
440b7d6e0abSHeinrich SchuchardtM:	Joe Hershberger <joe.hershberger@ni.com>
441b7d6e0abSHeinrich SchuchardtS:	Maintained
442b7d6e0abSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-net.git
443b7d6e0abSHeinrich SchuchardtF:	drivers/net/
444b7d6e0abSHeinrich SchuchardtF:	net/
445b7d6e0abSHeinrich Schuchardt
4464ef17f9cSHeinrich SchuchardtNIOS
4474ef17f9cSHeinrich SchuchardtM:	Thomas Chou <thomas@wytron.com.tw>
4484ef17f9cSHeinrich SchuchardtS:	Maintained
4494ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nios.git
4504ef17f9cSHeinrich SchuchardtF:	arch/nios2/
4514ef17f9cSHeinrich Schuchardt
4524ef17f9cSHeinrich SchuchardtONENAND
4534ef17f9cSHeinrich Schuchardt#M:	Lukasz Majewski <l.majewski@majess.pl>
4544ef17f9cSHeinrich SchuchardtS:	Orphaned (Since 2017-01)
4554ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-onenand.git
4564ef17f9cSHeinrich SchuchardtF:	drivers/mtd/onenand/
4574ef17f9cSHeinrich Schuchardt
45800f141ccSDaniel SchwierzeckPATMAN
45900f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
46000f141ccSDaniel SchwierzeckS:	Maintained
46100f141ccSDaniel SchwierzeckF:	tools/patman/
46200f141ccSDaniel Schwierzeck
4634ef17f9cSHeinrich SchuchardtPOWER
4644ef17f9cSHeinrich SchuchardtM:	Jaehoon Chung <jh80.chung@samsung.com>
4654ef17f9cSHeinrich SchuchardtS:	Maintained
4664ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-pmic.git
4674ef17f9cSHeinrich SchuchardtF:	drivers/power/
4684ef17f9cSHeinrich Schuchardt
46900f141ccSDaniel SchwierzeckPOWERPC
47000f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
47100f141ccSDaniel SchwierzeckS:	Maintained
47200f141ccSDaniel SchwierzeckF:	arch/powerpc/
47300f141ccSDaniel Schwierzeck
47400f141ccSDaniel SchwierzeckPOWERPC MPC8XX
475907208c4SChristophe LeroyM:	Christophe Leroy <christophe.leroy@c-s.fr>
47600f141ccSDaniel SchwierzeckS:	Maintained
47700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
47800f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
47900f141ccSDaniel Schwierzeck
48000f141ccSDaniel SchwierzeckPOWERPC MPC83XX
481e5ed4c3eSmario.six@gdsys.ccM:	Mario Six <mario.six@gdsys.cc>
482e5ed4c3eSmario.six@gdsys.ccS:	Maintained
48300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
48400f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
48500f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
48600f141ccSDaniel Schwierzeck
48700f141ccSDaniel SchwierzeckPOWERPC MPC85XX
4882f231025SYork SunM:	York Sun <york.sun@nxp.com>
48900f141ccSDaniel SchwierzeckS:	Maintained
49000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
49100f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
49200f141ccSDaniel Schwierzeck
49300f141ccSDaniel SchwierzeckPOWERPC MPC86XX
4942f231025SYork SunM:	York Sun <york.sun@nxp.com>
49500f141ccSDaniel SchwierzeckS:	Maintained
49600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
49700f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
49800f141ccSDaniel Schwierzeck
499f94c44e5SRick ChenRISC-V
500f94c44e5SRick ChenM:	Rick Chen <rick@andestech.com>
501f94c44e5SRick ChenS:	Maintained
502f94c44e5SRick ChenT:	git git://git.denx.de/u-boot-riscv.git
503f94c44e5SRick ChenF:	arch/riscv/
504f94c44e5SRick ChenF:	tools/prelink-riscv.c
505f94c44e5SRick Chen
5064ef17f9cSHeinrich SchuchardtROCKUSB
5074ef17f9cSHeinrich SchuchardtM:	Eddie Cai <eddie.cai.linux@gmail.com>
5084ef17f9cSHeinrich SchuchardtS:	Maintained
5094ef17f9cSHeinrich SchuchardtF:	drivers/usb/gadget/f_rockusb.c
5104ef17f9cSHeinrich SchuchardtF:	cmd/rockusb.c
5114ef17f9cSHeinrich SchuchardtF:	doc/README.rockusb
5124ef17f9cSHeinrich Schuchardt
51300f141ccSDaniel SchwierzeckSANDBOX
51400f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
51500f141ccSDaniel SchwierzeckS:	Maintained
51600f141ccSDaniel SchwierzeckF:	arch/sandbox/
51700f141ccSDaniel Schwierzeck
51800f141ccSDaniel SchwierzeckSH
51900f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
52000f141ccSDaniel SchwierzeckS:	Maintained
52100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
52200f141ccSDaniel SchwierzeckF:	arch/sh/
52300f141ccSDaniel Schwierzeck
52400f141ccSDaniel SchwierzeckSPI
52516185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
52600f141ccSDaniel SchwierzeckS:	Maintained
52700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
52800f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
52900f141ccSDaniel SchwierzeckF:	drivers/spi/
53000f141ccSDaniel SchwierzeckF:	include/spi*
53100f141ccSDaniel Schwierzeck
532e721e981SMateusz KulikowskiSPMI
533e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
534e721e981SMateusz KulikowskiS:	Maintained
535e721e981SMateusz KulikowskiF:	drivers/spmi/
536e721e981SMateusz KulikowskiF:	include/spmi/
537e721e981SMateusz Kulikowski
5384e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
5394e2fdf45SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
5404e2fdf45SAndrew F. DavisS:	Supported
5414e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
5424e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
5434e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
544a42eee12SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
545c2dca337SAndrew F. DavisF:	configs/am335x_hs_evm_uart_defconfig
5464e2fdf45SAndrew F. DavisF:	configs/am43xx_hs_evm_defconfig
5474e2fdf45SAndrew F. DavisF:	configs/am57xx_hs_evm_defconfig
5484e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_defconfig
5498a707bafSLokesh VutlaF:	configs/k2hk_hs_evm_defconfig
5508a707bafSLokesh VutlaF:	configs/k2e_hs_evm_defconfig
5518a707bafSLokesh VutlaF:	configs/k2g_hs_evm_defconfig
552f274f265SMadan SrinivasF:	configs/k2l_hs_evm_defconfig
5534e2fdf45SAndrew F. Davis
55400f141ccSDaniel SchwierzeckTQ GROUP
5553a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
5563a53aba3SBin MengS:	Orphaned (Since 2016-02)
55700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
55800f141ccSDaniel Schwierzeck
55900f141ccSDaniel SchwierzeckUBI
56000f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
56169337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
56200f141ccSDaniel SchwierzeckS:	Maintained
56300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
56400f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
56500f141ccSDaniel Schwierzeck
56600f141ccSDaniel SchwierzeckUSB
56700f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
56800f141ccSDaniel SchwierzeckS:	Maintained
56900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
57000f141ccSDaniel SchwierzeckF:	drivers/usb/
57100f141ccSDaniel Schwierzeck
572c0c5f910SBin MengUSB xHCI
573c0c5f910SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
574c0c5f910SBin MengS:	Maintained
575c0c5f910SBin MengT:	git git://git.denx.de/u-boot-usb.git topic-xhci
576c0c5f910SBin MengF:	drivers/usb/host/xhci*
577c0c5f910SBin Meng
57800f141ccSDaniel SchwierzeckVIDEO
57900f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
58000f141ccSDaniel SchwierzeckS:	Maintained
58100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
58200f141ccSDaniel SchwierzeckF:	drivers/video/
583c967fb78SAnatolij GustschinF:	common/lcd*.c
584c967fb78SAnatolij GustschinF:	include/lcd*.h
58500f141ccSDaniel Schwierzeck
58600f141ccSDaniel SchwierzeckX86
58700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
588dc5210a2SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
58900f141ccSDaniel SchwierzeckS:	Maintained
59000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
59100f141ccSDaniel SchwierzeckF:	arch/x86/
59200f141ccSDaniel Schwierzeck
593de5e5ceaSChris ZankelXTENSA
594de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
595de5e5ceaSChris ZankelS:	Maintained
596de5e5ceaSChris ZankelF:	arch/xtensa/
597de5e5ceaSChris Zankel
59800f141ccSDaniel SchwierzeckTHE REST
5994e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
60000f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
60100f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
60200f141ccSDaniel SchwierzeckS:	Maintained
60300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
60400f141ccSDaniel SchwierzeckF:	*
60500f141ccSDaniel SchwierzeckF:	*/
606