xref: /openbmc/u-boot/MAINTAINERS (revision d049ff9c)
100f141ccSDaniel SchwierzeckDescriptions of section entries:
200f141ccSDaniel Schwierzeck
300f141ccSDaniel Schwierzeck	P: Person (obsolete)
400f141ccSDaniel Schwierzeck	M: Mail patches to: FullName <address@domain>
565fa17d4SHeinrich Schuchardt	R: Designated reviewer: FullName <address@domain>
665fa17d4SHeinrich Schuchardt	   These reviewers should be CCed on patches.
700f141ccSDaniel Schwierzeck	L: Mailing list that is relevant to this area
800f141ccSDaniel Schwierzeck	W: Web-page with status/info
900f141ccSDaniel Schwierzeck	Q: Patchwork web based patch tracking system site
1000f141ccSDaniel Schwierzeck	T: SCM tree type and location.
1100f141ccSDaniel Schwierzeck	   Type is one of: git, hg, quilt, stgit, topgit
1200f141ccSDaniel Schwierzeck	S: Status, one of the following:
1300f141ccSDaniel Schwierzeck	   Supported:	Someone is actually paid to look after this.
1400f141ccSDaniel Schwierzeck	   Maintained:	Someone actually looks after it.
1500f141ccSDaniel Schwierzeck	   Odd Fixes:	It has a maintainer but they don't have time to do
1600f141ccSDaniel Schwierzeck			much other than throw the odd patch in. See below..
1700f141ccSDaniel Schwierzeck	   Orphan:	No current maintainer [but maybe you could take the
1800f141ccSDaniel Schwierzeck			role as you write your new code].
1900f141ccSDaniel Schwierzeck	   Obsolete:	Old code. Something tagged obsolete generally means
2000f141ccSDaniel Schwierzeck			it has been replaced by a better system and you
2100f141ccSDaniel Schwierzeck			should be using that.
2200f141ccSDaniel Schwierzeck	F: Files and directories with wildcard patterns.
2300f141ccSDaniel Schwierzeck	   A trailing slash includes all files and subdirectory files.
2400f141ccSDaniel Schwierzeck	   F:	drivers/net/	all files in and below drivers/net
2500f141ccSDaniel Schwierzeck	   F:	drivers/net/*	all files in drivers/net, but not below
2600f141ccSDaniel Schwierzeck	   F:	*/net/*		all files in "any top level directory"/net
2700f141ccSDaniel Schwierzeck	   One pattern per line.  Multiple F: lines acceptable.
2800f141ccSDaniel Schwierzeck	N: Files and directories with regex patterns.
2900f141ccSDaniel Schwierzeck	   N:	[^a-z]tegra	all files whose path contains the word tegra
3000f141ccSDaniel Schwierzeck	   One pattern per line.  Multiple N: lines acceptable.
3100f141ccSDaniel Schwierzeck	   scripts/get_maintainer.pl has different behavior for files that
3200f141ccSDaniel Schwierzeck	   match F: pattern and matches of N: patterns.  By default,
3300f141ccSDaniel Schwierzeck	   get_maintainer will not look at git log history when an F: pattern
3400f141ccSDaniel Schwierzeck	   match occurs.  When an N: match occurs, git log history is used
3500f141ccSDaniel Schwierzeck	   to also notify the people that have git commit signatures.
3600f141ccSDaniel Schwierzeck	X: Files and directories that are NOT maintained, same rules as F:
3700f141ccSDaniel Schwierzeck	   Files exclusions are tested before file matches.
3800f141ccSDaniel Schwierzeck	   Can be useful for excluding a specific subdirectory, for instance:
3900f141ccSDaniel Schwierzeck	   F:	net/
4000f141ccSDaniel Schwierzeck	   X:	net/ipv6/
4100f141ccSDaniel Schwierzeck	   matches all files in and below net excluding net/ipv6/
4200f141ccSDaniel Schwierzeck	K: Keyword perl extended regex pattern to match content in a
4300f141ccSDaniel Schwierzeck	   patch or file.  For instance:
4400f141ccSDaniel Schwierzeck	   K: of_get_profile
4500f141ccSDaniel Schwierzeck	      matches patches or files that contain "of_get_profile"
4600f141ccSDaniel Schwierzeck	   K: \b(printk|pr_(info|err))\b
4700f141ccSDaniel Schwierzeck	      matches patches or files that contain one or more of the words
4800f141ccSDaniel Schwierzeck	      printk, pr_info or pr_err
4900f141ccSDaniel Schwierzeck	   One regex pattern per line.  Multiple K: lines acceptable.
5000f141ccSDaniel Schwierzeck
5100f141ccSDaniel SchwierzeckNote: For the hard of thinking, this list is meant to remain in alphabetical
5200f141ccSDaniel Schwierzeckorder. If you could add yourselves to it in alphabetical order that would be
5300f141ccSDaniel Schwierzeckso much easier [Ed]
5400f141ccSDaniel Schwierzeck
5500f141ccSDaniel SchwierzeckMaintainers List (try to look for most precise areas first)
5600f141ccSDaniel Schwierzeck
5700f141ccSDaniel Schwierzeck		-----------------------------------
5800f141ccSDaniel SchwierzeckARC
5900f141ccSDaniel SchwierzeckM:	Alexey Brodkin <alexey.brodkin@synopsys.com>
604006200dSEugeniy PaltsevM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
6100f141ccSDaniel SchwierzeckS:	Maintained
624006200dSEugeniy PaltsevL:	uboot-snps-arc@synopsys.com
6300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arc.git
6400f141ccSDaniel SchwierzeckF:	arch/arc/
65b08b113eSAlexey BrodkinF:	board/synopsys/
6600f141ccSDaniel Schwierzeck
67e80dac0aSEugeniy PaltsevARC HSDK CGU CLOCK
68e80dac0aSEugeniy PaltsevM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
69e80dac0aSEugeniy PaltsevS:	Maintained
70e80dac0aSEugeniy PaltsevL:	uboot-snps-arc@synopsys.com
71e80dac0aSEugeniy PaltsevF:	drivers/clk/clk-hsdk-cgu.c
72e80dac0aSEugeniy PaltsevF:	include/dt-bindings/clock/snps,hsdk-cgu.h
73e80dac0aSEugeniy PaltsevF:	doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
74e80dac0aSEugeniy Paltsev
75b7d6e0abSHeinrich SchuchardtARC HSDK CREG GPIO
76b7d6e0abSHeinrich SchuchardtM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
77b7d6e0abSHeinrich SchuchardtS:	Maintained
78b7d6e0abSHeinrich SchuchardtL:	uboot-snps-arc@synopsys.com
797620ec4dSEugeniy PaltsevF:	doc/device-tree-bindings/gpio/snps,creg-gpio.txt
80b7d6e0abSHeinrich SchuchardtF:	drivers/gpio/hsdk-creg-gpio.c
81b7d6e0abSHeinrich Schuchardt
8200f141ccSDaniel SchwierzeckARM
8300f141ccSDaniel SchwierzeckM:	Albert Aribaud <albert.u.boot@aribaud.net>
8400f141ccSDaniel SchwierzeckS:	Maintained
8500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arm.git
8600f141ccSDaniel SchwierzeckF:	arch/arm/
8700f141ccSDaniel Schwierzeck
88d8540a16SPavel MachekARM ALTERA SOCFPGA
89d8540a16SPavel MachekM:	Marek Vasut <marex@denx.de>
90d8540a16SPavel MachekS:	Maintainted
91d8540a16SPavel MachekT:	git git://git.denx.de/u-boot-socfpga.git
92f22dede2SJagan TekiF:	arch/arm/mach-socfpga/
93d8540a16SPavel Machek
9400f141ccSDaniel SchwierzeckARM ATMEL AT91
9509c2b8f3SAndreas BießmannM:	Andreas Bießmann <andreas@biessmann.org>
9600f141ccSDaniel SchwierzeckS:	Maintained
9700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-atmel.git
9862011840SMasahiro YamadaF:	arch/arm/mach-at91/
9900f141ccSDaniel Schwierzeck
100fe84ebf0SStephen WarrenARM BROADCOM BCM283X
101958d55f2SAlexander GrafM:	Alexander Graf <agraf@suse.de>
102958d55f2SAlexander GrafS:	Maintained
103fe84ebf0SStephen WarrenF:	arch/arm/mach-bcm283x/
104fe84ebf0SStephen WarrenF:	drivers/gpio/bcm2835_gpio.c
105fe84ebf0SStephen WarrenF:	drivers/mmc/bcm2835_sdhci.c
106c8a73a26SAlexander GrafF:	drivers/mmc/bcm2835_sdhost.c
107fe84ebf0SStephen WarrenF:	drivers/serial/serial_bcm283x_mu.c
1086001985fSAlexander GrafF:	drivers/serial/serial_bcm283x_pl011.c
109fe84ebf0SStephen WarrenF:	drivers/video/bcm2835.c
110fe84ebf0SStephen WarrenF:	include/dm/platform_data/serial_bcm283x_mu.h
111caf2233bSAlexander GrafF:	drivers/pinctrl/broadcom/
112fe84ebf0SStephen Warren
113894c3ad2SThomas FitzsimmonsARM BROADCOM BCMSTB
114894c3ad2SThomas FitzsimmonsM:	Thomas Fitzsimmons <fitzsim@fitzsim.org>
115894c3ad2SThomas FitzsimmonsS:	Maintained
116894c3ad2SThomas FitzsimmonsF:	arch/arm/mach-bcmstb/
117894c3ad2SThomas FitzsimmonsF:	board/broadcom/bcmstb/
1183f20321aSThomas FitzsimmonsF:	configs/bcm7*_defconfig
119894c3ad2SThomas FitzsimmonsF:	doc/README.bcm7xxx
120894c3ad2SThomas FitzsimmonsF:	drivers/mmc/bcmstb_sdhci.c
121894c3ad2SThomas FitzsimmonsF:	drivers/spi/bcmstb_spi.c
122894c3ad2SThomas Fitzsimmons
12300f141ccSDaniel SchwierzeckARM FREESCALE IMX
12400f141ccSDaniel SchwierzeckM:	Stefano Babic <sbabic@denx.de>
1252aaf7c49SFabio EstevamM:	Fabio Estevam <fabio.estevam@nxp.com>
126d17b0bedSPeng FanR:	NXP i.MX U-Boot Team <uboot-imx@nxp.com>
12700f141ccSDaniel SchwierzeckS:	Maintained
12800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-imx.git
12900f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm1136/mx*/
13000f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/mx*/
13100f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/vf610/
132552a848eSStefano BabicF:	arch/arm/mach-imx/
13300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-imx/
13400f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-mx*/
13500f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-vf610/
136552a848eSStefano BabicF:	arch/arm/include/asm/mach-imx/
13777cbd3a1SFabio EstevamF:	board/freescale/*mx*/
13800f141ccSDaniel Schwierzeck
139ae4dc15dSPeter GriffinARM HISILICON
140ae4dc15dSPeter GriffinM:	Peter Griffin <peter.griffin@linaro.org>
141ae4dc15dSPeter GriffinS:	Maintained
142ae4dc15dSPeter GriffinF:	arch/arm/cpu/armv8/hisilicon
1430f8525f5SHeinrich SchuchardtF:	arch/arm/include/asm/arch-hi6220/
144ae4dc15dSPeter Griffin
1454b8cb843SMarek BehúnARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX
14600f141ccSDaniel SchwierzeckM:	Prafulla Wadaskar <prafulla@marvell.com>
1475ea01961SLuka PerkovM:	Luka Perkov <luka.perkov@sartura.hr>
148f822d857SStefan RoeseM:	Stefan Roese <sr@denx.de>
14900f141ccSDaniel SchwierzeckS:	Maintained
15000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-marvell.git
15156f86e39SMasahiro YamadaF:	arch/arm/mach-kirkwood/
152f822d857SStefan RoeseF:	arch/arm/mach-mvebu/
153592b4a7eSKen MaF:	drivers/ata/ahci_mvebu.c
1544b8cb843SMarek BehúnF:	drivers/phy/marvell/
15500f141ccSDaniel Schwierzeck
15600f141ccSDaniel SchwierzeckARM MARVELL PXA
15700f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
15800f141ccSDaniel SchwierzeckS:	Maintained
15900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pxa.git
16000f141ccSDaniel SchwierzeckF:	arch/arm/cpu/pxa/
16100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-pxa/
16200f141ccSDaniel Schwierzeck
163a9da9eebSRyder LeeARM MEDIATEK
164a9da9eebSRyder LeeM:	Ryder Lee <ryder.lee@mediatek.com>
165a9da9eebSRyder LeeM:	Weijie Gao <weijie.gao@mediatek.com>
166a9da9eebSRyder LeeS:	Maintained
167a9da9eebSRyder LeeF:	arch/arm/mach-mediatek/
168a9da9eebSRyder LeeF:	arch/arm/include/asm/arch-mediatek/
169a9da9eebSRyder LeeF:	board/mediatek/
170a9da9eebSRyder LeeF:	doc/README.mediatek
171a9da9eebSRyder LeeF:	drivers/clk/mediatek/
172a9da9eebSRyder LeeF:	drivers/mmc/mtk-sd.c
173a9da9eebSRyder LeeF:	drivers/pinctrl/mediatek/
174a9da9eebSRyder LeeF:	drivers/power/domain/mtk-power-domain.c
175a9da9eebSRyder LeeF:	drivers/ram/mediatek/
176a9da9eebSRyder LeeF:	drivers/spi/mtk_qspi.c
177a9da9eebSRyder LeeF:	drivers/timer/mtk_timer.c
178a9da9eebSRyder LeeF:	drivers/watchdog/mtk_wdt.c
179*d049ff9cSWeijie GaoF:	drivers/net/mtk_eth.c
180*d049ff9cSWeijie GaoF:	drivers/reset/reset-mediatek.c
181a9da9eebSRyder LeeF:	tools/mtk_image.c
182a9da9eebSRyder LeeF:	tools/mtk_image.h
183a9da9eebSRyder LeeN:	mediatek
184a9da9eebSRyder Lee
185e2a1484cSManivannan SadhasivamARM OWL
186e2a1484cSManivannan SadhasivamM:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
187e2a1484cSManivannan SadhasivamS:	Maintained
188e2a1484cSManivannan SadhasivamF:	arch/arm/include/asm/arch-owl/
189e2a1484cSManivannan SadhasivamF:	arch/arm/mach-owl/
190e2a1484cSManivannan SadhasivamF:	board/ucRobotics/
191e2a1484cSManivannan SadhasivamF:	drivers/clk/owl/
192e2a1484cSManivannan SadhasivamF:	drivers/serial/serial_owl.c
193e2a1484cSManivannan Sadhasivam
1944810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
1954810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1969db60e25SMarek VasutM:	Marek Vasut <marek.vasut+renesas@gmail.com>
1974810c2f8SNobuhiro IwamatsuS:	Maintained
1984810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
1994810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
2004810c2f8SNobuhiro Iwamatsu
201c3caeac0SMasahiro YamadaARM ROCKCHIP
202c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
203f8714372SPhilipp TomsichM:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
204c3caeac0SMasahiro YamadaS:	Maintained
205c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
2068b45193aSPhilipp TomsichF:	arch/arm/include/asm/arch-rockchip/
207c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
208ae0fc89eSKever YangF:	board/rockchip/
2098b45193aSPhilipp TomsichF:	drivers/clk/rockchip/
2108b45193aSPhilipp TomsichF:	drivers/gpio/rk_gpio.c
2118b45193aSPhilipp TomsichF:	drivers/misc/rockchip-efuse.c
21247b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_sdhci.c
21347b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_dw_mmc.c
2148b45193aSPhilipp TomsichF:	drivers/pinctrl/rockchip/
2158b45193aSPhilipp TomsichF:	drivers/ram/rockchip/
2168b45193aSPhilipp TomsichF:	drivers/sysreset/sysreset_rockchip.c
2173f565522SPhilipp TomsichF:	drivers/video/rockchip/
2188b45193aSPhilipp TomsichF:	tools/rkcommon.c
2198b45193aSPhilipp TomsichF:	tools/rkcommon.h
2208b45193aSPhilipp TomsichF:	tools/rkimage.c
2218b45193aSPhilipp TomsichF:	tools/rksd.c
2228b45193aSPhilipp TomsichF:	tools/rkspi.c
223c3caeac0SMasahiro Yamada
22400f141ccSDaniel SchwierzeckARM SAMSUNG
22500f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
22600f141ccSDaniel SchwierzeckS:	Maintained
22700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
228225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
229225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
23000f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
23100f141ccSDaniel Schwierzeck
232e721e981SMateusz KulikowskiARM SNAPDRAGON
23392a14a47SRamon FriedM:	Ramon Fried <ramon.fried@gmail.com>
234e721e981SMateusz KulikowskiS:	Maintained
235e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
236ce18baf9SRamon FriedF:	drivers/gpio/msm_gpio.c
237ce18baf9SRamon FriedF:	drivers/mmc/msm_sdhci.c
23892454e47SRamon FriedF:	drivers/phy/msm8916-usbh-phy.c
239ce18baf9SRamon FriedF:	drivers/serial/serial_msm.c
240654dd4a8SRamon FriedF:	drivers/smem/msm_smem.c
241ce18baf9SRamon FriedF:	drivers/usb/host/ehci-msm.c
242e721e981SMateusz Kulikowski
243b7d6e0abSHeinrich SchuchardtARM STI
244b7d6e0abSHeinrich SchuchardtM:	Patrice Chotard <patrice.chotard@st.com>
245b7d6e0abSHeinrich SchuchardtS:	Maintained
246b7d6e0abSHeinrich SchuchardtF:	arch/arm/mach-sti/
247b7d6e0abSHeinrich SchuchardtF:	arch/arm/include/asm/arch-sti*/
248b7d6e0abSHeinrich Schuchardt
24900f141ccSDaniel SchwierzeckARM STM SPEAR
2503a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
2513a53aba3SBin MengS:	Orphaned (Since 2016-02)
25200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
25300f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
25400f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
25500f141ccSDaniel Schwierzeck
2562514c2d0SPatrick DelaunayARM STM STM32MP
2572514c2d0SPatrick DelaunayM:	Patrick Delaunay <patrick.delaunay@st.com>
258f65b82ffSPatrice ChotardM:	Christophe Kerello <christophe.kerello@st.com>
259f65b82ffSPatrice ChotardM:	Patrice Chotard <patrice.chotard@st.com>
26084ee59a5SPatrick DelaunayL:	uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
2612514c2d0SPatrick DelaunayS:	Maintained
2622514c2d0SPatrick DelaunayF:	arch/arm/mach-stm32mp
263b57aaa07SHeinrich SchuchardtF:	drivers/clk/clk_stm32mp1.c
264f65b82ffSPatrice ChotardF:	drivers/i2c/stm32f7_i2c.c
265c3600e1fSPatrick DelaunayF:	drivers/misc/stm32mp_fuse.c
266f65b82ffSPatrice ChotardF:	drivers/mmc/stm32_sdmmc2.c
267f65b82ffSPatrice ChotardF:	drivers/phy/phy-stm32-usbphyc.c
268f65b82ffSPatrice ChotardF:	drivers/pinctrl/pinctrl_stm32.c
269f65b82ffSPatrice ChotardF:	drivers/power/regulator/stm32-vrefbuf.c
270b57aaa07SHeinrich SchuchardtF:	drivers/ram/stm32mp1/
271f65b82ffSPatrice ChotardF:	drivers/misc/stm32_rcc.c
272f65b82ffSPatrice ChotardF:	drivers/reset/stm32-reset.c
273f65b82ffSPatrice ChotardF:	drivers/spi/stm32_qspi.c
2742514c2d0SPatrick Delaunay
2759fa32b12SVikas ManochaARM STM STV0991
2769fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
2779fa32b12SVikas ManochaS:	Maintained
2789fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
2799fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
2809fa32b12SVikas Manocha
28100f141ccSDaniel SchwierzeckARM SUNXI
282543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
283bf8f4c44SMaxime RipardM:	Maxime Ripard <maxime.ripard@bootlin.com>
284ed8f2a28SChen-Yu TsaiS:	Maintained
28500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
28600f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
28700f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
288ed8f2a28SChen-Yu TsaiF:	arch/arm/mach-sunxi/
289ed8f2a28SChen-Yu TsaiF:	board/sunxi/
29000f141ccSDaniel Schwierzeck
29100f141ccSDaniel SchwierzeckARM TEGRA
29200f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
29300f141ccSDaniel SchwierzeckS:	Maintained
29400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
29509f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
29600f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
29700f141ccSDaniel Schwierzeck
29800f141ccSDaniel SchwierzeckARM TI
2994e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
30000f141ccSDaniel SchwierzeckS:	Maintained
30100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
30226f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
303586bde93SLokesh VutlaF:	arch/arm/mach-k3/
30426f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
30500f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
30600f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
30700f141ccSDaniel Schwierzeck
3080fb63aa6SMasahiro YamadaARM UNIPHIER
309ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
3100fb63aa6SMasahiro YamadaS:	Maintained
3110fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
3124c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
3135fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
314eb006c83SMasahiro YamadaN:	uniphier
3150fb63aa6SMasahiro Yamada
316ec48b6c9SMichal SimekARM VERSAL
317ec48b6c9SMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
318ec48b6c9SMichal SimekS:	Maintained
319ec48b6c9SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
320ec48b6c9SMichal SimekF:	arch/arm/mach-versal/
321ec48b6c9SMichal Simek
3220fabfeb2SLiviu DudauARM VERSATILE EXPRESS DRIVERS
3230fabfeb2SLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
3240fabfeb2SLiviu DudauS:	Maintained
3250fabfeb2SLiviu DudauT:	git git://github.com/ARM-software/u-boot.git
3260fabfeb2SLiviu DudauF:	drivers/misc/vexpress_config.c
3270fabfeb2SLiviu DudauN:	vexpress
3280fabfeb2SLiviu Dudau
32900f141ccSDaniel SchwierzeckARM ZYNQ
33000f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
33100f141ccSDaniel SchwierzeckS:	Maintained
3328ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3338ae3d0b5SMichal SimekF:	arch/arm/mach-zynq/
3348ae3d0b5SMichal SimekF:	drivers/clk/clk_zynq.c
3358ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
3368ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
3378ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
3388ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
3398ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
3408ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
341a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/zynq_nand.c
3428ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
3438ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
3448ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
3458ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
3468ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
3478ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
3488ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
34923e7e6b6SHeinrich SchuchardtF:	include/zynqpl.h
3508ae3d0b5SMichal SimekF:	tools/zynqimage.c
3518ae3d0b5SMichal SimekN:	zynq
35200f141ccSDaniel Schwierzeck
35384c7204bSMichal SimekARM ZYNQMP
35484c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
35584c7204bSMichal SimekS:	Maintained
3568ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3576de7a5b9SMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
3583d14228fSMichal SimekF:	drivers/clk/clk_zynqmp.c
3598ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
3608ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
3618ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
3628ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
3638ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
3648ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
365a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/zynq_nand.c
3668ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
3678ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
3688ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
3698ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
3708ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
37172c37d12SMichal SimekF:	drivers/timer/cadence-ttc.c
3728ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
3738ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
37423e7e6b6SHeinrich SchuchardtF:	include/zynqmppl.h
375b123aff2SAlexander GrafF:	tools/zynqmp*
3762570e129SMichal SimekN:	ultra96
3778ae3d0b5SMichal SimekN:	zynqmp
37884c7204bSMichal Simek
3791d6c54ecSMichal SimekARM ZYNQMP R5
3801d6c54ecSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
3811d6c54ecSMichal SimekS:	Maintained
3821d6c54ecSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3831d6c54ecSMichal SimekF:	arch/arm/mach-zynqmp-r5/
3841d6c54ecSMichal Simek
385bb48470dSSimon GlassBINMAN
386bb48470dSSimon GlassM:	Simon Glass <sjg@chromium.org>
387bb48470dSSimon GlassS:	Maintained
388bb48470dSSimon GlassF:	tools/binman/
389bb48470dSSimon Glass
39000f141ccSDaniel SchwierzeckBUILDMAN
39100f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
39200f141ccSDaniel SchwierzeckS:	Maintained
39300f141ccSDaniel SchwierzeckF:	tools/buildman/
39400f141ccSDaniel Schwierzeck
39500f141ccSDaniel SchwierzeckCFI FLASH
39600f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
39700f141ccSDaniel SchwierzeckS:	Maintained
39800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
399c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
400c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
40100f141ccSDaniel Schwierzeck
40200f141ccSDaniel SchwierzeckCOLDFIRE
40308ae21afSFabio EstevamM:	Huan Wang <alison.wang@nxp.com>
40482ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
40500f141ccSDaniel SchwierzeckS:	Maintained
40600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
40700f141ccSDaniel SchwierzeckF:	arch/m68k/
40800f141ccSDaniel Schwierzeck
40900f141ccSDaniel SchwierzeckDFU
41056acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
41100f141ccSDaniel SchwierzeckS:	Maintained
41200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
41300f141ccSDaniel SchwierzeckF:	drivers/dfu/
41455ca6138SLukasz MajewskiF:	drivers/usb/gadget/
41500f141ccSDaniel Schwierzeck
41600f141ccSDaniel SchwierzeckDRIVER MODEL
41700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
41800f141ccSDaniel SchwierzeckS:	Maintained
4198770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
42000f141ccSDaniel SchwierzeckF:	drivers/core/
42100f141ccSDaniel SchwierzeckF:	include/dm/
42200f141ccSDaniel SchwierzeckF:	test/dm/
42300f141ccSDaniel Schwierzeck
424e4a7394aSAlexander GrafEFI PAYLOAD
425e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
42665fa17d4SHeinrich SchuchardtR:	Heinrich Schuchardt <xypron.glpk@gmx.de>
427e4a7394aSAlexander GrafS:	Maintained
428bc188a30SAlexander GrafT:	git git://github.com/agraf/u-boot.git
4291914e5b5SHeinrich SchuchardtF:	doc/README.uefi
43029a8a282SHeinrich SchuchardtF:	doc/README.iscsi
43104459788SHeinrich SchuchardtF:	Documentation/efi.rst
4325b2118a2SHeinrich SchuchardtF:	include/capitalization.h
4330bc4b0daSHeinrich SchuchardtF:	include/cp1250.h
4340bc4b0daSHeinrich SchuchardtF:	include/cp437.h
435623b3a57SHeinrich SchuchardtF:	include/efi*
436268ec6e0SHeinrich SchuchardtF:	include/pe.h
437268ec6e0SHeinrich SchuchardtF:	include/asm-generic/pe.h
4380b8a88abSHeinrich SchuchardtF:	lib/charset.c
439bc0bd77eSHeinrich SchuchardtF:	lib/efi*/
440623b3a57SHeinrich SchuchardtF:	test/py/tests/test_efi*
441f11a164bSHeinrich SchuchardtF:	test/unicode_ut.c
442e4a7394aSAlexander GrafF:	cmd/bootefi.c
443ac020196SHeinrich SchuchardtF:	tools/file2include.c
444e4a7394aSAlexander Graf
4457e16342bSMichal SimekFPGA
4467e16342bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
4477e16342bSMichal SimekS:	Maintained
4487e16342bSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
4497e16342bSMichal SimekF:	drivers/fpga/
4507e16342bSMichal SimekF:	cmd/fpga.c
4517e16342bSMichal SimekF:	include/fpga.h
4527e16342bSMichal Simek
45300f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
45400f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
45500f141ccSDaniel SchwierzeckS:	Maintained
45600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
45700f141ccSDaniel SchwierzeckF:	lib/fdtdec*
45800f141ccSDaniel SchwierzeckF:	lib/libfdt/
45900f141ccSDaniel SchwierzeckF:	include/fdt*
46018fa6230SHeinrich SchuchardtF:	include/linux/libfdt*
461643f8d4cSAndreas FärberF:	cmd/fdt.c
46200f141ccSDaniel SchwierzeckF:	common/fdt_support.c
46300f141ccSDaniel Schwierzeck
46400f141ccSDaniel SchwierzeckFREEBSD
46500f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
46600f141ccSDaniel SchwierzeckS:	Maintained
46700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
46800f141ccSDaniel Schwierzeck
46900f141ccSDaniel SchwierzeckFREESCALE QORIQ
4702f231025SYork SunM:	York Sun <york.sun@nxp.com>
47100f141ccSDaniel SchwierzeckS:	Maintained
47200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
47300f141ccSDaniel Schwierzeck
47400f141ccSDaniel SchwierzeckI2C
47500f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
47600f141ccSDaniel SchwierzeckS:	Maintained
47700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
47800f141ccSDaniel SchwierzeckF:	drivers/i2c/
47900f141ccSDaniel Schwierzeck
480e9c8d49dSSimon GlassLOGGING
481e9c8d49dSSimon GlassM:	Simon Glass <sjg@chromium.org>
482e9c8d49dSSimon GlassS:	Maintained
483e9c8d49dSSimon GlassT:	git git://git.denx.de/u-boot.git
484e9c8d49dSSimon GlassF:	common/log.c
485e9c8d49dSSimon GlassF:	cmd/log.c
486ef11ed82SSimon GlassF:	test/log/log_test.c
48720faa27cSSimon GlassF:	test/py/tests/test_log.py
488e9c8d49dSSimon Glass
489c1a65a8cSLiviu DudauMALI DISPLAY PROCESSORS
490c1a65a8cSLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
491c1a65a8cSLiviu DudauS:	Supported
492c1a65a8cSLiviu DudauT:	git git://github.com/ARM-software/u-boot.git
493c1a65a8cSLiviu DudauF:	drivers/video/mali_dp.c
494e3bc4bb8SHeiko SchocherF:	drivers/i2c/i2c-versatile.c
495c1a65a8cSLiviu Dudau
49600f141ccSDaniel SchwierzeckMICROBLAZE
49700f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
49800f141ccSDaniel SchwierzeckS:	Maintained
49900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
50000f141ccSDaniel SchwierzeckF:	arch/microblaze/
5018ae3d0b5SMichal SimekF:	cmd/mfsl.c
5028ae3d0b5SMichal SimekF:	drivers/gpio/xilinx_gpio.c
5038ae3d0b5SMichal SimekF:	drivers/net/xilinx_axi_emac.c
5048ae3d0b5SMichal SimekF:	drivers/net/xilinx_emaclite.c
5058ae3d0b5SMichal SimekF:	drivers/serial/serial_xuartlite.c
5068ae3d0b5SMichal SimekF:	drivers/spi/xilinx_spi.c
5070d832b32SMichal SimekF:	drivers/sysreset/sysreset_gpio.c
5088ae3d0b5SMichal SimekF:	drivers/watchdog/xilinx_tb_wdt.c
5098ae3d0b5SMichal SimekN:	xilinx
51000f141ccSDaniel Schwierzeck
51100f141ccSDaniel SchwierzeckMIPS
51200f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
51300f141ccSDaniel SchwierzeckS:	Maintained
51400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
51500f141ccSDaniel SchwierzeckF:	arch/mips/
51600f141ccSDaniel Schwierzeck
517dd1033e4SGregory CLEMENTMIPS MSCC
518dd1033e4SGregory CLEMENTM:	Gregory CLEMENT <gregory.clement@bootlin.com>
519dd1033e4SGregory CLEMENTM:	Lars Povlsen <lars.povlsen@microchip.com>
520dd1033e4SGregory CLEMENTM:	Horatiu Vultur <horatiu.vultur@microchip.com>
521dd1033e4SGregory CLEMENTS:	Maintained
522dd1033e4SGregory CLEMENTF:	arch/mips/mach-mscc/
523f8c8ceddSGregory CLEMENTF:	arch/mips/dts/luton*
5246787c1ecSGregory CLEMENTF:	arch/mips/dts/mscc*
5256787c1ecSGregory CLEMENTF:	arch/mips/dts/ocelot*
5266787c1ecSGregory CLEMENTF:	board/mscc/
5276787c1ecSGregory CLEMENTF:	configs/mscc*
5286787c1ecSGregory CLEMENTF:	include/configs/vcoreiii.h
529dd1033e4SGregory CLEMENT
530cd71b1d5SPaul BurtonMIPS JZ4780
531cd71b1d5SPaul BurtonM:	Ezequiel Garcia <ezequiel@collabora.com>
532cd71b1d5SPaul BurtonS:	Maintained
533cd71b1d5SPaul BurtonF:	arch/mips/mach-jz47xx/
534cd71b1d5SPaul Burton
53500f141ccSDaniel SchwierzeckMMC
536dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
53700f141ccSDaniel SchwierzeckS:	Maintained
53800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
53900f141ccSDaniel SchwierzeckF:	drivers/mmc/
54000f141ccSDaniel Schwierzeck
5414ef17f9cSHeinrich SchuchardtNAND FLASH
5429f8aba7aSTom Rini#M:	Scott Wood <oss@buserror.net>
5439f8aba7aSTom RiniS:	Orphaned (Since 2018-07)
5444ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nand-flash.git
545a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/
5464ef17f9cSHeinrich Schuchardt
5474ef17f9cSHeinrich SchuchardtNDS32
5484ef17f9cSHeinrich SchuchardtM:	Macpaul Lin <macpaul@andestech.com>
5494ef17f9cSHeinrich SchuchardtS:	Maintained
5504ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nds32.git
5514ef17f9cSHeinrich SchuchardtF:	arch/nds32/
5524ef17f9cSHeinrich Schuchardt
553b7d6e0abSHeinrich SchuchardtNETWORK
554b7d6e0abSHeinrich SchuchardtM:	Joe Hershberger <joe.hershberger@ni.com>
555b7d6e0abSHeinrich SchuchardtS:	Maintained
556b7d6e0abSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-net.git
557b7d6e0abSHeinrich SchuchardtF:	drivers/net/
558b7d6e0abSHeinrich SchuchardtF:	net/
559b7d6e0abSHeinrich Schuchardt
5604ef17f9cSHeinrich SchuchardtNIOS
5614ef17f9cSHeinrich SchuchardtM:	Thomas Chou <thomas@wytron.com.tw>
5624ef17f9cSHeinrich SchuchardtS:	Maintained
5634ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nios.git
5644ef17f9cSHeinrich SchuchardtF:	arch/nios2/
5654ef17f9cSHeinrich Schuchardt
5664ef17f9cSHeinrich SchuchardtONENAND
5674ef17f9cSHeinrich Schuchardt#M:	Lukasz Majewski <l.majewski@majess.pl>
5684ef17f9cSHeinrich SchuchardtS:	Orphaned (Since 2017-01)
5694ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-onenand.git
5704ef17f9cSHeinrich SchuchardtF:	drivers/mtd/onenand/
5714ef17f9cSHeinrich Schuchardt
57200f141ccSDaniel SchwierzeckPATMAN
57300f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
57400f141ccSDaniel SchwierzeckS:	Maintained
57500f141ccSDaniel SchwierzeckF:	tools/patman/
57600f141ccSDaniel Schwierzeck
5774ef17f9cSHeinrich SchuchardtPOWER
5784ef17f9cSHeinrich SchuchardtM:	Jaehoon Chung <jh80.chung@samsung.com>
5794ef17f9cSHeinrich SchuchardtS:	Maintained
5804ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-pmic.git
5814ef17f9cSHeinrich SchuchardtF:	drivers/power/
5824ef17f9cSHeinrich Schuchardt
58300f141ccSDaniel SchwierzeckPOWERPC
58400f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
58500f141ccSDaniel SchwierzeckS:	Maintained
58600f141ccSDaniel SchwierzeckF:	arch/powerpc/
58700f141ccSDaniel Schwierzeck
58800f141ccSDaniel SchwierzeckPOWERPC MPC8XX
589907208c4SChristophe LeroyM:	Christophe Leroy <christophe.leroy@c-s.fr>
59000f141ccSDaniel SchwierzeckS:	Maintained
59100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
59200f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
59300f141ccSDaniel Schwierzeck
59400f141ccSDaniel SchwierzeckPOWERPC MPC83XX
595e5ed4c3eSmario.six@gdsys.ccM:	Mario Six <mario.six@gdsys.cc>
596e5ed4c3eSmario.six@gdsys.ccS:	Maintained
59700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
598e4061556SMario SixF:	drivers/ram/mpc83xx_sdram.c
599e4061556SMario SixF:	include/dt-bindings/memory/mpc83xx-sdram.h
60076fdad1fSMario SixF:	drivers/sysreset/sysreset_mpc83xx.c
60176fdad1fSMario SixF:	drivers/sysreset/sysreset_mpc83xx.h
60207d538d2SMario SixF:	drivers/clk/mpc83xx_clk.c
60307d538d2SMario SixF:	drivers/clk/mpc83xx_clk.h
60407d538d2SMario SixF:	include/dt-bindings/clk/mpc83xx-clk.h
6052c21749dSMario SixF:	drivers/timer/mpc83xx_timer.c
60619fbdca4SMario SixF:	drivers/cpu/mpc83xx_cpu.c
60719fbdca4SMario SixF:	drivers/cpu/mpc83xx_cpu.h
608d2166319SMario SixF:	drivers/misc/mpc83xx_serdes.c
60900f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
61000f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
61100f141ccSDaniel Schwierzeck
61200f141ccSDaniel SchwierzeckPOWERPC MPC85XX
6132f231025SYork SunM:	York Sun <york.sun@nxp.com>
61400f141ccSDaniel SchwierzeckS:	Maintained
61500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
61600f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
61700f141ccSDaniel Schwierzeck
61800f141ccSDaniel SchwierzeckPOWERPC MPC86XX
6192f231025SYork SunM:	York Sun <york.sun@nxp.com>
62000f141ccSDaniel SchwierzeckS:	Maintained
62100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
62200f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
62300f141ccSDaniel Schwierzeck
624f94c44e5SRick ChenRISC-V
625f94c44e5SRick ChenM:	Rick Chen <rick@andestech.com>
626f94c44e5SRick ChenS:	Maintained
627f94c44e5SRick ChenT:	git git://git.denx.de/u-boot-riscv.git
628f94c44e5SRick ChenF:	arch/riscv/
629f94c44e5SRick ChenF:	tools/prelink-riscv.c
630f94c44e5SRick Chen
6314ef17f9cSHeinrich SchuchardtROCKUSB
6324ef17f9cSHeinrich SchuchardtM:	Eddie Cai <eddie.cai.linux@gmail.com>
6334ef17f9cSHeinrich SchuchardtS:	Maintained
6344ef17f9cSHeinrich SchuchardtF:	drivers/usb/gadget/f_rockusb.c
6354ef17f9cSHeinrich SchuchardtF:	cmd/rockusb.c
6364ef17f9cSHeinrich SchuchardtF:	doc/README.rockusb
6374ef17f9cSHeinrich Schuchardt
63800f141ccSDaniel SchwierzeckSANDBOX
63900f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
64000f141ccSDaniel SchwierzeckS:	Maintained
64100f141ccSDaniel SchwierzeckF:	arch/sandbox/
64200f141ccSDaniel Schwierzeck
64300f141ccSDaniel SchwierzeckSH
64400f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64500f141ccSDaniel SchwierzeckS:	Maintained
64600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
64700f141ccSDaniel SchwierzeckF:	arch/sh/
64800f141ccSDaniel Schwierzeck
64900f141ccSDaniel SchwierzeckSPI
65016185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
65100f141ccSDaniel SchwierzeckS:	Maintained
65200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
65300f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
65400f141ccSDaniel SchwierzeckF:	drivers/spi/
65500f141ccSDaniel SchwierzeckF:	include/spi*
65600f141ccSDaniel Schwierzeck
657e721e981SMateusz KulikowskiSPMI
658e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
659e721e981SMateusz KulikowskiS:	Maintained
660e721e981SMateusz KulikowskiF:	drivers/spmi/
661e721e981SMateusz KulikowskiF:	include/spmi/
662e721e981SMateusz Kulikowski
663055da186SLiviu DudauTDA19988 HDMI ENCODER
664055da186SLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
665055da186SLiviu DudauS:	Maintained
666055da186SLiviu DudauF:	drivers/video/tda19988.c
667055da186SLiviu Dudau
6684e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
6694e2fdf45SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
6704e2fdf45SAndrew F. DavisS:	Supported
6714e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
6724e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
6734e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
674a42eee12SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
675c2dca337SAndrew F. DavisF:	configs/am335x_hs_evm_uart_defconfig
6764e2fdf45SAndrew F. DavisF:	configs/am43xx_hs_evm_defconfig
6774e2fdf45SAndrew F. DavisF:	configs/am57xx_hs_evm_defconfig
6784e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_defconfig
6798a707bafSLokesh VutlaF:	configs/k2hk_hs_evm_defconfig
6808a707bafSLokesh VutlaF:	configs/k2e_hs_evm_defconfig
6818a707bafSLokesh VutlaF:	configs/k2g_hs_evm_defconfig
682f274f265SMadan SrinivasF:	configs/k2l_hs_evm_defconfig
6834e2fdf45SAndrew F. Davis
68400f141ccSDaniel SchwierzeckTQ GROUP
6853a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
6863a53aba3SBin MengS:	Orphaned (Since 2016-02)
68700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
68800f141ccSDaniel Schwierzeck
6899ff4a311SJens WiklanderTEE
6909ff4a311SJens WiklanderM:	Jens Wiklander <jens.wiklander@linaro.org>
6919ff4a311SJens WiklanderS:	Maintained
6929ff4a311SJens WiklanderF:	drivers/tee/
6939ff4a311SJens WiklanderF:	include/tee.h
6941cc8cc4eSJens WiklanderF:	include/tee/
6959ff4a311SJens Wiklander
69600f141ccSDaniel SchwierzeckUBI
69700f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
69869337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
69900f141ccSDaniel SchwierzeckS:	Maintained
70000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
70100f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
70200f141ccSDaniel Schwierzeck
70300f141ccSDaniel SchwierzeckUSB
70400f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
70500f141ccSDaniel SchwierzeckS:	Maintained
70600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
70700f141ccSDaniel SchwierzeckF:	drivers/usb/
70800f141ccSDaniel Schwierzeck
709c0c5f910SBin MengUSB xHCI
710c0c5f910SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
711c0c5f910SBin MengS:	Maintained
712c0c5f910SBin MengT:	git git://git.denx.de/u-boot-usb.git topic-xhci
713c0c5f910SBin MengF:	drivers/usb/host/xhci*
714c0c5f910SBin Meng
71500f141ccSDaniel SchwierzeckVIDEO
71600f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
71700f141ccSDaniel SchwierzeckS:	Maintained
71800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
71900f141ccSDaniel SchwierzeckF:	drivers/video/
720c967fb78SAnatolij GustschinF:	common/lcd*.c
721c967fb78SAnatolij GustschinF:	include/lcd*.h
7229cdbc906SHeinrich SchuchardtF:	include/video*.h
72300f141ccSDaniel Schwierzeck
72400f141ccSDaniel SchwierzeckX86
72500f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
726dc5210a2SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
72700f141ccSDaniel SchwierzeckS:	Maintained
72800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
72900f141ccSDaniel SchwierzeckF:	arch/x86/
73000f141ccSDaniel Schwierzeck
731de5e5ceaSChris ZankelXTENSA
732de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
733de5e5ceaSChris ZankelS:	Maintained
734de5e5ceaSChris ZankelF:	arch/xtensa/
735de5e5ceaSChris Zankel
73600f141ccSDaniel SchwierzeckTHE REST
7374e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
73800f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
73900f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
74000f141ccSDaniel SchwierzeckS:	Maintained
74100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
74280870e2aSOtavio SalvadorF:	configs/tools-only_defconfig
74300f141ccSDaniel SchwierzeckF:	*
74400f141ccSDaniel SchwierzeckF:	*/
745