xref: /rk3399_rockchip-uboot/MAINTAINERS (revision 143fc13bc1f142742cde03e7e93778155983d0bd)
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
818b7d0924SStephen Warren#M:	Stephen Warren <swarren@wwwdotorg.org>
828b7d0924SStephen WarrenS:	Orphaned (Since 2017-07)
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>
922aaf7c49SFabio EstevamM:	Fabio Estevam <fabio.estevam@nxp.com>
9300f141ccSDaniel SchwierzeckS:	Maintained
9400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-imx.git
9500f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm1136/mx*/
9600f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/mx*/
9700f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/mx*/
9800f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/vf610/
99552a848eSStefano BabicF:	arch/arm/mach-imx/
10000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-imx/
10100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-mx*/
10200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-vf610/
103552a848eSStefano BabicF:	arch/arm/include/asm/mach-imx/
10477cbd3a1SFabio EstevamF:	board/freescale/*mx*/
10500f141ccSDaniel Schwierzeck
106ae4dc15dSPeter GriffinARM HISILICON
107ae4dc15dSPeter GriffinM:	Peter Griffin <peter.griffin@linaro.org>
108ae4dc15dSPeter GriffinS:	Maintained
109ae4dc15dSPeter GriffinF:	arch/arm/cpu/armv8/hisilicon
110ae4dc15dSPeter GriffinF:	arm/include/asm/arch-hi6220/
111ae4dc15dSPeter Griffin
112f822d857SStefan RoeseARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
11300f141ccSDaniel SchwierzeckM:	Prafulla Wadaskar <prafulla@marvell.com>
1145ea01961SLuka PerkovM:	Luka Perkov <luka.perkov@sartura.hr>
115f822d857SStefan RoeseM:	Stefan Roese <sr@denx.de>
11600f141ccSDaniel SchwierzeckS:	Maintained
11700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-marvell.git
11856f86e39SMasahiro YamadaF:	arch/arm/mach-kirkwood/
119f822d857SStefan RoeseF:	arch/arm/mach-mvebu/
12000f141ccSDaniel Schwierzeck
12100f141ccSDaniel SchwierzeckARM MARVELL PXA
12200f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
12300f141ccSDaniel SchwierzeckS:	Maintained
12400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pxa.git
12500f141ccSDaniel SchwierzeckF:	arch/arm/cpu/pxa/
12600f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-pxa/
12700f141ccSDaniel Schwierzeck
1284810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
1294810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1304810c2f8SNobuhiro IwamatsuS:	Maintained
1314810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
1324810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
1334810c2f8SNobuhiro Iwamatsu
134c3caeac0SMasahiro YamadaARM ROCKCHIP
135c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
136f8714372SPhilipp TomsichM:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
137c3caeac0SMasahiro YamadaS:	Maintained
138c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
139641aab96SPhilipp TomsichF:	arch/arm/include/asm/arch-rockchip/
140c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
141ae0fc89eSKever YangF:	board/rockchip/
142641aab96SPhilipp TomsichF:	drivers/clk/rockchip/
143641aab96SPhilipp TomsichF:	drivers/gpio/rk_gpio.c
144641aab96SPhilipp TomsichF:	drivers/misc/rockchip-efuse.c
145641aab96SPhilipp TomsichF:	drivers/pinctrl/rockchip/
146641aab96SPhilipp TomsichF:	drivers/ram/rockchip/
147641aab96SPhilipp TomsichF:	drivers/sysreset/sysreset_rockchip.c
148641aab96SPhilipp TomsichF:	tools/rkcommon.c
149641aab96SPhilipp TomsichF:	tools/rkcommon.h
150641aab96SPhilipp TomsichF:	tools/rkimage.c
151641aab96SPhilipp TomsichF:	tools/rksd.c
152641aab96SPhilipp TomsichF:	tools/rkspi.c
153c3caeac0SMasahiro Yamada
15400f141ccSDaniel SchwierzeckARM SAMSUNG
15500f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
15600f141ccSDaniel SchwierzeckS:	Maintained
15700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
15800f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm920t/s3c24x0/
159225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
160225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
16100f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
16200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-s3c24x0/
16300f141ccSDaniel Schwierzeck
164e721e981SMateusz KulikowskiARM SNAPDRAGON
165e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
166e721e981SMateusz KulikowskiS:	Maintained
167e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
168e721e981SMateusz Kulikowski
16900f141ccSDaniel SchwierzeckARM STM SPEAR
1703a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
1713a53aba3SBin MengS:	Orphaned (Since 2016-02)
17200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
17300f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
17400f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
17500f141ccSDaniel Schwierzeck
1769fa32b12SVikas ManochaARM STM STV0991
1779fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
1789fa32b12SVikas ManochaS:	Maintained
1799fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
1809fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
1819fa32b12SVikas Manocha
18294e9a4efSPatrice ChotardARM STI
18394e9a4efSPatrice ChotardM:	Patrice Chotard <patrice.chotard@st.com>
18494e9a4efSPatrice ChotardS:	Maintained
18594e9a4efSPatrice ChotardF:	arch/arm/mach-sti/
18694e9a4efSPatrice ChotardF:	arch/arm/include/asm/arch-sti*/
18794e9a4efSPatrice Chotard
18800f141ccSDaniel SchwierzeckARM SUNXI
189543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
190543bd273SJagan TekiM:	Maxime Ripard <maxime.ripard@free-electrons.com>
191ed8f2a28SChen-Yu TsaiS:	Maintained
19200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
19300f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
19400f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
195ed8f2a28SChen-Yu TsaiF:	arch/arm/mach-sunxi/
196ed8f2a28SChen-Yu TsaiF:	board/sunxi/
19700f141ccSDaniel Schwierzeck
19800f141ccSDaniel SchwierzeckARM TEGRA
19900f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
20000f141ccSDaniel SchwierzeckS:	Maintained
20100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
20209f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
20300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
20400f141ccSDaniel Schwierzeck
20500f141ccSDaniel SchwierzeckARM TI
2064e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
20700f141ccSDaniel SchwierzeckS:	Maintained
20800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
20926f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
21026f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
21100f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/omap/
21200f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/omap*/
21300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
21400f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
21500f141ccSDaniel Schwierzeck
2160fb63aa6SMasahiro YamadaARM UNIPHIER
217ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
2180fb63aa6SMasahiro YamadaS:	Maintained
2190fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
2204c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
2215fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
222eb006c83SMasahiro YamadaN:	uniphier
2230fb63aa6SMasahiro Yamada
22400f141ccSDaniel SchwierzeckARM ZYNQ
22500f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
22600f141ccSDaniel SchwierzeckS:	Maintained
227cfcc706cSMiquel RaynalT:	git git://git.denx.de/u-boot-microblaze.git
228cfcc706cSMiquel RaynalF:	arch/arm/mach-zynq/
229cfcc706cSMiquel RaynalF:	drivers/clk/clk_zynq.c
230cfcc706cSMiquel RaynalF:	drivers/fpga/zynqpl.c
231cfcc706cSMiquel RaynalF:	drivers/gpio/zynq_gpio.c
232cfcc706cSMiquel RaynalF:	drivers/i2c/i2c-cdns.c
233cfcc706cSMiquel RaynalF:	drivers/i2c/muxes/pca954x.c
234cfcc706cSMiquel RaynalF:	drivers/i2c/zynq_i2c.c
235cfcc706cSMiquel RaynalF:	drivers/mmc/zynq_sdhci.c
236cfcc706cSMiquel RaynalF:	drivers/mtd/nand/raw/zynq_nand.c
237cfcc706cSMiquel RaynalF:	drivers/net/phy/xilinx_phy.c
238cfcc706cSMiquel RaynalF:	drivers/net/zynq_gem.c
239cfcc706cSMiquel RaynalF:	drivers/serial/serial_zynq.c
240cfcc706cSMiquel RaynalF:	drivers/spi/zynq_qspi.c
241cfcc706cSMiquel RaynalF:	drivers/spi/zynq_spi.c
242cfcc706cSMiquel RaynalF:	drivers/usb/host/ehci-zynq.c
243cfcc706cSMiquel RaynalF:	drivers/watchdog/cdns_wdt.c
244cfcc706cSMiquel RaynalF:	include/zynqpl.h
245cfcc706cSMiquel RaynalF:	tools/zynqimage.c
246cfcc706cSMiquel RaynalN:	zynq
24700f141ccSDaniel Schwierzeck
24884c7204bSMichal SimekARM ZYNQMP
24984c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
25084c7204bSMichal SimekS:	Maintained
25184c7204bSMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
252cfcc706cSMiquel RaynalF:	drivers/clk/clk_zynqmp.c
253cfcc706cSMiquel RaynalF:	drivers/fpga/zynqpl.c
254cfcc706cSMiquel RaynalF:	drivers/gpio/zynq_gpio.c
255cfcc706cSMiquel RaynalF:	drivers/i2c/i2c-cdns.c
256cfcc706cSMiquel RaynalF:	drivers/i2c/muxes/pca954x.c
257cfcc706cSMiquel RaynalF:	drivers/i2c/zynq_i2c.c
258cfcc706cSMiquel RaynalF:	drivers/mmc/zynq_sdhci.c
259cfcc706cSMiquel RaynalF:	drivers/mtd/nand/raw/zynq_nand.c
260cfcc706cSMiquel RaynalF:	drivers/net/phy/xilinx_phy.c
261cfcc706cSMiquel RaynalF:	drivers/net/zynq_gem.c
262cfcc706cSMiquel RaynalF:	drivers/serial/serial_zynq.c
263cfcc706cSMiquel RaynalF:	drivers/spi/zynq_qspi.c
264cfcc706cSMiquel RaynalF:	drivers/spi/zynq_spi.c
265cfcc706cSMiquel RaynalF:	drivers/timer/cadence-ttc.c
266cfcc706cSMiquel RaynalF:	drivers/usb/host/ehci-zynq.c
267cfcc706cSMiquel RaynalF:	drivers/watchdog/cdns_wdt.c
268cfcc706cSMiquel RaynalF:	include/zynqmppl.h
269cfcc706cSMiquel RaynalF:	tools/zynqmp*
270cfcc706cSMiquel RaynalN:	ultra96
271cfcc706cSMiquel RaynalN:	zynqmp
272cfcc706cSMiquel Raynal
273cfcc706cSMiquel RaynalARM ZYNQMP R5
274cfcc706cSMiquel RaynalM:	Michal Simek <michal.simek@xilinx.com>
275cfcc706cSMiquel RaynalS:	Maintained
276cfcc706cSMiquel RaynalT:	git git://git.denx.de/u-boot-microblaze.git
277cfcc706cSMiquel RaynalF:	arch/arm/mach-zynqmp-r5/
27884c7204bSMichal Simek
27900f141ccSDaniel SchwierzeckBUILDMAN
28000f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
28100f141ccSDaniel SchwierzeckS:	Maintained
28200f141ccSDaniel SchwierzeckF:	tools/buildman/
28300f141ccSDaniel Schwierzeck
28400f141ccSDaniel SchwierzeckCFI FLASH
28500f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
28600f141ccSDaniel SchwierzeckS:	Maintained
28700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
288c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
289c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
29000f141ccSDaniel Schwierzeck
29100f141ccSDaniel SchwierzeckCOLDFIRE
29282ebb7e5Sangelo@sysam.itM:	Huan Wang <alison.wang@freescale.com>
29382ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
29400f141ccSDaniel SchwierzeckS:	Maintained
29500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
29600f141ccSDaniel SchwierzeckF:	arch/m68k/
29700f141ccSDaniel Schwierzeck
29800f141ccSDaniel SchwierzeckDFU
29956acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
30000f141ccSDaniel SchwierzeckS:	Maintained
30100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
30200f141ccSDaniel SchwierzeckF:	drivers/dfu/
30355ca6138SLukasz MajewskiF:	drivers/usb/gadget/
30400f141ccSDaniel Schwierzeck
30500f141ccSDaniel SchwierzeckDRIVER MODEL
30600f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
30700f141ccSDaniel SchwierzeckS:	Maintained
3088770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
30900f141ccSDaniel SchwierzeckF:	drivers/core/
31000f141ccSDaniel SchwierzeckF:	include/dm/
31100f141ccSDaniel SchwierzeckF:	test/dm/
31200f141ccSDaniel Schwierzeck
313e4a7394aSAlexander GrafEFI PAYLOAD
314e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
315e4a7394aSAlexander GrafS:	Maintained
316bc188a30SAlexander GrafT:	git git://github.com/agraf/u-boot.git
317e4a7394aSAlexander GrafF:	include/efi_loader.h
318e4a7394aSAlexander GrafF:	lib/efi_loader/
319e4a7394aSAlexander GrafF:	cmd/bootefi.c
320e4a7394aSAlexander Graf
32100f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
32200f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
32300f141ccSDaniel SchwierzeckS:	Maintained
32400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
32500f141ccSDaniel SchwierzeckF:	lib/fdtdec*
32600f141ccSDaniel SchwierzeckF:	lib/libfdt/
32700f141ccSDaniel SchwierzeckF:	include/fdt*
32800f141ccSDaniel SchwierzeckF:	include/libfdt*
329643f8d4cSAndreas FärberF:	cmd/fdt.c
33000f141ccSDaniel SchwierzeckF:	common/fdt_support.c
33100f141ccSDaniel Schwierzeck
33200f141ccSDaniel SchwierzeckFREEBSD
33300f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
33400f141ccSDaniel SchwierzeckS:	Maintained
33500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
33600f141ccSDaniel Schwierzeck
33700f141ccSDaniel SchwierzeckFREESCALE QORIQ
3382f231025SYork SunM:	York Sun <york.sun@nxp.com>
33900f141ccSDaniel SchwierzeckS:	Maintained
34000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
34100f141ccSDaniel Schwierzeck
34200f141ccSDaniel SchwierzeckI2C
34300f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
34400f141ccSDaniel SchwierzeckS:	Maintained
34500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
34600f141ccSDaniel SchwierzeckF:	drivers/i2c/
34700f141ccSDaniel Schwierzeck
3489530301cSSimon GlassLOGGING
3499530301cSSimon GlassM:	Simon Glass <sjg@chromium.org>
3509530301cSSimon GlassS:	Maintained
3519530301cSSimon GlassT:	git git://git.denx.de/u-boot.git
3529530301cSSimon GlassF:	common/log.c
3539530301cSSimon GlassF:	cmd/log.c
35473991b07SSimon GlassF:	test/log/log_test.c
355c41d05c3SSimon GlassF:	test/py/tests/test_log.py
3569530301cSSimon Glass
35700f141ccSDaniel SchwierzeckMICROBLAZE
35800f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
35900f141ccSDaniel SchwierzeckS:	Maintained
36000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
36100f141ccSDaniel SchwierzeckF:	arch/microblaze/
36200f141ccSDaniel Schwierzeck
36300f141ccSDaniel SchwierzeckMIPS
36400f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
36500f141ccSDaniel SchwierzeckS:	Maintained
36600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
36700f141ccSDaniel SchwierzeckF:	arch/mips/
36800f141ccSDaniel Schwierzeck
36900f141ccSDaniel SchwierzeckMMC
370dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
37100f141ccSDaniel SchwierzeckS:	Maintained
37200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
37300f141ccSDaniel SchwierzeckF:	drivers/mmc/
37400f141ccSDaniel Schwierzeck
375cfcc706cSMiquel RaynalNAND FLASH
376cfcc706cSMiquel Raynal#M:	Scott Wood <oss@buserror.net>
377cfcc706cSMiquel RaynalS:	Orphaned (Since 2018-07)
378cfcc706cSMiquel RaynalT:	git git://git.denx.de/u-boot-nand-flash.git
379cfcc706cSMiquel RaynalF:	drivers/mtd/nand/raw/
380cfcc706cSMiquel Raynal
381cfcc706cSMiquel RaynalNDS32
382cfcc706cSMiquel RaynalM:	Macpaul Lin <macpaul@andestech.com>
383cfcc706cSMiquel RaynalS:	Maintained
384cfcc706cSMiquel RaynalT:	git git://git.denx.de/u-boot-nds32.git
385cfcc706cSMiquel RaynalF:	arch/nds32/
386cfcc706cSMiquel Raynal
387cfcc706cSMiquel RaynalNETWORK
388cfcc706cSMiquel RaynalM:	Joe Hershberger <joe.hershberger@ni.com>
389cfcc706cSMiquel RaynalS:	Maintained
390cfcc706cSMiquel RaynalT:	git git://git.denx.de/u-boot-net.git
391cfcc706cSMiquel RaynalF:	drivers/net/
392cfcc706cSMiquel RaynalF:	net/
393cfcc706cSMiquel Raynal
394cfcc706cSMiquel RaynalNIOS
395cfcc706cSMiquel RaynalM:	Thomas Chou <thomas@wytron.com.tw>
396cfcc706cSMiquel RaynalS:	Maintained
397cfcc706cSMiquel RaynalT:	git git://git.denx.de/u-boot-nios.git
398cfcc706cSMiquel RaynalF:	arch/nios2/
399cfcc706cSMiquel Raynal
400cfcc706cSMiquel RaynalONENAND
401cfcc706cSMiquel Raynal#M:	Lukasz Majewski <l.majewski@majess.pl>
402cfcc706cSMiquel RaynalS:	Orphaned (Since 2017-01)
403cfcc706cSMiquel RaynalT:	git git://git.denx.de/u-boot-onenand.git
404cfcc706cSMiquel RaynalF:	drivers/mtd/onenand/
405cfcc706cSMiquel Raynal
40600f141ccSDaniel SchwierzeckPATMAN
40700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
40800f141ccSDaniel SchwierzeckS:	Maintained
40900f141ccSDaniel SchwierzeckF:	tools/patman/
41000f141ccSDaniel Schwierzeck
41100f141ccSDaniel SchwierzeckPOWERPC
41200f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
41300f141ccSDaniel SchwierzeckS:	Maintained
41400f141ccSDaniel SchwierzeckF:	arch/powerpc/
41500f141ccSDaniel Schwierzeck
41600f141ccSDaniel SchwierzeckPOWERPC MPC8XX
417907208c4SChristophe LeroyM:	Christophe Leroy <christophe.leroy@c-s.fr>
41800f141ccSDaniel SchwierzeckS:	Maintained
41900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
42000f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
42100f141ccSDaniel Schwierzeck
42200f141ccSDaniel SchwierzeckPOWERPC MPC83XX
423e5ed4c3eSmario.six@gdsys.ccM:	Mario Six <mario.six@gdsys.cc>
424e5ed4c3eSmario.six@gdsys.ccS:	Maintained
42500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
42600f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
42700f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
42800f141ccSDaniel Schwierzeck
42900f141ccSDaniel SchwierzeckPOWERPC MPC85XX
4302f231025SYork SunM:	York Sun <york.sun@nxp.com>
43100f141ccSDaniel SchwierzeckS:	Maintained
43200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
43300f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
43400f141ccSDaniel Schwierzeck
43500f141ccSDaniel SchwierzeckPOWERPC MPC86XX
4362f231025SYork SunM:	York Sun <york.sun@nxp.com>
43700f141ccSDaniel SchwierzeckS:	Maintained
43800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
43900f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
44000f141ccSDaniel Schwierzeck
44100f141ccSDaniel SchwierzeckPOWERPC PPC4XX
44200f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
44300f141ccSDaniel SchwierzeckS:	Maintained
44400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ppc4xx.git
44500f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/ppc4xx/
44600f141ccSDaniel Schwierzeck
4476e1cfb09SJaehoon ChungPOWER
4486e1cfb09SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
4496e1cfb09SJaehoon ChungS:	Maintained
4506e1cfb09SJaehoon ChungT:	git git://git.denx.de/u-boot-pmic.git
4516e1cfb09SJaehoon ChungF:	drivers/power/
4526e1cfb09SJaehoon Chung
45300f141ccSDaniel SchwierzeckNETWORK
454a60de1eeSJoe HershbergerM:	Joe Hershberger <joe.hershberger@ni.com>
45500f141ccSDaniel SchwierzeckS:	Maintained
45600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-net.git
45700f141ccSDaniel SchwierzeckF:	drivers/net/
458a60de1eeSJoe HershbergerF:	net/
45900f141ccSDaniel Schwierzeck
46000f141ccSDaniel SchwierzeckNAND FLASH
4613ef9cdb7SScott WoodM:	Scott Wood <oss@buserror.net>
46200f141ccSDaniel SchwierzeckS:	Maintained
46300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nand-flash.git
46400f141ccSDaniel SchwierzeckF:	drivers/mtd/nand/
46500f141ccSDaniel Schwierzeck
46600f141ccSDaniel SchwierzeckNDS32
46700f141ccSDaniel SchwierzeckM:	Macpaul Lin <macpaul@andestech.com>
46800f141ccSDaniel SchwierzeckS:	Maintained
46900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nds32.git
47000f141ccSDaniel SchwierzeckF:	arch/nds32/
47100f141ccSDaniel Schwierzeck
47200f141ccSDaniel SchwierzeckNIOS
47300f141ccSDaniel SchwierzeckM:	Thomas Chou <thomas@wytron.com.tw>
47400f141ccSDaniel SchwierzeckS:	Maintained
47500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-nios.git
47600f141ccSDaniel SchwierzeckF:	arch/nios2/
47700f141ccSDaniel Schwierzeck
47800f141ccSDaniel SchwierzeckONENAND
479dea60688SLukasz Majewski#M:	Lukasz Majewski <l.majewski@majess.pl>
480dea60688SLukasz MajewskiS:	Orphaned (Since 2017-01)
48100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-onenand.git
48200f141ccSDaniel SchwierzeckF:	drivers/mtd/onenand/
48300f141ccSDaniel Schwierzeck
48400f141ccSDaniel SchwierzeckSANDBOX
48500f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
48600f141ccSDaniel SchwierzeckS:	Maintained
48700f141ccSDaniel SchwierzeckF:	arch/sandbox/
48800f141ccSDaniel Schwierzeck
48900f141ccSDaniel SchwierzeckSH
49000f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49100f141ccSDaniel SchwierzeckS:	Maintained
49200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
49300f141ccSDaniel SchwierzeckF:	arch/sh/
49400f141ccSDaniel Schwierzeck
49500f141ccSDaniel SchwierzeckSPI
49616185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
49700f141ccSDaniel SchwierzeckS:	Maintained
49800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
49900f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
50000f141ccSDaniel SchwierzeckF:	drivers/spi/
50100f141ccSDaniel SchwierzeckF:	include/spi*
50200f141ccSDaniel Schwierzeck
503e721e981SMateusz KulikowskiSPMI
504e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
505e721e981SMateusz KulikowskiS:	Maintained
506e721e981SMateusz KulikowskiF:	drivers/spmi/
507e721e981SMateusz KulikowskiF:	include/spmi/
508e721e981SMateusz Kulikowski
5094e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
5104e2fdf45SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
5114e2fdf45SAndrew F. DavisS:	Supported
5124e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
5134e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec-fxns.c
5144e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
5154e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
516a42eee12SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
5174e2fdf45SAndrew F. DavisF:	configs/am43xx_hs_evm_defconfig
5184e2fdf45SAndrew F. DavisF:	configs/am57xx_hs_evm_defconfig
5194e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_defconfig
5208a707bafSLokesh VutlaF:	configs/k2hk_hs_evm_defconfig
5218a707bafSLokesh VutlaF:	configs/k2e_hs_evm_defconfig
5228a707bafSLokesh VutlaF:	configs/k2g_hs_evm_defconfig
5234e2fdf45SAndrew F. Davis
52400f141ccSDaniel SchwierzeckTQ GROUP
5253a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
5263a53aba3SBin MengS:	Orphaned (Since 2016-02)
52700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
52800f141ccSDaniel Schwierzeck
52900f141ccSDaniel SchwierzeckUBI
53000f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
53169337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
53200f141ccSDaniel SchwierzeckS:	Maintained
53300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
53400f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
53500f141ccSDaniel Schwierzeck
53600f141ccSDaniel SchwierzeckUSB
53700f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
53800f141ccSDaniel SchwierzeckS:	Maintained
53900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
54000f141ccSDaniel SchwierzeckF:	drivers/usb/
54100f141ccSDaniel Schwierzeck
54288af3643SBin MengUSB xHCI
54388af3643SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
54488af3643SBin MengS:	Maintained
54588af3643SBin MengT:	git git://git.denx.de/u-boot-usb.git topic-xhci
54688af3643SBin MengF:	drivers/usb/host/xhci*
547*143fc13bSJean-Jacques HiblotF:	include/usb/xhci.h
54888af3643SBin Meng
54900f141ccSDaniel SchwierzeckVIDEO
55000f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
55100f141ccSDaniel SchwierzeckS:	Maintained
55200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
55300f141ccSDaniel SchwierzeckF:	drivers/video/
554c967fb78SAnatolij GustschinF:	common/lcd*.c
555c967fb78SAnatolij GustschinF:	include/lcd*.h
55600f141ccSDaniel Schwierzeck
55700f141ccSDaniel SchwierzeckX86
55800f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
559dc5210a2SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
56000f141ccSDaniel SchwierzeckS:	Maintained
56100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
56200f141ccSDaniel SchwierzeckF:	arch/x86/
56300f141ccSDaniel Schwierzeck
564de5e5ceaSChris ZankelXTENSA
565de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
566de5e5ceaSChris ZankelS:	Maintained
567de5e5ceaSChris ZankelF:	arch/xtensa/
568de5e5ceaSChris Zankel
56900f141ccSDaniel SchwierzeckTHE REST
5704e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
57100f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
57200f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
57300f141ccSDaniel SchwierzeckS:	Maintained
57400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
57500f141ccSDaniel SchwierzeckF:	*
57600f141ccSDaniel SchwierzeckF:	*/
577