blob: e1227f847cbb9470f4e349b9792b54f87394996f [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
Simon Glassef11ed82017-12-04 13:48:27 -0700319F: test/log/log_test.c
Simon Glass20faa272017-12-04 13:48:30 -0700320F: test/py/tests/test_log.py
Simon Glasse9c8d492017-12-04 13:48:24 -0700321
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200322MICROBLAZE
323M: Michal Simek <monstr@monstr.eu>
324S: Maintained
325T: git git://git.denx.de/u-boot-microblaze.git
326F: arch/microblaze/
327
328MIPS
329M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
330S: Maintained
331T: git git://git.denx.de/u-boot-mips.git
332F: arch/mips/
333
334MMC
Jaehoon Chungdbc39692016-08-01 12:35:20 +0900335M: Jaehoon Chung <jh80.chung@samsung.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200336S: Maintained
337T: git git://git.denx.de/u-boot-mmc.git
338F: drivers/mmc/
339
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200340PATMAN
341M: Simon Glass <sjg@chromium.org>
342S: Maintained
343F: tools/patman/
344
345POWERPC
346M: Wolfgang Denk <wd@denx.de>
347S: Maintained
348F: arch/powerpc/
349
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200350POWERPC MPC8XX
Christophe Leroy907208c2017-07-06 10:23:22 +0200351M: Christophe Leroy <christophe.leroy@c-s.fr>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200352S: Maintained
353T: git git://git.denx.de/u-boot-mpc8xx.git
354F: arch/powerpc/cpu/mpc8xx/
355
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200356POWERPC MPC83XX
mario.six@gdsys.cce5ed4c32017-06-09 14:50:47 +0200357M: Mario Six <mario.six@gdsys.cc>
358S: Maintained
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200359T: git git://git.denx.de/u-boot-mpc83xx.git
360F: arch/powerpc/cpu/mpc83xx/
361F: arch/powerpc/include/asm/arch-mpc83xx/
362
363POWERPC MPC85XX
York Sun2f231022016-01-05 09:48:45 -0800364M: York Sun <york.sun@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200365S: Maintained
366T: git git://git.denx.de/u-boot-mpc85xx.git
367F: arch/powerpc/cpu/mpc85xx/
368
369POWERPC MPC86XX
York Sun2f231022016-01-05 09:48:45 -0800370M: York Sun <york.sun@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200371S: Maintained
372T: git git://git.denx.de/u-boot-mpc86xx.git
373F: arch/powerpc/cpu/mpc86xx/
374
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200375POWERPC PPC4XX
376M: Stefan Roese <sr@denx.de>
377S: Maintained
378T: git git://git.denx.de/u-boot-ppc4xx.git
379F: arch/powerpc/cpu/ppc4xx/
380
Jaehoon Chung6e1cfb02016-12-19 13:36:01 +0900381POWER
382M: Jaehoon Chung <jh80.chung@samsung.com>
383S: Maintained
384T: git git://git.denx.de/u-boot-pmic.git
385F: drivers/power/
386
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200387NETWORK
Joe Hershbergera60de1e2015-03-20 13:25:57 -0500388M: Joe Hershberger <joe.hershberger@ni.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200389S: Maintained
390T: git git://git.denx.de/u-boot-net.git
391F: drivers/net/
Joe Hershbergera60de1e2015-03-20 13:25:57 -0500392F: net/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200393
394NAND FLASH
Scott Wood3ef9cdb2016-04-01 18:49:57 -0500395M: Scott Wood <oss@buserror.net>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200396S: Maintained
397T: git git://git.denx.de/u-boot-nand-flash.git
398F: drivers/mtd/nand/
399
400NDS32
401M: Macpaul Lin <macpaul@andestech.com>
402S: Maintained
403T: git git://git.denx.de/u-boot-nds32.git
404F: arch/nds32/
405
406NIOS
407M: Thomas Chou <thomas@wytron.com.tw>
408S: Maintained
409T: git git://git.denx.de/u-boot-nios.git
410F: arch/nios2/
411
412ONENAND
Lukasz Majewskidea60682016-12-12 16:18:30 +0100413#M: Lukasz Majewski <l.majewski@majess.pl>
414S: Orphaned (Since 2017-01)
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200415T: git git://git.denx.de/u-boot-onenand.git
416F: drivers/mtd/onenand/
417
418SANDBOX
419M: Simon Glass <sjg@chromium.org>
420S: Maintained
421F: arch/sandbox/
422
423SH
424M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
425S: Maintained
426T: git git://git.denx.de/u-boot-sh.git
427F: arch/sh/
428
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200429SPI
Jagan Teki16185a82016-10-28 23:27:34 +0530430M: Jagan Teki <jagan@openedev.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200431S: Maintained
432T: git git://git.denx.de/u-boot-spi.git
433F: drivers/mtd/spi/
434F: drivers/spi/
435F: include/spi*
436
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200437SPMI
438M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
439S: Maintained
440F: drivers/spmi/
441F: include/spmi/
442
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600443TI SYSTEM SECURITY
444M: Andrew F. Davis <afd@ti.com>
445S: Supported
446F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
447F: arch/arm/mach-omap2/omap5/sec-fxns.c
448F: arch/arm/mach-omap2/sec-common.c
449F: arch/arm/mach-omap2/config_secure.mk
Andrew F. Davisa42eee12017-01-27 10:39:20 -0600450F: configs/am335x_hs_evm_defconfig
Andrew F. Davisc2dca332017-09-20 14:33:51 -0500451F: configs/am335x_hs_evm_uart_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600452F: configs/am43xx_hs_evm_defconfig
453F: configs/am57xx_hs_evm_defconfig
454F: configs/dra7xx_hs_evm_defconfig
Lokesh Vutla8a707ba2017-04-26 11:35:19 +0530455F: configs/k2hk_hs_evm_defconfig
456F: configs/k2e_hs_evm_defconfig
457F: configs/k2g_hs_evm_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600458
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200459TQ GROUP
Bin Meng3a53aba2016-02-21 19:54:41 -0800460#M: Martin Krause <martin.krause@tq-systems.de>
461S: Orphaned (Since 2016-02)
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200462T: git git://git.denx.de/u-boot-tq-group.git
463
464UBI
465M: Kyungmin Park <kmpark@infradead.org>
Heiko Schocher69337a92014-11-18 09:08:45 +0100466M: Heiko Schocher <hs@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200467S: Maintained
468T: git git://git.denx.de/u-boot-ubi.git
469F: drivers/mtd/ubi/
470
471USB
472M: Marek Vasut <marex@denx.de>
473S: Maintained
474T: git git://git.denx.de/u-boot-usb.git
475F: drivers/usb/
476
Bin Mengc0c5f912017-11-06 07:39:01 -0800477USB xHCI
478M: Bin Meng <bmeng.cn@gmail.com>
479S: Maintained
480T: git git://git.denx.de/u-boot-usb.git topic-xhci
481F: drivers/usb/host/xhci*
482
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200483VIDEO
484M: Anatolij Gustschin <agust@denx.de>
485S: Maintained
486T: git git://git.denx.de/u-boot-video.git
487F: drivers/video/
Anatolij Gustschinc967fb72017-08-28 22:39:41 +0200488F: common/lcd*.c
489F: include/lcd*.h
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200490
491X86
492M: Simon Glass <sjg@chromium.org>
Bin Mengdc5210a2017-07-23 07:36:33 -0700493M: Bin Meng <bmeng.cn@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200494S: Maintained
495T: git git://git.denx.de/u-boot-x86.git
496F: arch/x86/
497
Chris Zankelde5e5ce2016-08-10 18:36:43 +0300498XTENSA
499M: Max Filippov <jcmvbkbc@gmail.com>
500S: Maintained
501F: arch/xtensa/
502
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200503THE REST
Tom Rini4e34d612015-03-02 08:37:50 -0500504M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200505L: u-boot@lists.denx.de
506Q: http://patchwork.ozlabs.org/project/uboot/list/
507S: Maintained
508T: git git://git.denx.de/u-boot.git
509F: *
510F: */