xref: /openbmc/u-boot/MAINTAINERS (revision a9da9eebf3d55eeb28dd521fc3b0fc1c9b5dc64b)
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>
584006200dSEugeniy PaltsevM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
5900f141ccSDaniel SchwierzeckS:	Maintained
604006200dSEugeniy PaltsevL:	uboot-snps-arc@synopsys.com
6100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arc.git
6200f141ccSDaniel SchwierzeckF:	arch/arc/
63b08b113eSAlexey BrodkinF:	board/synopsys/
6400f141ccSDaniel Schwierzeck
65e80dac0aSEugeniy PaltsevARC HSDK CGU CLOCK
66e80dac0aSEugeniy PaltsevM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
67e80dac0aSEugeniy PaltsevS:	Maintained
68e80dac0aSEugeniy PaltsevL:	uboot-snps-arc@synopsys.com
69e80dac0aSEugeniy PaltsevF:	drivers/clk/clk-hsdk-cgu.c
70e80dac0aSEugeniy PaltsevF:	include/dt-bindings/clock/snps,hsdk-cgu.h
71e80dac0aSEugeniy PaltsevF:	doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
72e80dac0aSEugeniy Paltsev
73b7d6e0abSHeinrich SchuchardtARC HSDK CREG GPIO
74b7d6e0abSHeinrich SchuchardtM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
75b7d6e0abSHeinrich SchuchardtS:	Maintained
76b7d6e0abSHeinrich SchuchardtL:	uboot-snps-arc@synopsys.com
777620ec4dSEugeniy PaltsevF:	doc/device-tree-bindings/gpio/snps,creg-gpio.txt
78b7d6e0abSHeinrich SchuchardtF:	drivers/gpio/hsdk-creg-gpio.c
79b7d6e0abSHeinrich Schuchardt
8000f141ccSDaniel SchwierzeckARM
8100f141ccSDaniel SchwierzeckM:	Albert Aribaud <albert.u.boot@aribaud.net>
8200f141ccSDaniel SchwierzeckS:	Maintained
8300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arm.git
8400f141ccSDaniel SchwierzeckF:	arch/arm/
8500f141ccSDaniel Schwierzeck
86d8540a16SPavel MachekARM ALTERA SOCFPGA
87d8540a16SPavel MachekM:	Marek Vasut <marex@denx.de>
88d8540a16SPavel MachekS:	Maintainted
89d8540a16SPavel MachekT:	git git://git.denx.de/u-boot-socfpga.git
90f22dede2SJagan TekiF:	arch/arm/mach-socfpga/
91d8540a16SPavel Machek
9200f141ccSDaniel SchwierzeckARM ATMEL AT91
9309c2b8f3SAndreas BießmannM:	Andreas Bießmann <andreas@biessmann.org>
9400f141ccSDaniel SchwierzeckS:	Maintained
9500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-atmel.git
9662011840SMasahiro YamadaF:	arch/arm/mach-at91/
9700f141ccSDaniel Schwierzeck
98fe84ebf0SStephen WarrenARM BROADCOM BCM283X
99958d55f2SAlexander GrafM:	Alexander Graf <agraf@suse.de>
100958d55f2SAlexander GrafS:	Maintained
101fe84ebf0SStephen WarrenF:	arch/arm/mach-bcm283x/
102fe84ebf0SStephen WarrenF:	drivers/gpio/bcm2835_gpio.c
103fe84ebf0SStephen WarrenF:	drivers/mmc/bcm2835_sdhci.c
104c8a73a26SAlexander GrafF:	drivers/mmc/bcm2835_sdhost.c
105fe84ebf0SStephen WarrenF:	drivers/serial/serial_bcm283x_mu.c
1066001985fSAlexander GrafF:	drivers/serial/serial_bcm283x_pl011.c
107fe84ebf0SStephen WarrenF:	drivers/video/bcm2835.c
108fe84ebf0SStephen WarrenF:	include/dm/platform_data/serial_bcm283x_mu.h
109caf2233bSAlexander GrafF:	drivers/pinctrl/broadcom/
110fe84ebf0SStephen Warren
111894c3ad2SThomas FitzsimmonsARM BROADCOM BCMSTB
112894c3ad2SThomas FitzsimmonsM:	Thomas Fitzsimmons <fitzsim@fitzsim.org>
113894c3ad2SThomas FitzsimmonsS:	Maintained
114894c3ad2SThomas FitzsimmonsF:	arch/arm/mach-bcmstb/
115894c3ad2SThomas FitzsimmonsF:	board/broadcom/bcmstb/
1163f20321aSThomas FitzsimmonsF:	configs/bcm7*_defconfig
117894c3ad2SThomas FitzsimmonsF:	doc/README.bcm7xxx
118894c3ad2SThomas FitzsimmonsF:	drivers/mmc/bcmstb_sdhci.c
119894c3ad2SThomas FitzsimmonsF:	drivers/spi/bcmstb_spi.c
120894c3ad2SThomas Fitzsimmons
12100f141ccSDaniel SchwierzeckARM FREESCALE IMX
12200f141ccSDaniel SchwierzeckM:	Stefano Babic <sbabic@denx.de>
1232aaf7c49SFabio EstevamM:	Fabio Estevam <fabio.estevam@nxp.com>
1240ea82ba2SPeng FanR:	NXP Linux Team <linux-imx@nxp.com>
12500f141ccSDaniel SchwierzeckS:	Maintained
12600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-imx.git
12700f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm1136/mx*/
12800f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/mx*/
12900f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/vf610/
130552a848eSStefano BabicF:	arch/arm/mach-imx/
13100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-imx/
13200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-mx*/
13300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-vf610/
134552a848eSStefano BabicF:	arch/arm/include/asm/mach-imx/
13577cbd3a1SFabio EstevamF:	board/freescale/*mx*/
13600f141ccSDaniel Schwierzeck
137ae4dc15dSPeter GriffinARM HISILICON
138ae4dc15dSPeter GriffinM:	Peter Griffin <peter.griffin@linaro.org>
139ae4dc15dSPeter GriffinS:	Maintained
140ae4dc15dSPeter GriffinF:	arch/arm/cpu/armv8/hisilicon
1410f8525f5SHeinrich SchuchardtF:	arch/arm/include/asm/arch-hi6220/
142ae4dc15dSPeter Griffin
1434b8cb843SMarek BehúnARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX
14400f141ccSDaniel SchwierzeckM:	Prafulla Wadaskar <prafulla@marvell.com>
1455ea01961SLuka PerkovM:	Luka Perkov <luka.perkov@sartura.hr>
146f822d857SStefan RoeseM:	Stefan Roese <sr@denx.de>
14700f141ccSDaniel SchwierzeckS:	Maintained
14800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-marvell.git
14956f86e39SMasahiro YamadaF:	arch/arm/mach-kirkwood/
150f822d857SStefan RoeseF:	arch/arm/mach-mvebu/
151592b4a7eSKen MaF:	drivers/ata/ahci_mvebu.c
1524b8cb843SMarek BehúnF:	drivers/phy/marvell/
15300f141ccSDaniel Schwierzeck
15400f141ccSDaniel SchwierzeckARM MARVELL PXA
15500f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
15600f141ccSDaniel SchwierzeckS:	Maintained
15700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pxa.git
15800f141ccSDaniel SchwierzeckF:	arch/arm/cpu/pxa/
15900f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-pxa/
16000f141ccSDaniel Schwierzeck
161*a9da9eebSRyder LeeARM MEDIATEK
162*a9da9eebSRyder LeeM:	Ryder Lee <ryder.lee@mediatek.com>
163*a9da9eebSRyder LeeM:	Weijie Gao <weijie.gao@mediatek.com>
164*a9da9eebSRyder LeeS:	Maintained
165*a9da9eebSRyder LeeF:	arch/arm/mach-mediatek/
166*a9da9eebSRyder LeeF:	arch/arm/include/asm/arch-mediatek/
167*a9da9eebSRyder LeeF:	board/mediatek/
168*a9da9eebSRyder LeeF:	doc/README.mediatek
169*a9da9eebSRyder LeeF:	drivers/clk/mediatek/
170*a9da9eebSRyder LeeF:	drivers/mmc/mtk-sd.c
171*a9da9eebSRyder LeeF:	drivers/pinctrl/mediatek/
172*a9da9eebSRyder LeeF:	drivers/power/domain/mtk-power-domain.c
173*a9da9eebSRyder LeeF:	drivers/ram/mediatek/
174*a9da9eebSRyder LeeF:	drivers/spi/mtk_qspi.c
175*a9da9eebSRyder LeeF:	drivers/timer/mtk_timer.c
176*a9da9eebSRyder LeeF:	drivers/watchdog/mtk_wdt.c
177*a9da9eebSRyder LeeF:	tools/mtk_image.c
178*a9da9eebSRyder LeeF:	tools/mtk_image.h
179*a9da9eebSRyder LeeN:	mediatek
180*a9da9eebSRyder Lee
181e2a1484cSManivannan SadhasivamARM OWL
182e2a1484cSManivannan SadhasivamM:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
183e2a1484cSManivannan SadhasivamS:	Maintained
184e2a1484cSManivannan SadhasivamF:	arch/arm/include/asm/arch-owl/
185e2a1484cSManivannan SadhasivamF:	arch/arm/mach-owl/
186e2a1484cSManivannan SadhasivamF:	board/ucRobotics/
187e2a1484cSManivannan SadhasivamF:	drivers/clk/owl/
188e2a1484cSManivannan SadhasivamF:	drivers/serial/serial_owl.c
189e2a1484cSManivannan Sadhasivam
1904810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
1914810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1929db60e25SMarek VasutM:	Marek Vasut <marek.vasut+renesas@gmail.com>
1934810c2f8SNobuhiro IwamatsuS:	Maintained
1944810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
1954810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
1964810c2f8SNobuhiro Iwamatsu
197c3caeac0SMasahiro YamadaARM ROCKCHIP
198c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
199f8714372SPhilipp TomsichM:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
200c3caeac0SMasahiro YamadaS:	Maintained
201c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
2028b45193aSPhilipp TomsichF:	arch/arm/include/asm/arch-rockchip/
203c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
204ae0fc89eSKever YangF:	board/rockchip/
2058b45193aSPhilipp TomsichF:	drivers/clk/rockchip/
2068b45193aSPhilipp TomsichF:	drivers/gpio/rk_gpio.c
2078b45193aSPhilipp TomsichF:	drivers/misc/rockchip-efuse.c
20847b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_sdhci.c
20947b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_dw_mmc.c
2108b45193aSPhilipp TomsichF:	drivers/pinctrl/rockchip/
2118b45193aSPhilipp TomsichF:	drivers/ram/rockchip/
2128b45193aSPhilipp TomsichF:	drivers/sysreset/sysreset_rockchip.c
2133f565522SPhilipp TomsichF:	drivers/video/rockchip/
2148b45193aSPhilipp TomsichF:	tools/rkcommon.c
2158b45193aSPhilipp TomsichF:	tools/rkcommon.h
2168b45193aSPhilipp TomsichF:	tools/rkimage.c
2178b45193aSPhilipp TomsichF:	tools/rksd.c
2188b45193aSPhilipp TomsichF:	tools/rkspi.c
219c3caeac0SMasahiro Yamada
22000f141ccSDaniel SchwierzeckARM SAMSUNG
22100f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
22200f141ccSDaniel SchwierzeckS:	Maintained
22300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
224225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
225225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
22600f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
22700f141ccSDaniel Schwierzeck
228e721e981SMateusz KulikowskiARM SNAPDRAGON
22992a14a47SRamon FriedM:	Ramon Fried <ramon.fried@gmail.com>
230e721e981SMateusz KulikowskiS:	Maintained
231e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
232ce18baf9SRamon FriedF:	drivers/gpio/msm_gpio.c
233ce18baf9SRamon FriedF:	drivers/mmc/msm_sdhci.c
23492454e47SRamon FriedF:	drivers/phy/msm8916-usbh-phy.c
235ce18baf9SRamon FriedF:	drivers/serial/serial_msm.c
236654dd4a8SRamon FriedF:	drivers/smem/msm_smem.c
237ce18baf9SRamon FriedF:	drivers/usb/host/ehci-msm.c
238e721e981SMateusz Kulikowski
239b7d6e0abSHeinrich SchuchardtARM STI
240b7d6e0abSHeinrich SchuchardtM:	Patrice Chotard <patrice.chotard@st.com>
241b7d6e0abSHeinrich SchuchardtS:	Maintained
242b7d6e0abSHeinrich SchuchardtF:	arch/arm/mach-sti/
243b7d6e0abSHeinrich SchuchardtF:	arch/arm/include/asm/arch-sti*/
244b7d6e0abSHeinrich Schuchardt
24500f141ccSDaniel SchwierzeckARM STM SPEAR
2463a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
2473a53aba3SBin MengS:	Orphaned (Since 2016-02)
24800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
24900f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
25000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
25100f141ccSDaniel Schwierzeck
2522514c2d0SPatrick DelaunayARM STM STM32MP
2532514c2d0SPatrick DelaunayM:	Patrick Delaunay <patrick.delaunay@st.com>
254f65b82ffSPatrice ChotardM:	Christophe Kerello <christophe.kerello@st.com>
255f65b82ffSPatrice ChotardM:	Patrice Chotard <patrice.chotard@st.com>
25684ee59a5SPatrick DelaunayL:	uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
2572514c2d0SPatrick DelaunayS:	Maintained
2582514c2d0SPatrick DelaunayF:	arch/arm/mach-stm32mp
259b57aaa07SHeinrich SchuchardtF:	drivers/clk/clk_stm32mp1.c
260f65b82ffSPatrice ChotardF:	drivers/i2c/stm32f7_i2c.c
261c3600e1fSPatrick DelaunayF:	drivers/misc/stm32mp_fuse.c
262f65b82ffSPatrice ChotardF:	drivers/mmc/stm32_sdmmc2.c
263f65b82ffSPatrice ChotardF:	drivers/phy/phy-stm32-usbphyc.c
264f65b82ffSPatrice ChotardF:	drivers/pinctrl/pinctrl_stm32.c
265f65b82ffSPatrice ChotardF:	drivers/power/regulator/stm32-vrefbuf.c
266b57aaa07SHeinrich SchuchardtF:	drivers/ram/stm32mp1/
267f65b82ffSPatrice ChotardF:	drivers/misc/stm32_rcc.c
268f65b82ffSPatrice ChotardF:	drivers/reset/stm32-reset.c
269f65b82ffSPatrice ChotardF:	drivers/spi/stm32_qspi.c
2702514c2d0SPatrick Delaunay
2719fa32b12SVikas ManochaARM STM STV0991
2729fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
2739fa32b12SVikas ManochaS:	Maintained
2749fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
2759fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
2769fa32b12SVikas Manocha
27700f141ccSDaniel SchwierzeckARM SUNXI
278543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
279bf8f4c44SMaxime RipardM:	Maxime Ripard <maxime.ripard@bootlin.com>
280ed8f2a28SChen-Yu TsaiS:	Maintained
28100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
28200f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
28300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
284ed8f2a28SChen-Yu TsaiF:	arch/arm/mach-sunxi/
285ed8f2a28SChen-Yu TsaiF:	board/sunxi/
28600f141ccSDaniel Schwierzeck
28700f141ccSDaniel SchwierzeckARM TEGRA
28800f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
28900f141ccSDaniel SchwierzeckS:	Maintained
29000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
29109f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
29200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
29300f141ccSDaniel Schwierzeck
29400f141ccSDaniel SchwierzeckARM TI
2954e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
29600f141ccSDaniel SchwierzeckS:	Maintained
29700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
29826f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
299586bde93SLokesh VutlaF:	arch/arm/mach-k3/
30026f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
30100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
30200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
30300f141ccSDaniel Schwierzeck
3040fb63aa6SMasahiro YamadaARM UNIPHIER
305ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
3060fb63aa6SMasahiro YamadaS:	Maintained
3070fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
3084c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
3095fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
310eb006c83SMasahiro YamadaN:	uniphier
3110fb63aa6SMasahiro Yamada
312ec48b6c9SMichal SimekARM VERSAL
313ec48b6c9SMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
314ec48b6c9SMichal SimekS:	Maintained
315ec48b6c9SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
316ec48b6c9SMichal SimekF:	arch/arm/mach-versal/
317ec48b6c9SMichal Simek
3180fabfeb2SLiviu DudauARM VERSATILE EXPRESS DRIVERS
3190fabfeb2SLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
3200fabfeb2SLiviu DudauS:	Maintained
3210fabfeb2SLiviu DudauT:	git git://github.com/ARM-software/u-boot.git
3220fabfeb2SLiviu DudauF:	drivers/misc/vexpress_config.c
3230fabfeb2SLiviu DudauN:	vexpress
3240fabfeb2SLiviu Dudau
32500f141ccSDaniel SchwierzeckARM ZYNQ
32600f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
32700f141ccSDaniel SchwierzeckS:	Maintained
3288ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3298ae3d0b5SMichal SimekF:	arch/arm/mach-zynq/
3308ae3d0b5SMichal SimekF:	drivers/clk/clk_zynq.c
3318ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
3328ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
3338ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
3348ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
3358ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
3368ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
337a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/zynq_nand.c
3388ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
3398ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
3408ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
3418ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
3428ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
3438ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
3448ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
34523e7e6b6SHeinrich SchuchardtF:	include/zynqpl.h
3468ae3d0b5SMichal SimekF:	tools/zynqimage.c
3478ae3d0b5SMichal SimekN:	zynq
34800f141ccSDaniel Schwierzeck
34984c7204bSMichal SimekARM ZYNQMP
35084c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
35184c7204bSMichal SimekS:	Maintained
3528ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3536de7a5b9SMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
3543d14228fSMichal SimekF:	drivers/clk/clk_zynqmp.c
3558ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
3568ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
3578ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
3588ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
3598ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
3608ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
361a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/zynq_nand.c
3628ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
3638ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
3648ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
3658ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
3668ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
36772c37d12SMichal SimekF:	drivers/timer/cadence-ttc.c
3688ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
3698ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
37023e7e6b6SHeinrich SchuchardtF:	include/zynqmppl.h
371b123aff2SAlexander GrafF:	tools/zynqmp*
3722570e129SMichal SimekN:	ultra96
3738ae3d0b5SMichal SimekN:	zynqmp
37484c7204bSMichal Simek
3751d6c54ecSMichal SimekARM ZYNQMP R5
3761d6c54ecSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
3771d6c54ecSMichal SimekS:	Maintained
3781d6c54ecSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3791d6c54ecSMichal SimekF:	arch/arm/mach-zynqmp-r5/
3801d6c54ecSMichal Simek
38100f141ccSDaniel SchwierzeckBUILDMAN
38200f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
38300f141ccSDaniel SchwierzeckS:	Maintained
38400f141ccSDaniel SchwierzeckF:	tools/buildman/
38500f141ccSDaniel Schwierzeck
38600f141ccSDaniel SchwierzeckCFI FLASH
38700f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
38800f141ccSDaniel SchwierzeckS:	Maintained
38900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
390c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
391c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
39200f141ccSDaniel Schwierzeck
39300f141ccSDaniel SchwierzeckCOLDFIRE
39408ae21afSFabio EstevamM:	Huan Wang <alison.wang@nxp.com>
39582ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
39600f141ccSDaniel SchwierzeckS:	Maintained
39700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
39800f141ccSDaniel SchwierzeckF:	arch/m68k/
39900f141ccSDaniel Schwierzeck
40000f141ccSDaniel SchwierzeckDFU
40156acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
40200f141ccSDaniel SchwierzeckS:	Maintained
40300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
40400f141ccSDaniel SchwierzeckF:	drivers/dfu/
40555ca6138SLukasz MajewskiF:	drivers/usb/gadget/
40600f141ccSDaniel Schwierzeck
40700f141ccSDaniel SchwierzeckDRIVER MODEL
40800f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
40900f141ccSDaniel SchwierzeckS:	Maintained
4108770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
41100f141ccSDaniel SchwierzeckF:	drivers/core/
41200f141ccSDaniel SchwierzeckF:	include/dm/
41300f141ccSDaniel SchwierzeckF:	test/dm/
41400f141ccSDaniel Schwierzeck
415e4a7394aSAlexander GrafEFI PAYLOAD
416e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
417e4a7394aSAlexander GrafS:	Maintained
418bc188a30SAlexander GrafT:	git git://github.com/agraf/u-boot.git
4191914e5b5SHeinrich SchuchardtF:	doc/README.uefi
42029a8a282SHeinrich SchuchardtF:	doc/README.iscsi
42104459788SHeinrich SchuchardtF:	Documentation/efi.rst
4225b2118a2SHeinrich SchuchardtF:	include/capitalization.h
4230bc4b0daSHeinrich SchuchardtF:	include/cp1250.h
4240bc4b0daSHeinrich SchuchardtF:	include/cp437.h
425623b3a57SHeinrich SchuchardtF:	include/efi*
426268ec6e0SHeinrich SchuchardtF:	include/pe.h
427268ec6e0SHeinrich SchuchardtF:	include/asm-generic/pe.h
4280b8a88abSHeinrich SchuchardtF:	lib/charset.c
429bc0bd77eSHeinrich SchuchardtF:	lib/efi*/
430623b3a57SHeinrich SchuchardtF:	test/py/tests/test_efi*
431f11a164bSHeinrich SchuchardtF:	test/unicode_ut.c
432e4a7394aSAlexander GrafF:	cmd/bootefi.c
433ac020196SHeinrich SchuchardtF:	tools/file2include.c
434e4a7394aSAlexander Graf
4357e16342bSMichal SimekFPGA
4367e16342bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
4377e16342bSMichal SimekS:	Maintained
4387e16342bSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
4397e16342bSMichal SimekF:	drivers/fpga/
4407e16342bSMichal SimekF:	cmd/fpga.c
4417e16342bSMichal SimekF:	include/fpga.h
4427e16342bSMichal Simek
44300f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
44400f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
44500f141ccSDaniel SchwierzeckS:	Maintained
44600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
44700f141ccSDaniel SchwierzeckF:	lib/fdtdec*
44800f141ccSDaniel SchwierzeckF:	lib/libfdt/
44900f141ccSDaniel SchwierzeckF:	include/fdt*
45018fa6230SHeinrich SchuchardtF:	include/linux/libfdt*
451643f8d4cSAndreas FärberF:	cmd/fdt.c
45200f141ccSDaniel SchwierzeckF:	common/fdt_support.c
45300f141ccSDaniel Schwierzeck
45400f141ccSDaniel SchwierzeckFREEBSD
45500f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
45600f141ccSDaniel SchwierzeckS:	Maintained
45700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
45800f141ccSDaniel Schwierzeck
45900f141ccSDaniel SchwierzeckFREESCALE QORIQ
4602f231025SYork SunM:	York Sun <york.sun@nxp.com>
46100f141ccSDaniel SchwierzeckS:	Maintained
46200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
46300f141ccSDaniel Schwierzeck
46400f141ccSDaniel SchwierzeckI2C
46500f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
46600f141ccSDaniel SchwierzeckS:	Maintained
46700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
46800f141ccSDaniel SchwierzeckF:	drivers/i2c/
46900f141ccSDaniel Schwierzeck
470e9c8d49dSSimon GlassLOGGING
471e9c8d49dSSimon GlassM:	Simon Glass <sjg@chromium.org>
472e9c8d49dSSimon GlassS:	Maintained
473e9c8d49dSSimon GlassT:	git git://git.denx.de/u-boot.git
474e9c8d49dSSimon GlassF:	common/log.c
475e9c8d49dSSimon GlassF:	cmd/log.c
476ef11ed82SSimon GlassF:	test/log/log_test.c
47720faa27cSSimon GlassF:	test/py/tests/test_log.py
478e9c8d49dSSimon Glass
479c1a65a8cSLiviu DudauMALI DISPLAY PROCESSORS
480c1a65a8cSLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
481c1a65a8cSLiviu DudauS:	Supported
482c1a65a8cSLiviu DudauT:	git git://github.com/ARM-software/u-boot.git
483c1a65a8cSLiviu DudauF:	drivers/video/mali_dp.c
484e3bc4bb8SHeiko SchocherF:	drivers/i2c/i2c-versatile.c
485c1a65a8cSLiviu Dudau
48600f141ccSDaniel SchwierzeckMICROBLAZE
48700f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
48800f141ccSDaniel SchwierzeckS:	Maintained
48900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
49000f141ccSDaniel SchwierzeckF:	arch/microblaze/
4918ae3d0b5SMichal SimekF:	cmd/mfsl.c
4928ae3d0b5SMichal SimekF:	drivers/gpio/xilinx_gpio.c
4938ae3d0b5SMichal SimekF:	drivers/net/xilinx_axi_emac.c
4948ae3d0b5SMichal SimekF:	drivers/net/xilinx_emaclite.c
4958ae3d0b5SMichal SimekF:	drivers/serial/serial_xuartlite.c
4968ae3d0b5SMichal SimekF:	drivers/spi/xilinx_spi.c
4970d832b32SMichal SimekF:	drivers/sysreset/sysreset_gpio.c
4988ae3d0b5SMichal SimekF:	drivers/watchdog/xilinx_tb_wdt.c
4998ae3d0b5SMichal SimekN:	xilinx
50000f141ccSDaniel Schwierzeck
50100f141ccSDaniel SchwierzeckMIPS
50200f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
50300f141ccSDaniel SchwierzeckS:	Maintained
50400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
50500f141ccSDaniel SchwierzeckF:	arch/mips/
50600f141ccSDaniel Schwierzeck
50700f141ccSDaniel SchwierzeckMMC
508dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
50900f141ccSDaniel SchwierzeckS:	Maintained
51000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
51100f141ccSDaniel SchwierzeckF:	drivers/mmc/
51200f141ccSDaniel Schwierzeck
5134ef17f9cSHeinrich SchuchardtNAND FLASH
5149f8aba7aSTom Rini#M:	Scott Wood <oss@buserror.net>
5159f8aba7aSTom RiniS:	Orphaned (Since 2018-07)
5164ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nand-flash.git
517a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/
5184ef17f9cSHeinrich Schuchardt
5194ef17f9cSHeinrich SchuchardtNDS32
5204ef17f9cSHeinrich SchuchardtM:	Macpaul Lin <macpaul@andestech.com>
5214ef17f9cSHeinrich SchuchardtS:	Maintained
5224ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nds32.git
5234ef17f9cSHeinrich SchuchardtF:	arch/nds32/
5244ef17f9cSHeinrich Schuchardt
525b7d6e0abSHeinrich SchuchardtNETWORK
526b7d6e0abSHeinrich SchuchardtM:	Joe Hershberger <joe.hershberger@ni.com>
527b7d6e0abSHeinrich SchuchardtS:	Maintained
528b7d6e0abSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-net.git
529b7d6e0abSHeinrich SchuchardtF:	drivers/net/
530b7d6e0abSHeinrich SchuchardtF:	net/
531b7d6e0abSHeinrich Schuchardt
5324ef17f9cSHeinrich SchuchardtNIOS
5334ef17f9cSHeinrich SchuchardtM:	Thomas Chou <thomas@wytron.com.tw>
5344ef17f9cSHeinrich SchuchardtS:	Maintained
5354ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nios.git
5364ef17f9cSHeinrich SchuchardtF:	arch/nios2/
5374ef17f9cSHeinrich Schuchardt
5384ef17f9cSHeinrich SchuchardtONENAND
5394ef17f9cSHeinrich Schuchardt#M:	Lukasz Majewski <l.majewski@majess.pl>
5404ef17f9cSHeinrich SchuchardtS:	Orphaned (Since 2017-01)
5414ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-onenand.git
5424ef17f9cSHeinrich SchuchardtF:	drivers/mtd/onenand/
5434ef17f9cSHeinrich Schuchardt
54400f141ccSDaniel SchwierzeckPATMAN
54500f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
54600f141ccSDaniel SchwierzeckS:	Maintained
54700f141ccSDaniel SchwierzeckF:	tools/patman/
54800f141ccSDaniel Schwierzeck
5494ef17f9cSHeinrich SchuchardtPOWER
5504ef17f9cSHeinrich SchuchardtM:	Jaehoon Chung <jh80.chung@samsung.com>
5514ef17f9cSHeinrich SchuchardtS:	Maintained
5524ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-pmic.git
5534ef17f9cSHeinrich SchuchardtF:	drivers/power/
5544ef17f9cSHeinrich Schuchardt
55500f141ccSDaniel SchwierzeckPOWERPC
55600f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
55700f141ccSDaniel SchwierzeckS:	Maintained
55800f141ccSDaniel SchwierzeckF:	arch/powerpc/
55900f141ccSDaniel Schwierzeck
56000f141ccSDaniel SchwierzeckPOWERPC MPC8XX
561907208c4SChristophe LeroyM:	Christophe Leroy <christophe.leroy@c-s.fr>
56200f141ccSDaniel SchwierzeckS:	Maintained
56300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
56400f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
56500f141ccSDaniel Schwierzeck
56600f141ccSDaniel SchwierzeckPOWERPC MPC83XX
567e5ed4c3eSmario.six@gdsys.ccM:	Mario Six <mario.six@gdsys.cc>
568e5ed4c3eSmario.six@gdsys.ccS:	Maintained
56900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
570e4061556SMario SixF:	drivers/ram/mpc83xx_sdram.c
571e4061556SMario SixF:	include/dt-bindings/memory/mpc83xx-sdram.h
57276fdad1fSMario SixF:	drivers/sysreset/sysreset_mpc83xx.c
57376fdad1fSMario SixF:	drivers/sysreset/sysreset_mpc83xx.h
57407d538d2SMario SixF:	drivers/clk/mpc83xx_clk.c
57507d538d2SMario SixF:	drivers/clk/mpc83xx_clk.h
57607d538d2SMario SixF:	include/dt-bindings/clk/mpc83xx-clk.h
5772c21749dSMario SixF:	drivers/timer/mpc83xx_timer.c
57819fbdca4SMario SixF:	drivers/cpu/mpc83xx_cpu.c
57919fbdca4SMario SixF:	drivers/cpu/mpc83xx_cpu.h
580d2166319SMario SixF:	drivers/misc/mpc83xx_serdes.c
58100f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
58200f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
58300f141ccSDaniel Schwierzeck
58400f141ccSDaniel SchwierzeckPOWERPC MPC85XX
5852f231025SYork SunM:	York Sun <york.sun@nxp.com>
58600f141ccSDaniel SchwierzeckS:	Maintained
58700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
58800f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
58900f141ccSDaniel Schwierzeck
59000f141ccSDaniel SchwierzeckPOWERPC MPC86XX
5912f231025SYork SunM:	York Sun <york.sun@nxp.com>
59200f141ccSDaniel SchwierzeckS:	Maintained
59300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
59400f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
59500f141ccSDaniel Schwierzeck
596f94c44e5SRick ChenRISC-V
597f94c44e5SRick ChenM:	Rick Chen <rick@andestech.com>
598f94c44e5SRick ChenS:	Maintained
599f94c44e5SRick ChenT:	git git://git.denx.de/u-boot-riscv.git
600f94c44e5SRick ChenF:	arch/riscv/
601f94c44e5SRick ChenF:	tools/prelink-riscv.c
602f94c44e5SRick Chen
6034ef17f9cSHeinrich SchuchardtROCKUSB
6044ef17f9cSHeinrich SchuchardtM:	Eddie Cai <eddie.cai.linux@gmail.com>
6054ef17f9cSHeinrich SchuchardtS:	Maintained
6064ef17f9cSHeinrich SchuchardtF:	drivers/usb/gadget/f_rockusb.c
6074ef17f9cSHeinrich SchuchardtF:	cmd/rockusb.c
6084ef17f9cSHeinrich SchuchardtF:	doc/README.rockusb
6094ef17f9cSHeinrich Schuchardt
61000f141ccSDaniel SchwierzeckSANDBOX
61100f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
61200f141ccSDaniel SchwierzeckS:	Maintained
61300f141ccSDaniel SchwierzeckF:	arch/sandbox/
61400f141ccSDaniel Schwierzeck
61500f141ccSDaniel SchwierzeckSH
61600f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61700f141ccSDaniel SchwierzeckS:	Maintained
61800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
61900f141ccSDaniel SchwierzeckF:	arch/sh/
62000f141ccSDaniel Schwierzeck
62100f141ccSDaniel SchwierzeckSPI
62216185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
62300f141ccSDaniel SchwierzeckS:	Maintained
62400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
62500f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
62600f141ccSDaniel SchwierzeckF:	drivers/spi/
62700f141ccSDaniel SchwierzeckF:	include/spi*
62800f141ccSDaniel Schwierzeck
629e721e981SMateusz KulikowskiSPMI
630e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
631e721e981SMateusz KulikowskiS:	Maintained
632e721e981SMateusz KulikowskiF:	drivers/spmi/
633e721e981SMateusz KulikowskiF:	include/spmi/
634e721e981SMateusz Kulikowski
635055da186SLiviu DudauTDA19988 HDMI ENCODER
636055da186SLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
637055da186SLiviu DudauS:	Maintained
638055da186SLiviu DudauF:	drivers/video/tda19988.c
639055da186SLiviu Dudau
6404e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
6414e2fdf45SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
6424e2fdf45SAndrew F. DavisS:	Supported
6434e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
6444e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
6454e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
646a42eee12SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
647c2dca337SAndrew F. DavisF:	configs/am335x_hs_evm_uart_defconfig
6484e2fdf45SAndrew F. DavisF:	configs/am43xx_hs_evm_defconfig
6494e2fdf45SAndrew F. DavisF:	configs/am57xx_hs_evm_defconfig
6504e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_defconfig
6518a707bafSLokesh VutlaF:	configs/k2hk_hs_evm_defconfig
6528a707bafSLokesh VutlaF:	configs/k2e_hs_evm_defconfig
6538a707bafSLokesh VutlaF:	configs/k2g_hs_evm_defconfig
654f274f265SMadan SrinivasF:	configs/k2l_hs_evm_defconfig
6554e2fdf45SAndrew F. Davis
65600f141ccSDaniel SchwierzeckTQ GROUP
6573a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
6583a53aba3SBin MengS:	Orphaned (Since 2016-02)
65900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
66000f141ccSDaniel Schwierzeck
6619ff4a311SJens WiklanderTEE
6629ff4a311SJens WiklanderM:	Jens Wiklander <jens.wiklander@linaro.org>
6639ff4a311SJens WiklanderS:	Maintained
6649ff4a311SJens WiklanderF:	drivers/tee/
6659ff4a311SJens WiklanderF:	include/tee.h
6661cc8cc4eSJens WiklanderF:	include/tee/
6679ff4a311SJens Wiklander
66800f141ccSDaniel SchwierzeckUBI
66900f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
67069337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
67100f141ccSDaniel SchwierzeckS:	Maintained
67200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
67300f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
67400f141ccSDaniel Schwierzeck
67500f141ccSDaniel SchwierzeckUSB
67600f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
67700f141ccSDaniel SchwierzeckS:	Maintained
67800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
67900f141ccSDaniel SchwierzeckF:	drivers/usb/
68000f141ccSDaniel Schwierzeck
681c0c5f910SBin MengUSB xHCI
682c0c5f910SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
683c0c5f910SBin MengS:	Maintained
684c0c5f910SBin MengT:	git git://git.denx.de/u-boot-usb.git topic-xhci
685c0c5f910SBin MengF:	drivers/usb/host/xhci*
686c0c5f910SBin Meng
68700f141ccSDaniel SchwierzeckVIDEO
68800f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
68900f141ccSDaniel SchwierzeckS:	Maintained
69000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
69100f141ccSDaniel SchwierzeckF:	drivers/video/
692c967fb78SAnatolij GustschinF:	common/lcd*.c
693c967fb78SAnatolij GustschinF:	include/lcd*.h
6949cdbc906SHeinrich SchuchardtF:	include/video*.h
69500f141ccSDaniel Schwierzeck
69600f141ccSDaniel SchwierzeckX86
69700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
698dc5210a2SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
69900f141ccSDaniel SchwierzeckS:	Maintained
70000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
70100f141ccSDaniel SchwierzeckF:	arch/x86/
70200f141ccSDaniel Schwierzeck
703de5e5ceaSChris ZankelXTENSA
704de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
705de5e5ceaSChris ZankelS:	Maintained
706de5e5ceaSChris ZankelF:	arch/xtensa/
707de5e5ceaSChris Zankel
70800f141ccSDaniel SchwierzeckTHE REST
7094e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
71000f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
71100f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
71200f141ccSDaniel SchwierzeckS:	Maintained
71300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
71400f141ccSDaniel SchwierzeckF:	*
71500f141ccSDaniel SchwierzeckF:	*/
716