xref: /rk3399_rockchip-uboot/MAINTAINERS (revision fbe62a67579bc002d7526942cdd7ffabff430cd2)
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
6200f141ccSDaniel SchwierzeckARM
6300f141ccSDaniel SchwierzeckM:	Albert Aribaud <albert.u.boot@aribaud.net>
6400f141ccSDaniel SchwierzeckS:	Maintained
6500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arm.git
6600f141ccSDaniel SchwierzeckF:	arch/arm/
6700f141ccSDaniel Schwierzeck
68d8540a16SPavel MachekARM ALTERA SOCFPGA
69d8540a16SPavel MachekM:	Marek Vasut <marex@denx.de>
70d8540a16SPavel MachekS:	Maintainted
71d8540a16SPavel MachekT:	git git://git.denx.de/u-boot-socfpga.git
72f22dede2SJagan TekiF:	arch/arm/mach-socfpga/
73d8540a16SPavel Machek
7400f141ccSDaniel SchwierzeckARM ATMEL AT91
7509c2b8f3SAndreas BießmannM:	Andreas Bießmann <andreas@biessmann.org>
7600f141ccSDaniel SchwierzeckS:	Maintained
7700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-atmel.git
7862011840SMasahiro YamadaF:	arch/arm/mach-at91/
7900f141ccSDaniel Schwierzeck
80fe84ebf0SStephen WarrenARM BROADCOM BCM283X
81fe84ebf0SStephen WarrenM:	Stephen Warren <swarren@wwwdotorg.org>
82fe84ebf0SStephen WarrenS:	Maintained
83fe84ebf0SStephen WarrenF:	arch/arm/mach-bcm283x/
84fe84ebf0SStephen WarrenF:	drivers/gpio/bcm2835_gpio.c
85fe84ebf0SStephen WarrenF:	drivers/mmc/bcm2835_sdhci.c
86fe84ebf0SStephen WarrenF:	drivers/serial/serial_bcm283x_mu.c
87fe84ebf0SStephen WarrenF:	drivers/video/bcm2835.c
88fe84ebf0SStephen WarrenF:	include/dm/platform_data/serial_bcm283x_mu.h
89fe84ebf0SStephen Warren
9000f141ccSDaniel SchwierzeckARM FREESCALE IMX
9100f141ccSDaniel SchwierzeckM:	Stefano Babic <sbabic@denx.de>
9200f141ccSDaniel SchwierzeckS:	Maintained
9300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-imx.git
9400f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm1136/mx*/
9500f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/mx*/
9600f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/mx*/
9700f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/vf610/
98*fbe62a67SJagan TekiF:	arch/arm/imx-common/
9900f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-imx/
10000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-mx*/
10100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-vf610/
10200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/imx-common/
10377cbd3a1SFabio EstevamF:	board/freescale/*mx*/
10400f141ccSDaniel Schwierzeck
105ae4dc15dSPeter GriffinARM HISILICON
106ae4dc15dSPeter GriffinM:	Peter Griffin <peter.griffin@linaro.org>
107ae4dc15dSPeter GriffinS:	Maintained
108ae4dc15dSPeter GriffinF:	arch/arm/cpu/armv8/hisilicon
109ae4dc15dSPeter GriffinF:	arm/include/asm/arch-hi6220/
110ae4dc15dSPeter Griffin
111f822d857SStefan RoeseARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
11200f141ccSDaniel SchwierzeckM:	Prafulla Wadaskar <prafulla@marvell.com>
1135ea01961SLuka PerkovM:	Luka Perkov <luka.perkov@sartura.hr>
114f822d857SStefan RoeseM:	Stefan Roese <sr@denx.de>
11500f141ccSDaniel SchwierzeckS:	Maintained
11600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-marvell.git
11756f86e39SMasahiro YamadaF:	arch/arm/mach-kirkwood/
118f822d857SStefan RoeseF:	arch/arm/mach-mvebu/
11900f141ccSDaniel Schwierzeck
12000f141ccSDaniel SchwierzeckARM MARVELL PXA
12100f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
12200f141ccSDaniel SchwierzeckS:	Maintained
12300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pxa.git
12400f141ccSDaniel SchwierzeckF:	arch/arm/cpu/pxa/
12500f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-pxa/
12600f141ccSDaniel Schwierzeck
1274810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
1284810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1294810c2f8SNobuhiro IwamatsuS:	Maintained
1304810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
1314810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
1324810c2f8SNobuhiro Iwamatsu
133c3caeac0SMasahiro YamadaARM ROCKCHIP
134c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
135c3caeac0SMasahiro YamadaS:	Maintained
136c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
137c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
138c3caeac0SMasahiro Yamada
13900f141ccSDaniel SchwierzeckARM SAMSUNG
14000f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
14100f141ccSDaniel SchwierzeckS:	Maintained
14200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
14300f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm920t/s3c24x0/
144225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
145225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
14600f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
14700f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-s3c24x0/
14800f141ccSDaniel Schwierzeck
149e721e981SMateusz KulikowskiARM SNAPDRAGON
150e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
151e721e981SMateusz KulikowskiS:	Maintained
152e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
153e721e981SMateusz Kulikowski
15400f141ccSDaniel SchwierzeckARM STM SPEAR
1553a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
1563a53aba3SBin MengS:	Orphaned (Since 2016-02)
15700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
15800f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
15900f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
16000f141ccSDaniel Schwierzeck
1619fa32b12SVikas ManochaARM STM STV0991
1629fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
1639fa32b12SVikas ManochaS:	Maintained
1649fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
1659fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
1669fa32b12SVikas Manocha
16794e9a4efSPatrice ChotardARM STI
16894e9a4efSPatrice ChotardM:	Patrice Chotard <patrice.chotard@st.com>
16994e9a4efSPatrice ChotardS:	Maintained
17094e9a4efSPatrice ChotardF:	arch/arm/mach-sti/
17194e9a4efSPatrice ChotardF:	arch/arm/include/asm/arch-sti*/
17294e9a4efSPatrice Chotard
17300f141ccSDaniel SchwierzeckARM SUNXI
174543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
175543bd273SJagan TekiM:	Maxime Ripard <maxime.ripard@free-electrons.com>
17600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
17700f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
17800f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
17900f141ccSDaniel Schwierzeck
18000f141ccSDaniel SchwierzeckARM TEGRA
18100f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
18200f141ccSDaniel SchwierzeckS:	Maintained
18300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
18409f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
18500f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
18600f141ccSDaniel Schwierzeck
18700f141ccSDaniel SchwierzeckARM TI
1884e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
18900f141ccSDaniel SchwierzeckS:	Maintained
19000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
19126f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
19226f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
19300f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/omap/
19400f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/omap*/
19500f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
19600f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
19700f141ccSDaniel Schwierzeck
1980fb63aa6SMasahiro YamadaARM UNIPHIER
199ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
2000fb63aa6SMasahiro YamadaS:	Maintained
2010fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
2024c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
2035fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
204eb006c83SMasahiro YamadaN:	uniphier
2050fb63aa6SMasahiro Yamada
20600f141ccSDaniel SchwierzeckARM ZYNQ
20700f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
20800f141ccSDaniel SchwierzeckS:	Maintained
20900f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/zynq/
21000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-zynq/
21100f141ccSDaniel Schwierzeck
21284c7204bSMichal SimekARM ZYNQMP
21384c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
21484c7204bSMichal SimekS:	Maintained
21584c7204bSMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
21684c7204bSMichal SimekF:	arch/arm/include/asm/arch-zynqmp/
21784c7204bSMichal Simek
21800f141ccSDaniel SchwierzeckAVR32
21909c2b8f3SAndreas BießmannM:	Andreas Bießmann <andreas@biessmann.org>
22000f141ccSDaniel SchwierzeckS:	Maintained
22100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-avr32.git
22200f141ccSDaniel SchwierzeckF:	arch/avr32/
22300f141ccSDaniel Schwierzeck
22400f141ccSDaniel SchwierzeckBLACKFIN
22500f141ccSDaniel SchwierzeckM:	Sonic Zhang <sonic.adi@gmail.com>
22600f141ccSDaniel SchwierzeckS:	Maintained
22700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-blackfin.git
22800f141ccSDaniel SchwierzeckF:	arch/blackfin/
22900f141ccSDaniel Schwierzeck
23000f141ccSDaniel SchwierzeckBUILDMAN
23100f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
23200f141ccSDaniel SchwierzeckS:	Maintained
23300f141ccSDaniel SchwierzeckF:	tools/buildman/
23400f141ccSDaniel Schwierzeck
23500f141ccSDaniel SchwierzeckCFI FLASH
23600f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
23700f141ccSDaniel SchwierzeckS:	Maintained
23800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
239c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
240c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
24100f141ccSDaniel Schwierzeck
24200f141ccSDaniel SchwierzeckCOLDFIRE
24382ebb7e5Sangelo@sysam.itM:	Huan Wang <alison.wang@freescale.com>
24482ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
24500f141ccSDaniel SchwierzeckS:	Maintained
24600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
24700f141ccSDaniel SchwierzeckF:	arch/m68k/
24800f141ccSDaniel Schwierzeck
24900f141ccSDaniel SchwierzeckDFU
25056acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
25100f141ccSDaniel SchwierzeckS:	Maintained
25200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
25300f141ccSDaniel SchwierzeckF:	drivers/dfu/
25455ca6138SLukasz MajewskiF:	drivers/usb/gadget/
25500f141ccSDaniel Schwierzeck
25600f141ccSDaniel SchwierzeckDRIVER MODEL
25700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
25800f141ccSDaniel SchwierzeckS:	Maintained
2598770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
26000f141ccSDaniel SchwierzeckF:	drivers/core/
26100f141ccSDaniel SchwierzeckF:	include/dm/
26200f141ccSDaniel SchwierzeckF:	test/dm/
26300f141ccSDaniel Schwierzeck
264e4a7394aSAlexander GrafEFI PAYLOAD
265e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
266e4a7394aSAlexander GrafS:	Maintained
267e4a7394aSAlexander GrafF:	include/efi_loader.h
268e4a7394aSAlexander GrafF:	lib/efi_loader/
269e4a7394aSAlexander GrafF:	cmd/bootefi.c
270e4a7394aSAlexander Graf
27100f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
27200f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
27300f141ccSDaniel SchwierzeckS:	Maintained
27400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
27500f141ccSDaniel SchwierzeckF:	lib/fdtdec*
27600f141ccSDaniel SchwierzeckF:	lib/libfdt/
27700f141ccSDaniel SchwierzeckF:	include/fdt*
27800f141ccSDaniel SchwierzeckF:	include/libfdt*
279643f8d4cSAndreas FärberF:	cmd/fdt.c
28000f141ccSDaniel SchwierzeckF:	common/fdt_support.c
28100f141ccSDaniel Schwierzeck
28200f141ccSDaniel SchwierzeckFREEBSD
28300f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
28400f141ccSDaniel SchwierzeckS:	Maintained
28500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
28600f141ccSDaniel Schwierzeck
28700f141ccSDaniel SchwierzeckFREESCALE QORIQ
2882f231025SYork SunM:	York Sun <york.sun@nxp.com>
28900f141ccSDaniel SchwierzeckS:	Maintained
29000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
29100f141ccSDaniel Schwierzeck
29200f141ccSDaniel SchwierzeckI2C
29300f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
29400f141ccSDaniel SchwierzeckS:	Maintained
29500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
29600f141ccSDaniel SchwierzeckF:	drivers/i2c/
29700f141ccSDaniel Schwierzeck
29800f141ccSDaniel SchwierzeckMICROBLAZE
29900f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
30000f141ccSDaniel SchwierzeckS:	Maintained
30100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
30200f141ccSDaniel SchwierzeckF:	arch/microblaze/
30300f141ccSDaniel Schwierzeck
30400f141ccSDaniel SchwierzeckMIPS
30500f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
30600f141ccSDaniel SchwierzeckS:	Maintained
30700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
30800f141ccSDaniel SchwierzeckF:	arch/mips/
30900f141ccSDaniel Schwierzeck
31000f141ccSDaniel SchwierzeckMMC
311dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
31200f141ccSDaniel SchwierzeckS:	Maintained
31300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
31400f141ccSDaniel SchwierzeckF:	drivers/mmc/
31500f141ccSDaniel Schwierzeck
31600f141ccSDaniel SchwierzeckOPENRISC
31700f141ccSDaniel SchwierzeckM:	Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
31800f141ccSDaniel SchwierzeckS:	Maintained
31900f141ccSDaniel SchwierzeckF:	arch/openrisc/
32000f141ccSDaniel Schwierzeck
32100f141ccSDaniel SchwierzeckPATMAN
32200f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
32300f141ccSDaniel SchwierzeckS:	Maintained
32400f141ccSDaniel SchwierzeckF:	tools/patman/
32500f141ccSDaniel Schwierzeck
32600f141ccSDaniel SchwierzeckPOWERPC
32700f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
32800f141ccSDaniel SchwierzeckS:	Maintained
32900f141ccSDaniel SchwierzeckF:	arch/powerpc/
33000f141ccSDaniel Schwierzeck
33100f141ccSDaniel SchwierzeckPOWERPC MPC5XXX
33200f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
33300f141ccSDaniel SchwierzeckS:	Maintained
33400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc5xxx.git
33500f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc5*/
33600f141ccSDaniel Schwierzeck
33700f141ccSDaniel SchwierzeckPOWERPC MPC8XX
33800f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
33900f141ccSDaniel SchwierzeckS:	Maintained
34000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
34100f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
34200f141ccSDaniel Schwierzeck
34300f141ccSDaniel SchwierzeckPOWERPC MPC82XX
34400f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
34500f141ccSDaniel SchwierzeckS:	Maintained
34600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc82xx.git
34700f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc82*/
34800f141ccSDaniel Schwierzeck
34900f141ccSDaniel SchwierzeckPOWERPC MPC83XX
3503a53aba3SBin Meng#M:	Kim Phillips <kim.phillips@freescale.com>
3513a53aba3SBin MengS:	Orphaned (Since 2016-02)
35200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
35300f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
35400f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
35500f141ccSDaniel Schwierzeck
35600f141ccSDaniel SchwierzeckPOWERPC MPC85XX
3572f231025SYork SunM:	York Sun <york.sun@nxp.com>
35800f141ccSDaniel SchwierzeckS:	Maintained
35900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
36000f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
36100f141ccSDaniel Schwierzeck
36200f141ccSDaniel SchwierzeckPOWERPC MPC86XX
3632f231025SYork SunM:	York Sun <york.sun@nxp.com>
36400f141ccSDaniel SchwierzeckS:	Maintained
36500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
36600f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
36700f141ccSDaniel Schwierzeck
36800f141ccSDaniel SchwierzeckPOWERPC PPC4XX
36900f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
37000f141ccSDaniel SchwierzeckS:	Maintained
37100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ppc4xx.git
37200f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/ppc4xx/
37300f141ccSDaniel Schwierzeck
3746e1cfb09SJaehoon ChungPOWER
3756e1cfb09SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
3766e1cfb09SJaehoon ChungS:	Maintained
3776e1cfb09SJaehoon ChungT:	git git://git.denx.de/u-boot-pmic.git
3786e1cfb09SJaehoon ChungF:	drivers/power/
3796e1cfb09SJaehoon Chung
38000f141ccSDaniel SchwierzeckNETWORK
381a60de1eeSJoe HershbergerM:	Joe Hershberger <joe.hershberger@ni.com>
38200f141ccSDaniel SchwierzeckS:	Maintained
38300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-net.git
38400f141ccSDaniel SchwierzeckF:	drivers/net/
385a60de1eeSJoe HershbergerF:	net/
38600f141ccSDaniel Schwierzeck
38700f141ccSDaniel SchwierzeckNAND FLASH
3883ef9cdb7SScott WoodM:	Scott Wood <oss@buserror.net>
38900f141ccSDaniel SchwierzeckS:	Maintained
39000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nand-flash.git
39100f141ccSDaniel SchwierzeckF:	drivers/mtd/nand/
39200f141ccSDaniel Schwierzeck
39300f141ccSDaniel SchwierzeckNDS32
39400f141ccSDaniel SchwierzeckM:	Macpaul Lin <macpaul@andestech.com>
39500f141ccSDaniel SchwierzeckS:	Maintained
39600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nds32.git
39700f141ccSDaniel SchwierzeckF:	arch/nds32/
39800f141ccSDaniel Schwierzeck
39900f141ccSDaniel SchwierzeckNIOS
40000f141ccSDaniel SchwierzeckM:	Thomas Chou <thomas@wytron.com.tw>
40100f141ccSDaniel SchwierzeckS:	Maintained
40200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nios.git
40300f141ccSDaniel SchwierzeckF:	arch/nios2/
40400f141ccSDaniel Schwierzeck
40500f141ccSDaniel SchwierzeckONENAND
406dea60688SLukasz Majewski#M:	Lukasz Majewski <l.majewski@majess.pl>
407dea60688SLukasz MajewskiS:	Orphaned (Since 2017-01)
40800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-onenand.git
40900f141ccSDaniel SchwierzeckF:	drivers/mtd/onenand/
41000f141ccSDaniel Schwierzeck
41100f141ccSDaniel SchwierzeckSANDBOX
41200f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
41300f141ccSDaniel SchwierzeckS:	Maintained
41400f141ccSDaniel SchwierzeckF:	arch/sandbox/
41500f141ccSDaniel Schwierzeck
41600f141ccSDaniel SchwierzeckSH
41700f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41800f141ccSDaniel SchwierzeckS:	Maintained
41900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
42000f141ccSDaniel SchwierzeckF:	arch/sh/
42100f141ccSDaniel Schwierzeck
42200f141ccSDaniel SchwierzeckSPARC
4233a53aba3SBin Meng#M:	Francois Retief <fgretief@spaceteq.co.za>
4243a53aba3SBin MengS:	Orphaned (Since 2016-02)
42500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sparc.git
42600f141ccSDaniel SchwierzeckF:	arch/sparc/
42700f141ccSDaniel Schwierzeck
42800f141ccSDaniel SchwierzeckSPI
42916185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
43000f141ccSDaniel SchwierzeckS:	Maintained
43100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
43200f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
43300f141ccSDaniel SchwierzeckF:	drivers/spi/
43400f141ccSDaniel SchwierzeckF:	include/spi*
43500f141ccSDaniel Schwierzeck
436e721e981SMateusz KulikowskiSPMI
437e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
438e721e981SMateusz KulikowskiS:	Maintained
439e721e981SMateusz KulikowskiF:	drivers/spmi/
440e721e981SMateusz KulikowskiF:	include/spmi/
441e721e981SMateusz Kulikowski
4424e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
4434e2fdf45SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
4444e2fdf45SAndrew F. DavisS:	Supported
4454e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4464e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec-fxns.c
4474e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
4484e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
449a42eee12SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
4504e2fdf45SAndrew F. DavisF:	configs/am43xx_hs_evm_defconfig
4514e2fdf45SAndrew F. DavisF:	configs/am57xx_hs_evm_defconfig
4524e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_defconfig
4534e2fdf45SAndrew F. Davis
45400f141ccSDaniel SchwierzeckTQ GROUP
4553a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
4563a53aba3SBin MengS:	Orphaned (Since 2016-02)
45700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
45800f141ccSDaniel Schwierzeck
45900f141ccSDaniel SchwierzeckUBI
46000f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
46169337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
46200f141ccSDaniel SchwierzeckS:	Maintained
46300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
46400f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
46500f141ccSDaniel Schwierzeck
46600f141ccSDaniel SchwierzeckUSB
46700f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
46800f141ccSDaniel SchwierzeckS:	Maintained
46900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
47000f141ccSDaniel SchwierzeckF:	drivers/usb/
47100f141ccSDaniel Schwierzeck
47200f141ccSDaniel SchwierzeckVIDEO
47300f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
47400f141ccSDaniel SchwierzeckS:	Maintained
47500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
47600f141ccSDaniel SchwierzeckF:	drivers/video/
47700f141ccSDaniel Schwierzeck
47800f141ccSDaniel SchwierzeckX86
47900f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
48000f141ccSDaniel SchwierzeckS:	Maintained
48100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
48200f141ccSDaniel SchwierzeckF:	arch/x86/
48300f141ccSDaniel Schwierzeck
484de5e5ceaSChris ZankelXTENSA
485de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
486de5e5ceaSChris ZankelS:	Maintained
487de5e5ceaSChris ZankelF:	arch/xtensa/
488de5e5ceaSChris Zankel
48900f141ccSDaniel SchwierzeckTHE REST
4904e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
49100f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
49200f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
49300f141ccSDaniel SchwierzeckS:	Maintained
49400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
49500f141ccSDaniel SchwierzeckF:	*
49600f141ccSDaniel SchwierzeckF:	*/
497