xref: /openbmc/u-boot/MAINTAINERS (revision 65fa17d4)
100f141ccSDaniel SchwierzeckDescriptions of section entries:
200f141ccSDaniel Schwierzeck
300f141ccSDaniel Schwierzeck	P: Person (obsolete)
400f141ccSDaniel Schwierzeck	M: Mail patches to: FullName <address@domain>
5*65fa17d4SHeinrich Schuchardt	R: Designated reviewer: FullName <address@domain>
6*65fa17d4SHeinrich 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>
1260ea82ba2SPeng FanR:	NXP Linux Team <linux-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
179a9da9eebSRyder LeeF:	tools/mtk_image.c
180a9da9eebSRyder LeeF:	tools/mtk_image.h
181a9da9eebSRyder LeeN:	mediatek
182a9da9eebSRyder Lee
183e2a1484cSManivannan SadhasivamARM OWL
184e2a1484cSManivannan SadhasivamM:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
185e2a1484cSManivannan SadhasivamS:	Maintained
186e2a1484cSManivannan SadhasivamF:	arch/arm/include/asm/arch-owl/
187e2a1484cSManivannan SadhasivamF:	arch/arm/mach-owl/
188e2a1484cSManivannan SadhasivamF:	board/ucRobotics/
189e2a1484cSManivannan SadhasivamF:	drivers/clk/owl/
190e2a1484cSManivannan SadhasivamF:	drivers/serial/serial_owl.c
191e2a1484cSManivannan Sadhasivam
1924810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
1934810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1949db60e25SMarek VasutM:	Marek Vasut <marek.vasut+renesas@gmail.com>
1954810c2f8SNobuhiro IwamatsuS:	Maintained
1964810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
1974810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
1984810c2f8SNobuhiro Iwamatsu
199c3caeac0SMasahiro YamadaARM ROCKCHIP
200c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
201f8714372SPhilipp TomsichM:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
202c3caeac0SMasahiro YamadaS:	Maintained
203c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
2048b45193aSPhilipp TomsichF:	arch/arm/include/asm/arch-rockchip/
205c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
206ae0fc89eSKever YangF:	board/rockchip/
2078b45193aSPhilipp TomsichF:	drivers/clk/rockchip/
2088b45193aSPhilipp TomsichF:	drivers/gpio/rk_gpio.c
2098b45193aSPhilipp TomsichF:	drivers/misc/rockchip-efuse.c
21047b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_sdhci.c
21147b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_dw_mmc.c
2128b45193aSPhilipp TomsichF:	drivers/pinctrl/rockchip/
2138b45193aSPhilipp TomsichF:	drivers/ram/rockchip/
2148b45193aSPhilipp TomsichF:	drivers/sysreset/sysreset_rockchip.c
2153f565522SPhilipp TomsichF:	drivers/video/rockchip/
2168b45193aSPhilipp TomsichF:	tools/rkcommon.c
2178b45193aSPhilipp TomsichF:	tools/rkcommon.h
2188b45193aSPhilipp TomsichF:	tools/rkimage.c
2198b45193aSPhilipp TomsichF:	tools/rksd.c
2208b45193aSPhilipp TomsichF:	tools/rkspi.c
221c3caeac0SMasahiro Yamada
22200f141ccSDaniel SchwierzeckARM SAMSUNG
22300f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
22400f141ccSDaniel SchwierzeckS:	Maintained
22500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
226225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
227225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
22800f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
22900f141ccSDaniel Schwierzeck
230e721e981SMateusz KulikowskiARM SNAPDRAGON
23192a14a47SRamon FriedM:	Ramon Fried <ramon.fried@gmail.com>
232e721e981SMateusz KulikowskiS:	Maintained
233e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
234ce18baf9SRamon FriedF:	drivers/gpio/msm_gpio.c
235ce18baf9SRamon FriedF:	drivers/mmc/msm_sdhci.c
23692454e47SRamon FriedF:	drivers/phy/msm8916-usbh-phy.c
237ce18baf9SRamon FriedF:	drivers/serial/serial_msm.c
238654dd4a8SRamon FriedF:	drivers/smem/msm_smem.c
239ce18baf9SRamon FriedF:	drivers/usb/host/ehci-msm.c
240e721e981SMateusz Kulikowski
241b7d6e0abSHeinrich SchuchardtARM STI
242b7d6e0abSHeinrich SchuchardtM:	Patrice Chotard <patrice.chotard@st.com>
243b7d6e0abSHeinrich SchuchardtS:	Maintained
244b7d6e0abSHeinrich SchuchardtF:	arch/arm/mach-sti/
245b7d6e0abSHeinrich SchuchardtF:	arch/arm/include/asm/arch-sti*/
246b7d6e0abSHeinrich Schuchardt
24700f141ccSDaniel SchwierzeckARM STM SPEAR
2483a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
2493a53aba3SBin MengS:	Orphaned (Since 2016-02)
25000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
25100f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
25200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
25300f141ccSDaniel Schwierzeck
2542514c2d0SPatrick DelaunayARM STM STM32MP
2552514c2d0SPatrick DelaunayM:	Patrick Delaunay <patrick.delaunay@st.com>
256f65b82ffSPatrice ChotardM:	Christophe Kerello <christophe.kerello@st.com>
257f65b82ffSPatrice ChotardM:	Patrice Chotard <patrice.chotard@st.com>
25884ee59a5SPatrick DelaunayL:	uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
2592514c2d0SPatrick DelaunayS:	Maintained
2602514c2d0SPatrick DelaunayF:	arch/arm/mach-stm32mp
261b57aaa07SHeinrich SchuchardtF:	drivers/clk/clk_stm32mp1.c
262f65b82ffSPatrice ChotardF:	drivers/i2c/stm32f7_i2c.c
263c3600e1fSPatrick DelaunayF:	drivers/misc/stm32mp_fuse.c
264f65b82ffSPatrice ChotardF:	drivers/mmc/stm32_sdmmc2.c
265f65b82ffSPatrice ChotardF:	drivers/phy/phy-stm32-usbphyc.c
266f65b82ffSPatrice ChotardF:	drivers/pinctrl/pinctrl_stm32.c
267f65b82ffSPatrice ChotardF:	drivers/power/regulator/stm32-vrefbuf.c
268b57aaa07SHeinrich SchuchardtF:	drivers/ram/stm32mp1/
269f65b82ffSPatrice ChotardF:	drivers/misc/stm32_rcc.c
270f65b82ffSPatrice ChotardF:	drivers/reset/stm32-reset.c
271f65b82ffSPatrice ChotardF:	drivers/spi/stm32_qspi.c
2722514c2d0SPatrick Delaunay
2739fa32b12SVikas ManochaARM STM STV0991
2749fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
2759fa32b12SVikas ManochaS:	Maintained
2769fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
2779fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
2789fa32b12SVikas Manocha
27900f141ccSDaniel SchwierzeckARM SUNXI
280543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
281bf8f4c44SMaxime RipardM:	Maxime Ripard <maxime.ripard@bootlin.com>
282ed8f2a28SChen-Yu TsaiS:	Maintained
28300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
28400f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
28500f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
286ed8f2a28SChen-Yu TsaiF:	arch/arm/mach-sunxi/
287ed8f2a28SChen-Yu TsaiF:	board/sunxi/
28800f141ccSDaniel Schwierzeck
28900f141ccSDaniel SchwierzeckARM TEGRA
29000f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
29100f141ccSDaniel SchwierzeckS:	Maintained
29200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
29309f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
29400f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
29500f141ccSDaniel Schwierzeck
29600f141ccSDaniel SchwierzeckARM TI
2974e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
29800f141ccSDaniel SchwierzeckS:	Maintained
29900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
30026f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
301586bde93SLokesh VutlaF:	arch/arm/mach-k3/
30226f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
30300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
30400f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
30500f141ccSDaniel Schwierzeck
3060fb63aa6SMasahiro YamadaARM UNIPHIER
307ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
3080fb63aa6SMasahiro YamadaS:	Maintained
3090fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
3104c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
3115fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
312eb006c83SMasahiro YamadaN:	uniphier
3130fb63aa6SMasahiro Yamada
314ec48b6c9SMichal SimekARM VERSAL
315ec48b6c9SMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
316ec48b6c9SMichal SimekS:	Maintained
317ec48b6c9SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
318ec48b6c9SMichal SimekF:	arch/arm/mach-versal/
319ec48b6c9SMichal Simek
3200fabfeb2SLiviu DudauARM VERSATILE EXPRESS DRIVERS
3210fabfeb2SLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
3220fabfeb2SLiviu DudauS:	Maintained
3230fabfeb2SLiviu DudauT:	git git://github.com/ARM-software/u-boot.git
3240fabfeb2SLiviu DudauF:	drivers/misc/vexpress_config.c
3250fabfeb2SLiviu DudauN:	vexpress
3260fabfeb2SLiviu Dudau
32700f141ccSDaniel SchwierzeckARM ZYNQ
32800f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
32900f141ccSDaniel SchwierzeckS:	Maintained
3308ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3318ae3d0b5SMichal SimekF:	arch/arm/mach-zynq/
3328ae3d0b5SMichal SimekF:	drivers/clk/clk_zynq.c
3338ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
3348ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
3358ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
3368ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
3378ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
3388ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
339a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/zynq_nand.c
3408ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
3418ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
3428ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
3438ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
3448ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
3458ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
3468ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
34723e7e6b6SHeinrich SchuchardtF:	include/zynqpl.h
3488ae3d0b5SMichal SimekF:	tools/zynqimage.c
3498ae3d0b5SMichal SimekN:	zynq
35000f141ccSDaniel Schwierzeck
35184c7204bSMichal SimekARM ZYNQMP
35284c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
35384c7204bSMichal SimekS:	Maintained
3548ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3556de7a5b9SMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
3563d14228fSMichal SimekF:	drivers/clk/clk_zynqmp.c
3578ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
3588ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
3598ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
3608ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
3618ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
3628ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
363a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/zynq_nand.c
3648ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
3658ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
3668ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
3678ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
3688ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
36972c37d12SMichal SimekF:	drivers/timer/cadence-ttc.c
3708ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
3718ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
37223e7e6b6SHeinrich SchuchardtF:	include/zynqmppl.h
373b123aff2SAlexander GrafF:	tools/zynqmp*
3742570e129SMichal SimekN:	ultra96
3758ae3d0b5SMichal SimekN:	zynqmp
37684c7204bSMichal Simek
3771d6c54ecSMichal SimekARM ZYNQMP R5
3781d6c54ecSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
3791d6c54ecSMichal SimekS:	Maintained
3801d6c54ecSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3811d6c54ecSMichal SimekF:	arch/arm/mach-zynqmp-r5/
3821d6c54ecSMichal Simek
38300f141ccSDaniel SchwierzeckBUILDMAN
38400f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
38500f141ccSDaniel SchwierzeckS:	Maintained
38600f141ccSDaniel SchwierzeckF:	tools/buildman/
38700f141ccSDaniel Schwierzeck
38800f141ccSDaniel SchwierzeckCFI FLASH
38900f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
39000f141ccSDaniel SchwierzeckS:	Maintained
39100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
392c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
393c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
39400f141ccSDaniel Schwierzeck
39500f141ccSDaniel SchwierzeckCOLDFIRE
39608ae21afSFabio EstevamM:	Huan Wang <alison.wang@nxp.com>
39782ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
39800f141ccSDaniel SchwierzeckS:	Maintained
39900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
40000f141ccSDaniel SchwierzeckF:	arch/m68k/
40100f141ccSDaniel Schwierzeck
40200f141ccSDaniel SchwierzeckDFU
40356acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
40400f141ccSDaniel SchwierzeckS:	Maintained
40500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
40600f141ccSDaniel SchwierzeckF:	drivers/dfu/
40755ca6138SLukasz MajewskiF:	drivers/usb/gadget/
40800f141ccSDaniel Schwierzeck
40900f141ccSDaniel SchwierzeckDRIVER MODEL
41000f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
41100f141ccSDaniel SchwierzeckS:	Maintained
4128770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
41300f141ccSDaniel SchwierzeckF:	drivers/core/
41400f141ccSDaniel SchwierzeckF:	include/dm/
41500f141ccSDaniel SchwierzeckF:	test/dm/
41600f141ccSDaniel Schwierzeck
417e4a7394aSAlexander GrafEFI PAYLOAD
418e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
419*65fa17d4SHeinrich SchuchardtR:	Heinrich Schuchardt <xypron.glpk@gmx.de>
420e4a7394aSAlexander GrafS:	Maintained
421bc188a30SAlexander GrafT:	git git://github.com/agraf/u-boot.git
4221914e5b5SHeinrich SchuchardtF:	doc/README.uefi
42329a8a282SHeinrich SchuchardtF:	doc/README.iscsi
42404459788SHeinrich SchuchardtF:	Documentation/efi.rst
4255b2118a2SHeinrich SchuchardtF:	include/capitalization.h
4260bc4b0daSHeinrich SchuchardtF:	include/cp1250.h
4270bc4b0daSHeinrich SchuchardtF:	include/cp437.h
428623b3a57SHeinrich SchuchardtF:	include/efi*
429268ec6e0SHeinrich SchuchardtF:	include/pe.h
430268ec6e0SHeinrich SchuchardtF:	include/asm-generic/pe.h
4310b8a88abSHeinrich SchuchardtF:	lib/charset.c
432bc0bd77eSHeinrich SchuchardtF:	lib/efi*/
433623b3a57SHeinrich SchuchardtF:	test/py/tests/test_efi*
434f11a164bSHeinrich SchuchardtF:	test/unicode_ut.c
435e4a7394aSAlexander GrafF:	cmd/bootefi.c
436ac020196SHeinrich SchuchardtF:	tools/file2include.c
437e4a7394aSAlexander Graf
4387e16342bSMichal SimekFPGA
4397e16342bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
4407e16342bSMichal SimekS:	Maintained
4417e16342bSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
4427e16342bSMichal SimekF:	drivers/fpga/
4437e16342bSMichal SimekF:	cmd/fpga.c
4447e16342bSMichal SimekF:	include/fpga.h
4457e16342bSMichal Simek
44600f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
44700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
44800f141ccSDaniel SchwierzeckS:	Maintained
44900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
45000f141ccSDaniel SchwierzeckF:	lib/fdtdec*
45100f141ccSDaniel SchwierzeckF:	lib/libfdt/
45200f141ccSDaniel SchwierzeckF:	include/fdt*
45318fa6230SHeinrich SchuchardtF:	include/linux/libfdt*
454643f8d4cSAndreas FärberF:	cmd/fdt.c
45500f141ccSDaniel SchwierzeckF:	common/fdt_support.c
45600f141ccSDaniel Schwierzeck
45700f141ccSDaniel SchwierzeckFREEBSD
45800f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
45900f141ccSDaniel SchwierzeckS:	Maintained
46000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
46100f141ccSDaniel Schwierzeck
46200f141ccSDaniel SchwierzeckFREESCALE QORIQ
4632f231025SYork SunM:	York Sun <york.sun@nxp.com>
46400f141ccSDaniel SchwierzeckS:	Maintained
46500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
46600f141ccSDaniel Schwierzeck
46700f141ccSDaniel SchwierzeckI2C
46800f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
46900f141ccSDaniel SchwierzeckS:	Maintained
47000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
47100f141ccSDaniel SchwierzeckF:	drivers/i2c/
47200f141ccSDaniel Schwierzeck
473e9c8d49dSSimon GlassLOGGING
474e9c8d49dSSimon GlassM:	Simon Glass <sjg@chromium.org>
475e9c8d49dSSimon GlassS:	Maintained
476e9c8d49dSSimon GlassT:	git git://git.denx.de/u-boot.git
477e9c8d49dSSimon GlassF:	common/log.c
478e9c8d49dSSimon GlassF:	cmd/log.c
479ef11ed82SSimon GlassF:	test/log/log_test.c
48020faa27cSSimon GlassF:	test/py/tests/test_log.py
481e9c8d49dSSimon Glass
482c1a65a8cSLiviu DudauMALI DISPLAY PROCESSORS
483c1a65a8cSLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
484c1a65a8cSLiviu DudauS:	Supported
485c1a65a8cSLiviu DudauT:	git git://github.com/ARM-software/u-boot.git
486c1a65a8cSLiviu DudauF:	drivers/video/mali_dp.c
487e3bc4bb8SHeiko SchocherF:	drivers/i2c/i2c-versatile.c
488c1a65a8cSLiviu Dudau
48900f141ccSDaniel SchwierzeckMICROBLAZE
49000f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
49100f141ccSDaniel SchwierzeckS:	Maintained
49200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
49300f141ccSDaniel SchwierzeckF:	arch/microblaze/
4948ae3d0b5SMichal SimekF:	cmd/mfsl.c
4958ae3d0b5SMichal SimekF:	drivers/gpio/xilinx_gpio.c
4968ae3d0b5SMichal SimekF:	drivers/net/xilinx_axi_emac.c
4978ae3d0b5SMichal SimekF:	drivers/net/xilinx_emaclite.c
4988ae3d0b5SMichal SimekF:	drivers/serial/serial_xuartlite.c
4998ae3d0b5SMichal SimekF:	drivers/spi/xilinx_spi.c
5000d832b32SMichal SimekF:	drivers/sysreset/sysreset_gpio.c
5018ae3d0b5SMichal SimekF:	drivers/watchdog/xilinx_tb_wdt.c
5028ae3d0b5SMichal SimekN:	xilinx
50300f141ccSDaniel Schwierzeck
50400f141ccSDaniel SchwierzeckMIPS
50500f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
50600f141ccSDaniel SchwierzeckS:	Maintained
50700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
50800f141ccSDaniel SchwierzeckF:	arch/mips/
50900f141ccSDaniel Schwierzeck
51000f141ccSDaniel SchwierzeckMMC
511dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
51200f141ccSDaniel SchwierzeckS:	Maintained
51300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
51400f141ccSDaniel SchwierzeckF:	drivers/mmc/
51500f141ccSDaniel Schwierzeck
5164ef17f9cSHeinrich SchuchardtNAND FLASH
5179f8aba7aSTom Rini#M:	Scott Wood <oss@buserror.net>
5189f8aba7aSTom RiniS:	Orphaned (Since 2018-07)
5194ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nand-flash.git
520a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/
5214ef17f9cSHeinrich Schuchardt
5224ef17f9cSHeinrich SchuchardtNDS32
5234ef17f9cSHeinrich SchuchardtM:	Macpaul Lin <macpaul@andestech.com>
5244ef17f9cSHeinrich SchuchardtS:	Maintained
5254ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nds32.git
5264ef17f9cSHeinrich SchuchardtF:	arch/nds32/
5274ef17f9cSHeinrich Schuchardt
528b7d6e0abSHeinrich SchuchardtNETWORK
529b7d6e0abSHeinrich SchuchardtM:	Joe Hershberger <joe.hershberger@ni.com>
530b7d6e0abSHeinrich SchuchardtS:	Maintained
531b7d6e0abSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-net.git
532b7d6e0abSHeinrich SchuchardtF:	drivers/net/
533b7d6e0abSHeinrich SchuchardtF:	net/
534b7d6e0abSHeinrich Schuchardt
5354ef17f9cSHeinrich SchuchardtNIOS
5364ef17f9cSHeinrich SchuchardtM:	Thomas Chou <thomas@wytron.com.tw>
5374ef17f9cSHeinrich SchuchardtS:	Maintained
5384ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nios.git
5394ef17f9cSHeinrich SchuchardtF:	arch/nios2/
5404ef17f9cSHeinrich Schuchardt
5414ef17f9cSHeinrich SchuchardtONENAND
5424ef17f9cSHeinrich Schuchardt#M:	Lukasz Majewski <l.majewski@majess.pl>
5434ef17f9cSHeinrich SchuchardtS:	Orphaned (Since 2017-01)
5444ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-onenand.git
5454ef17f9cSHeinrich SchuchardtF:	drivers/mtd/onenand/
5464ef17f9cSHeinrich Schuchardt
54700f141ccSDaniel SchwierzeckPATMAN
54800f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
54900f141ccSDaniel SchwierzeckS:	Maintained
55000f141ccSDaniel SchwierzeckF:	tools/patman/
55100f141ccSDaniel Schwierzeck
5524ef17f9cSHeinrich SchuchardtPOWER
5534ef17f9cSHeinrich SchuchardtM:	Jaehoon Chung <jh80.chung@samsung.com>
5544ef17f9cSHeinrich SchuchardtS:	Maintained
5554ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-pmic.git
5564ef17f9cSHeinrich SchuchardtF:	drivers/power/
5574ef17f9cSHeinrich Schuchardt
55800f141ccSDaniel SchwierzeckPOWERPC
55900f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
56000f141ccSDaniel SchwierzeckS:	Maintained
56100f141ccSDaniel SchwierzeckF:	arch/powerpc/
56200f141ccSDaniel Schwierzeck
56300f141ccSDaniel SchwierzeckPOWERPC MPC8XX
564907208c4SChristophe LeroyM:	Christophe Leroy <christophe.leroy@c-s.fr>
56500f141ccSDaniel SchwierzeckS:	Maintained
56600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
56700f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
56800f141ccSDaniel Schwierzeck
56900f141ccSDaniel SchwierzeckPOWERPC MPC83XX
570e5ed4c3eSmario.six@gdsys.ccM:	Mario Six <mario.six@gdsys.cc>
571e5ed4c3eSmario.six@gdsys.ccS:	Maintained
57200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
573e4061556SMario SixF:	drivers/ram/mpc83xx_sdram.c
574e4061556SMario SixF:	include/dt-bindings/memory/mpc83xx-sdram.h
57576fdad1fSMario SixF:	drivers/sysreset/sysreset_mpc83xx.c
57676fdad1fSMario SixF:	drivers/sysreset/sysreset_mpc83xx.h
57707d538d2SMario SixF:	drivers/clk/mpc83xx_clk.c
57807d538d2SMario SixF:	drivers/clk/mpc83xx_clk.h
57907d538d2SMario SixF:	include/dt-bindings/clk/mpc83xx-clk.h
5802c21749dSMario SixF:	drivers/timer/mpc83xx_timer.c
58119fbdca4SMario SixF:	drivers/cpu/mpc83xx_cpu.c
58219fbdca4SMario SixF:	drivers/cpu/mpc83xx_cpu.h
583d2166319SMario SixF:	drivers/misc/mpc83xx_serdes.c
58400f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
58500f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
58600f141ccSDaniel Schwierzeck
58700f141ccSDaniel SchwierzeckPOWERPC MPC85XX
5882f231025SYork SunM:	York Sun <york.sun@nxp.com>
58900f141ccSDaniel SchwierzeckS:	Maintained
59000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
59100f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
59200f141ccSDaniel Schwierzeck
59300f141ccSDaniel SchwierzeckPOWERPC MPC86XX
5942f231025SYork SunM:	York Sun <york.sun@nxp.com>
59500f141ccSDaniel SchwierzeckS:	Maintained
59600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
59700f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
59800f141ccSDaniel Schwierzeck
599f94c44e5SRick ChenRISC-V
600f94c44e5SRick ChenM:	Rick Chen <rick@andestech.com>
601f94c44e5SRick ChenS:	Maintained
602f94c44e5SRick ChenT:	git git://git.denx.de/u-boot-riscv.git
603f94c44e5SRick ChenF:	arch/riscv/
604f94c44e5SRick ChenF:	tools/prelink-riscv.c
605f94c44e5SRick Chen
6064ef17f9cSHeinrich SchuchardtROCKUSB
6074ef17f9cSHeinrich SchuchardtM:	Eddie Cai <eddie.cai.linux@gmail.com>
6084ef17f9cSHeinrich SchuchardtS:	Maintained
6094ef17f9cSHeinrich SchuchardtF:	drivers/usb/gadget/f_rockusb.c
6104ef17f9cSHeinrich SchuchardtF:	cmd/rockusb.c
6114ef17f9cSHeinrich SchuchardtF:	doc/README.rockusb
6124ef17f9cSHeinrich Schuchardt
61300f141ccSDaniel SchwierzeckSANDBOX
61400f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
61500f141ccSDaniel SchwierzeckS:	Maintained
61600f141ccSDaniel SchwierzeckF:	arch/sandbox/
61700f141ccSDaniel Schwierzeck
61800f141ccSDaniel SchwierzeckSH
61900f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
62000f141ccSDaniel SchwierzeckS:	Maintained
62100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
62200f141ccSDaniel SchwierzeckF:	arch/sh/
62300f141ccSDaniel Schwierzeck
62400f141ccSDaniel SchwierzeckSPI
62516185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
62600f141ccSDaniel SchwierzeckS:	Maintained
62700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
62800f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
62900f141ccSDaniel SchwierzeckF:	drivers/spi/
63000f141ccSDaniel SchwierzeckF:	include/spi*
63100f141ccSDaniel Schwierzeck
632e721e981SMateusz KulikowskiSPMI
633e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
634e721e981SMateusz KulikowskiS:	Maintained
635e721e981SMateusz KulikowskiF:	drivers/spmi/
636e721e981SMateusz KulikowskiF:	include/spmi/
637e721e981SMateusz Kulikowski
638055da186SLiviu DudauTDA19988 HDMI ENCODER
639055da186SLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
640055da186SLiviu DudauS:	Maintained
641055da186SLiviu DudauF:	drivers/video/tda19988.c
642055da186SLiviu Dudau
6434e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
6444e2fdf45SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
6454e2fdf45SAndrew F. DavisS:	Supported
6464e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
6474e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
6484e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
649a42eee12SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
650c2dca337SAndrew F. DavisF:	configs/am335x_hs_evm_uart_defconfig
6514e2fdf45SAndrew F. DavisF:	configs/am43xx_hs_evm_defconfig
6524e2fdf45SAndrew F. DavisF:	configs/am57xx_hs_evm_defconfig
6534e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_defconfig
6548a707bafSLokesh VutlaF:	configs/k2hk_hs_evm_defconfig
6558a707bafSLokesh VutlaF:	configs/k2e_hs_evm_defconfig
6568a707bafSLokesh VutlaF:	configs/k2g_hs_evm_defconfig
657f274f265SMadan SrinivasF:	configs/k2l_hs_evm_defconfig
6584e2fdf45SAndrew F. Davis
65900f141ccSDaniel SchwierzeckTQ GROUP
6603a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
6613a53aba3SBin MengS:	Orphaned (Since 2016-02)
66200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
66300f141ccSDaniel Schwierzeck
6649ff4a311SJens WiklanderTEE
6659ff4a311SJens WiklanderM:	Jens Wiklander <jens.wiklander@linaro.org>
6669ff4a311SJens WiklanderS:	Maintained
6679ff4a311SJens WiklanderF:	drivers/tee/
6689ff4a311SJens WiklanderF:	include/tee.h
6691cc8cc4eSJens WiklanderF:	include/tee/
6709ff4a311SJens Wiklander
67100f141ccSDaniel SchwierzeckUBI
67200f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
67369337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
67400f141ccSDaniel SchwierzeckS:	Maintained
67500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
67600f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
67700f141ccSDaniel Schwierzeck
67800f141ccSDaniel SchwierzeckUSB
67900f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
68000f141ccSDaniel SchwierzeckS:	Maintained
68100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
68200f141ccSDaniel SchwierzeckF:	drivers/usb/
68300f141ccSDaniel Schwierzeck
684c0c5f910SBin MengUSB xHCI
685c0c5f910SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
686c0c5f910SBin MengS:	Maintained
687c0c5f910SBin MengT:	git git://git.denx.de/u-boot-usb.git topic-xhci
688c0c5f910SBin MengF:	drivers/usb/host/xhci*
689c0c5f910SBin Meng
69000f141ccSDaniel SchwierzeckVIDEO
69100f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
69200f141ccSDaniel SchwierzeckS:	Maintained
69300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
69400f141ccSDaniel SchwierzeckF:	drivers/video/
695c967fb78SAnatolij GustschinF:	common/lcd*.c
696c967fb78SAnatolij GustschinF:	include/lcd*.h
6979cdbc906SHeinrich SchuchardtF:	include/video*.h
69800f141ccSDaniel Schwierzeck
69900f141ccSDaniel SchwierzeckX86
70000f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
701dc5210a2SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
70200f141ccSDaniel SchwierzeckS:	Maintained
70300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
70400f141ccSDaniel SchwierzeckF:	arch/x86/
70500f141ccSDaniel Schwierzeck
706de5e5ceaSChris ZankelXTENSA
707de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
708de5e5ceaSChris ZankelS:	Maintained
709de5e5ceaSChris ZankelF:	arch/xtensa/
710de5e5ceaSChris Zankel
71100f141ccSDaniel SchwierzeckTHE REST
7124e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
71300f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
71400f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
71500f141ccSDaniel SchwierzeckS:	Maintained
71600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
71700f141ccSDaniel SchwierzeckF:	*
71800f141ccSDaniel SchwierzeckF:	*/
719