blob: 7cda6896eac3215c140b5edeaa5233d05e6065e0 [file] [log] [blame]
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +02001Descriptions of section entries:
2
3 P: Person (obsolete)
4 M: Mail patches to: FullName <address@domain>
5 L: Mailing list that is relevant to this area
6 W: Web-page with status/info
7 Q: Patchwork web based patch tracking system site
8 T: SCM tree type and location.
9 Type is one of: git, hg, quilt, stgit, topgit
10 S: Status, one of the following:
11 Supported: Someone is actually paid to look after this.
12 Maintained: Someone actually looks after it.
13 Odd Fixes: It has a maintainer but they don't have time to do
14 much other than throw the odd patch in. See below..
15 Orphan: No current maintainer [but maybe you could take the
16 role as you write your new code].
17 Obsolete: Old code. Something tagged obsolete generally means
18 it has been replaced by a better system and you
19 should be using that.
20 F: Files and directories with wildcard patterns.
21 A trailing slash includes all files and subdirectory files.
22 F: drivers/net/ all files in and below drivers/net
23 F: drivers/net/* all files in drivers/net, but not below
24 F: */net/* all files in "any top level directory"/net
25 One pattern per line. Multiple F: lines acceptable.
26 N: Files and directories with regex patterns.
27 N: [^a-z]tegra all files whose path contains the word tegra
28 One pattern per line. Multiple N: lines acceptable.
29 scripts/get_maintainer.pl has different behavior for files that
30 match F: pattern and matches of N: patterns. By default,
31 get_maintainer will not look at git log history when an F: pattern
32 match occurs. When an N: match occurs, git log history is used
33 to also notify the people that have git commit signatures.
34 X: Files and directories that are NOT maintained, same rules as F:
35 Files exclusions are tested before file matches.
36 Can be useful for excluding a specific subdirectory, for instance:
37 F: net/
38 X: net/ipv6/
39 matches all files in and below net excluding net/ipv6/
40 K: Keyword perl extended regex pattern to match content in a
41 patch or file. For instance:
42 K: of_get_profile
43 matches patches or files that contain "of_get_profile"
44 K: \b(printk|pr_(info|err))\b
45 matches patches or files that contain one or more of the words
46 printk, pr_info or pr_err
47 One regex pattern per line. Multiple K: lines acceptable.
48
49Note: For the hard of thinking, this list is meant to remain in alphabetical
50order. If you could add yourselves to it in alphabetical order that would be
51so much easier [Ed]
52
53Maintainers List (try to look for most precise areas first)
54
55 -----------------------------------
56ARC
57M: Alexey Brodkin <alexey.brodkin@synopsys.com>
58S: Maintained
59T: git git://git.denx.de/u-boot-arc.git
60F: arch/arc/
61
Eugeniy Paltsev3194c3c2017-10-16 16:21:32 +030062ARC HSDK CREG GPIO
63M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
64S: Maintained
65L: uboot-snps-arc@synopsys.com
66F: drivers/gpio/hsdk-creg-gpio.c
67
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020068ARM
69M: Albert Aribaud <albert.u.boot@aribaud.net>
70S: Maintained
71T: git git://git.denx.de/u-boot-arm.git
72F: arch/arm/
73
Pavel Machekd8540a12014-10-10 01:50:22 +020074ARM ALTERA SOCFPGA
75M: Marek Vasut <marex@denx.de>
76S: Maintainted
77T: git git://git.denx.de/u-boot-socfpga.git
Jagan Tekif22dede2016-11-25 23:17:28 +053078F: arch/arm/mach-socfpga/
Pavel Machekd8540a12014-10-10 01:50:22 +020079
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020080ARM ATMEL AT91
Andreas Bießmann09c2b8f2016-05-01 03:46:16 +020081M: Andreas Bießmann <andreas@biessmann.org>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020082S: Maintained
83T: git git://git.denx.de/u-boot-atmel.git
Masahiro Yamada62011842015-02-20 17:04:03 +090084F: arch/arm/mach-at91/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020085
Stephen Warrenfe84ebf2016-04-04 20:00:41 -060086ARM BROADCOM BCM283X
Stephen Warren8b7d0922017-07-07 10:20:43 -060087#M: Stephen Warren <swarren@wwwdotorg.org>
88S: Orphaned (Since 2017-07)
Stephen Warrenfe84ebf2016-04-04 20:00:41 -060089F: arch/arm/mach-bcm283x/
90F: drivers/gpio/bcm2835_gpio.c
91F: drivers/mmc/bcm2835_sdhci.c
92F: drivers/serial/serial_bcm283x_mu.c
93F: drivers/video/bcm2835.c
94F: include/dm/platform_data/serial_bcm283x_mu.h
95
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020096ARM FREESCALE IMX
97M: Stefano Babic <sbabic@denx.de>
Fabio Estevam2aaf7c42017-06-06 09:18:43 -030098M: Fabio Estevam <fabio.estevam@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020099S: Maintained
100T: git git://git.denx.de/u-boot-imx.git
101F: arch/arm/cpu/arm1136/mx*/
102F: arch/arm/cpu/arm926ejs/mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200103F: arch/arm/cpu/armv7/mx*/
104F: arch/arm/cpu/armv7/vf610/
Stefano Babic552a8482017-06-29 10:16:06 +0200105F: arch/arm/mach-imx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200106F: arch/arm/include/asm/arch-imx/
107F: arch/arm/include/asm/arch-mx*/
108F: arch/arm/include/asm/arch-vf610/
Stefano Babic552a8482017-06-29 10:16:06 +0200109F: arch/arm/include/asm/mach-imx/
Fabio Estevam77cbd3a2016-07-26 21:27:49 -0300110F: board/freescale/*mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200111
Peter Griffinae4dc152016-04-20 17:13:58 +0100112ARM HISILICON
113M: Peter Griffin <peter.griffin@linaro.org>
114S: Maintained
115F: arch/arm/cpu/armv8/hisilicon
116F: arm/include/asm/arch-hi6220/
117
Stefan Roesef822d852016-01-14 05:00:00 +0100118ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200119M: Prafulla Wadaskar <prafulla@marvell.com>
Luka Perkov5ea01962015-01-07 23:32:06 +0000120M: Luka Perkov <luka.perkov@sartura.hr>
Stefan Roesef822d852016-01-14 05:00:00 +0100121M: Stefan Roese <sr@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200122S: Maintained
123T: git git://git.denx.de/u-boot-marvell.git
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900124F: arch/arm/mach-kirkwood/
Stefan Roesef822d852016-01-14 05:00:00 +0100125F: arch/arm/mach-mvebu/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200126
127ARM MARVELL PXA
128M: Marek Vasut <marex@denx.de>
129S: Maintained
130T: git git://git.denx.de/u-boot-pxa.git
131F: arch/arm/cpu/pxa/
132F: arch/arm/include/asm/arch-pxa/
133
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900134ARM RENESAS RMOBILE/R-CAR
135M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Marek Vasut9db60e22017-10-15 14:51:55 +0200136M: Marek Vasut <marek.vasut+renesas@gmail.com>
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900137S: Maintained
138T: git git://git.denx.de/u-boot-sh.git
139F: arch/arm/mach-rmobile/
140
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900141ARM ROCKCHIP
142M: Simon Glass <sjg@chromium.org>
Philipp Tomsichf8714372017-06-21 15:13:38 +0200143M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900144S: Maintained
145T: git git://git.denx.de/u-boot-rockchip.git
Philipp Tomsich8b451932017-11-27 00:18:42 +0100146F: arch/arm/include/asm/arch-rockchip/
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900147F: arch/arm/mach-rockchip/
Kever Yangae0fc892017-05-23 15:01:14 +0800148F: board/rockchip/
Philipp Tomsich8b451932017-11-27 00:18:42 +0100149F: drivers/clk/rockchip/
150F: drivers/gpio/rk_gpio.c
151F: drivers/misc/rockchip-efuse.c
152F: drivers/pinctrl/rockchip/
153F: drivers/ram/rockchip/
154F: drivers/sysreset/sysreset_rockchip.c
155F: tools/rkcommon.c
156F: tools/rkcommon.h
157F: tools/rkimage.c
158F: tools/rksd.c
159F: tools/rkspi.c
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900160
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200161ARM SAMSUNG
162M: Minkyu Kang <mk7.kang@samsung.com>
163S: Maintained
164T: git git://git.denx.de/u-boot-samsung.git
165F: arch/arm/cpu/arm920t/s3c24x0/
Minkyu Kang225f5ee2015-11-20 15:24:57 +0900166F: arch/arm/mach-exynos/
167F: arch/arm/mach-s5pc1xx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200168F: arch/arm/cpu/armv7/s5p-common/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200169F: arch/arm/include/asm/arch-s3c24x0/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200170
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200171ARM SNAPDRAGON
172M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
173S: Maintained
174F: arch/arm/mach-snapdragon/
175
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200176ARM STM SPEAR
Bin Meng3a53aba2016-02-21 19:54:41 -0800177#M: Vipin Kumar <vipin.kumar@st.com>
178S: Orphaned (Since 2016-02)
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200179T: git git://git.denx.de/u-boot-stm.git
180F: arch/arm/cpu/arm926ejs/spear/
181F: arch/arm/include/asm/arch-spear/
182
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800183ARM STM STV0991
184M: Vikas Manocha <vikas.manocha@st.com>
185S: Maintained
186F: arch/arm/cpu/armv7/stv0991/
187F: arch/arm/include/asm/arch-stv0991/
188
Patrice Chotard94e9a4e2017-02-21 13:37:04 +0100189ARM STI
190M: Patrice Chotard <patrice.chotard@st.com>
191S: Maintained
192F: arch/arm/mach-sti/
193F: arch/arm/include/asm/arch-sti*/
194
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200195ARM SUNXI
Jagan Teki543bd272016-11-22 17:14:06 +0530196M: Jagan Teki <jagan@openedev.com>
197M: Maxime Ripard <maxime.ripard@free-electrons.com>
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800198S: Maintained
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200199T: git git://git.denx.de/u-boot-sunxi.git
200F: arch/arm/cpu/armv7/sunxi/
201F: arch/arm/include/asm/arch-sunxi/
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800202F: arch/arm/mach-sunxi/
203F: board/sunxi/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200204
205ARM TEGRA
206M: Tom Warren <twarren@nvidia.com>
207S: Maintained
208T: git git://git.denx.de/u-boot-tegra.git
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900209F: arch/arm/mach-tegra/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200210F: arch/arm/include/asm/arch-tegra*/
211
212ARM TI
Tom Rini4e34d612015-03-02 08:37:50 -0500213M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200214S: Maintained
215T: git git://git.denx.de/u-boot-ti.git
Masahiro Yamada26f7c112015-04-08 18:23:23 +0900216F: arch/arm/mach-davinci/
217F: arch/arm/mach-keystone/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200218F: arch/arm/cpu/arm926ejs/omap/
219F: arch/arm/cpu/armv7/omap*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200220F: arch/arm/include/asm/arch-omap*/
221F: arch/arm/include/asm/ti-common/
222
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900223ARM UNIPHIER
Masahiro Yamadaed6226c2015-03-11 13:01:35 +0900224M: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900225S: Maintained
226T: git git://git.denx.de/u-boot-uniphier.git
Masahiro Yamada4c425572015-02-27 02:26:42 +0900227F: arch/arm/mach-uniphier/
Masahiro Yamada5fd3f432015-12-17 18:00:39 +0900228F: configs/uniphier_*_defconfig
Masahiro Yamadaeb006c82015-02-05 14:30:24 +0900229N: uniphier
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900230
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200231ARM ZYNQ
232M: Michal Simek <monstr@monstr.eu>
233S: Maintained
234F: arch/arm/cpu/armv7/zynq/
235F: arch/arm/include/asm/arch-zynq/
236
Michal Simek84c72042015-01-15 10:01:51 +0100237ARM ZYNQMP
238M: Michal Simek <michal.simek@xilinx.com>
239S: Maintained
240F: arch/arm/cpu/armv8/zynqmp/
241F: arch/arm/include/asm/arch-zynqmp/
242
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200243BUILDMAN
244M: Simon Glass <sjg@chromium.org>
245S: Maintained
246F: tools/buildman/
247
248CFI FLASH
249M: Stefan Roese <sr@denx.de>
250S: Maintained
251T: git git://git.denx.de/u-boot-cfi-flash.git
Stefan Roesec4c2e142014-10-31 13:57:42 +0100252F: drivers/mtd/cfi_flash.c
253F: drivers/mtd/jedec_flash.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200254
255COLDFIRE
angelo@sysam.it82ebb7e2014-11-24 15:36:57 +0100256M: Huan Wang <alison.wang@freescale.com>
257M: Angelo Dureghello <angelo@sysam.it>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200258S: Maintained
259T: git git://git.denx.de/u-boot-coldfire.git
260F: arch/m68k/
261
262DFU
Lukasz Majewski56acf012017-01-16 00:04:10 +0100263M: Lukasz Majewski <lukma@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200264S: Maintained
265T: git git://git.denx.de/u-boot-dfu.git
266F: drivers/dfu/
Lukasz Majewski55ca6132015-02-26 13:23:49 +0100267F: drivers/usb/gadget/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200268
269DRIVER MODEL
270M: Simon Glass <sjg@chromium.org>
271S: Maintained
Masahiro Yamada87706332015-02-24 17:03:29 +0900272T: git git://git.denx.de/u-boot-dm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200273F: drivers/core/
274F: include/dm/
275F: test/dm/
276
Alexander Grafe4a73942016-03-04 01:10:10 +0100277EFI PAYLOAD
278M: Alexander Graf <agraf@suse.de>
279S: Maintained
Alexander Grafbc188a32017-07-03 18:10:31 +0200280T: git git://github.com/agraf/u-boot.git
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +0200281F: include/efi*
282F: lib/efi*
283F: test/py/tests/test_efi*
Alexander Grafe4a73942016-03-04 01:10:10 +0100284F: cmd/bootefi.c
285
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200286FLATTENED DEVICE TREE
287M: Simon Glass <sjg@chromium.org>
288S: Maintained
289T: git git://git.denx.de/u-boot-fdt.git
290F: lib/fdtdec*
291F: lib/libfdt/
292F: include/fdt*
293F: include/libfdt*
Andreas Färber643f8d42016-10-26 18:14:00 +0200294F: cmd/fdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200295F: common/fdt_support.c
296
297FREEBSD
298M: Rafal Jaworowski <raj@semihalf.com>
299S: Maintained
300T: git git://git.denx.de/u-boot-freebsd.git
301
302FREESCALE QORIQ
York Sun2f231022016-01-05 09:48:45 -0800303M: York Sun <york.sun@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200304S: Maintained
305T: git git://git.denx.de/u-boot-fsl-qoriq.git
306
307I2C
308M: Heiko Schocher <hs@denx.de>
309S: Maintained
310T: git git://git.denx.de/u-boot-i2c.git
311F: drivers/i2c/
312
Simon Glasse9c8d492017-12-04 13:48:24 -0700313LOGGING
314M: Simon Glass <sjg@chromium.org>
315S: Maintained
316T: git git://git.denx.de/u-boot.git
317F: common/log.c
318F: cmd/log.c
319
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200320MICROBLAZE
321M: Michal Simek <monstr@monstr.eu>
322S: Maintained
323T: git git://git.denx.de/u-boot-microblaze.git
324F: arch/microblaze/
325
326MIPS
327M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
328S: Maintained
329T: git git://git.denx.de/u-boot-mips.git
330F: arch/mips/
331
332MMC
Jaehoon Chungdbc39692016-08-01 12:35:20 +0900333M: Jaehoon Chung <jh80.chung@samsung.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200334S: Maintained
335T: git git://git.denx.de/u-boot-mmc.git
336F: drivers/mmc/
337
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200338PATMAN
339M: Simon Glass <sjg@chromium.org>
340S: Maintained
341F: tools/patman/
342
343POWERPC
344M: Wolfgang Denk <wd@denx.de>
345S: Maintained
346F: arch/powerpc/
347
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200348POWERPC MPC8XX
Christophe Leroy907208c2017-07-06 10:23:22 +0200349M: Christophe Leroy <christophe.leroy@c-s.fr>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200350S: Maintained
351T: git git://git.denx.de/u-boot-mpc8xx.git
352F: arch/powerpc/cpu/mpc8xx/
353
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200354POWERPC MPC83XX
mario.six@gdsys.cce5ed4c32017-06-09 14:50:47 +0200355M: Mario Six <mario.six@gdsys.cc>
356S: Maintained
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200357T: git git://git.denx.de/u-boot-mpc83xx.git
358F: arch/powerpc/cpu/mpc83xx/
359F: arch/powerpc/include/asm/arch-mpc83xx/
360
361POWERPC MPC85XX
York Sun2f231022016-01-05 09:48:45 -0800362M: York Sun <york.sun@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200363S: Maintained
364T: git git://git.denx.de/u-boot-mpc85xx.git
365F: arch/powerpc/cpu/mpc85xx/
366
367POWERPC MPC86XX
York Sun2f231022016-01-05 09:48:45 -0800368M: York Sun <york.sun@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200369S: Maintained
370T: git git://git.denx.de/u-boot-mpc86xx.git
371F: arch/powerpc/cpu/mpc86xx/
372
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200373POWERPC PPC4XX
374M: Stefan Roese <sr@denx.de>
375S: Maintained
376T: git git://git.denx.de/u-boot-ppc4xx.git
377F: arch/powerpc/cpu/ppc4xx/
378
Jaehoon Chung6e1cfb02016-12-19 13:36:01 +0900379POWER
380M: Jaehoon Chung <jh80.chung@samsung.com>
381S: Maintained
382T: git git://git.denx.de/u-boot-pmic.git
383F: drivers/power/
384
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200385NETWORK
Joe Hershbergera60de1e2015-03-20 13:25:57 -0500386M: Joe Hershberger <joe.hershberger@ni.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200387S: Maintained
388T: git git://git.denx.de/u-boot-net.git
389F: drivers/net/
Joe Hershbergera60de1e2015-03-20 13:25:57 -0500390F: net/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200391
392NAND FLASH
Scott Wood3ef9cdb2016-04-01 18:49:57 -0500393M: Scott Wood <oss@buserror.net>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200394S: Maintained
395T: git git://git.denx.de/u-boot-nand-flash.git
396F: drivers/mtd/nand/
397
398NDS32
399M: Macpaul Lin <macpaul@andestech.com>
400S: Maintained
401T: git git://git.denx.de/u-boot-nds32.git
402F: arch/nds32/
403
404NIOS
405M: Thomas Chou <thomas@wytron.com.tw>
406S: Maintained
407T: git git://git.denx.de/u-boot-nios.git
408F: arch/nios2/
409
410ONENAND
Lukasz Majewskidea60682016-12-12 16:18:30 +0100411#M: Lukasz Majewski <l.majewski@majess.pl>
412S: Orphaned (Since 2017-01)
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200413T: git git://git.denx.de/u-boot-onenand.git
414F: drivers/mtd/onenand/
415
416SANDBOX
417M: Simon Glass <sjg@chromium.org>
418S: Maintained
419F: arch/sandbox/
420
421SH
422M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
423S: Maintained
424T: git git://git.denx.de/u-boot-sh.git
425F: arch/sh/
426
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200427SPI
Jagan Teki16185a82016-10-28 23:27:34 +0530428M: Jagan Teki <jagan@openedev.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200429S: Maintained
430T: git git://git.denx.de/u-boot-spi.git
431F: drivers/mtd/spi/
432F: drivers/spi/
433F: include/spi*
434
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200435SPMI
436M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
437S: Maintained
438F: drivers/spmi/
439F: include/spmi/
440
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600441TI SYSTEM SECURITY
442M: Andrew F. Davis <afd@ti.com>
443S: Supported
444F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
445F: arch/arm/mach-omap2/omap5/sec-fxns.c
446F: arch/arm/mach-omap2/sec-common.c
447F: arch/arm/mach-omap2/config_secure.mk
Andrew F. Davisa42eee12017-01-27 10:39:20 -0600448F: configs/am335x_hs_evm_defconfig
Andrew F. Davisc2dca332017-09-20 14:33:51 -0500449F: configs/am335x_hs_evm_uart_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600450F: configs/am43xx_hs_evm_defconfig
451F: configs/am57xx_hs_evm_defconfig
452F: configs/dra7xx_hs_evm_defconfig
Lokesh Vutla8a707ba2017-04-26 11:35:19 +0530453F: configs/k2hk_hs_evm_defconfig
454F: configs/k2e_hs_evm_defconfig
455F: configs/k2g_hs_evm_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600456
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200457TQ GROUP
Bin Meng3a53aba2016-02-21 19:54:41 -0800458#M: Martin Krause <martin.krause@tq-systems.de>
459S: Orphaned (Since 2016-02)
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200460T: git git://git.denx.de/u-boot-tq-group.git
461
462UBI
463M: Kyungmin Park <kmpark@infradead.org>
Heiko Schocher69337a92014-11-18 09:08:45 +0100464M: Heiko Schocher <hs@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200465S: Maintained
466T: git git://git.denx.de/u-boot-ubi.git
467F: drivers/mtd/ubi/
468
469USB
470M: Marek Vasut <marex@denx.de>
471S: Maintained
472T: git git://git.denx.de/u-boot-usb.git
473F: drivers/usb/
474
Bin Mengc0c5f912017-11-06 07:39:01 -0800475USB xHCI
476M: Bin Meng <bmeng.cn@gmail.com>
477S: Maintained
478T: git git://git.denx.de/u-boot-usb.git topic-xhci
479F: drivers/usb/host/xhci*
480
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200481VIDEO
482M: Anatolij Gustschin <agust@denx.de>
483S: Maintained
484T: git git://git.denx.de/u-boot-video.git
485F: drivers/video/
Anatolij Gustschinc967fb72017-08-28 22:39:41 +0200486F: common/lcd*.c
487F: include/lcd*.h
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200488
489X86
490M: Simon Glass <sjg@chromium.org>
Bin Mengdc5210a2017-07-23 07:36:33 -0700491M: Bin Meng <bmeng.cn@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200492S: Maintained
493T: git git://git.denx.de/u-boot-x86.git
494F: arch/x86/
495
Chris Zankelde5e5ce2016-08-10 18:36:43 +0300496XTENSA
497M: Max Filippov <jcmvbkbc@gmail.com>
498S: Maintained
499F: arch/xtensa/
500
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200501THE REST
Tom Rini4e34d612015-03-02 08:37:50 -0500502M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200503L: u-boot@lists.denx.de
504Q: http://patchwork.ozlabs.org/project/uboot/list/
505S: Maintained
506T: git git://git.denx.de/u-boot.git
507F: *
508F: */