xref: /openbmc/u-boot/MAINTAINERS (revision 92a14a47)
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
1484810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
1494810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1509db60e25SMarek VasutM:	Marek Vasut <marek.vasut+renesas@gmail.com>
1514810c2f8SNobuhiro IwamatsuS:	Maintained
1524810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
1534810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
1544810c2f8SNobuhiro Iwamatsu
155c3caeac0SMasahiro YamadaARM ROCKCHIP
156c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
157f8714372SPhilipp TomsichM:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
158c3caeac0SMasahiro YamadaS:	Maintained
159c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
1608b45193aSPhilipp TomsichF:	arch/arm/include/asm/arch-rockchip/
161c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
162ae0fc89eSKever YangF:	board/rockchip/
1638b45193aSPhilipp TomsichF:	drivers/clk/rockchip/
1648b45193aSPhilipp TomsichF:	drivers/gpio/rk_gpio.c
1658b45193aSPhilipp TomsichF:	drivers/misc/rockchip-efuse.c
16647b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_sdhci.c
16747b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_dw_mmc.c
1688b45193aSPhilipp TomsichF:	drivers/pinctrl/rockchip/
1698b45193aSPhilipp TomsichF:	drivers/ram/rockchip/
1708b45193aSPhilipp TomsichF:	drivers/sysreset/sysreset_rockchip.c
1713f565522SPhilipp TomsichF:	drivers/video/rockchip/
1728b45193aSPhilipp TomsichF:	tools/rkcommon.c
1738b45193aSPhilipp TomsichF:	tools/rkcommon.h
1748b45193aSPhilipp TomsichF:	tools/rkimage.c
1758b45193aSPhilipp TomsichF:	tools/rksd.c
1768b45193aSPhilipp TomsichF:	tools/rkspi.c
177c3caeac0SMasahiro Yamada
17800f141ccSDaniel SchwierzeckARM SAMSUNG
17900f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
18000f141ccSDaniel SchwierzeckS:	Maintained
18100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
182225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
183225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
18400f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
18500f141ccSDaniel Schwierzeck
186e721e981SMateusz KulikowskiARM SNAPDRAGON
187*92a14a47SRamon FriedM:	Ramon Fried <ramon.fried@gmail.com>
188e721e981SMateusz KulikowskiS:	Maintained
189e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
190e721e981SMateusz Kulikowski
191b7d6e0abSHeinrich SchuchardtARM STI
192b7d6e0abSHeinrich SchuchardtM:	Patrice Chotard <patrice.chotard@st.com>
193b7d6e0abSHeinrich SchuchardtS:	Maintained
194b7d6e0abSHeinrich SchuchardtF:	arch/arm/mach-sti/
195b7d6e0abSHeinrich SchuchardtF:	arch/arm/include/asm/arch-sti*/
196b7d6e0abSHeinrich Schuchardt
19700f141ccSDaniel SchwierzeckARM STM SPEAR
1983a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
1993a53aba3SBin MengS:	Orphaned (Since 2016-02)
20000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
20100f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
20200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
20300f141ccSDaniel Schwierzeck
2042514c2d0SPatrick DelaunayARM STM STM32MP
2052514c2d0SPatrick DelaunayM:	Patrick Delaunay <patrick.delaunay@st.com>
2062514c2d0SPatrick DelaunayS:	Maintained
2072514c2d0SPatrick DelaunayF:	arch/arm/mach-stm32mp
208b57aaa07SHeinrich SchuchardtF:	drivers/clk/clk_stm32mp1.c
209c3600e1fSPatrick DelaunayF:	drivers/misc/stm32mp_fuse.c
210b57aaa07SHeinrich SchuchardtF:	drivers/ram/stm32mp1/
2112514c2d0SPatrick Delaunay
2129fa32b12SVikas ManochaARM STM STV0991
2139fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
2149fa32b12SVikas ManochaS:	Maintained
2159fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
2169fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
2179fa32b12SVikas Manocha
21800f141ccSDaniel SchwierzeckARM SUNXI
219543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
220bf8f4c44SMaxime RipardM:	Maxime Ripard <maxime.ripard@bootlin.com>
221ed8f2a28SChen-Yu TsaiS:	Maintained
22200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
22300f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
22400f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
225ed8f2a28SChen-Yu TsaiF:	arch/arm/mach-sunxi/
226ed8f2a28SChen-Yu TsaiF:	board/sunxi/
22700f141ccSDaniel Schwierzeck
22800f141ccSDaniel SchwierzeckARM TEGRA
22900f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
23000f141ccSDaniel SchwierzeckS:	Maintained
23100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
23209f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
23300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
23400f141ccSDaniel Schwierzeck
23500f141ccSDaniel SchwierzeckARM TI
2364e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
23700f141ccSDaniel SchwierzeckS:	Maintained
23800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
23926f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
24026f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
24100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
24200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
24300f141ccSDaniel Schwierzeck
2440fb63aa6SMasahiro YamadaARM UNIPHIER
245ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
2460fb63aa6SMasahiro YamadaS:	Maintained
2470fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
2484c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
2495fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
250eb006c83SMasahiro YamadaN:	uniphier
2510fb63aa6SMasahiro Yamada
25200f141ccSDaniel SchwierzeckARM ZYNQ
25300f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
25400f141ccSDaniel SchwierzeckS:	Maintained
2558ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
2568ae3d0b5SMichal SimekF:	arch/arm/mach-zynq/
2578ae3d0b5SMichal SimekF:	drivers/clk/clk_zynq.c
2588ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
2598ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
2608ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
2618ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
2628ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
2638ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
2648ae3d0b5SMichal SimekF:	drivers/mtd/nand/zynq_nand.c
2658ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
2668ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
2678ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
2688ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
2698ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
2708ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
2718ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
27223e7e6b6SHeinrich SchuchardtF:	include/zynqpl.h
2738ae3d0b5SMichal SimekF:	tools/zynqimage.c
2748ae3d0b5SMichal SimekN:	zynq
27500f141ccSDaniel Schwierzeck
27684c7204bSMichal SimekARM ZYNQMP
27784c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
27884c7204bSMichal SimekS:	Maintained
2798ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
2806de7a5b9SMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
2813d14228fSMichal SimekF:	drivers/clk/clk_zynqmp.c
2828ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
2838ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
2848ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
2858ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
2868ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
2878ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
2888ae3d0b5SMichal SimekF:	drivers/mtd/nand/zynq_nand.c
2898ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
2908ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
2918ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
2928ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
2938ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
29472c37d12SMichal SimekF:	drivers/timer/cadence-ttc.c
2958ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
2968ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
29723e7e6b6SHeinrich SchuchardtF:	include/zynqmppl.h
298b123aff2SAlexander GrafF:	tools/zynqmp*
2998ae3d0b5SMichal SimekN:	zynqmp
30084c7204bSMichal Simek
3011d6c54ecSMichal SimekARM ZYNQMP R5
3021d6c54ecSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
3031d6c54ecSMichal SimekS:	Maintained
3041d6c54ecSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3051d6c54ecSMichal SimekF:	arch/arm/mach-zynqmp-r5/
3061d6c54ecSMichal Simek
30700f141ccSDaniel SchwierzeckBUILDMAN
30800f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
30900f141ccSDaniel SchwierzeckS:	Maintained
31000f141ccSDaniel SchwierzeckF:	tools/buildman/
31100f141ccSDaniel Schwierzeck
31200f141ccSDaniel SchwierzeckCFI FLASH
31300f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
31400f141ccSDaniel SchwierzeckS:	Maintained
31500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
316c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
317c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
31800f141ccSDaniel Schwierzeck
31900f141ccSDaniel SchwierzeckCOLDFIRE
32008ae21afSFabio EstevamM:	Huan Wang <alison.wang@nxp.com>
32182ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
32200f141ccSDaniel SchwierzeckS:	Maintained
32300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
32400f141ccSDaniel SchwierzeckF:	arch/m68k/
32500f141ccSDaniel Schwierzeck
32600f141ccSDaniel SchwierzeckDFU
32756acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
32800f141ccSDaniel SchwierzeckS:	Maintained
32900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
33000f141ccSDaniel SchwierzeckF:	drivers/dfu/
33155ca6138SLukasz MajewskiF:	drivers/usb/gadget/
33200f141ccSDaniel Schwierzeck
33300f141ccSDaniel SchwierzeckDRIVER MODEL
33400f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
33500f141ccSDaniel SchwierzeckS:	Maintained
3368770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
33700f141ccSDaniel SchwierzeckF:	drivers/core/
33800f141ccSDaniel SchwierzeckF:	include/dm/
33900f141ccSDaniel SchwierzeckF:	test/dm/
34000f141ccSDaniel Schwierzeck
341e4a7394aSAlexander GrafEFI PAYLOAD
342e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
343e4a7394aSAlexander GrafS:	Maintained
344bc188a30SAlexander GrafT:	git git://github.com/agraf/u-boot.git
3456b03cd10SHeinrich SchuchardtF:	doc/DocBook/efi.tmpl
3461914e5b5SHeinrich SchuchardtF:	doc/README.uefi
34729a8a282SHeinrich SchuchardtF:	doc/README.iscsi
348623b3a57SHeinrich SchuchardtF:	include/efi*
349268ec6e0SHeinrich SchuchardtF:	include/pe.h
350268ec6e0SHeinrich SchuchardtF:	include/asm-generic/pe.h
351bc0bd77eSHeinrich SchuchardtF:	lib/efi*/
352623b3a57SHeinrich SchuchardtF:	test/py/tests/test_efi*
353e4a7394aSAlexander GrafF:	cmd/bootefi.c
354ac020196SHeinrich SchuchardtF:	tools/file2include.c
355e4a7394aSAlexander Graf
35600f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
35700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
35800f141ccSDaniel SchwierzeckS:	Maintained
35900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
36000f141ccSDaniel SchwierzeckF:	lib/fdtdec*
36100f141ccSDaniel SchwierzeckF:	lib/libfdt/
36200f141ccSDaniel SchwierzeckF:	include/fdt*
36318fa6230SHeinrich SchuchardtF:	include/linux/libfdt*
364643f8d4cSAndreas FärberF:	cmd/fdt.c
36500f141ccSDaniel SchwierzeckF:	common/fdt_support.c
36600f141ccSDaniel Schwierzeck
36700f141ccSDaniel SchwierzeckFREEBSD
36800f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
36900f141ccSDaniel SchwierzeckS:	Maintained
37000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
37100f141ccSDaniel Schwierzeck
37200f141ccSDaniel SchwierzeckFREESCALE QORIQ
3732f231025SYork SunM:	York Sun <york.sun@nxp.com>
37400f141ccSDaniel SchwierzeckS:	Maintained
37500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
37600f141ccSDaniel Schwierzeck
37700f141ccSDaniel SchwierzeckI2C
37800f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
37900f141ccSDaniel SchwierzeckS:	Maintained
38000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
38100f141ccSDaniel SchwierzeckF:	drivers/i2c/
38200f141ccSDaniel Schwierzeck
383e9c8d49dSSimon GlassLOGGING
384e9c8d49dSSimon GlassM:	Simon Glass <sjg@chromium.org>
385e9c8d49dSSimon GlassS:	Maintained
386e9c8d49dSSimon GlassT:	git git://git.denx.de/u-boot.git
387e9c8d49dSSimon GlassF:	common/log.c
388e9c8d49dSSimon GlassF:	cmd/log.c
389ef11ed82SSimon GlassF:	test/log/log_test.c
39020faa27cSSimon GlassF:	test/py/tests/test_log.py
391e9c8d49dSSimon Glass
39200f141ccSDaniel SchwierzeckMICROBLAZE
39300f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
39400f141ccSDaniel SchwierzeckS:	Maintained
39500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
39600f141ccSDaniel SchwierzeckF:	arch/microblaze/
3978ae3d0b5SMichal SimekF:	cmd/mfsl.c
3988ae3d0b5SMichal SimekF:	drivers/gpio/xilinx_gpio.c
3998ae3d0b5SMichal SimekF:	drivers/net/xilinx_axi_emac.c
4008ae3d0b5SMichal SimekF:	drivers/net/xilinx_emaclite.c
4018ae3d0b5SMichal SimekF:	drivers/serial/serial_xuartlite.c
4028ae3d0b5SMichal SimekF:	drivers/spi/xilinx_spi.c
4038ae3d0b5SMichal SimekF:	drivers/watchdog/xilinx_tb_wdt.c
4048ae3d0b5SMichal SimekN:	xilinx
40500f141ccSDaniel Schwierzeck
40600f141ccSDaniel SchwierzeckMIPS
40700f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
40800f141ccSDaniel SchwierzeckS:	Maintained
40900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
41000f141ccSDaniel SchwierzeckF:	arch/mips/
41100f141ccSDaniel Schwierzeck
41200f141ccSDaniel SchwierzeckMMC
413dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
41400f141ccSDaniel SchwierzeckS:	Maintained
41500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
41600f141ccSDaniel SchwierzeckF:	drivers/mmc/
41700f141ccSDaniel Schwierzeck
4184ef17f9cSHeinrich SchuchardtNAND FLASH
4194ef17f9cSHeinrich SchuchardtM:	Scott Wood <oss@buserror.net>
4204ef17f9cSHeinrich SchuchardtS:	Maintained
4214ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nand-flash.git
4224ef17f9cSHeinrich SchuchardtF:	drivers/mtd/nand/
4234ef17f9cSHeinrich Schuchardt
4244ef17f9cSHeinrich SchuchardtNDS32
4254ef17f9cSHeinrich SchuchardtM:	Macpaul Lin <macpaul@andestech.com>
4264ef17f9cSHeinrich SchuchardtS:	Maintained
4274ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nds32.git
4284ef17f9cSHeinrich SchuchardtF:	arch/nds32/
4294ef17f9cSHeinrich Schuchardt
430b7d6e0abSHeinrich SchuchardtNETWORK
431b7d6e0abSHeinrich SchuchardtM:	Joe Hershberger <joe.hershberger@ni.com>
432b7d6e0abSHeinrich SchuchardtS:	Maintained
433b7d6e0abSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-net.git
434b7d6e0abSHeinrich SchuchardtF:	drivers/net/
435b7d6e0abSHeinrich SchuchardtF:	net/
436b7d6e0abSHeinrich Schuchardt
4374ef17f9cSHeinrich SchuchardtNIOS
4384ef17f9cSHeinrich SchuchardtM:	Thomas Chou <thomas@wytron.com.tw>
4394ef17f9cSHeinrich SchuchardtS:	Maintained
4404ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nios.git
4414ef17f9cSHeinrich SchuchardtF:	arch/nios2/
4424ef17f9cSHeinrich Schuchardt
4434ef17f9cSHeinrich SchuchardtONENAND
4444ef17f9cSHeinrich Schuchardt#M:	Lukasz Majewski <l.majewski@majess.pl>
4454ef17f9cSHeinrich SchuchardtS:	Orphaned (Since 2017-01)
4464ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-onenand.git
4474ef17f9cSHeinrich SchuchardtF:	drivers/mtd/onenand/
4484ef17f9cSHeinrich Schuchardt
44900f141ccSDaniel SchwierzeckPATMAN
45000f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
45100f141ccSDaniel SchwierzeckS:	Maintained
45200f141ccSDaniel SchwierzeckF:	tools/patman/
45300f141ccSDaniel Schwierzeck
4544ef17f9cSHeinrich SchuchardtPOWER
4554ef17f9cSHeinrich SchuchardtM:	Jaehoon Chung <jh80.chung@samsung.com>
4564ef17f9cSHeinrich SchuchardtS:	Maintained
4574ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-pmic.git
4584ef17f9cSHeinrich SchuchardtF:	drivers/power/
4594ef17f9cSHeinrich Schuchardt
46000f141ccSDaniel SchwierzeckPOWERPC
46100f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
46200f141ccSDaniel SchwierzeckS:	Maintained
46300f141ccSDaniel SchwierzeckF:	arch/powerpc/
46400f141ccSDaniel Schwierzeck
46500f141ccSDaniel SchwierzeckPOWERPC MPC8XX
466907208c4SChristophe LeroyM:	Christophe Leroy <christophe.leroy@c-s.fr>
46700f141ccSDaniel SchwierzeckS:	Maintained
46800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
46900f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
47000f141ccSDaniel Schwierzeck
47100f141ccSDaniel SchwierzeckPOWERPC MPC83XX
472e5ed4c3eSmario.six@gdsys.ccM:	Mario Six <mario.six@gdsys.cc>
473e5ed4c3eSmario.six@gdsys.ccS:	Maintained
47400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
47500f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
47600f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
47700f141ccSDaniel Schwierzeck
47800f141ccSDaniel SchwierzeckPOWERPC MPC85XX
4792f231025SYork SunM:	York Sun <york.sun@nxp.com>
48000f141ccSDaniel SchwierzeckS:	Maintained
48100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
48200f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
48300f141ccSDaniel Schwierzeck
48400f141ccSDaniel SchwierzeckPOWERPC MPC86XX
4852f231025SYork SunM:	York Sun <york.sun@nxp.com>
48600f141ccSDaniel SchwierzeckS:	Maintained
48700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
48800f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
48900f141ccSDaniel Schwierzeck
490f94c44e5SRick ChenRISC-V
491f94c44e5SRick ChenM:	Rick Chen <rick@andestech.com>
492f94c44e5SRick ChenS:	Maintained
493f94c44e5SRick ChenT:	git git://git.denx.de/u-boot-riscv.git
494f94c44e5SRick ChenF:	arch/riscv/
495f94c44e5SRick ChenF:	tools/prelink-riscv.c
496f94c44e5SRick Chen
4974ef17f9cSHeinrich SchuchardtROCKUSB
4984ef17f9cSHeinrich SchuchardtM:	Eddie Cai <eddie.cai.linux@gmail.com>
4994ef17f9cSHeinrich SchuchardtS:	Maintained
5004ef17f9cSHeinrich SchuchardtF:	drivers/usb/gadget/f_rockusb.c
5014ef17f9cSHeinrich SchuchardtF:	cmd/rockusb.c
5024ef17f9cSHeinrich SchuchardtF:	doc/README.rockusb
5034ef17f9cSHeinrich Schuchardt
50400f141ccSDaniel SchwierzeckSANDBOX
50500f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
50600f141ccSDaniel SchwierzeckS:	Maintained
50700f141ccSDaniel SchwierzeckF:	arch/sandbox/
50800f141ccSDaniel Schwierzeck
50900f141ccSDaniel SchwierzeckSH
51000f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51100f141ccSDaniel SchwierzeckS:	Maintained
51200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
51300f141ccSDaniel SchwierzeckF:	arch/sh/
51400f141ccSDaniel Schwierzeck
51500f141ccSDaniel SchwierzeckSPI
51616185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
51700f141ccSDaniel SchwierzeckS:	Maintained
51800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
51900f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
52000f141ccSDaniel SchwierzeckF:	drivers/spi/
52100f141ccSDaniel SchwierzeckF:	include/spi*
52200f141ccSDaniel Schwierzeck
523e721e981SMateusz KulikowskiSPMI
524e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
525e721e981SMateusz KulikowskiS:	Maintained
526e721e981SMateusz KulikowskiF:	drivers/spmi/
527e721e981SMateusz KulikowskiF:	include/spmi/
528e721e981SMateusz Kulikowski
5294e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
5304e2fdf45SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
5314e2fdf45SAndrew F. DavisS:	Supported
5324e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
5334e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
5344e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
535a42eee12SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
536c2dca337SAndrew F. DavisF:	configs/am335x_hs_evm_uart_defconfig
5374e2fdf45SAndrew F. DavisF:	configs/am43xx_hs_evm_defconfig
5384e2fdf45SAndrew F. DavisF:	configs/am57xx_hs_evm_defconfig
5394e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_defconfig
5408a707bafSLokesh VutlaF:	configs/k2hk_hs_evm_defconfig
5418a707bafSLokesh VutlaF:	configs/k2e_hs_evm_defconfig
5428a707bafSLokesh VutlaF:	configs/k2g_hs_evm_defconfig
543f274f265SMadan SrinivasF:	configs/k2l_hs_evm_defconfig
5444e2fdf45SAndrew F. Davis
54500f141ccSDaniel SchwierzeckTQ GROUP
5463a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
5473a53aba3SBin MengS:	Orphaned (Since 2016-02)
54800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
54900f141ccSDaniel Schwierzeck
55000f141ccSDaniel SchwierzeckUBI
55100f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
55269337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
55300f141ccSDaniel SchwierzeckS:	Maintained
55400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
55500f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
55600f141ccSDaniel Schwierzeck
55700f141ccSDaniel SchwierzeckUSB
55800f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
55900f141ccSDaniel SchwierzeckS:	Maintained
56000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
56100f141ccSDaniel SchwierzeckF:	drivers/usb/
56200f141ccSDaniel Schwierzeck
563c0c5f910SBin MengUSB xHCI
564c0c5f910SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
565c0c5f910SBin MengS:	Maintained
566c0c5f910SBin MengT:	git git://git.denx.de/u-boot-usb.git topic-xhci
567c0c5f910SBin MengF:	drivers/usb/host/xhci*
568c0c5f910SBin Meng
56900f141ccSDaniel SchwierzeckVIDEO
57000f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
57100f141ccSDaniel SchwierzeckS:	Maintained
57200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
57300f141ccSDaniel SchwierzeckF:	drivers/video/
574c967fb78SAnatolij GustschinF:	common/lcd*.c
575c967fb78SAnatolij GustschinF:	include/lcd*.h
57600f141ccSDaniel Schwierzeck
57700f141ccSDaniel SchwierzeckX86
57800f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
579dc5210a2SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
58000f141ccSDaniel SchwierzeckS:	Maintained
58100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
58200f141ccSDaniel SchwierzeckF:	arch/x86/
58300f141ccSDaniel Schwierzeck
584de5e5ceaSChris ZankelXTENSA
585de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
586de5e5ceaSChris ZankelS:	Maintained
587de5e5ceaSChris ZankelF:	arch/xtensa/
588de5e5ceaSChris Zankel
58900f141ccSDaniel SchwierzeckTHE REST
5904e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
59100f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
59200f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
59300f141ccSDaniel SchwierzeckS:	Maintained
59400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
59500f141ccSDaniel SchwierzeckF:	*
59600f141ccSDaniel SchwierzeckF:	*/
597