xref: /openbmc/u-boot/MAINTAINERS (revision 6e1cfb099ae35209ef2f299c5786851cd0c28f41)
1 00f141ccSDaniel SchwierzeckDescriptions of section entries:
2 00f141ccSDaniel Schwierzeck
3 00f141ccSDaniel Schwierzeck	P: Person (obsolete)
4 00f141ccSDaniel Schwierzeck	M: Mail patches to: FullName <address@domain>
5 00f141ccSDaniel Schwierzeck	L: Mailing list that is relevant to this area
6 00f141ccSDaniel Schwierzeck	W: Web-page with status/info
7 00f141ccSDaniel Schwierzeck	Q: Patchwork web based patch tracking system site
8 00f141ccSDaniel Schwierzeck	T: SCM tree type and location.
9 00f141ccSDaniel Schwierzeck	   Type is one of: git, hg, quilt, stgit, topgit
10 00f141ccSDaniel Schwierzeck	S: Status, one of the following:
11 00f141ccSDaniel Schwierzeck	   Supported:	Someone is actually paid to look after this.
12 00f141ccSDaniel Schwierzeck	   Maintained:	Someone actually looks after it.
13 00f141ccSDaniel Schwierzeck	   Odd Fixes:	It has a maintainer but they don't have time to do
14 00f141ccSDaniel Schwierzeck			much other than throw the odd patch in. See below..
15 00f141ccSDaniel Schwierzeck	   Orphan:	No current maintainer [but maybe you could take the
16 00f141ccSDaniel Schwierzeck			role as you write your new code].
17 00f141ccSDaniel Schwierzeck	   Obsolete:	Old code. Something tagged obsolete generally means
18 00f141ccSDaniel Schwierzeck			it has been replaced by a better system and you
19 00f141ccSDaniel Schwierzeck			should be using that.
20 00f141ccSDaniel Schwierzeck	F: Files and directories with wildcard patterns.
21 00f141ccSDaniel Schwierzeck	   A trailing slash includes all files and subdirectory files.
22 00f141ccSDaniel Schwierzeck	   F:	drivers/net/	all files in and below drivers/net
23 00f141ccSDaniel Schwierzeck	   F:	drivers/net/*	all files in drivers/net, but not below
24 00f141ccSDaniel Schwierzeck	   F:	*/net/*		all files in "any top level directory"/net
25 00f141ccSDaniel Schwierzeck	   One pattern per line.  Multiple F: lines acceptable.
26 00f141ccSDaniel Schwierzeck	N: Files and directories with regex patterns.
27 00f141ccSDaniel Schwierzeck	   N:	[^a-z]tegra	all files whose path contains the word tegra
28 00f141ccSDaniel Schwierzeck	   One pattern per line.  Multiple N: lines acceptable.
29 00f141ccSDaniel Schwierzeck	   scripts/get_maintainer.pl has different behavior for files that
30 00f141ccSDaniel Schwierzeck	   match F: pattern and matches of N: patterns.  By default,
31 00f141ccSDaniel Schwierzeck	   get_maintainer will not look at git log history when an F: pattern
32 00f141ccSDaniel Schwierzeck	   match occurs.  When an N: match occurs, git log history is used
33 00f141ccSDaniel Schwierzeck	   to also notify the people that have git commit signatures.
34 00f141ccSDaniel Schwierzeck	X: Files and directories that are NOT maintained, same rules as F:
35 00f141ccSDaniel Schwierzeck	   Files exclusions are tested before file matches.
36 00f141ccSDaniel Schwierzeck	   Can be useful for excluding a specific subdirectory, for instance:
37 00f141ccSDaniel Schwierzeck	   F:	net/
38 00f141ccSDaniel Schwierzeck	   X:	net/ipv6/
39 00f141ccSDaniel Schwierzeck	   matches all files in and below net excluding net/ipv6/
40 00f141ccSDaniel Schwierzeck	K: Keyword perl extended regex pattern to match content in a
41 00f141ccSDaniel Schwierzeck	   patch or file.  For instance:
42 00f141ccSDaniel Schwierzeck	   K: of_get_profile
43 00f141ccSDaniel Schwierzeck	      matches patches or files that contain "of_get_profile"
44 00f141ccSDaniel Schwierzeck	   K: \b(printk|pr_(info|err))\b
45 00f141ccSDaniel Schwierzeck	      matches patches or files that contain one or more of the words
46 00f141ccSDaniel Schwierzeck	      printk, pr_info or pr_err
47 00f141ccSDaniel Schwierzeck	   One regex pattern per line.  Multiple K: lines acceptable.
48 00f141ccSDaniel Schwierzeck
49 00f141ccSDaniel SchwierzeckNote: For the hard of thinking, this list is meant to remain in alphabetical
50 00f141ccSDaniel Schwierzeckorder. If you could add yourselves to it in alphabetical order that would be
51 00f141ccSDaniel Schwierzeckso much easier [Ed]
52 00f141ccSDaniel Schwierzeck
53 00f141ccSDaniel SchwierzeckMaintainers List (try to look for most precise areas first)
54 00f141ccSDaniel Schwierzeck
55 00f141ccSDaniel Schwierzeck		-----------------------------------
56 00f141ccSDaniel SchwierzeckARC
57 00f141ccSDaniel SchwierzeckM:	Alexey Brodkin <alexey.brodkin@synopsys.com>
58 00f141ccSDaniel SchwierzeckS:	Maintained
59 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arc.git
60 00f141ccSDaniel SchwierzeckF:	arch/arc/
61 00f141ccSDaniel Schwierzeck
62 00f141ccSDaniel SchwierzeckARM
63 00f141ccSDaniel SchwierzeckM:	Albert Aribaud <albert.u.boot@aribaud.net>
64 00f141ccSDaniel SchwierzeckS:	Maintained
65 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arm.git
66 00f141ccSDaniel SchwierzeckF:	arch/arm/
67 00f141ccSDaniel Schwierzeck
68 d8540a16SPavel MachekARM ALTERA SOCFPGA
69 d8540a16SPavel MachekM:	Marek Vasut <marex@denx.de>
70 d8540a16SPavel MachekS:	Maintainted
71 d8540a16SPavel MachekT:	git git://git.denx.de/u-boot-socfpga.git
72 f22dede2SJagan TekiF:	arch/arm/mach-socfpga/
73 d8540a16SPavel Machek
74 00f141ccSDaniel SchwierzeckARM ATMEL AT91
75 09c2b8f3SAndreas BießmannM:	Andreas Bießmann <andreas@biessmann.org>
76 00f141ccSDaniel SchwierzeckS:	Maintained
77 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-atmel.git
78 62011840SMasahiro YamadaF:	arch/arm/mach-at91/
79 00f141ccSDaniel Schwierzeck
80 fe84ebf0SStephen WarrenARM BROADCOM BCM283X
81 fe84ebf0SStephen WarrenM:	Stephen Warren <swarren@wwwdotorg.org>
82 fe84ebf0SStephen WarrenS:	Maintained
83 fe84ebf0SStephen WarrenF:	arch/arm/mach-bcm283x/
84 fe84ebf0SStephen WarrenF:	drivers/gpio/bcm2835_gpio.c
85 fe84ebf0SStephen WarrenF:	drivers/mmc/bcm2835_sdhci.c
86 fe84ebf0SStephen WarrenF:	drivers/serial/serial_bcm283x_mu.c
87 fe84ebf0SStephen WarrenF:	drivers/video/bcm2835.c
88 fe84ebf0SStephen WarrenF:	include/dm/platform_data/serial_bcm283x_mu.h
89 fe84ebf0SStephen Warren
90 00f141ccSDaniel SchwierzeckARM FREESCALE IMX
91 00f141ccSDaniel SchwierzeckM:	Stefano Babic <sbabic@denx.de>
92 00f141ccSDaniel SchwierzeckS:	Maintained
93 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-imx.git
94 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm1136/mx*/
95 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/mx*/
96 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/imx/
97 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/mx*/
98 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/vf610/
99 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/imx-common/
100 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-imx/
101 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-mx*/
102 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-vf610/
103 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/imx-common/
104 77cbd3a1SFabio EstevamF:	board/freescale/*mx*/
105 00f141ccSDaniel Schwierzeck
106 ae4dc15dSPeter GriffinARM HISILICON
107 ae4dc15dSPeter GriffinM:	Peter Griffin <peter.griffin@linaro.org>
108 ae4dc15dSPeter GriffinS:	Maintained
109 ae4dc15dSPeter GriffinF:	arch/arm/cpu/armv8/hisilicon
110 ae4dc15dSPeter GriffinF:	arm/include/asm/arch-hi6220/
111 ae4dc15dSPeter Griffin
112 f822d857SStefan RoeseARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
113 00f141ccSDaniel SchwierzeckM:	Prafulla Wadaskar <prafulla@marvell.com>
114 5ea01961SLuka PerkovM:	Luka Perkov <luka.perkov@sartura.hr>
115 f822d857SStefan RoeseM:	Stefan Roese <sr@denx.de>
116 00f141ccSDaniel SchwierzeckS:	Maintained
117 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-marvell.git
118 56f86e39SMasahiro YamadaF:	arch/arm/mach-kirkwood/
119 f822d857SStefan RoeseF:	arch/arm/mach-mvebu/
120 00f141ccSDaniel Schwierzeck
121 00f141ccSDaniel SchwierzeckARM MARVELL PXA
122 00f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
123 00f141ccSDaniel SchwierzeckS:	Maintained
124 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pxa.git
125 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/pxa/
126 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-pxa/
127 00f141ccSDaniel Schwierzeck
128 4810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
129 4810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
130 4810c2f8SNobuhiro IwamatsuS:	Maintained
131 4810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
132 4810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
133 4810c2f8SNobuhiro Iwamatsu
134 c3caeac0SMasahiro YamadaARM ROCKCHIP
135 c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
136 c3caeac0SMasahiro YamadaS:	Maintained
137 c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
138 c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
139 c3caeac0SMasahiro Yamada
140 00f141ccSDaniel SchwierzeckARM SAMSUNG
141 00f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
142 00f141ccSDaniel SchwierzeckS:	Maintained
143 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
144 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm920t/s3c24x0/
145 225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
146 225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
147 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
148 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-s3c24x0/
149 00f141ccSDaniel Schwierzeck
150 e721e981SMateusz KulikowskiARM SNAPDRAGON
151 e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
152 e721e981SMateusz KulikowskiS:	Maintained
153 e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
154 e721e981SMateusz Kulikowski
155 00f141ccSDaniel SchwierzeckARM STM SPEAR
156 3a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
157 3a53aba3SBin MengS:	Orphaned (Since 2016-02)
158 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
159 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
160 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
161 00f141ccSDaniel Schwierzeck
162 9fa32b12SVikas ManochaARM STM STV0991
163 9fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
164 9fa32b12SVikas ManochaS:	Maintained
165 9fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
166 9fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
167 9fa32b12SVikas Manocha
168 00f141ccSDaniel SchwierzeckARM SUNXI
169 543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
170 543bd273SJagan TekiM:	Maxime Ripard <maxime.ripard@free-electrons.com>
171 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
172 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
173 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
174 00f141ccSDaniel Schwierzeck
175 00f141ccSDaniel SchwierzeckARM TEGRA
176 00f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
177 00f141ccSDaniel SchwierzeckS:	Maintained
178 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
179 09f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
180 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
181 00f141ccSDaniel Schwierzeck
182 00f141ccSDaniel SchwierzeckARM TI
183 4e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
184 00f141ccSDaniel SchwierzeckS:	Maintained
185 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
186 26f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
187 26f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
188 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/omap/
189 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/omap*/
190 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
191 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
192 00f141ccSDaniel Schwierzeck
193 0fb63aa6SMasahiro YamadaARM UNIPHIER
194 ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
195 0fb63aa6SMasahiro YamadaS:	Maintained
196 0fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
197 4c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
198 5fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
199 eb006c83SMasahiro YamadaN:	uniphier
200 0fb63aa6SMasahiro Yamada
201 00f141ccSDaniel SchwierzeckARM ZYNQ
202 00f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
203 00f141ccSDaniel SchwierzeckS:	Maintained
204 00f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/zynq/
205 00f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-zynq/
206 00f141ccSDaniel Schwierzeck
207 84c7204bSMichal SimekARM ZYNQMP
208 84c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
209 84c7204bSMichal SimekS:	Maintained
210 84c7204bSMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
211 84c7204bSMichal SimekF:	arch/arm/include/asm/arch-zynqmp/
212 84c7204bSMichal Simek
213 00f141ccSDaniel SchwierzeckAVR32
214 09c2b8f3SAndreas BießmannM:	Andreas Bießmann <andreas@biessmann.org>
215 00f141ccSDaniel SchwierzeckS:	Maintained
216 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-avr32.git
217 00f141ccSDaniel SchwierzeckF:	arch/avr32/
218 00f141ccSDaniel Schwierzeck
219 00f141ccSDaniel SchwierzeckBLACKFIN
220 00f141ccSDaniel SchwierzeckM:	Sonic Zhang <sonic.adi@gmail.com>
221 00f141ccSDaniel SchwierzeckS:	Maintained
222 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-blackfin.git
223 00f141ccSDaniel SchwierzeckF:	arch/blackfin/
224 00f141ccSDaniel Schwierzeck
225 00f141ccSDaniel SchwierzeckBUILDMAN
226 00f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
227 00f141ccSDaniel SchwierzeckS:	Maintained
228 00f141ccSDaniel SchwierzeckF:	tools/buildman/
229 00f141ccSDaniel Schwierzeck
230 00f141ccSDaniel SchwierzeckCFI FLASH
231 00f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
232 00f141ccSDaniel SchwierzeckS:	Maintained
233 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
234 c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
235 c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
236 00f141ccSDaniel Schwierzeck
237 00f141ccSDaniel SchwierzeckCOLDFIRE
238 82ebb7e5Sangelo@sysam.itM:	Huan Wang <alison.wang@freescale.com>
239 82ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
240 00f141ccSDaniel SchwierzeckS:	Maintained
241 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
242 00f141ccSDaniel SchwierzeckF:	arch/m68k/
243 00f141ccSDaniel Schwierzeck
244 00f141ccSDaniel SchwierzeckDFU
245 53e8ca22SLukasz MajewskiM:	Lukasz Majewski <l.majewski@majess.pl>
246 00f141ccSDaniel SchwierzeckS:	Maintained
247 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
248 00f141ccSDaniel SchwierzeckF:	drivers/dfu/
249 55ca6138SLukasz MajewskiF:	drivers/usb/gadget/
250 00f141ccSDaniel Schwierzeck
251 00f141ccSDaniel SchwierzeckDRIVER MODEL
252 00f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
253 00f141ccSDaniel SchwierzeckS:	Maintained
254 8770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
255 00f141ccSDaniel SchwierzeckF:	drivers/core/
256 00f141ccSDaniel SchwierzeckF:	include/dm/
257 00f141ccSDaniel SchwierzeckF:	test/dm/
258 00f141ccSDaniel Schwierzeck
259 e4a7394aSAlexander GrafEFI PAYLOAD
260 e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
261 e4a7394aSAlexander GrafS:	Maintained
262 e4a7394aSAlexander GrafF:	include/efi_loader.h
263 e4a7394aSAlexander GrafF:	lib/efi_loader/
264 e4a7394aSAlexander GrafF:	cmd/bootefi.c
265 e4a7394aSAlexander Graf
266 00f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
267 00f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
268 00f141ccSDaniel SchwierzeckS:	Maintained
269 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
270 00f141ccSDaniel SchwierzeckF:	lib/fdtdec*
271 00f141ccSDaniel SchwierzeckF:	lib/libfdt/
272 00f141ccSDaniel SchwierzeckF:	include/fdt*
273 00f141ccSDaniel SchwierzeckF:	include/libfdt*
274 643f8d4cSAndreas FärberF:	cmd/fdt.c
275 00f141ccSDaniel SchwierzeckF:	common/fdt_support.c
276 00f141ccSDaniel Schwierzeck
277 00f141ccSDaniel SchwierzeckFREEBSD
278 00f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
279 00f141ccSDaniel SchwierzeckS:	Maintained
280 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
281 00f141ccSDaniel Schwierzeck
282 00f141ccSDaniel SchwierzeckFREESCALE QORIQ
283 2f231025SYork SunM:	York Sun <york.sun@nxp.com>
284 00f141ccSDaniel SchwierzeckS:	Maintained
285 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
286 00f141ccSDaniel Schwierzeck
287 00f141ccSDaniel SchwierzeckI2C
288 00f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
289 00f141ccSDaniel SchwierzeckS:	Maintained
290 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
291 00f141ccSDaniel SchwierzeckF:	drivers/i2c/
292 00f141ccSDaniel Schwierzeck
293 00f141ccSDaniel SchwierzeckMICROBLAZE
294 00f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
295 00f141ccSDaniel SchwierzeckS:	Maintained
296 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
297 00f141ccSDaniel SchwierzeckF:	arch/microblaze/
298 00f141ccSDaniel Schwierzeck
299 00f141ccSDaniel SchwierzeckMIPS
300 00f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
301 00f141ccSDaniel SchwierzeckS:	Maintained
302 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
303 00f141ccSDaniel SchwierzeckF:	arch/mips/
304 00f141ccSDaniel Schwierzeck
305 00f141ccSDaniel SchwierzeckMMC
306 dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
307 00f141ccSDaniel SchwierzeckS:	Maintained
308 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
309 00f141ccSDaniel SchwierzeckF:	drivers/mmc/
310 00f141ccSDaniel Schwierzeck
311 00f141ccSDaniel SchwierzeckOPENRISC
312 00f141ccSDaniel SchwierzeckM:	Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
313 00f141ccSDaniel SchwierzeckS:	Maintained
314 00f141ccSDaniel SchwierzeckF:	arch/openrisc/
315 00f141ccSDaniel Schwierzeck
316 00f141ccSDaniel SchwierzeckPATMAN
317 00f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
318 00f141ccSDaniel SchwierzeckS:	Maintained
319 00f141ccSDaniel SchwierzeckF:	tools/patman/
320 00f141ccSDaniel Schwierzeck
321 00f141ccSDaniel SchwierzeckPOWERPC
322 00f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
323 00f141ccSDaniel SchwierzeckS:	Maintained
324 00f141ccSDaniel SchwierzeckF:	arch/powerpc/
325 00f141ccSDaniel Schwierzeck
326 00f141ccSDaniel SchwierzeckPOWERPC MPC5XXX
327 00f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
328 00f141ccSDaniel SchwierzeckS:	Maintained
329 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc5xxx.git
330 00f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc5*/
331 00f141ccSDaniel Schwierzeck
332 00f141ccSDaniel SchwierzeckPOWERPC MPC8XX
333 00f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
334 00f141ccSDaniel SchwierzeckS:	Maintained
335 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
336 00f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
337 00f141ccSDaniel Schwierzeck
338 00f141ccSDaniel SchwierzeckPOWERPC MPC82XX
339 00f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
340 00f141ccSDaniel SchwierzeckS:	Maintained
341 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc82xx.git
342 00f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc82*/
343 00f141ccSDaniel Schwierzeck
344 00f141ccSDaniel SchwierzeckPOWERPC MPC83XX
345 3a53aba3SBin Meng#M:	Kim Phillips <kim.phillips@freescale.com>
346 3a53aba3SBin MengS:	Orphaned (Since 2016-02)
347 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
348 00f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
349 00f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
350 00f141ccSDaniel Schwierzeck
351 00f141ccSDaniel SchwierzeckPOWERPC MPC85XX
352 2f231025SYork SunM:	York Sun <york.sun@nxp.com>
353 00f141ccSDaniel SchwierzeckS:	Maintained
354 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
355 00f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
356 00f141ccSDaniel Schwierzeck
357 00f141ccSDaniel SchwierzeckPOWERPC MPC86XX
358 2f231025SYork SunM:	York Sun <york.sun@nxp.com>
359 00f141ccSDaniel SchwierzeckS:	Maintained
360 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
361 00f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
362 00f141ccSDaniel Schwierzeck
363 00f141ccSDaniel SchwierzeckPOWERPC PPC4XX
364 00f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
365 00f141ccSDaniel SchwierzeckS:	Maintained
366 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ppc4xx.git
367 00f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/ppc4xx/
368 00f141ccSDaniel Schwierzeck
369 *6e1cfb09SJaehoon ChungPOWER
370 *6e1cfb09SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
371 *6e1cfb09SJaehoon ChungS:	Maintained
372 *6e1cfb09SJaehoon ChungT:	git git://git.denx.de/u-boot-pmic.git
373 *6e1cfb09SJaehoon ChungF:	drivers/power/
374 *6e1cfb09SJaehoon Chung
375 00f141ccSDaniel SchwierzeckNETWORK
376 a60de1eeSJoe HershbergerM:	Joe Hershberger <joe.hershberger@ni.com>
377 00f141ccSDaniel SchwierzeckS:	Maintained
378 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-net.git
379 00f141ccSDaniel SchwierzeckF:	drivers/net/
380 a60de1eeSJoe HershbergerF:	net/
381 00f141ccSDaniel Schwierzeck
382 00f141ccSDaniel SchwierzeckNAND FLASH
383 3ef9cdb7SScott WoodM:	Scott Wood <oss@buserror.net>
384 00f141ccSDaniel SchwierzeckS:	Maintained
385 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nand-flash.git
386 00f141ccSDaniel SchwierzeckF:	drivers/mtd/nand/
387 00f141ccSDaniel Schwierzeck
388 00f141ccSDaniel SchwierzeckNDS32
389 00f141ccSDaniel SchwierzeckM:	Macpaul Lin <macpaul@andestech.com>
390 00f141ccSDaniel SchwierzeckS:	Maintained
391 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nds32.git
392 00f141ccSDaniel SchwierzeckF:	arch/nds32/
393 00f141ccSDaniel Schwierzeck
394 00f141ccSDaniel SchwierzeckNIOS
395 00f141ccSDaniel SchwierzeckM:	Thomas Chou <thomas@wytron.com.tw>
396 00f141ccSDaniel SchwierzeckS:	Maintained
397 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nios.git
398 00f141ccSDaniel SchwierzeckF:	arch/nios2/
399 00f141ccSDaniel Schwierzeck
400 00f141ccSDaniel SchwierzeckONENAND
401 dea60688SLukasz Majewski#M:	Lukasz Majewski <l.majewski@majess.pl>
402 dea60688SLukasz MajewskiS:	Orphaned (Since 2017-01)
403 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-onenand.git
404 00f141ccSDaniel SchwierzeckF:	drivers/mtd/onenand/
405 00f141ccSDaniel Schwierzeck
406 00f141ccSDaniel SchwierzeckSANDBOX
407 00f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
408 00f141ccSDaniel SchwierzeckS:	Maintained
409 00f141ccSDaniel SchwierzeckF:	arch/sandbox/
410 00f141ccSDaniel Schwierzeck
411 00f141ccSDaniel SchwierzeckSH
412 00f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
413 00f141ccSDaniel SchwierzeckS:	Maintained
414 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
415 00f141ccSDaniel SchwierzeckF:	arch/sh/
416 00f141ccSDaniel Schwierzeck
417 00f141ccSDaniel SchwierzeckSPARC
418 3a53aba3SBin Meng#M:	Francois Retief <fgretief@spaceteq.co.za>
419 3a53aba3SBin MengS:	Orphaned (Since 2016-02)
420 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sparc.git
421 00f141ccSDaniel SchwierzeckF:	arch/sparc/
422 00f141ccSDaniel Schwierzeck
423 00f141ccSDaniel SchwierzeckSPI
424 16185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
425 00f141ccSDaniel SchwierzeckS:	Maintained
426 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
427 00f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
428 00f141ccSDaniel SchwierzeckF:	drivers/spi/
429 00f141ccSDaniel SchwierzeckF:	include/spi*
430 00f141ccSDaniel Schwierzeck
431 e721e981SMateusz KulikowskiSPMI
432 e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
433 e721e981SMateusz KulikowskiS:	Maintained
434 e721e981SMateusz KulikowskiF:	drivers/spmi/
435 e721e981SMateusz KulikowskiF:	include/spmi/
436 e721e981SMateusz Kulikowski
437 00f141ccSDaniel SchwierzeckTQ GROUP
438 3a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
439 3a53aba3SBin MengS:	Orphaned (Since 2016-02)
440 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
441 00f141ccSDaniel Schwierzeck
442 00f141ccSDaniel SchwierzeckUBI
443 00f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
444 69337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
445 00f141ccSDaniel SchwierzeckS:	Maintained
446 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
447 00f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
448 00f141ccSDaniel Schwierzeck
449 00f141ccSDaniel SchwierzeckUSB
450 00f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
451 00f141ccSDaniel SchwierzeckS:	Maintained
452 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
453 00f141ccSDaniel SchwierzeckF:	drivers/usb/
454 00f141ccSDaniel Schwierzeck
455 00f141ccSDaniel SchwierzeckVIDEO
456 00f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
457 00f141ccSDaniel SchwierzeckS:	Maintained
458 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
459 00f141ccSDaniel SchwierzeckF:	drivers/video/
460 00f141ccSDaniel Schwierzeck
461 00f141ccSDaniel SchwierzeckX86
462 00f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
463 00f141ccSDaniel SchwierzeckS:	Maintained
464 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
465 00f141ccSDaniel SchwierzeckF:	arch/x86/
466 00f141ccSDaniel Schwierzeck
467 de5e5ceaSChris ZankelXTENSA
468 de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
469 de5e5ceaSChris ZankelS:	Maintained
470 de5e5ceaSChris ZankelF:	arch/xtensa/
471 de5e5ceaSChris Zankel
472 00f141ccSDaniel SchwierzeckTHE REST
473 4e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
474 00f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
475 00f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
476 00f141ccSDaniel SchwierzeckS:	Maintained
477 00f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
478 00f141ccSDaniel SchwierzeckF:	*
479 00f141ccSDaniel SchwierzeckF:	*/
480