xref: /openbmc/u-boot/MAINTAINERS (revision 0d832b32)
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
110894c3ad2SThomas FitzsimmonsARM BROADCOM BCMSTB
111894c3ad2SThomas FitzsimmonsM:	Thomas Fitzsimmons <fitzsim@fitzsim.org>
112894c3ad2SThomas FitzsimmonsS:	Maintained
113894c3ad2SThomas FitzsimmonsF:	arch/arm/mach-bcmstb/
114894c3ad2SThomas FitzsimmonsF:	board/broadcom/bcmstb/
115894c3ad2SThomas FitzsimmonsF:	configs/bcm7445_defconfig
116894c3ad2SThomas FitzsimmonsF:	doc/README.bcm7xxx
117894c3ad2SThomas FitzsimmonsF:	drivers/mmc/bcmstb_sdhci.c
118894c3ad2SThomas FitzsimmonsF:	drivers/spi/bcmstb_spi.c
119894c3ad2SThomas Fitzsimmons
12000f141ccSDaniel SchwierzeckARM FREESCALE IMX
12100f141ccSDaniel SchwierzeckM:	Stefano Babic <sbabic@denx.de>
1222aaf7c49SFabio EstevamM:	Fabio Estevam <fabio.estevam@nxp.com>
12300f141ccSDaniel SchwierzeckS:	Maintained
12400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-imx.git
12500f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm1136/mx*/
12600f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/mx*/
12700f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/vf610/
128552a848eSStefano BabicF:	arch/arm/mach-imx/
12900f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-imx/
13000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-mx*/
13100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-vf610/
132552a848eSStefano BabicF:	arch/arm/include/asm/mach-imx/
13377cbd3a1SFabio EstevamF:	board/freescale/*mx*/
13400f141ccSDaniel Schwierzeck
135ae4dc15dSPeter GriffinARM HISILICON
136ae4dc15dSPeter GriffinM:	Peter Griffin <peter.griffin@linaro.org>
137ae4dc15dSPeter GriffinS:	Maintained
138ae4dc15dSPeter GriffinF:	arch/arm/cpu/armv8/hisilicon
1390f8525f5SHeinrich SchuchardtF:	arch/arm/include/asm/arch-hi6220/
140ae4dc15dSPeter Griffin
141f822d857SStefan RoeseARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
14200f141ccSDaniel SchwierzeckM:	Prafulla Wadaskar <prafulla@marvell.com>
1435ea01961SLuka PerkovM:	Luka Perkov <luka.perkov@sartura.hr>
144f822d857SStefan RoeseM:	Stefan Roese <sr@denx.de>
14500f141ccSDaniel SchwierzeckS:	Maintained
14600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-marvell.git
14756f86e39SMasahiro YamadaF:	arch/arm/mach-kirkwood/
148f822d857SStefan RoeseF:	arch/arm/mach-mvebu/
149592b4a7eSKen MaF:	drivers/ata/ahci_mvebu.c
15000f141ccSDaniel Schwierzeck
15100f141ccSDaniel SchwierzeckARM MARVELL PXA
15200f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
15300f141ccSDaniel SchwierzeckS:	Maintained
15400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pxa.git
15500f141ccSDaniel SchwierzeckF:	arch/arm/cpu/pxa/
15600f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-pxa/
15700f141ccSDaniel Schwierzeck
158e2a1484cSManivannan SadhasivamARM OWL
159e2a1484cSManivannan SadhasivamM:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
160e2a1484cSManivannan SadhasivamS:	Maintained
161e2a1484cSManivannan SadhasivamF:	arch/arm/include/asm/arch-owl/
162e2a1484cSManivannan SadhasivamF:	arch/arm/mach-owl/
163e2a1484cSManivannan SadhasivamF:	board/ucRobotics/
164e2a1484cSManivannan SadhasivamF:	drivers/clk/owl/
165e2a1484cSManivannan SadhasivamF:	drivers/serial/serial_owl.c
166e2a1484cSManivannan Sadhasivam
1674810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
1684810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1699db60e25SMarek VasutM:	Marek Vasut <marek.vasut+renesas@gmail.com>
1704810c2f8SNobuhiro IwamatsuS:	Maintained
1714810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
1724810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
1734810c2f8SNobuhiro Iwamatsu
174c3caeac0SMasahiro YamadaARM ROCKCHIP
175c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
176f8714372SPhilipp TomsichM:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
177c3caeac0SMasahiro YamadaS:	Maintained
178c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
1798b45193aSPhilipp TomsichF:	arch/arm/include/asm/arch-rockchip/
180c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
181ae0fc89eSKever YangF:	board/rockchip/
1828b45193aSPhilipp TomsichF:	drivers/clk/rockchip/
1838b45193aSPhilipp TomsichF:	drivers/gpio/rk_gpio.c
1848b45193aSPhilipp TomsichF:	drivers/misc/rockchip-efuse.c
18547b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_sdhci.c
18647b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_dw_mmc.c
1878b45193aSPhilipp TomsichF:	drivers/pinctrl/rockchip/
1888b45193aSPhilipp TomsichF:	drivers/ram/rockchip/
1898b45193aSPhilipp TomsichF:	drivers/sysreset/sysreset_rockchip.c
1903f565522SPhilipp TomsichF:	drivers/video/rockchip/
1918b45193aSPhilipp TomsichF:	tools/rkcommon.c
1928b45193aSPhilipp TomsichF:	tools/rkcommon.h
1938b45193aSPhilipp TomsichF:	tools/rkimage.c
1948b45193aSPhilipp TomsichF:	tools/rksd.c
1958b45193aSPhilipp TomsichF:	tools/rkspi.c
196c3caeac0SMasahiro Yamada
19700f141ccSDaniel SchwierzeckARM SAMSUNG
19800f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
19900f141ccSDaniel SchwierzeckS:	Maintained
20000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
201225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
202225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
20300f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
20400f141ccSDaniel Schwierzeck
205e721e981SMateusz KulikowskiARM SNAPDRAGON
20692a14a47SRamon FriedM:	Ramon Fried <ramon.fried@gmail.com>
207e721e981SMateusz KulikowskiS:	Maintained
208e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
209e721e981SMateusz Kulikowski
210b7d6e0abSHeinrich SchuchardtARM STI
211b7d6e0abSHeinrich SchuchardtM:	Patrice Chotard <patrice.chotard@st.com>
212b7d6e0abSHeinrich SchuchardtS:	Maintained
213b7d6e0abSHeinrich SchuchardtF:	arch/arm/mach-sti/
214b7d6e0abSHeinrich SchuchardtF:	arch/arm/include/asm/arch-sti*/
215b7d6e0abSHeinrich Schuchardt
21600f141ccSDaniel SchwierzeckARM STM SPEAR
2173a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
2183a53aba3SBin MengS:	Orphaned (Since 2016-02)
21900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
22000f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
22100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
22200f141ccSDaniel Schwierzeck
2232514c2d0SPatrick DelaunayARM STM STM32MP
2242514c2d0SPatrick DelaunayM:	Patrick Delaunay <patrick.delaunay@st.com>
2252514c2d0SPatrick DelaunayS:	Maintained
2262514c2d0SPatrick DelaunayF:	arch/arm/mach-stm32mp
227b57aaa07SHeinrich SchuchardtF:	drivers/clk/clk_stm32mp1.c
228c3600e1fSPatrick DelaunayF:	drivers/misc/stm32mp_fuse.c
229b57aaa07SHeinrich SchuchardtF:	drivers/ram/stm32mp1/
2302514c2d0SPatrick Delaunay
2319fa32b12SVikas ManochaARM STM STV0991
2329fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
2339fa32b12SVikas ManochaS:	Maintained
2349fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
2359fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
2369fa32b12SVikas Manocha
23700f141ccSDaniel SchwierzeckARM SUNXI
238543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
239bf8f4c44SMaxime RipardM:	Maxime Ripard <maxime.ripard@bootlin.com>
240ed8f2a28SChen-Yu TsaiS:	Maintained
24100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
24200f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
24300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
244ed8f2a28SChen-Yu TsaiF:	arch/arm/mach-sunxi/
245ed8f2a28SChen-Yu TsaiF:	board/sunxi/
24600f141ccSDaniel Schwierzeck
24700f141ccSDaniel SchwierzeckARM TEGRA
24800f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
24900f141ccSDaniel SchwierzeckS:	Maintained
25000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
25109f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
25200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
25300f141ccSDaniel Schwierzeck
25400f141ccSDaniel SchwierzeckARM TI
2554e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
25600f141ccSDaniel SchwierzeckS:	Maintained
25700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
25826f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
25926f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
26000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
26100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
26200f141ccSDaniel Schwierzeck
2630fb63aa6SMasahiro YamadaARM UNIPHIER
264ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
2650fb63aa6SMasahiro YamadaS:	Maintained
2660fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
2674c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
2685fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
269eb006c83SMasahiro YamadaN:	uniphier
2700fb63aa6SMasahiro Yamada
27100f141ccSDaniel SchwierzeckARM ZYNQ
27200f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
27300f141ccSDaniel SchwierzeckS:	Maintained
2748ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
2758ae3d0b5SMichal SimekF:	arch/arm/mach-zynq/
2768ae3d0b5SMichal SimekF:	drivers/clk/clk_zynq.c
2778ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
2788ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
2798ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
2808ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
2818ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
2828ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
2838ae3d0b5SMichal SimekF:	drivers/mtd/nand/zynq_nand.c
2848ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
2858ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
2868ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
2878ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
2888ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
2898ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
2908ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
29123e7e6b6SHeinrich SchuchardtF:	include/zynqpl.h
2928ae3d0b5SMichal SimekF:	tools/zynqimage.c
2938ae3d0b5SMichal SimekN:	zynq
29400f141ccSDaniel Schwierzeck
29584c7204bSMichal SimekARM ZYNQMP
29684c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
29784c7204bSMichal SimekS:	Maintained
2988ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
2996de7a5b9SMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
3003d14228fSMichal SimekF:	drivers/clk/clk_zynqmp.c
3018ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
3028ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
3038ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
3048ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
3058ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
3068ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
3078ae3d0b5SMichal SimekF:	drivers/mtd/nand/zynq_nand.c
3088ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
3098ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
3108ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
3118ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
3128ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
31372c37d12SMichal SimekF:	drivers/timer/cadence-ttc.c
3148ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
3158ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
31623e7e6b6SHeinrich SchuchardtF:	include/zynqmppl.h
317b123aff2SAlexander GrafF:	tools/zynqmp*
3188ae3d0b5SMichal SimekN:	zynqmp
31984c7204bSMichal Simek
3201d6c54ecSMichal SimekARM ZYNQMP R5
3211d6c54ecSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
3221d6c54ecSMichal SimekS:	Maintained
3231d6c54ecSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3241d6c54ecSMichal SimekF:	arch/arm/mach-zynqmp-r5/
3251d6c54ecSMichal Simek
32600f141ccSDaniel SchwierzeckBUILDMAN
32700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
32800f141ccSDaniel SchwierzeckS:	Maintained
32900f141ccSDaniel SchwierzeckF:	tools/buildman/
33000f141ccSDaniel Schwierzeck
33100f141ccSDaniel SchwierzeckCFI FLASH
33200f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
33300f141ccSDaniel SchwierzeckS:	Maintained
33400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
335c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
336c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
33700f141ccSDaniel Schwierzeck
33800f141ccSDaniel SchwierzeckCOLDFIRE
33908ae21afSFabio EstevamM:	Huan Wang <alison.wang@nxp.com>
34082ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
34100f141ccSDaniel SchwierzeckS:	Maintained
34200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
34300f141ccSDaniel SchwierzeckF:	arch/m68k/
34400f141ccSDaniel Schwierzeck
34500f141ccSDaniel SchwierzeckDFU
34656acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
34700f141ccSDaniel SchwierzeckS:	Maintained
34800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
34900f141ccSDaniel SchwierzeckF:	drivers/dfu/
35055ca6138SLukasz MajewskiF:	drivers/usb/gadget/
35100f141ccSDaniel Schwierzeck
35200f141ccSDaniel SchwierzeckDRIVER MODEL
35300f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
35400f141ccSDaniel SchwierzeckS:	Maintained
3558770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
35600f141ccSDaniel SchwierzeckF:	drivers/core/
35700f141ccSDaniel SchwierzeckF:	include/dm/
35800f141ccSDaniel SchwierzeckF:	test/dm/
35900f141ccSDaniel Schwierzeck
360e4a7394aSAlexander GrafEFI PAYLOAD
361e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
362e4a7394aSAlexander GrafS:	Maintained
363bc188a30SAlexander GrafT:	git git://github.com/agraf/u-boot.git
3646b03cd10SHeinrich SchuchardtF:	doc/DocBook/efi.tmpl
3651914e5b5SHeinrich SchuchardtF:	doc/README.uefi
36629a8a282SHeinrich SchuchardtF:	doc/README.iscsi
367623b3a57SHeinrich SchuchardtF:	include/efi*
368268ec6e0SHeinrich SchuchardtF:	include/pe.h
369268ec6e0SHeinrich SchuchardtF:	include/asm-generic/pe.h
370bc0bd77eSHeinrich SchuchardtF:	lib/efi*/
371623b3a57SHeinrich SchuchardtF:	test/py/tests/test_efi*
372e4a7394aSAlexander GrafF:	cmd/bootefi.c
373ac020196SHeinrich SchuchardtF:	tools/file2include.c
374e4a7394aSAlexander Graf
37500f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
37600f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
37700f141ccSDaniel SchwierzeckS:	Maintained
37800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
37900f141ccSDaniel SchwierzeckF:	lib/fdtdec*
38000f141ccSDaniel SchwierzeckF:	lib/libfdt/
38100f141ccSDaniel SchwierzeckF:	include/fdt*
38218fa6230SHeinrich SchuchardtF:	include/linux/libfdt*
383643f8d4cSAndreas FärberF:	cmd/fdt.c
38400f141ccSDaniel SchwierzeckF:	common/fdt_support.c
38500f141ccSDaniel Schwierzeck
38600f141ccSDaniel SchwierzeckFREEBSD
38700f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
38800f141ccSDaniel SchwierzeckS:	Maintained
38900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
39000f141ccSDaniel Schwierzeck
39100f141ccSDaniel SchwierzeckFREESCALE QORIQ
3922f231025SYork SunM:	York Sun <york.sun@nxp.com>
39300f141ccSDaniel SchwierzeckS:	Maintained
39400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
39500f141ccSDaniel Schwierzeck
39600f141ccSDaniel SchwierzeckI2C
39700f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
39800f141ccSDaniel SchwierzeckS:	Maintained
39900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
40000f141ccSDaniel SchwierzeckF:	drivers/i2c/
40100f141ccSDaniel Schwierzeck
402e9c8d49dSSimon GlassLOGGING
403e9c8d49dSSimon GlassM:	Simon Glass <sjg@chromium.org>
404e9c8d49dSSimon GlassS:	Maintained
405e9c8d49dSSimon GlassT:	git git://git.denx.de/u-boot.git
406e9c8d49dSSimon GlassF:	common/log.c
407e9c8d49dSSimon GlassF:	cmd/log.c
408ef11ed82SSimon GlassF:	test/log/log_test.c
40920faa27cSSimon GlassF:	test/py/tests/test_log.py
410e9c8d49dSSimon Glass
41100f141ccSDaniel SchwierzeckMICROBLAZE
41200f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
41300f141ccSDaniel SchwierzeckS:	Maintained
41400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
41500f141ccSDaniel SchwierzeckF:	arch/microblaze/
4168ae3d0b5SMichal SimekF:	cmd/mfsl.c
4178ae3d0b5SMichal SimekF:	drivers/gpio/xilinx_gpio.c
4188ae3d0b5SMichal SimekF:	drivers/net/xilinx_axi_emac.c
4198ae3d0b5SMichal SimekF:	drivers/net/xilinx_emaclite.c
4208ae3d0b5SMichal SimekF:	drivers/serial/serial_xuartlite.c
4218ae3d0b5SMichal SimekF:	drivers/spi/xilinx_spi.c
422*0d832b32SMichal SimekF:	drivers/sysreset/sysreset_gpio.c
4238ae3d0b5SMichal SimekF:	drivers/watchdog/xilinx_tb_wdt.c
4248ae3d0b5SMichal SimekN:	xilinx
42500f141ccSDaniel Schwierzeck
42600f141ccSDaniel SchwierzeckMIPS
42700f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
42800f141ccSDaniel SchwierzeckS:	Maintained
42900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
43000f141ccSDaniel SchwierzeckF:	arch/mips/
43100f141ccSDaniel Schwierzeck
43200f141ccSDaniel SchwierzeckMMC
433dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
43400f141ccSDaniel SchwierzeckS:	Maintained
43500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
43600f141ccSDaniel SchwierzeckF:	drivers/mmc/
43700f141ccSDaniel Schwierzeck
4384ef17f9cSHeinrich SchuchardtNAND FLASH
4394ef17f9cSHeinrich SchuchardtM:	Scott Wood <oss@buserror.net>
4404ef17f9cSHeinrich SchuchardtS:	Maintained
4414ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nand-flash.git
4424ef17f9cSHeinrich SchuchardtF:	drivers/mtd/nand/
4434ef17f9cSHeinrich Schuchardt
4444ef17f9cSHeinrich SchuchardtNDS32
4454ef17f9cSHeinrich SchuchardtM:	Macpaul Lin <macpaul@andestech.com>
4464ef17f9cSHeinrich SchuchardtS:	Maintained
4474ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nds32.git
4484ef17f9cSHeinrich SchuchardtF:	arch/nds32/
4494ef17f9cSHeinrich Schuchardt
450b7d6e0abSHeinrich SchuchardtNETWORK
451b7d6e0abSHeinrich SchuchardtM:	Joe Hershberger <joe.hershberger@ni.com>
452b7d6e0abSHeinrich SchuchardtS:	Maintained
453b7d6e0abSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-net.git
454b7d6e0abSHeinrich SchuchardtF:	drivers/net/
455b7d6e0abSHeinrich SchuchardtF:	net/
456b7d6e0abSHeinrich Schuchardt
4574ef17f9cSHeinrich SchuchardtNIOS
4584ef17f9cSHeinrich SchuchardtM:	Thomas Chou <thomas@wytron.com.tw>
4594ef17f9cSHeinrich SchuchardtS:	Maintained
4604ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nios.git
4614ef17f9cSHeinrich SchuchardtF:	arch/nios2/
4624ef17f9cSHeinrich Schuchardt
4634ef17f9cSHeinrich SchuchardtONENAND
4644ef17f9cSHeinrich Schuchardt#M:	Lukasz Majewski <l.majewski@majess.pl>
4654ef17f9cSHeinrich SchuchardtS:	Orphaned (Since 2017-01)
4664ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-onenand.git
4674ef17f9cSHeinrich SchuchardtF:	drivers/mtd/onenand/
4684ef17f9cSHeinrich Schuchardt
46900f141ccSDaniel SchwierzeckPATMAN
47000f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
47100f141ccSDaniel SchwierzeckS:	Maintained
47200f141ccSDaniel SchwierzeckF:	tools/patman/
47300f141ccSDaniel Schwierzeck
4744ef17f9cSHeinrich SchuchardtPOWER
4754ef17f9cSHeinrich SchuchardtM:	Jaehoon Chung <jh80.chung@samsung.com>
4764ef17f9cSHeinrich SchuchardtS:	Maintained
4774ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-pmic.git
4784ef17f9cSHeinrich SchuchardtF:	drivers/power/
4794ef17f9cSHeinrich Schuchardt
48000f141ccSDaniel SchwierzeckPOWERPC
48100f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
48200f141ccSDaniel SchwierzeckS:	Maintained
48300f141ccSDaniel SchwierzeckF:	arch/powerpc/
48400f141ccSDaniel Schwierzeck
48500f141ccSDaniel SchwierzeckPOWERPC MPC8XX
486907208c4SChristophe LeroyM:	Christophe Leroy <christophe.leroy@c-s.fr>
48700f141ccSDaniel SchwierzeckS:	Maintained
48800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
48900f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
49000f141ccSDaniel Schwierzeck
49100f141ccSDaniel SchwierzeckPOWERPC MPC83XX
492e5ed4c3eSmario.six@gdsys.ccM:	Mario Six <mario.six@gdsys.cc>
493e5ed4c3eSmario.six@gdsys.ccS:	Maintained
49400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
49500f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
49600f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
49700f141ccSDaniel Schwierzeck
49800f141ccSDaniel SchwierzeckPOWERPC MPC85XX
4992f231025SYork SunM:	York Sun <york.sun@nxp.com>
50000f141ccSDaniel SchwierzeckS:	Maintained
50100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
50200f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
50300f141ccSDaniel Schwierzeck
50400f141ccSDaniel SchwierzeckPOWERPC MPC86XX
5052f231025SYork SunM:	York Sun <york.sun@nxp.com>
50600f141ccSDaniel SchwierzeckS:	Maintained
50700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
50800f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
50900f141ccSDaniel Schwierzeck
510f94c44e5SRick ChenRISC-V
511f94c44e5SRick ChenM:	Rick Chen <rick@andestech.com>
512f94c44e5SRick ChenS:	Maintained
513f94c44e5SRick ChenT:	git git://git.denx.de/u-boot-riscv.git
514f94c44e5SRick ChenF:	arch/riscv/
515f94c44e5SRick ChenF:	tools/prelink-riscv.c
516f94c44e5SRick Chen
5174ef17f9cSHeinrich SchuchardtROCKUSB
5184ef17f9cSHeinrich SchuchardtM:	Eddie Cai <eddie.cai.linux@gmail.com>
5194ef17f9cSHeinrich SchuchardtS:	Maintained
5204ef17f9cSHeinrich SchuchardtF:	drivers/usb/gadget/f_rockusb.c
5214ef17f9cSHeinrich SchuchardtF:	cmd/rockusb.c
5224ef17f9cSHeinrich SchuchardtF:	doc/README.rockusb
5234ef17f9cSHeinrich Schuchardt
52400f141ccSDaniel SchwierzeckSANDBOX
52500f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
52600f141ccSDaniel SchwierzeckS:	Maintained
52700f141ccSDaniel SchwierzeckF:	arch/sandbox/
52800f141ccSDaniel Schwierzeck
52900f141ccSDaniel SchwierzeckSH
53000f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53100f141ccSDaniel SchwierzeckS:	Maintained
53200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
53300f141ccSDaniel SchwierzeckF:	arch/sh/
53400f141ccSDaniel Schwierzeck
53500f141ccSDaniel SchwierzeckSPI
53616185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
53700f141ccSDaniel SchwierzeckS:	Maintained
53800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
53900f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
54000f141ccSDaniel SchwierzeckF:	drivers/spi/
54100f141ccSDaniel SchwierzeckF:	include/spi*
54200f141ccSDaniel Schwierzeck
543e721e981SMateusz KulikowskiSPMI
544e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
545e721e981SMateusz KulikowskiS:	Maintained
546e721e981SMateusz KulikowskiF:	drivers/spmi/
547e721e981SMateusz KulikowskiF:	include/spmi/
548e721e981SMateusz Kulikowski
5494e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
5504e2fdf45SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
5514e2fdf45SAndrew F. DavisS:	Supported
5524e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
5534e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
5544e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
555a42eee12SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
556c2dca337SAndrew F. DavisF:	configs/am335x_hs_evm_uart_defconfig
5574e2fdf45SAndrew F. DavisF:	configs/am43xx_hs_evm_defconfig
5584e2fdf45SAndrew F. DavisF:	configs/am57xx_hs_evm_defconfig
5594e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_defconfig
5608a707bafSLokesh VutlaF:	configs/k2hk_hs_evm_defconfig
5618a707bafSLokesh VutlaF:	configs/k2e_hs_evm_defconfig
5628a707bafSLokesh VutlaF:	configs/k2g_hs_evm_defconfig
563f274f265SMadan SrinivasF:	configs/k2l_hs_evm_defconfig
5644e2fdf45SAndrew F. Davis
56500f141ccSDaniel SchwierzeckTQ GROUP
5663a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
5673a53aba3SBin MengS:	Orphaned (Since 2016-02)
56800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
56900f141ccSDaniel Schwierzeck
57000f141ccSDaniel SchwierzeckUBI
57100f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
57269337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
57300f141ccSDaniel SchwierzeckS:	Maintained
57400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
57500f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
57600f141ccSDaniel Schwierzeck
57700f141ccSDaniel SchwierzeckUSB
57800f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
57900f141ccSDaniel SchwierzeckS:	Maintained
58000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
58100f141ccSDaniel SchwierzeckF:	drivers/usb/
58200f141ccSDaniel Schwierzeck
583c0c5f910SBin MengUSB xHCI
584c0c5f910SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
585c0c5f910SBin MengS:	Maintained
586c0c5f910SBin MengT:	git git://git.denx.de/u-boot-usb.git topic-xhci
587c0c5f910SBin MengF:	drivers/usb/host/xhci*
588c0c5f910SBin Meng
58900f141ccSDaniel SchwierzeckVIDEO
59000f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
59100f141ccSDaniel SchwierzeckS:	Maintained
59200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
59300f141ccSDaniel SchwierzeckF:	drivers/video/
594c967fb78SAnatolij GustschinF:	common/lcd*.c
595c967fb78SAnatolij GustschinF:	include/lcd*.h
59600f141ccSDaniel Schwierzeck
59700f141ccSDaniel SchwierzeckX86
59800f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
599dc5210a2SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
60000f141ccSDaniel SchwierzeckS:	Maintained
60100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
60200f141ccSDaniel SchwierzeckF:	arch/x86/
60300f141ccSDaniel Schwierzeck
604de5e5ceaSChris ZankelXTENSA
605de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
606de5e5ceaSChris ZankelS:	Maintained
607de5e5ceaSChris ZankelF:	arch/xtensa/
608de5e5ceaSChris Zankel
60900f141ccSDaniel SchwierzeckTHE REST
6104e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
61100f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
61200f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
61300f141ccSDaniel SchwierzeckS:	Maintained
61400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
61500f141ccSDaniel SchwierzeckF:	*
61600f141ccSDaniel SchwierzeckF:	*/
617