xref: /openbmc/u-boot/MAINTAINERS (revision b123aff26f580343adf57b5145d8334cd2a4b6b4)
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/
6300f141ccSDaniel Schwierzeck
64e80dac0aSEugeniy PaltsevARC HSDK CGU CLOCK
65e80dac0aSEugeniy PaltsevM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
66e80dac0aSEugeniy PaltsevS:	Maintained
67e80dac0aSEugeniy PaltsevL:	uboot-snps-arc@synopsys.com
68e80dac0aSEugeniy PaltsevF:	drivers/clk/clk-hsdk-cgu.c
69e80dac0aSEugeniy PaltsevF:	include/dt-bindings/clock/snps,hsdk-cgu.h
70e80dac0aSEugeniy PaltsevF:	doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
71e80dac0aSEugeniy Paltsev
72b7d6e0abSHeinrich SchuchardtARC HSDK CREG GPIO
73b7d6e0abSHeinrich SchuchardtM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
74b7d6e0abSHeinrich SchuchardtS:	Maintained
75b7d6e0abSHeinrich SchuchardtL:	uboot-snps-arc@synopsys.com
76b7d6e0abSHeinrich SchuchardtF:	drivers/gpio/hsdk-creg-gpio.c
77b7d6e0abSHeinrich Schuchardt
7800f141ccSDaniel SchwierzeckARM
7900f141ccSDaniel SchwierzeckM:	Albert Aribaud <albert.u.boot@aribaud.net>
8000f141ccSDaniel SchwierzeckS:	Maintained
8100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arm.git
8200f141ccSDaniel SchwierzeckF:	arch/arm/
8300f141ccSDaniel Schwierzeck
84d8540a16SPavel MachekARM ALTERA SOCFPGA
85d8540a16SPavel MachekM:	Marek Vasut <marex@denx.de>
86d8540a16SPavel MachekS:	Maintainted
87d8540a16SPavel MachekT:	git git://git.denx.de/u-boot-socfpga.git
88f22dede2SJagan TekiF:	arch/arm/mach-socfpga/
89d8540a16SPavel Machek
9000f141ccSDaniel SchwierzeckARM ATMEL AT91
9109c2b8f3SAndreas BießmannM:	Andreas Bießmann <andreas@biessmann.org>
9200f141ccSDaniel SchwierzeckS:	Maintained
9300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-atmel.git
9462011840SMasahiro YamadaF:	arch/arm/mach-at91/
9500f141ccSDaniel Schwierzeck
96fe84ebf0SStephen WarrenARM BROADCOM BCM283X
97958d55f2SAlexander GrafM:	Alexander Graf <agraf@suse.de>
98958d55f2SAlexander GrafS:	Maintained
99fe84ebf0SStephen WarrenF:	arch/arm/mach-bcm283x/
100fe84ebf0SStephen WarrenF:	drivers/gpio/bcm2835_gpio.c
101fe84ebf0SStephen WarrenF:	drivers/mmc/bcm2835_sdhci.c
102c8a73a26SAlexander GrafF:	drivers/mmc/bcm2835_sdhost.c
103fe84ebf0SStephen WarrenF:	drivers/serial/serial_bcm283x_mu.c
1046001985fSAlexander GrafF:	drivers/serial/serial_bcm283x_pl011.c
105fe84ebf0SStephen WarrenF:	drivers/video/bcm2835.c
106fe84ebf0SStephen WarrenF:	include/dm/platform_data/serial_bcm283x_mu.h
107caf2233bSAlexander GrafF:	drivers/pinctrl/broadcom/
108fe84ebf0SStephen Warren
10900f141ccSDaniel SchwierzeckARM FREESCALE IMX
11000f141ccSDaniel SchwierzeckM:	Stefano Babic <sbabic@denx.de>
1112aaf7c49SFabio EstevamM:	Fabio Estevam <fabio.estevam@nxp.com>
11200f141ccSDaniel SchwierzeckS:	Maintained
11300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-imx.git
11400f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm1136/mx*/
11500f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/mx*/
11600f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/vf610/
117552a848eSStefano BabicF:	arch/arm/mach-imx/
11800f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-imx/
11900f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-mx*/
12000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-vf610/
121552a848eSStefano BabicF:	arch/arm/include/asm/mach-imx/
12277cbd3a1SFabio EstevamF:	board/freescale/*mx*/
12300f141ccSDaniel Schwierzeck
124ae4dc15dSPeter GriffinARM HISILICON
125ae4dc15dSPeter GriffinM:	Peter Griffin <peter.griffin@linaro.org>
126ae4dc15dSPeter GriffinS:	Maintained
127ae4dc15dSPeter GriffinF:	arch/arm/cpu/armv8/hisilicon
1280f8525f5SHeinrich SchuchardtF:	arch/arm/include/asm/arch-hi6220/
129ae4dc15dSPeter Griffin
130f822d857SStefan RoeseARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
13100f141ccSDaniel SchwierzeckM:	Prafulla Wadaskar <prafulla@marvell.com>
1325ea01961SLuka PerkovM:	Luka Perkov <luka.perkov@sartura.hr>
133f822d857SStefan RoeseM:	Stefan Roese <sr@denx.de>
13400f141ccSDaniel SchwierzeckS:	Maintained
13500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-marvell.git
13656f86e39SMasahiro YamadaF:	arch/arm/mach-kirkwood/
137f822d857SStefan RoeseF:	arch/arm/mach-mvebu/
13800f141ccSDaniel Schwierzeck
13900f141ccSDaniel SchwierzeckARM MARVELL PXA
14000f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
14100f141ccSDaniel SchwierzeckS:	Maintained
14200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pxa.git
14300f141ccSDaniel SchwierzeckF:	arch/arm/cpu/pxa/
14400f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-pxa/
14500f141ccSDaniel Schwierzeck
1464810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
1474810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1489db60e25SMarek VasutM:	Marek Vasut <marek.vasut+renesas@gmail.com>
1494810c2f8SNobuhiro IwamatsuS:	Maintained
1504810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
1514810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
1524810c2f8SNobuhiro Iwamatsu
153c3caeac0SMasahiro YamadaARM ROCKCHIP
154c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
155f8714372SPhilipp TomsichM:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
156c3caeac0SMasahiro YamadaS:	Maintained
157c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
1588b45193aSPhilipp TomsichF:	arch/arm/include/asm/arch-rockchip/
159c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
160ae0fc89eSKever YangF:	board/rockchip/
1618b45193aSPhilipp TomsichF:	drivers/clk/rockchip/
1628b45193aSPhilipp TomsichF:	drivers/gpio/rk_gpio.c
1638b45193aSPhilipp TomsichF:	drivers/misc/rockchip-efuse.c
16447b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_sdhci.c
16547b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_dw_mmc.c
1668b45193aSPhilipp TomsichF:	drivers/pinctrl/rockchip/
1678b45193aSPhilipp TomsichF:	drivers/ram/rockchip/
1688b45193aSPhilipp TomsichF:	drivers/sysreset/sysreset_rockchip.c
1693f565522SPhilipp TomsichF:	drivers/video/rockchip/
1708b45193aSPhilipp TomsichF:	tools/rkcommon.c
1718b45193aSPhilipp TomsichF:	tools/rkcommon.h
1728b45193aSPhilipp TomsichF:	tools/rkimage.c
1738b45193aSPhilipp TomsichF:	tools/rksd.c
1748b45193aSPhilipp TomsichF:	tools/rkspi.c
175c3caeac0SMasahiro Yamada
17600f141ccSDaniel SchwierzeckARM SAMSUNG
17700f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
17800f141ccSDaniel SchwierzeckS:	Maintained
17900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
180225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
181225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
18200f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
18300f141ccSDaniel Schwierzeck
184e721e981SMateusz KulikowskiARM SNAPDRAGON
185e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
186e721e981SMateusz KulikowskiS:	Maintained
187e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
188e721e981SMateusz Kulikowski
189b7d6e0abSHeinrich SchuchardtARM STI
190b7d6e0abSHeinrich SchuchardtM:	Patrice Chotard <patrice.chotard@st.com>
191b7d6e0abSHeinrich SchuchardtS:	Maintained
192b7d6e0abSHeinrich SchuchardtF:	arch/arm/mach-sti/
193b7d6e0abSHeinrich SchuchardtF:	arch/arm/include/asm/arch-sti*/
194b7d6e0abSHeinrich Schuchardt
19500f141ccSDaniel SchwierzeckARM STM SPEAR
1963a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
1973a53aba3SBin MengS:	Orphaned (Since 2016-02)
19800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
19900f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
20000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
20100f141ccSDaniel Schwierzeck
2022514c2d0SPatrick DelaunayARM STM STM32MP
2032514c2d0SPatrick DelaunayM:	Patrick Delaunay <patrick.delaunay@st.com>
2042514c2d0SPatrick DelaunayS:	Maintained
2052514c2d0SPatrick DelaunayF:	arch/arm/mach-stm32mp
206b57aaa07SHeinrich SchuchardtF:	drivers/clk/clk_stm32mp1.c
207b57aaa07SHeinrich SchuchardtF:	drivers/ram/stm32mp1/
2082514c2d0SPatrick Delaunay
2099fa32b12SVikas ManochaARM STM STV0991
2109fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
2119fa32b12SVikas ManochaS:	Maintained
2129fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
2139fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
2149fa32b12SVikas Manocha
21500f141ccSDaniel SchwierzeckARM SUNXI
216543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
217bf8f4c44SMaxime RipardM:	Maxime Ripard <maxime.ripard@bootlin.com>
218ed8f2a28SChen-Yu TsaiS:	Maintained
21900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
22000f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
22100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
222ed8f2a28SChen-Yu TsaiF:	arch/arm/mach-sunxi/
223ed8f2a28SChen-Yu TsaiF:	board/sunxi/
22400f141ccSDaniel Schwierzeck
22500f141ccSDaniel SchwierzeckARM TEGRA
22600f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
22700f141ccSDaniel SchwierzeckS:	Maintained
22800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
22909f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
23000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
23100f141ccSDaniel Schwierzeck
23200f141ccSDaniel SchwierzeckARM TI
2334e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
23400f141ccSDaniel SchwierzeckS:	Maintained
23500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
23626f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
23726f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
23800f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
23900f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
24000f141ccSDaniel Schwierzeck
2410fb63aa6SMasahiro YamadaARM UNIPHIER
242ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
2430fb63aa6SMasahiro YamadaS:	Maintained
2440fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
2454c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
2465fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
247eb006c83SMasahiro YamadaN:	uniphier
2480fb63aa6SMasahiro Yamada
24900f141ccSDaniel SchwierzeckARM ZYNQ
25000f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
25100f141ccSDaniel SchwierzeckS:	Maintained
2528ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
2538ae3d0b5SMichal SimekF:	arch/arm/mach-zynq/
2548ae3d0b5SMichal SimekF:	drivers/clk/clk_zynq.c
2558ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
2568ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
2578ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
2588ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
2598ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
2608ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
2618ae3d0b5SMichal SimekF:	drivers/mtd/nand/zynq_nand.c
2628ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
2638ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
2648ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
2658ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
2668ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
2678ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
2688ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
26923e7e6b6SHeinrich SchuchardtF:	include/zynqpl.h
2708ae3d0b5SMichal SimekF:	tools/zynqimage.c
2718ae3d0b5SMichal SimekN:	zynq
27200f141ccSDaniel Schwierzeck
27384c7204bSMichal SimekARM ZYNQMP
27484c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
27584c7204bSMichal SimekS:	Maintained
2768ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
2776de7a5b9SMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
2783d14228fSMichal SimekF:	drivers/clk/clk_zynqmp.c
2798ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
2808ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
2818ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
2828ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
2838ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
2848ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
2858ae3d0b5SMichal SimekF:	drivers/mtd/nand/zynq_nand.c
2868ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
2878ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
2888ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
2898ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
2908ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
29172c37d12SMichal SimekF:	drivers/timer/cadence-ttc.c
2928ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
2938ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
29423e7e6b6SHeinrich SchuchardtF:	include/zynqmppl.h
295*b123aff2SAlexander GrafF:	tools/zynqmp*
2968ae3d0b5SMichal SimekN:	zynqmp
29784c7204bSMichal Simek
29800f141ccSDaniel SchwierzeckBUILDMAN
29900f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
30000f141ccSDaniel SchwierzeckS:	Maintained
30100f141ccSDaniel SchwierzeckF:	tools/buildman/
30200f141ccSDaniel Schwierzeck
30300f141ccSDaniel SchwierzeckCFI FLASH
30400f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
30500f141ccSDaniel SchwierzeckS:	Maintained
30600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
307c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
308c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
30900f141ccSDaniel Schwierzeck
31000f141ccSDaniel SchwierzeckCOLDFIRE
31108ae21afSFabio EstevamM:	Huan Wang <alison.wang@nxp.com>
31282ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
31300f141ccSDaniel SchwierzeckS:	Maintained
31400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
31500f141ccSDaniel SchwierzeckF:	arch/m68k/
31600f141ccSDaniel Schwierzeck
31700f141ccSDaniel SchwierzeckDFU
31856acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
31900f141ccSDaniel SchwierzeckS:	Maintained
32000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
32100f141ccSDaniel SchwierzeckF:	drivers/dfu/
32255ca6138SLukasz MajewskiF:	drivers/usb/gadget/
32300f141ccSDaniel Schwierzeck
32400f141ccSDaniel SchwierzeckDRIVER MODEL
32500f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
32600f141ccSDaniel SchwierzeckS:	Maintained
3278770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
32800f141ccSDaniel SchwierzeckF:	drivers/core/
32900f141ccSDaniel SchwierzeckF:	include/dm/
33000f141ccSDaniel SchwierzeckF:	test/dm/
33100f141ccSDaniel Schwierzeck
332e4a7394aSAlexander GrafEFI PAYLOAD
333e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
334e4a7394aSAlexander GrafS:	Maintained
335bc188a30SAlexander GrafT:	git git://github.com/agraf/u-boot.git
3361914e5b5SHeinrich SchuchardtF:	doc/README.uefi
33729a8a282SHeinrich SchuchardtF:	doc/README.iscsi
338623b3a57SHeinrich SchuchardtF:	include/efi*
339268ec6e0SHeinrich SchuchardtF:	include/pe.h
340268ec6e0SHeinrich SchuchardtF:	include/asm-generic/pe.h
341bc0bd77eSHeinrich SchuchardtF:	lib/efi*/
342623b3a57SHeinrich SchuchardtF:	test/py/tests/test_efi*
343e4a7394aSAlexander GrafF:	cmd/bootefi.c
344ac020196SHeinrich SchuchardtF:	tools/file2include.c
345e4a7394aSAlexander Graf
34600f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
34700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
34800f141ccSDaniel SchwierzeckS:	Maintained
34900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
35000f141ccSDaniel SchwierzeckF:	lib/fdtdec*
35100f141ccSDaniel SchwierzeckF:	lib/libfdt/
35200f141ccSDaniel SchwierzeckF:	include/fdt*
35318fa6230SHeinrich SchuchardtF:	include/linux/libfdt*
354643f8d4cSAndreas FärberF:	cmd/fdt.c
35500f141ccSDaniel SchwierzeckF:	common/fdt_support.c
35600f141ccSDaniel Schwierzeck
35700f141ccSDaniel SchwierzeckFREEBSD
35800f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
35900f141ccSDaniel SchwierzeckS:	Maintained
36000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
36100f141ccSDaniel Schwierzeck
36200f141ccSDaniel SchwierzeckFREESCALE QORIQ
3632f231025SYork SunM:	York Sun <york.sun@nxp.com>
36400f141ccSDaniel SchwierzeckS:	Maintained
36500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
36600f141ccSDaniel Schwierzeck
36700f141ccSDaniel SchwierzeckI2C
36800f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
36900f141ccSDaniel SchwierzeckS:	Maintained
37000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
37100f141ccSDaniel SchwierzeckF:	drivers/i2c/
37200f141ccSDaniel Schwierzeck
373e9c8d49dSSimon GlassLOGGING
374e9c8d49dSSimon GlassM:	Simon Glass <sjg@chromium.org>
375e9c8d49dSSimon GlassS:	Maintained
376e9c8d49dSSimon GlassT:	git git://git.denx.de/u-boot.git
377e9c8d49dSSimon GlassF:	common/log.c
378e9c8d49dSSimon GlassF:	cmd/log.c
379ef11ed82SSimon GlassF:	test/log/log_test.c
38020faa27cSSimon GlassF:	test/py/tests/test_log.py
381e9c8d49dSSimon Glass
38200f141ccSDaniel SchwierzeckMICROBLAZE
38300f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
38400f141ccSDaniel SchwierzeckS:	Maintained
38500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
38600f141ccSDaniel SchwierzeckF:	arch/microblaze/
3878ae3d0b5SMichal SimekF:	cmd/mfsl.c
3888ae3d0b5SMichal SimekF:	drivers/gpio/xilinx_gpio.c
3898ae3d0b5SMichal SimekF:	drivers/net/xilinx_axi_emac.c
3908ae3d0b5SMichal SimekF:	drivers/net/xilinx_emaclite.c
3918ae3d0b5SMichal SimekF:	drivers/serial/serial_xuartlite.c
3928ae3d0b5SMichal SimekF:	drivers/spi/xilinx_spi.c
3938ae3d0b5SMichal SimekF:	drivers/watchdog/xilinx_tb_wdt.c
3948ae3d0b5SMichal SimekN:	xilinx
39500f141ccSDaniel Schwierzeck
39600f141ccSDaniel SchwierzeckMIPS
39700f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
39800f141ccSDaniel SchwierzeckS:	Maintained
39900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
40000f141ccSDaniel SchwierzeckF:	arch/mips/
40100f141ccSDaniel Schwierzeck
40200f141ccSDaniel SchwierzeckMMC
403dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
40400f141ccSDaniel SchwierzeckS:	Maintained
40500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
40600f141ccSDaniel SchwierzeckF:	drivers/mmc/
40700f141ccSDaniel Schwierzeck
4084ef17f9cSHeinrich SchuchardtNAND FLASH
4094ef17f9cSHeinrich SchuchardtM:	Scott Wood <oss@buserror.net>
4104ef17f9cSHeinrich SchuchardtS:	Maintained
4114ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nand-flash.git
4124ef17f9cSHeinrich SchuchardtF:	drivers/mtd/nand/
4134ef17f9cSHeinrich Schuchardt
4144ef17f9cSHeinrich SchuchardtNDS32
4154ef17f9cSHeinrich SchuchardtM:	Macpaul Lin <macpaul@andestech.com>
4164ef17f9cSHeinrich SchuchardtS:	Maintained
4174ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nds32.git
4184ef17f9cSHeinrich SchuchardtF:	arch/nds32/
4194ef17f9cSHeinrich Schuchardt
420b7d6e0abSHeinrich SchuchardtNETWORK
421b7d6e0abSHeinrich SchuchardtM:	Joe Hershberger <joe.hershberger@ni.com>
422b7d6e0abSHeinrich SchuchardtS:	Maintained
423b7d6e0abSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-net.git
424b7d6e0abSHeinrich SchuchardtF:	drivers/net/
425b7d6e0abSHeinrich SchuchardtF:	net/
426b7d6e0abSHeinrich Schuchardt
4274ef17f9cSHeinrich SchuchardtNIOS
4284ef17f9cSHeinrich SchuchardtM:	Thomas Chou <thomas@wytron.com.tw>
4294ef17f9cSHeinrich SchuchardtS:	Maintained
4304ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nios.git
4314ef17f9cSHeinrich SchuchardtF:	arch/nios2/
4324ef17f9cSHeinrich Schuchardt
4334ef17f9cSHeinrich SchuchardtONENAND
4344ef17f9cSHeinrich Schuchardt#M:	Lukasz Majewski <l.majewski@majess.pl>
4354ef17f9cSHeinrich SchuchardtS:	Orphaned (Since 2017-01)
4364ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-onenand.git
4374ef17f9cSHeinrich SchuchardtF:	drivers/mtd/onenand/
4384ef17f9cSHeinrich Schuchardt
43900f141ccSDaniel SchwierzeckPATMAN
44000f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
44100f141ccSDaniel SchwierzeckS:	Maintained
44200f141ccSDaniel SchwierzeckF:	tools/patman/
44300f141ccSDaniel Schwierzeck
4444ef17f9cSHeinrich SchuchardtPOWER
4454ef17f9cSHeinrich SchuchardtM:	Jaehoon Chung <jh80.chung@samsung.com>
4464ef17f9cSHeinrich SchuchardtS:	Maintained
4474ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-pmic.git
4484ef17f9cSHeinrich SchuchardtF:	drivers/power/
4494ef17f9cSHeinrich Schuchardt
45000f141ccSDaniel SchwierzeckPOWERPC
45100f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
45200f141ccSDaniel SchwierzeckS:	Maintained
45300f141ccSDaniel SchwierzeckF:	arch/powerpc/
45400f141ccSDaniel Schwierzeck
45500f141ccSDaniel SchwierzeckPOWERPC MPC8XX
456907208c4SChristophe LeroyM:	Christophe Leroy <christophe.leroy@c-s.fr>
45700f141ccSDaniel SchwierzeckS:	Maintained
45800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
45900f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
46000f141ccSDaniel Schwierzeck
46100f141ccSDaniel SchwierzeckPOWERPC MPC83XX
462e5ed4c3eSmario.six@gdsys.ccM:	Mario Six <mario.six@gdsys.cc>
463e5ed4c3eSmario.six@gdsys.ccS:	Maintained
46400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
46500f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
46600f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
46700f141ccSDaniel Schwierzeck
46800f141ccSDaniel SchwierzeckPOWERPC MPC85XX
4692f231025SYork SunM:	York Sun <york.sun@nxp.com>
47000f141ccSDaniel SchwierzeckS:	Maintained
47100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
47200f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
47300f141ccSDaniel Schwierzeck
47400f141ccSDaniel SchwierzeckPOWERPC MPC86XX
4752f231025SYork SunM:	York Sun <york.sun@nxp.com>
47600f141ccSDaniel SchwierzeckS:	Maintained
47700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
47800f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
47900f141ccSDaniel Schwierzeck
480f94c44e5SRick ChenRISC-V
481f94c44e5SRick ChenM:	Rick Chen <rick@andestech.com>
482f94c44e5SRick ChenS:	Maintained
483f94c44e5SRick ChenT:	git git://git.denx.de/u-boot-riscv.git
484f94c44e5SRick ChenF:	arch/riscv/
485f94c44e5SRick ChenF:	tools/prelink-riscv.c
486f94c44e5SRick Chen
4874ef17f9cSHeinrich SchuchardtROCKUSB
4884ef17f9cSHeinrich SchuchardtM:	Eddie Cai <eddie.cai.linux@gmail.com>
4894ef17f9cSHeinrich SchuchardtS:	Maintained
4904ef17f9cSHeinrich SchuchardtF:	drivers/usb/gadget/f_rockusb.c
4914ef17f9cSHeinrich SchuchardtF:	cmd/rockusb.c
4924ef17f9cSHeinrich SchuchardtF:	doc/README.rockusb
4934ef17f9cSHeinrich Schuchardt
49400f141ccSDaniel SchwierzeckSANDBOX
49500f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
49600f141ccSDaniel SchwierzeckS:	Maintained
49700f141ccSDaniel SchwierzeckF:	arch/sandbox/
49800f141ccSDaniel Schwierzeck
49900f141ccSDaniel SchwierzeckSH
50000f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50100f141ccSDaniel SchwierzeckS:	Maintained
50200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
50300f141ccSDaniel SchwierzeckF:	arch/sh/
50400f141ccSDaniel Schwierzeck
50500f141ccSDaniel SchwierzeckSPI
50616185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
50700f141ccSDaniel SchwierzeckS:	Maintained
50800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
50900f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
51000f141ccSDaniel SchwierzeckF:	drivers/spi/
51100f141ccSDaniel SchwierzeckF:	include/spi*
51200f141ccSDaniel Schwierzeck
513e721e981SMateusz KulikowskiSPMI
514e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
515e721e981SMateusz KulikowskiS:	Maintained
516e721e981SMateusz KulikowskiF:	drivers/spmi/
517e721e981SMateusz KulikowskiF:	include/spmi/
518e721e981SMateusz Kulikowski
5194e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
5204e2fdf45SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
5214e2fdf45SAndrew F. DavisS:	Supported
5224e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
5234e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
5244e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
525a42eee12SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
526c2dca337SAndrew F. DavisF:	configs/am335x_hs_evm_uart_defconfig
5274e2fdf45SAndrew F. DavisF:	configs/am43xx_hs_evm_defconfig
5284e2fdf45SAndrew F. DavisF:	configs/am57xx_hs_evm_defconfig
5294e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_defconfig
5308a707bafSLokesh VutlaF:	configs/k2hk_hs_evm_defconfig
5318a707bafSLokesh VutlaF:	configs/k2e_hs_evm_defconfig
5328a707bafSLokesh VutlaF:	configs/k2g_hs_evm_defconfig
533f274f265SMadan SrinivasF:	configs/k2l_hs_evm_defconfig
5344e2fdf45SAndrew F. Davis
53500f141ccSDaniel SchwierzeckTQ GROUP
5363a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
5373a53aba3SBin MengS:	Orphaned (Since 2016-02)
53800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
53900f141ccSDaniel Schwierzeck
54000f141ccSDaniel SchwierzeckUBI
54100f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
54269337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
54300f141ccSDaniel SchwierzeckS:	Maintained
54400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
54500f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
54600f141ccSDaniel Schwierzeck
54700f141ccSDaniel SchwierzeckUSB
54800f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
54900f141ccSDaniel SchwierzeckS:	Maintained
55000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
55100f141ccSDaniel SchwierzeckF:	drivers/usb/
55200f141ccSDaniel Schwierzeck
553c0c5f910SBin MengUSB xHCI
554c0c5f910SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
555c0c5f910SBin MengS:	Maintained
556c0c5f910SBin MengT:	git git://git.denx.de/u-boot-usb.git topic-xhci
557c0c5f910SBin MengF:	drivers/usb/host/xhci*
558c0c5f910SBin Meng
55900f141ccSDaniel SchwierzeckVIDEO
56000f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
56100f141ccSDaniel SchwierzeckS:	Maintained
56200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
56300f141ccSDaniel SchwierzeckF:	drivers/video/
564c967fb78SAnatolij GustschinF:	common/lcd*.c
565c967fb78SAnatolij GustschinF:	include/lcd*.h
56600f141ccSDaniel Schwierzeck
56700f141ccSDaniel SchwierzeckX86
56800f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
569dc5210a2SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
57000f141ccSDaniel SchwierzeckS:	Maintained
57100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
57200f141ccSDaniel SchwierzeckF:	arch/x86/
57300f141ccSDaniel Schwierzeck
574de5e5ceaSChris ZankelXTENSA
575de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
576de5e5ceaSChris ZankelS:	Maintained
577de5e5ceaSChris ZankelF:	arch/xtensa/
578de5e5ceaSChris Zankel
57900f141ccSDaniel SchwierzeckTHE REST
5804e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
58100f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
58200f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
58300f141ccSDaniel SchwierzeckS:	Maintained
58400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
58500f141ccSDaniel SchwierzeckF:	*
58600f141ccSDaniel SchwierzeckF:	*/
587