xref: /openbmc/u-boot/MAINTAINERS (revision 8b45193a2243c2e86e0c473e74bad7b08072b522)
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>
5800f141ccSDaniel SchwierzeckS:	Maintained
5900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arc.git
6000f141ccSDaniel SchwierzeckF:	arch/arc/
6100f141ccSDaniel Schwierzeck
623194c3cdSEugeniy PaltsevARC HSDK CREG GPIO
633194c3cdSEugeniy PaltsevM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
643194c3cdSEugeniy PaltsevS:	Maintained
653194c3cdSEugeniy PaltsevL:	uboot-snps-arc@synopsys.com
663194c3cdSEugeniy PaltsevF:	drivers/gpio/hsdk-creg-gpio.c
673194c3cdSEugeniy Paltsev
6800f141ccSDaniel SchwierzeckARM
6900f141ccSDaniel SchwierzeckM:	Albert Aribaud <albert.u.boot@aribaud.net>
7000f141ccSDaniel SchwierzeckS:	Maintained
7100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arm.git
7200f141ccSDaniel SchwierzeckF:	arch/arm/
7300f141ccSDaniel Schwierzeck
74d8540a16SPavel MachekARM ALTERA SOCFPGA
75d8540a16SPavel MachekM:	Marek Vasut <marex@denx.de>
76d8540a16SPavel MachekS:	Maintainted
77d8540a16SPavel MachekT:	git git://git.denx.de/u-boot-socfpga.git
78f22dede2SJagan TekiF:	arch/arm/mach-socfpga/
79d8540a16SPavel Machek
8000f141ccSDaniel SchwierzeckARM ATMEL AT91
8109c2b8f3SAndreas BießmannM:	Andreas Bießmann <andreas@biessmann.org>
8200f141ccSDaniel SchwierzeckS:	Maintained
8300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-atmel.git
8462011840SMasahiro YamadaF:	arch/arm/mach-at91/
8500f141ccSDaniel Schwierzeck
86fe84ebf0SStephen WarrenARM BROADCOM BCM283X
878b7d0924SStephen Warren#M:	Stephen Warren <swarren@wwwdotorg.org>
888b7d0924SStephen WarrenS:	Orphaned (Since 2017-07)
89fe84ebf0SStephen WarrenF:	arch/arm/mach-bcm283x/
90fe84ebf0SStephen WarrenF:	drivers/gpio/bcm2835_gpio.c
91fe84ebf0SStephen WarrenF:	drivers/mmc/bcm2835_sdhci.c
92fe84ebf0SStephen WarrenF:	drivers/serial/serial_bcm283x_mu.c
93fe84ebf0SStephen WarrenF:	drivers/video/bcm2835.c
94fe84ebf0SStephen WarrenF:	include/dm/platform_data/serial_bcm283x_mu.h
95fe84ebf0SStephen Warren
9600f141ccSDaniel SchwierzeckARM FREESCALE IMX
9700f141ccSDaniel SchwierzeckM:	Stefano Babic <sbabic@denx.de>
982aaf7c49SFabio EstevamM:	Fabio Estevam <fabio.estevam@nxp.com>
9900f141ccSDaniel SchwierzeckS:	Maintained
10000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-imx.git
10100f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm1136/mx*/
10200f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/mx*/
10300f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/mx*/
10400f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/vf610/
105552a848eSStefano BabicF:	arch/arm/mach-imx/
10600f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-imx/
10700f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-mx*/
10800f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-vf610/
109552a848eSStefano BabicF:	arch/arm/include/asm/mach-imx/
11077cbd3a1SFabio EstevamF:	board/freescale/*mx*/
11100f141ccSDaniel Schwierzeck
112ae4dc15dSPeter GriffinARM HISILICON
113ae4dc15dSPeter GriffinM:	Peter Griffin <peter.griffin@linaro.org>
114ae4dc15dSPeter GriffinS:	Maintained
115ae4dc15dSPeter GriffinF:	arch/arm/cpu/armv8/hisilicon
116ae4dc15dSPeter GriffinF:	arm/include/asm/arch-hi6220/
117ae4dc15dSPeter Griffin
118f822d857SStefan RoeseARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
11900f141ccSDaniel SchwierzeckM:	Prafulla Wadaskar <prafulla@marvell.com>
1205ea01961SLuka PerkovM:	Luka Perkov <luka.perkov@sartura.hr>
121f822d857SStefan RoeseM:	Stefan Roese <sr@denx.de>
12200f141ccSDaniel SchwierzeckS:	Maintained
12300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-marvell.git
12456f86e39SMasahiro YamadaF:	arch/arm/mach-kirkwood/
125f822d857SStefan RoeseF:	arch/arm/mach-mvebu/
12600f141ccSDaniel Schwierzeck
12700f141ccSDaniel SchwierzeckARM MARVELL PXA
12800f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
12900f141ccSDaniel SchwierzeckS:	Maintained
13000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pxa.git
13100f141ccSDaniel SchwierzeckF:	arch/arm/cpu/pxa/
13200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-pxa/
13300f141ccSDaniel Schwierzeck
1344810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
1354810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1369db60e25SMarek VasutM:	Marek Vasut <marek.vasut+renesas@gmail.com>
1374810c2f8SNobuhiro IwamatsuS:	Maintained
1384810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
1394810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
1404810c2f8SNobuhiro Iwamatsu
141c3caeac0SMasahiro YamadaARM ROCKCHIP
142c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
143f8714372SPhilipp TomsichM:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
144c3caeac0SMasahiro YamadaS:	Maintained
145c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
146*8b45193aSPhilipp TomsichF:	arch/arm/include/asm/arch-rockchip/
147c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
148ae0fc89eSKever YangF:	board/rockchip/
149*8b45193aSPhilipp TomsichF:	drivers/clk/rockchip/
150*8b45193aSPhilipp TomsichF:	drivers/gpio/rk_gpio.c
151*8b45193aSPhilipp TomsichF:	drivers/misc/rockchip-efuse.c
152*8b45193aSPhilipp TomsichF:	drivers/pinctrl/rockchip/
153*8b45193aSPhilipp TomsichF:	drivers/ram/rockchip/
154*8b45193aSPhilipp TomsichF:	drivers/sysreset/sysreset_rockchip.c
155*8b45193aSPhilipp TomsichF:	tools/rkcommon.c
156*8b45193aSPhilipp TomsichF:	tools/rkcommon.h
157*8b45193aSPhilipp TomsichF:	tools/rkimage.c
158*8b45193aSPhilipp TomsichF:	tools/rksd.c
159*8b45193aSPhilipp TomsichF:	tools/rkspi.c
160c3caeac0SMasahiro Yamada
16100f141ccSDaniel SchwierzeckARM SAMSUNG
16200f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
16300f141ccSDaniel SchwierzeckS:	Maintained
16400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
16500f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm920t/s3c24x0/
166225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
167225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
16800f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
16900f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-s3c24x0/
17000f141ccSDaniel Schwierzeck
171e721e981SMateusz KulikowskiARM SNAPDRAGON
172e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
173e721e981SMateusz KulikowskiS:	Maintained
174e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
175e721e981SMateusz Kulikowski
17600f141ccSDaniel SchwierzeckARM STM SPEAR
1773a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
1783a53aba3SBin MengS:	Orphaned (Since 2016-02)
17900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
18000f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
18100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
18200f141ccSDaniel Schwierzeck
1839fa32b12SVikas ManochaARM STM STV0991
1849fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
1859fa32b12SVikas ManochaS:	Maintained
1869fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
1879fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
1889fa32b12SVikas Manocha
18994e9a4efSPatrice ChotardARM STI
19094e9a4efSPatrice ChotardM:	Patrice Chotard <patrice.chotard@st.com>
19194e9a4efSPatrice ChotardS:	Maintained
19294e9a4efSPatrice ChotardF:	arch/arm/mach-sti/
19394e9a4efSPatrice ChotardF:	arch/arm/include/asm/arch-sti*/
19494e9a4efSPatrice Chotard
19500f141ccSDaniel SchwierzeckARM SUNXI
196543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
197543bd273SJagan TekiM:	Maxime Ripard <maxime.ripard@free-electrons.com>
198ed8f2a28SChen-Yu TsaiS:	Maintained
19900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
20000f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
20100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
202ed8f2a28SChen-Yu TsaiF:	arch/arm/mach-sunxi/
203ed8f2a28SChen-Yu TsaiF:	board/sunxi/
20400f141ccSDaniel Schwierzeck
20500f141ccSDaniel SchwierzeckARM TEGRA
20600f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
20700f141ccSDaniel SchwierzeckS:	Maintained
20800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
20909f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
21000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
21100f141ccSDaniel Schwierzeck
21200f141ccSDaniel SchwierzeckARM TI
2134e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
21400f141ccSDaniel SchwierzeckS:	Maintained
21500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
21626f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
21726f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
21800f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/omap/
21900f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/omap*/
22000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
22100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
22200f141ccSDaniel Schwierzeck
2230fb63aa6SMasahiro YamadaARM UNIPHIER
224ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
2250fb63aa6SMasahiro YamadaS:	Maintained
2260fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
2274c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
2285fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
229eb006c83SMasahiro YamadaN:	uniphier
2300fb63aa6SMasahiro Yamada
23100f141ccSDaniel SchwierzeckARM ZYNQ
23200f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
23300f141ccSDaniel SchwierzeckS:	Maintained
23400f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/zynq/
23500f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-zynq/
23600f141ccSDaniel Schwierzeck
23784c7204bSMichal SimekARM ZYNQMP
23884c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
23984c7204bSMichal SimekS:	Maintained
24084c7204bSMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
24184c7204bSMichal SimekF:	arch/arm/include/asm/arch-zynqmp/
24284c7204bSMichal Simek
24300f141ccSDaniel SchwierzeckBUILDMAN
24400f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
24500f141ccSDaniel SchwierzeckS:	Maintained
24600f141ccSDaniel SchwierzeckF:	tools/buildman/
24700f141ccSDaniel Schwierzeck
24800f141ccSDaniel SchwierzeckCFI FLASH
24900f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
25000f141ccSDaniel SchwierzeckS:	Maintained
25100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
252c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
253c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
25400f141ccSDaniel Schwierzeck
25500f141ccSDaniel SchwierzeckCOLDFIRE
25682ebb7e5Sangelo@sysam.itM:	Huan Wang <alison.wang@freescale.com>
25782ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
25800f141ccSDaniel SchwierzeckS:	Maintained
25900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
26000f141ccSDaniel SchwierzeckF:	arch/m68k/
26100f141ccSDaniel Schwierzeck
26200f141ccSDaniel SchwierzeckDFU
26356acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
26400f141ccSDaniel SchwierzeckS:	Maintained
26500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
26600f141ccSDaniel SchwierzeckF:	drivers/dfu/
26755ca6138SLukasz MajewskiF:	drivers/usb/gadget/
26800f141ccSDaniel Schwierzeck
26900f141ccSDaniel SchwierzeckDRIVER MODEL
27000f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
27100f141ccSDaniel SchwierzeckS:	Maintained
2728770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
27300f141ccSDaniel SchwierzeckF:	drivers/core/
27400f141ccSDaniel SchwierzeckF:	include/dm/
27500f141ccSDaniel SchwierzeckF:	test/dm/
27600f141ccSDaniel Schwierzeck
277e4a7394aSAlexander GrafEFI PAYLOAD
278e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
279e4a7394aSAlexander GrafS:	Maintained
280bc188a30SAlexander GrafT:	git git://github.com/agraf/u-boot.git
281623b3a57SHeinrich SchuchardtF:	include/efi*
282623b3a57SHeinrich SchuchardtF:	lib/efi*
283623b3a57SHeinrich SchuchardtF:	test/py/tests/test_efi*
284e4a7394aSAlexander GrafF:	cmd/bootefi.c
285e4a7394aSAlexander Graf
28600f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
28700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
28800f141ccSDaniel SchwierzeckS:	Maintained
28900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
29000f141ccSDaniel SchwierzeckF:	lib/fdtdec*
29100f141ccSDaniel SchwierzeckF:	lib/libfdt/
29200f141ccSDaniel SchwierzeckF:	include/fdt*
29300f141ccSDaniel SchwierzeckF:	include/libfdt*
294643f8d4cSAndreas FärberF:	cmd/fdt.c
29500f141ccSDaniel SchwierzeckF:	common/fdt_support.c
29600f141ccSDaniel Schwierzeck
29700f141ccSDaniel SchwierzeckFREEBSD
29800f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
29900f141ccSDaniel SchwierzeckS:	Maintained
30000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
30100f141ccSDaniel Schwierzeck
30200f141ccSDaniel SchwierzeckFREESCALE QORIQ
3032f231025SYork SunM:	York Sun <york.sun@nxp.com>
30400f141ccSDaniel SchwierzeckS:	Maintained
30500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
30600f141ccSDaniel Schwierzeck
30700f141ccSDaniel SchwierzeckI2C
30800f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
30900f141ccSDaniel SchwierzeckS:	Maintained
31000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
31100f141ccSDaniel SchwierzeckF:	drivers/i2c/
31200f141ccSDaniel Schwierzeck
31300f141ccSDaniel SchwierzeckMICROBLAZE
31400f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
31500f141ccSDaniel SchwierzeckS:	Maintained
31600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
31700f141ccSDaniel SchwierzeckF:	arch/microblaze/
31800f141ccSDaniel Schwierzeck
31900f141ccSDaniel SchwierzeckMIPS
32000f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
32100f141ccSDaniel SchwierzeckS:	Maintained
32200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
32300f141ccSDaniel SchwierzeckF:	arch/mips/
32400f141ccSDaniel Schwierzeck
32500f141ccSDaniel SchwierzeckMMC
326dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
32700f141ccSDaniel SchwierzeckS:	Maintained
32800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
32900f141ccSDaniel SchwierzeckF:	drivers/mmc/
33000f141ccSDaniel Schwierzeck
33100f141ccSDaniel SchwierzeckPATMAN
33200f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
33300f141ccSDaniel SchwierzeckS:	Maintained
33400f141ccSDaniel SchwierzeckF:	tools/patman/
33500f141ccSDaniel Schwierzeck
33600f141ccSDaniel SchwierzeckPOWERPC
33700f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
33800f141ccSDaniel SchwierzeckS:	Maintained
33900f141ccSDaniel SchwierzeckF:	arch/powerpc/
34000f141ccSDaniel Schwierzeck
34100f141ccSDaniel SchwierzeckPOWERPC MPC8XX
342907208c4SChristophe LeroyM:	Christophe Leroy <christophe.leroy@c-s.fr>
34300f141ccSDaniel SchwierzeckS:	Maintained
34400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
34500f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
34600f141ccSDaniel Schwierzeck
34700f141ccSDaniel SchwierzeckPOWERPC MPC83XX
348e5ed4c3eSmario.six@gdsys.ccM:	Mario Six <mario.six@gdsys.cc>
349e5ed4c3eSmario.six@gdsys.ccS:	Maintained
35000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
35100f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
35200f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
35300f141ccSDaniel Schwierzeck
35400f141ccSDaniel SchwierzeckPOWERPC MPC85XX
3552f231025SYork SunM:	York Sun <york.sun@nxp.com>
35600f141ccSDaniel SchwierzeckS:	Maintained
35700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
35800f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
35900f141ccSDaniel Schwierzeck
36000f141ccSDaniel SchwierzeckPOWERPC MPC86XX
3612f231025SYork SunM:	York Sun <york.sun@nxp.com>
36200f141ccSDaniel SchwierzeckS:	Maintained
36300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
36400f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
36500f141ccSDaniel Schwierzeck
36600f141ccSDaniel SchwierzeckPOWERPC PPC4XX
36700f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
36800f141ccSDaniel SchwierzeckS:	Maintained
36900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ppc4xx.git
37000f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/ppc4xx/
37100f141ccSDaniel Schwierzeck
3726e1cfb09SJaehoon ChungPOWER
3736e1cfb09SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
3746e1cfb09SJaehoon ChungS:	Maintained
3756e1cfb09SJaehoon ChungT:	git git://git.denx.de/u-boot-pmic.git
3766e1cfb09SJaehoon ChungF:	drivers/power/
3776e1cfb09SJaehoon Chung
37800f141ccSDaniel SchwierzeckNETWORK
379a60de1eeSJoe HershbergerM:	Joe Hershberger <joe.hershberger@ni.com>
38000f141ccSDaniel SchwierzeckS:	Maintained
38100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-net.git
38200f141ccSDaniel SchwierzeckF:	drivers/net/
383a60de1eeSJoe HershbergerF:	net/
38400f141ccSDaniel Schwierzeck
38500f141ccSDaniel SchwierzeckNAND FLASH
3863ef9cdb7SScott WoodM:	Scott Wood <oss@buserror.net>
38700f141ccSDaniel SchwierzeckS:	Maintained
38800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nand-flash.git
38900f141ccSDaniel SchwierzeckF:	drivers/mtd/nand/
39000f141ccSDaniel Schwierzeck
39100f141ccSDaniel SchwierzeckNDS32
39200f141ccSDaniel SchwierzeckM:	Macpaul Lin <macpaul@andestech.com>
39300f141ccSDaniel SchwierzeckS:	Maintained
39400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nds32.git
39500f141ccSDaniel SchwierzeckF:	arch/nds32/
39600f141ccSDaniel Schwierzeck
39700f141ccSDaniel SchwierzeckNIOS
39800f141ccSDaniel SchwierzeckM:	Thomas Chou <thomas@wytron.com.tw>
39900f141ccSDaniel SchwierzeckS:	Maintained
40000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nios.git
40100f141ccSDaniel SchwierzeckF:	arch/nios2/
40200f141ccSDaniel Schwierzeck
40300f141ccSDaniel SchwierzeckONENAND
404dea60688SLukasz Majewski#M:	Lukasz Majewski <l.majewski@majess.pl>
405dea60688SLukasz MajewskiS:	Orphaned (Since 2017-01)
40600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-onenand.git
40700f141ccSDaniel SchwierzeckF:	drivers/mtd/onenand/
40800f141ccSDaniel Schwierzeck
40900f141ccSDaniel SchwierzeckSANDBOX
41000f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
41100f141ccSDaniel SchwierzeckS:	Maintained
41200f141ccSDaniel SchwierzeckF:	arch/sandbox/
41300f141ccSDaniel Schwierzeck
41400f141ccSDaniel SchwierzeckSH
41500f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41600f141ccSDaniel SchwierzeckS:	Maintained
41700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
41800f141ccSDaniel SchwierzeckF:	arch/sh/
41900f141ccSDaniel Schwierzeck
42000f141ccSDaniel SchwierzeckSPI
42116185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
42200f141ccSDaniel SchwierzeckS:	Maintained
42300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
42400f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
42500f141ccSDaniel SchwierzeckF:	drivers/spi/
42600f141ccSDaniel SchwierzeckF:	include/spi*
42700f141ccSDaniel Schwierzeck
428e721e981SMateusz KulikowskiSPMI
429e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
430e721e981SMateusz KulikowskiS:	Maintained
431e721e981SMateusz KulikowskiF:	drivers/spmi/
432e721e981SMateusz KulikowskiF:	include/spmi/
433e721e981SMateusz Kulikowski
4344e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
4354e2fdf45SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
4364e2fdf45SAndrew F. DavisS:	Supported
4374e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4384e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec-fxns.c
4394e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
4404e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
441a42eee12SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
442c2dca337SAndrew F. DavisF:	configs/am335x_hs_evm_uart_defconfig
4434e2fdf45SAndrew F. DavisF:	configs/am43xx_hs_evm_defconfig
4444e2fdf45SAndrew F. DavisF:	configs/am57xx_hs_evm_defconfig
4454e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_defconfig
4468a707bafSLokesh VutlaF:	configs/k2hk_hs_evm_defconfig
4478a707bafSLokesh VutlaF:	configs/k2e_hs_evm_defconfig
4488a707bafSLokesh VutlaF:	configs/k2g_hs_evm_defconfig
4494e2fdf45SAndrew F. Davis
45000f141ccSDaniel SchwierzeckTQ GROUP
4513a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
4523a53aba3SBin MengS:	Orphaned (Since 2016-02)
45300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
45400f141ccSDaniel Schwierzeck
45500f141ccSDaniel SchwierzeckUBI
45600f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
45769337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
45800f141ccSDaniel SchwierzeckS:	Maintained
45900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
46000f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
46100f141ccSDaniel Schwierzeck
46200f141ccSDaniel SchwierzeckUSB
46300f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
46400f141ccSDaniel SchwierzeckS:	Maintained
46500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
46600f141ccSDaniel SchwierzeckF:	drivers/usb/
46700f141ccSDaniel Schwierzeck
468c0c5f910SBin MengUSB xHCI
469c0c5f910SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
470c0c5f910SBin MengS:	Maintained
471c0c5f910SBin MengT:	git git://git.denx.de/u-boot-usb.git topic-xhci
472c0c5f910SBin MengF:	drivers/usb/host/xhci*
473c0c5f910SBin Meng
47400f141ccSDaniel SchwierzeckVIDEO
47500f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
47600f141ccSDaniel SchwierzeckS:	Maintained
47700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
47800f141ccSDaniel SchwierzeckF:	drivers/video/
479c967fb78SAnatolij GustschinF:	common/lcd*.c
480c967fb78SAnatolij GustschinF:	include/lcd*.h
48100f141ccSDaniel Schwierzeck
48200f141ccSDaniel SchwierzeckX86
48300f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
484dc5210a2SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
48500f141ccSDaniel SchwierzeckS:	Maintained
48600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
48700f141ccSDaniel SchwierzeckF:	arch/x86/
48800f141ccSDaniel Schwierzeck
489de5e5ceaSChris ZankelXTENSA
490de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
491de5e5ceaSChris ZankelS:	Maintained
492de5e5ceaSChris ZankelF:	arch/xtensa/
493de5e5ceaSChris Zankel
49400f141ccSDaniel SchwierzeckTHE REST
4954e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
49600f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
49700f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
49800f141ccSDaniel SchwierzeckS:	Maintained
49900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
50000f141ccSDaniel SchwierzeckF:	*
50100f141ccSDaniel SchwierzeckF:	*/
502