xref: /openbmc/u-boot/MAINTAINERS (revision ec48b6c9)
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>
12400f141ccSDaniel SchwierzeckS:	Maintained
12500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-imx.git
12600f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm1136/mx*/
12700f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/mx*/
12800f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/vf610/
129552a848eSStefano BabicF:	arch/arm/mach-imx/
13000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-imx/
13100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-mx*/
13200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-vf610/
133552a848eSStefano BabicF:	arch/arm/include/asm/mach-imx/
13477cbd3a1SFabio EstevamF:	board/freescale/*mx*/
13500f141ccSDaniel Schwierzeck
136ae4dc15dSPeter GriffinARM HISILICON
137ae4dc15dSPeter GriffinM:	Peter Griffin <peter.griffin@linaro.org>
138ae4dc15dSPeter GriffinS:	Maintained
139ae4dc15dSPeter GriffinF:	arch/arm/cpu/armv8/hisilicon
1400f8525f5SHeinrich SchuchardtF:	arch/arm/include/asm/arch-hi6220/
141ae4dc15dSPeter Griffin
1424b8cb843SMarek BehúnARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX
14300f141ccSDaniel SchwierzeckM:	Prafulla Wadaskar <prafulla@marvell.com>
1445ea01961SLuka PerkovM:	Luka Perkov <luka.perkov@sartura.hr>
145f822d857SStefan RoeseM:	Stefan Roese <sr@denx.de>
14600f141ccSDaniel SchwierzeckS:	Maintained
14700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-marvell.git
14856f86e39SMasahiro YamadaF:	arch/arm/mach-kirkwood/
149f822d857SStefan RoeseF:	arch/arm/mach-mvebu/
150592b4a7eSKen MaF:	drivers/ata/ahci_mvebu.c
1514b8cb843SMarek BehúnF:	drivers/phy/marvell/
15200f141ccSDaniel Schwierzeck
15300f141ccSDaniel SchwierzeckARM MARVELL PXA
15400f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
15500f141ccSDaniel SchwierzeckS:	Maintained
15600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pxa.git
15700f141ccSDaniel SchwierzeckF:	arch/arm/cpu/pxa/
15800f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-pxa/
15900f141ccSDaniel Schwierzeck
160e2a1484cSManivannan SadhasivamARM OWL
161e2a1484cSManivannan SadhasivamM:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
162e2a1484cSManivannan SadhasivamS:	Maintained
163e2a1484cSManivannan SadhasivamF:	arch/arm/include/asm/arch-owl/
164e2a1484cSManivannan SadhasivamF:	arch/arm/mach-owl/
165e2a1484cSManivannan SadhasivamF:	board/ucRobotics/
166e2a1484cSManivannan SadhasivamF:	drivers/clk/owl/
167e2a1484cSManivannan SadhasivamF:	drivers/serial/serial_owl.c
168e2a1484cSManivannan Sadhasivam
1694810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
1704810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1719db60e25SMarek VasutM:	Marek Vasut <marek.vasut+renesas@gmail.com>
1724810c2f8SNobuhiro IwamatsuS:	Maintained
1734810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
1744810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
1754810c2f8SNobuhiro Iwamatsu
176c3caeac0SMasahiro YamadaARM ROCKCHIP
177c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
178f8714372SPhilipp TomsichM:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
179c3caeac0SMasahiro YamadaS:	Maintained
180c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
1818b45193aSPhilipp TomsichF:	arch/arm/include/asm/arch-rockchip/
182c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
183ae0fc89eSKever YangF:	board/rockchip/
1848b45193aSPhilipp TomsichF:	drivers/clk/rockchip/
1858b45193aSPhilipp TomsichF:	drivers/gpio/rk_gpio.c
1868b45193aSPhilipp TomsichF:	drivers/misc/rockchip-efuse.c
18747b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_sdhci.c
18847b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_dw_mmc.c
1898b45193aSPhilipp TomsichF:	drivers/pinctrl/rockchip/
1908b45193aSPhilipp TomsichF:	drivers/ram/rockchip/
1918b45193aSPhilipp TomsichF:	drivers/sysreset/sysreset_rockchip.c
1923f565522SPhilipp TomsichF:	drivers/video/rockchip/
1938b45193aSPhilipp TomsichF:	tools/rkcommon.c
1948b45193aSPhilipp TomsichF:	tools/rkcommon.h
1958b45193aSPhilipp TomsichF:	tools/rkimage.c
1968b45193aSPhilipp TomsichF:	tools/rksd.c
1978b45193aSPhilipp TomsichF:	tools/rkspi.c
198c3caeac0SMasahiro Yamada
19900f141ccSDaniel SchwierzeckARM SAMSUNG
20000f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
20100f141ccSDaniel SchwierzeckS:	Maintained
20200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
203225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
204225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
20500f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
20600f141ccSDaniel Schwierzeck
207e721e981SMateusz KulikowskiARM SNAPDRAGON
20892a14a47SRamon FriedM:	Ramon Fried <ramon.fried@gmail.com>
209e721e981SMateusz KulikowskiS:	Maintained
210e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
211ce18baf9SRamon FriedF:	drivers/gpio/msm_gpio.c
212ce18baf9SRamon FriedF:	drivers/mmc/msm_sdhci.c
21392454e47SRamon FriedF:	drivers/phy/msm8916-usbh-phy.c
214ce18baf9SRamon FriedF:	drivers/serial/serial_msm.c
215654dd4a8SRamon FriedF:	drivers/smem/msm_smem.c
216ce18baf9SRamon FriedF:	drivers/usb/host/ehci-msm.c
217e721e981SMateusz Kulikowski
218b7d6e0abSHeinrich SchuchardtARM STI
219b7d6e0abSHeinrich SchuchardtM:	Patrice Chotard <patrice.chotard@st.com>
220b7d6e0abSHeinrich SchuchardtS:	Maintained
221b7d6e0abSHeinrich SchuchardtF:	arch/arm/mach-sti/
222b7d6e0abSHeinrich SchuchardtF:	arch/arm/include/asm/arch-sti*/
223b7d6e0abSHeinrich Schuchardt
22400f141ccSDaniel SchwierzeckARM STM SPEAR
2253a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
2263a53aba3SBin MengS:	Orphaned (Since 2016-02)
22700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
22800f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
22900f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
23000f141ccSDaniel Schwierzeck
2312514c2d0SPatrick DelaunayARM STM STM32MP
2322514c2d0SPatrick DelaunayM:	Patrick Delaunay <patrick.delaunay@st.com>
233f65b82ffSPatrice ChotardM:	Christophe Kerello <christophe.kerello@st.com>
234f65b82ffSPatrice ChotardM:	Patrice Chotard <patrice.chotard@st.com>
2352514c2d0SPatrick DelaunayS:	Maintained
2362514c2d0SPatrick DelaunayF:	arch/arm/mach-stm32mp
237b57aaa07SHeinrich SchuchardtF:	drivers/clk/clk_stm32mp1.c
238f65b82ffSPatrice ChotardF:	drivers/i2c/stm32f7_i2c.c
239c3600e1fSPatrick DelaunayF:	drivers/misc/stm32mp_fuse.c
240f65b82ffSPatrice ChotardF:	drivers/mmc/stm32_sdmmc2.c
241f65b82ffSPatrice ChotardF:	drivers/phy/phy-stm32-usbphyc.c
242f65b82ffSPatrice ChotardF:	drivers/pinctrl/pinctrl_stm32.c
243f65b82ffSPatrice ChotardF:	drivers/power/regulator/stm32-vrefbuf.c
244b57aaa07SHeinrich SchuchardtF:	drivers/ram/stm32mp1/
245f65b82ffSPatrice ChotardF:	drivers/misc/stm32_rcc.c
246f65b82ffSPatrice ChotardF:	drivers/reset/stm32-reset.c
247f65b82ffSPatrice ChotardF:	drivers/spi/stm32_qspi.c
2482514c2d0SPatrick Delaunay
2499fa32b12SVikas ManochaARM STM STV0991
2509fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
2519fa32b12SVikas ManochaS:	Maintained
2529fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
2539fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
2549fa32b12SVikas Manocha
25500f141ccSDaniel SchwierzeckARM SUNXI
256543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
257bf8f4c44SMaxime RipardM:	Maxime Ripard <maxime.ripard@bootlin.com>
258ed8f2a28SChen-Yu TsaiS:	Maintained
25900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
26000f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
26100f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
262ed8f2a28SChen-Yu TsaiF:	arch/arm/mach-sunxi/
263ed8f2a28SChen-Yu TsaiF:	board/sunxi/
26400f141ccSDaniel Schwierzeck
26500f141ccSDaniel SchwierzeckARM TEGRA
26600f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
26700f141ccSDaniel SchwierzeckS:	Maintained
26800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
26909f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
27000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
27100f141ccSDaniel Schwierzeck
27200f141ccSDaniel SchwierzeckARM TI
2734e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
27400f141ccSDaniel SchwierzeckS:	Maintained
27500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
27626f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
277586bde93SLokesh VutlaF:	arch/arm/mach-k3/
27826f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
27900f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
28000f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
28100f141ccSDaniel Schwierzeck
2820fb63aa6SMasahiro YamadaARM UNIPHIER
283ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
2840fb63aa6SMasahiro YamadaS:	Maintained
2850fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
2864c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
2875fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
288eb006c83SMasahiro YamadaN:	uniphier
2890fb63aa6SMasahiro Yamada
290*ec48b6c9SMichal SimekARM VERSAL
291*ec48b6c9SMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
292*ec48b6c9SMichal SimekS:	Maintained
293*ec48b6c9SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
294*ec48b6c9SMichal SimekF:	arch/arm/mach-versal/
295*ec48b6c9SMichal Simek
2960fabfeb2SLiviu DudauARM VERSATILE EXPRESS DRIVERS
2970fabfeb2SLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
2980fabfeb2SLiviu DudauS:	Maintained
2990fabfeb2SLiviu DudauT:	git git://github.com/ARM-software/u-boot.git
3000fabfeb2SLiviu DudauF:	drivers/misc/vexpress_config.c
3010fabfeb2SLiviu DudauN:	vexpress
3020fabfeb2SLiviu Dudau
30300f141ccSDaniel SchwierzeckARM ZYNQ
30400f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
30500f141ccSDaniel SchwierzeckS:	Maintained
3068ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3078ae3d0b5SMichal SimekF:	arch/arm/mach-zynq/
3088ae3d0b5SMichal SimekF:	drivers/clk/clk_zynq.c
3098ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
3108ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
3118ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
3128ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
3138ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
3148ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
315a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/zynq_nand.c
3168ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
3178ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
3188ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
3198ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
3208ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
3218ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
3228ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
32323e7e6b6SHeinrich SchuchardtF:	include/zynqpl.h
3248ae3d0b5SMichal SimekF:	tools/zynqimage.c
3258ae3d0b5SMichal SimekN:	zynq
32600f141ccSDaniel Schwierzeck
32784c7204bSMichal SimekARM ZYNQMP
32884c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
32984c7204bSMichal SimekS:	Maintained
3308ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3316de7a5b9SMichal SimekF:	arch/arm/cpu/armv8/zynqmp/
3323d14228fSMichal SimekF:	drivers/clk/clk_zynqmp.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
34572c37d12SMichal SimekF:	drivers/timer/cadence-ttc.c
3468ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
3478ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
34823e7e6b6SHeinrich SchuchardtF:	include/zynqmppl.h
349b123aff2SAlexander GrafF:	tools/zynqmp*
3502570e129SMichal SimekN:	ultra96
3518ae3d0b5SMichal SimekN:	zynqmp
35284c7204bSMichal Simek
3531d6c54ecSMichal SimekARM ZYNQMP R5
3541d6c54ecSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
3551d6c54ecSMichal SimekS:	Maintained
3561d6c54ecSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3571d6c54ecSMichal SimekF:	arch/arm/mach-zynqmp-r5/
3581d6c54ecSMichal Simek
35900f141ccSDaniel SchwierzeckBUILDMAN
36000f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
36100f141ccSDaniel SchwierzeckS:	Maintained
36200f141ccSDaniel SchwierzeckF:	tools/buildman/
36300f141ccSDaniel Schwierzeck
36400f141ccSDaniel SchwierzeckCFI FLASH
36500f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
36600f141ccSDaniel SchwierzeckS:	Maintained
36700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
368c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
369c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
37000f141ccSDaniel Schwierzeck
37100f141ccSDaniel SchwierzeckCOLDFIRE
37208ae21afSFabio EstevamM:	Huan Wang <alison.wang@nxp.com>
37382ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
37400f141ccSDaniel SchwierzeckS:	Maintained
37500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
37600f141ccSDaniel SchwierzeckF:	arch/m68k/
37700f141ccSDaniel Schwierzeck
37800f141ccSDaniel SchwierzeckDFU
37956acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
38000f141ccSDaniel SchwierzeckS:	Maintained
38100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
38200f141ccSDaniel SchwierzeckF:	drivers/dfu/
38355ca6138SLukasz MajewskiF:	drivers/usb/gadget/
38400f141ccSDaniel Schwierzeck
38500f141ccSDaniel SchwierzeckDRIVER MODEL
38600f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
38700f141ccSDaniel SchwierzeckS:	Maintained
3888770633eSMasahiro YamadaT:	git git://git.denx.de/u-boot-dm.git
38900f141ccSDaniel SchwierzeckF:	drivers/core/
39000f141ccSDaniel SchwierzeckF:	include/dm/
39100f141ccSDaniel SchwierzeckF:	test/dm/
39200f141ccSDaniel Schwierzeck
393e4a7394aSAlexander GrafEFI PAYLOAD
394e4a7394aSAlexander GrafM:	Alexander Graf <agraf@suse.de>
395e4a7394aSAlexander GrafS:	Maintained
396bc188a30SAlexander GrafT:	git git://github.com/agraf/u-boot.git
3971914e5b5SHeinrich SchuchardtF:	doc/README.uefi
39829a8a282SHeinrich SchuchardtF:	doc/README.iscsi
39904459788SHeinrich SchuchardtF:	Documentation/efi.rst
4005b2118a2SHeinrich SchuchardtF:	include/capitalization.h
4010bc4b0daSHeinrich SchuchardtF:	include/cp1250.h
4020bc4b0daSHeinrich SchuchardtF:	include/cp437.h
403623b3a57SHeinrich SchuchardtF:	include/efi*
404268ec6e0SHeinrich SchuchardtF:	include/pe.h
405268ec6e0SHeinrich SchuchardtF:	include/asm-generic/pe.h
4060b8a88abSHeinrich SchuchardtF:	lib/charset.c
407bc0bd77eSHeinrich SchuchardtF:	lib/efi*/
408623b3a57SHeinrich SchuchardtF:	test/py/tests/test_efi*
409f11a164bSHeinrich SchuchardtF:	test/unicode_ut.c
410e4a7394aSAlexander GrafF:	cmd/bootefi.c
411ac020196SHeinrich SchuchardtF:	tools/file2include.c
412e4a7394aSAlexander Graf
4137e16342bSMichal SimekFPGA
4147e16342bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
4157e16342bSMichal SimekS:	Maintained
4167e16342bSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
4177e16342bSMichal SimekF:	drivers/fpga/
4187e16342bSMichal SimekF:	cmd/fpga.c
4197e16342bSMichal SimekF:	include/fpga.h
4207e16342bSMichal Simek
42100f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
42200f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
42300f141ccSDaniel SchwierzeckS:	Maintained
42400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fdt.git
42500f141ccSDaniel SchwierzeckF:	lib/fdtdec*
42600f141ccSDaniel SchwierzeckF:	lib/libfdt/
42700f141ccSDaniel SchwierzeckF:	include/fdt*
42818fa6230SHeinrich SchuchardtF:	include/linux/libfdt*
429643f8d4cSAndreas FärberF:	cmd/fdt.c
43000f141ccSDaniel SchwierzeckF:	common/fdt_support.c
43100f141ccSDaniel Schwierzeck
43200f141ccSDaniel SchwierzeckFREEBSD
43300f141ccSDaniel SchwierzeckM:	Rafal Jaworowski <raj@semihalf.com>
43400f141ccSDaniel SchwierzeckS:	Maintained
43500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
43600f141ccSDaniel Schwierzeck
43700f141ccSDaniel SchwierzeckFREESCALE QORIQ
4382f231025SYork SunM:	York Sun <york.sun@nxp.com>
43900f141ccSDaniel SchwierzeckS:	Maintained
44000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
44100f141ccSDaniel Schwierzeck
44200f141ccSDaniel SchwierzeckI2C
44300f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
44400f141ccSDaniel SchwierzeckS:	Maintained
44500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-i2c.git
44600f141ccSDaniel SchwierzeckF:	drivers/i2c/
44700f141ccSDaniel Schwierzeck
448e9c8d49dSSimon GlassLOGGING
449e9c8d49dSSimon GlassM:	Simon Glass <sjg@chromium.org>
450e9c8d49dSSimon GlassS:	Maintained
451e9c8d49dSSimon GlassT:	git git://git.denx.de/u-boot.git
452e9c8d49dSSimon GlassF:	common/log.c
453e9c8d49dSSimon GlassF:	cmd/log.c
454ef11ed82SSimon GlassF:	test/log/log_test.c
45520faa27cSSimon GlassF:	test/py/tests/test_log.py
456e9c8d49dSSimon Glass
457c1a65a8cSLiviu DudauMALI DISPLAY PROCESSORS
458c1a65a8cSLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
459c1a65a8cSLiviu DudauS:	Supported
460c1a65a8cSLiviu DudauT:	git git://github.com/ARM-software/u-boot.git
461c1a65a8cSLiviu DudauF:	drivers/video/mali_dp.c
462c1a65a8cSLiviu Dudau
46300f141ccSDaniel SchwierzeckMICROBLAZE
46400f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
46500f141ccSDaniel SchwierzeckS:	Maintained
46600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
46700f141ccSDaniel SchwierzeckF:	arch/microblaze/
4688ae3d0b5SMichal SimekF:	cmd/mfsl.c
4698ae3d0b5SMichal SimekF:	drivers/gpio/xilinx_gpio.c
4708ae3d0b5SMichal SimekF:	drivers/net/xilinx_axi_emac.c
4718ae3d0b5SMichal SimekF:	drivers/net/xilinx_emaclite.c
4728ae3d0b5SMichal SimekF:	drivers/serial/serial_xuartlite.c
4738ae3d0b5SMichal SimekF:	drivers/spi/xilinx_spi.c
4740d832b32SMichal SimekF:	drivers/sysreset/sysreset_gpio.c
4758ae3d0b5SMichal SimekF:	drivers/watchdog/xilinx_tb_wdt.c
4768ae3d0b5SMichal SimekN:	xilinx
47700f141ccSDaniel Schwierzeck
47800f141ccSDaniel SchwierzeckMIPS
47900f141ccSDaniel SchwierzeckM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
48000f141ccSDaniel SchwierzeckS:	Maintained
48100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mips.git
48200f141ccSDaniel SchwierzeckF:	arch/mips/
48300f141ccSDaniel Schwierzeck
48400f141ccSDaniel SchwierzeckMMC
485dbc39699SJaehoon ChungM:	Jaehoon Chung <jh80.chung@samsung.com>
48600f141ccSDaniel SchwierzeckS:	Maintained
48700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mmc.git
48800f141ccSDaniel SchwierzeckF:	drivers/mmc/
48900f141ccSDaniel Schwierzeck
4904ef17f9cSHeinrich SchuchardtNAND FLASH
4919f8aba7aSTom Rini#M:	Scott Wood <oss@buserror.net>
4929f8aba7aSTom RiniS:	Orphaned (Since 2018-07)
4934ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nand-flash.git
494a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/
4954ef17f9cSHeinrich Schuchardt
4964ef17f9cSHeinrich SchuchardtNDS32
4974ef17f9cSHeinrich SchuchardtM:	Macpaul Lin <macpaul@andestech.com>
4984ef17f9cSHeinrich SchuchardtS:	Maintained
4994ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nds32.git
5004ef17f9cSHeinrich SchuchardtF:	arch/nds32/
5014ef17f9cSHeinrich Schuchardt
502b7d6e0abSHeinrich SchuchardtNETWORK
503b7d6e0abSHeinrich SchuchardtM:	Joe Hershberger <joe.hershberger@ni.com>
504b7d6e0abSHeinrich SchuchardtS:	Maintained
505b7d6e0abSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-net.git
506b7d6e0abSHeinrich SchuchardtF:	drivers/net/
507b7d6e0abSHeinrich SchuchardtF:	net/
508b7d6e0abSHeinrich Schuchardt
5094ef17f9cSHeinrich SchuchardtNIOS
5104ef17f9cSHeinrich SchuchardtM:	Thomas Chou <thomas@wytron.com.tw>
5114ef17f9cSHeinrich SchuchardtS:	Maintained
5124ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nios.git
5134ef17f9cSHeinrich SchuchardtF:	arch/nios2/
5144ef17f9cSHeinrich Schuchardt
5154ef17f9cSHeinrich SchuchardtONENAND
5164ef17f9cSHeinrich Schuchardt#M:	Lukasz Majewski <l.majewski@majess.pl>
5174ef17f9cSHeinrich SchuchardtS:	Orphaned (Since 2017-01)
5184ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-onenand.git
5194ef17f9cSHeinrich SchuchardtF:	drivers/mtd/onenand/
5204ef17f9cSHeinrich Schuchardt
52100f141ccSDaniel SchwierzeckPATMAN
52200f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
52300f141ccSDaniel SchwierzeckS:	Maintained
52400f141ccSDaniel SchwierzeckF:	tools/patman/
52500f141ccSDaniel Schwierzeck
5264ef17f9cSHeinrich SchuchardtPOWER
5274ef17f9cSHeinrich SchuchardtM:	Jaehoon Chung <jh80.chung@samsung.com>
5284ef17f9cSHeinrich SchuchardtS:	Maintained
5294ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-pmic.git
5304ef17f9cSHeinrich SchuchardtF:	drivers/power/
5314ef17f9cSHeinrich Schuchardt
53200f141ccSDaniel SchwierzeckPOWERPC
53300f141ccSDaniel SchwierzeckM:	Wolfgang Denk <wd@denx.de>
53400f141ccSDaniel SchwierzeckS:	Maintained
53500f141ccSDaniel SchwierzeckF:	arch/powerpc/
53600f141ccSDaniel Schwierzeck
53700f141ccSDaniel SchwierzeckPOWERPC MPC8XX
538907208c4SChristophe LeroyM:	Christophe Leroy <christophe.leroy@c-s.fr>
53900f141ccSDaniel SchwierzeckS:	Maintained
54000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc8xx.git
54100f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
54200f141ccSDaniel Schwierzeck
54300f141ccSDaniel SchwierzeckPOWERPC MPC83XX
544e5ed4c3eSmario.six@gdsys.ccM:	Mario Six <mario.six@gdsys.cc>
545e5ed4c3eSmario.six@gdsys.ccS:	Maintained
54600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc83xx.git
547e4061556SMario SixF:	drivers/ram/mpc83xx_sdram.c
548e4061556SMario SixF:	include/dt-bindings/memory/mpc83xx-sdram.h
54976fdad1fSMario SixF:	drivers/sysreset/sysreset_mpc83xx.c
55076fdad1fSMario SixF:	drivers/sysreset/sysreset_mpc83xx.h
55107d538d2SMario SixF:	drivers/clk/mpc83xx_clk.c
55207d538d2SMario SixF:	drivers/clk/mpc83xx_clk.h
55307d538d2SMario SixF:	include/dt-bindings/clk/mpc83xx-clk.h
5542c21749dSMario SixF:	drivers/timer/mpc83xx_timer.c
55519fbdca4SMario SixF:	drivers/cpu/mpc83xx_cpu.c
55619fbdca4SMario SixF:	drivers/cpu/mpc83xx_cpu.h
557d2166319SMario SixF:	drivers/misc/mpc83xx_serdes.c
55800f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
55900f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
56000f141ccSDaniel Schwierzeck
56100f141ccSDaniel SchwierzeckPOWERPC MPC85XX
5622f231025SYork SunM:	York Sun <york.sun@nxp.com>
56300f141ccSDaniel SchwierzeckS:	Maintained
56400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
56500f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
56600f141ccSDaniel Schwierzeck
56700f141ccSDaniel SchwierzeckPOWERPC MPC86XX
5682f231025SYork SunM:	York Sun <york.sun@nxp.com>
56900f141ccSDaniel SchwierzeckS:	Maintained
57000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc86xx.git
57100f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc86xx/
57200f141ccSDaniel Schwierzeck
573f94c44e5SRick ChenRISC-V
574f94c44e5SRick ChenM:	Rick Chen <rick@andestech.com>
575f94c44e5SRick ChenS:	Maintained
576f94c44e5SRick ChenT:	git git://git.denx.de/u-boot-riscv.git
577f94c44e5SRick ChenF:	arch/riscv/
578f94c44e5SRick ChenF:	tools/prelink-riscv.c
579f94c44e5SRick Chen
5804ef17f9cSHeinrich SchuchardtROCKUSB
5814ef17f9cSHeinrich SchuchardtM:	Eddie Cai <eddie.cai.linux@gmail.com>
5824ef17f9cSHeinrich SchuchardtS:	Maintained
5834ef17f9cSHeinrich SchuchardtF:	drivers/usb/gadget/f_rockusb.c
5844ef17f9cSHeinrich SchuchardtF:	cmd/rockusb.c
5854ef17f9cSHeinrich SchuchardtF:	doc/README.rockusb
5864ef17f9cSHeinrich Schuchardt
58700f141ccSDaniel SchwierzeckSANDBOX
58800f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
58900f141ccSDaniel SchwierzeckS:	Maintained
59000f141ccSDaniel SchwierzeckF:	arch/sandbox/
59100f141ccSDaniel Schwierzeck
59200f141ccSDaniel SchwierzeckSH
59300f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
59400f141ccSDaniel SchwierzeckS:	Maintained
59500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
59600f141ccSDaniel SchwierzeckF:	arch/sh/
59700f141ccSDaniel Schwierzeck
59800f141ccSDaniel SchwierzeckSPI
59916185a85SJagan TekiM:	Jagan Teki <jagan@openedev.com>
60000f141ccSDaniel SchwierzeckS:	Maintained
60100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-spi.git
60200f141ccSDaniel SchwierzeckF:	drivers/mtd/spi/
60300f141ccSDaniel SchwierzeckF:	drivers/spi/
60400f141ccSDaniel SchwierzeckF:	include/spi*
60500f141ccSDaniel Schwierzeck
606e721e981SMateusz KulikowskiSPMI
607e721e981SMateusz KulikowskiM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
608e721e981SMateusz KulikowskiS:	Maintained
609e721e981SMateusz KulikowskiF:	drivers/spmi/
610e721e981SMateusz KulikowskiF:	include/spmi/
611e721e981SMateusz Kulikowski
612055da186SLiviu DudauTDA19988 HDMI ENCODER
613055da186SLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
614055da186SLiviu DudauS:	Maintained
615055da186SLiviu DudauF:	drivers/video/tda19988.c
616055da186SLiviu Dudau
6174e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
6184e2fdf45SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
6194e2fdf45SAndrew F. DavisS:	Supported
6204e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
6214e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
6224e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
623a42eee12SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
624c2dca337SAndrew F. DavisF:	configs/am335x_hs_evm_uart_defconfig
6254e2fdf45SAndrew F. DavisF:	configs/am43xx_hs_evm_defconfig
6264e2fdf45SAndrew F. DavisF:	configs/am57xx_hs_evm_defconfig
6274e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_defconfig
6288a707bafSLokesh VutlaF:	configs/k2hk_hs_evm_defconfig
6298a707bafSLokesh VutlaF:	configs/k2e_hs_evm_defconfig
6308a707bafSLokesh VutlaF:	configs/k2g_hs_evm_defconfig
631f274f265SMadan SrinivasF:	configs/k2l_hs_evm_defconfig
6324e2fdf45SAndrew F. Davis
63300f141ccSDaniel SchwierzeckTQ GROUP
6343a53aba3SBin Meng#M:	Martin Krause <martin.krause@tq-systems.de>
6353a53aba3SBin MengS:	Orphaned (Since 2016-02)
63600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tq-group.git
63700f141ccSDaniel Schwierzeck
6389ff4a311SJens WiklanderTEE
6399ff4a311SJens WiklanderM:	Jens Wiklander <jens.wiklander@linaro.org>
6409ff4a311SJens WiklanderS:	Maintained
6419ff4a311SJens WiklanderF:	drivers/tee/
6429ff4a311SJens WiklanderF:	include/tee.h
6431cc8cc4eSJens WiklanderF:	include/tee/
6449ff4a311SJens Wiklander
64500f141ccSDaniel SchwierzeckUBI
64600f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
64769337a9dSHeiko SchocherM:	Heiko Schocher <hs@denx.de>
64800f141ccSDaniel SchwierzeckS:	Maintained
64900f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
65000f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
65100f141ccSDaniel Schwierzeck
65200f141ccSDaniel SchwierzeckUSB
65300f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
65400f141ccSDaniel SchwierzeckS:	Maintained
65500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git
65600f141ccSDaniel SchwierzeckF:	drivers/usb/
65700f141ccSDaniel Schwierzeck
658c0c5f910SBin MengUSB xHCI
659c0c5f910SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
660c0c5f910SBin MengS:	Maintained
661c0c5f910SBin MengT:	git git://git.denx.de/u-boot-usb.git topic-xhci
662c0c5f910SBin MengF:	drivers/usb/host/xhci*
663c0c5f910SBin Meng
66400f141ccSDaniel SchwierzeckVIDEO
66500f141ccSDaniel SchwierzeckM:	Anatolij Gustschin <agust@denx.de>
66600f141ccSDaniel SchwierzeckS:	Maintained
66700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
66800f141ccSDaniel SchwierzeckF:	drivers/video/
669c967fb78SAnatolij GustschinF:	common/lcd*.c
670c967fb78SAnatolij GustschinF:	include/lcd*.h
6719cdbc906SHeinrich SchuchardtF:	include/video*.h
67200f141ccSDaniel Schwierzeck
67300f141ccSDaniel SchwierzeckX86
67400f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
675dc5210a2SBin MengM:	Bin Meng <bmeng.cn@gmail.com>
67600f141ccSDaniel SchwierzeckS:	Maintained
67700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-x86.git
67800f141ccSDaniel SchwierzeckF:	arch/x86/
67900f141ccSDaniel Schwierzeck
680de5e5ceaSChris ZankelXTENSA
681de5e5ceaSChris ZankelM:	Max Filippov <jcmvbkbc@gmail.com>
682de5e5ceaSChris ZankelS:	Maintained
683de5e5ceaSChris ZankelF:	arch/xtensa/
684de5e5ceaSChris Zankel
68500f141ccSDaniel SchwierzeckTHE REST
6864e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
68700f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
68800f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
68900f141ccSDaniel SchwierzeckS:	Maintained
69000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot.git
69100f141ccSDaniel SchwierzeckF:	*
69200f141ccSDaniel SchwierzeckF:	*/
693