xref: /openbmc/u-boot/MAINTAINERS (revision 66c433ed4342e5761ee9b048c85fe47d31130b2e)
100f141ccSDaniel SchwierzeckDescriptions of section entries:
200f141ccSDaniel Schwierzeck
300f141ccSDaniel Schwierzeck	P: Person (obsolete)
400f141ccSDaniel Schwierzeck	M: Mail patches to: FullName <address@domain>
565fa17d4SHeinrich Schuchardt	R: Designated reviewer: FullName <address@domain>
665fa17d4SHeinrich Schuchardt	   These reviewers should be CCed on patches.
700f141ccSDaniel Schwierzeck	L: Mailing list that is relevant to this area
800f141ccSDaniel Schwierzeck	W: Web-page with status/info
900f141ccSDaniel Schwierzeck	Q: Patchwork web based patch tracking system site
1000f141ccSDaniel Schwierzeck	T: SCM tree type and location.
1100f141ccSDaniel Schwierzeck	   Type is one of: git, hg, quilt, stgit, topgit
1200f141ccSDaniel Schwierzeck	S: Status, one of the following:
1300f141ccSDaniel Schwierzeck	   Supported:	Someone is actually paid to look after this.
1400f141ccSDaniel Schwierzeck	   Maintained:	Someone actually looks after it.
1500f141ccSDaniel Schwierzeck	   Orphan:	No current maintainer [but maybe you could take the
1600f141ccSDaniel Schwierzeck			role as you write your new code].
1700f141ccSDaniel Schwierzeck	F: Files and directories with wildcard patterns.
1800f141ccSDaniel Schwierzeck	   A trailing slash includes all files and subdirectory files.
1900f141ccSDaniel Schwierzeck	   F:	drivers/net/	all files in and below drivers/net
2000f141ccSDaniel Schwierzeck	   F:	drivers/net/*	all files in drivers/net, but not below
2100f141ccSDaniel Schwierzeck	   F:	*/net/*		all files in "any top level directory"/net
2200f141ccSDaniel Schwierzeck	   One pattern per line.  Multiple F: lines acceptable.
2300f141ccSDaniel Schwierzeck	N: Files and directories with regex patterns.
2400f141ccSDaniel Schwierzeck	   N:	[^a-z]tegra	all files whose path contains the word tegra
2500f141ccSDaniel Schwierzeck	   One pattern per line.  Multiple N: lines acceptable.
2600f141ccSDaniel Schwierzeck	   scripts/get_maintainer.pl has different behavior for files that
2700f141ccSDaniel Schwierzeck	   match F: pattern and matches of N: patterns.  By default,
2800f141ccSDaniel Schwierzeck	   get_maintainer will not look at git log history when an F: pattern
2900f141ccSDaniel Schwierzeck	   match occurs.  When an N: match occurs, git log history is used
3000f141ccSDaniel Schwierzeck	   to also notify the people that have git commit signatures.
3100f141ccSDaniel Schwierzeck	X: Files and directories that are NOT maintained, same rules as F:
3200f141ccSDaniel Schwierzeck	   Files exclusions are tested before file matches.
3300f141ccSDaniel Schwierzeck	   Can be useful for excluding a specific subdirectory, for instance:
3400f141ccSDaniel Schwierzeck	   F:	net/
3500f141ccSDaniel Schwierzeck	   X:	net/ipv6/
3600f141ccSDaniel Schwierzeck	   matches all files in and below net excluding net/ipv6/
3700f141ccSDaniel Schwierzeck	K: Keyword perl extended regex pattern to match content in a
3800f141ccSDaniel Schwierzeck	   patch or file.  For instance:
3900f141ccSDaniel Schwierzeck	   K: of_get_profile
4000f141ccSDaniel Schwierzeck	      matches patches or files that contain "of_get_profile"
4100f141ccSDaniel Schwierzeck	   K: \b(printk|pr_(info|err))\b
4200f141ccSDaniel Schwierzeck	      matches patches or files that contain one or more of the words
4300f141ccSDaniel Schwierzeck	      printk, pr_info or pr_err
4400f141ccSDaniel Schwierzeck	   One regex pattern per line.  Multiple K: lines acceptable.
4500f141ccSDaniel Schwierzeck
4600f141ccSDaniel SchwierzeckNote: For the hard of thinking, this list is meant to remain in alphabetical
4700f141ccSDaniel Schwierzeckorder. If you could add yourselves to it in alphabetical order that would be
4800f141ccSDaniel Schwierzeckso much easier [Ed]
4900f141ccSDaniel Schwierzeck
5000f141ccSDaniel SchwierzeckMaintainers List (try to look for most precise areas first)
5100f141ccSDaniel Schwierzeck
5200f141ccSDaniel Schwierzeck		-----------------------------------
5300f141ccSDaniel SchwierzeckARC
5400f141ccSDaniel SchwierzeckM:	Alexey Brodkin <alexey.brodkin@synopsys.com>
554006200dSEugeniy PaltsevM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
5600f141ccSDaniel SchwierzeckS:	Maintained
574006200dSEugeniy PaltsevL:	uboot-snps-arc@synopsys.com
5800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arc.git
5900f141ccSDaniel SchwierzeckF:	arch/arc/
60b08b113eSAlexey BrodkinF:	board/synopsys/
6100f141ccSDaniel Schwierzeck
62e80dac0aSEugeniy PaltsevARC HSDK CGU CLOCK
63e80dac0aSEugeniy PaltsevM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
64e80dac0aSEugeniy PaltsevS:	Maintained
65e80dac0aSEugeniy PaltsevL:	uboot-snps-arc@synopsys.com
66e80dac0aSEugeniy PaltsevF:	drivers/clk/clk-hsdk-cgu.c
67e80dac0aSEugeniy PaltsevF:	include/dt-bindings/clock/snps,hsdk-cgu.h
68e80dac0aSEugeniy PaltsevF:	doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
69e80dac0aSEugeniy Paltsev
70b7d6e0abSHeinrich SchuchardtARC HSDK CREG GPIO
71b7d6e0abSHeinrich SchuchardtM:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
72b7d6e0abSHeinrich SchuchardtS:	Maintained
73b7d6e0abSHeinrich SchuchardtL:	uboot-snps-arc@synopsys.com
747620ec4dSEugeniy PaltsevF:	doc/device-tree-bindings/gpio/snps,creg-gpio.txt
75b7d6e0abSHeinrich SchuchardtF:	drivers/gpio/hsdk-creg-gpio.c
76b7d6e0abSHeinrich Schuchardt
7700f141ccSDaniel SchwierzeckARM
7800f141ccSDaniel SchwierzeckM:	Albert Aribaud <albert.u.boot@aribaud.net>
7900f141ccSDaniel SchwierzeckS:	Maintained
8000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-arm.git
8100f141ccSDaniel SchwierzeckF:	arch/arm/
8200f141ccSDaniel Schwierzeck
83d8540a16SPavel MachekARM ALTERA SOCFPGA
84d8540a16SPavel MachekM:	Marek Vasut <marex@denx.de>
85d8540a16SPavel MachekS:	Maintainted
86d8540a16SPavel MachekT:	git git://git.denx.de/u-boot-socfpga.git
87f22dede2SJagan TekiF:	arch/arm/mach-socfpga/
88d8540a16SPavel Machek
89535d74a8SNeil ArmstrongARM AMLOGIC SOC SUPPORT
90535d74a8SNeil ArmstrongM:	Neil Armstrong <narmstrong@baylibre.com>
91535d74a8SNeil ArmstrongS:	Maintained
92535d74a8SNeil ArmstrongL:	u-boot-amlogic@groups.io
93535d74a8SNeil ArmstrongT:	git git://git.denx.de/u-boot-amlogic.git
94535d74a8SNeil ArmstrongF:	arch/arm/mach-meson/
95535d74a8SNeil ArmstrongF:	arch/arm/include/asm/arch-meson/
96535d74a8SNeil ArmstrongF:	drivers/clk/clk_meson*
97535d74a8SNeil ArmstrongF:	drivers/serial/serial_meson.c
98535d74a8SNeil ArmstrongF:	drivers/reset/reset-meson.c
99535d74a8SNeil ArmstrongF:	drivers/i2c/meson_i2c.c
100535d74a8SNeil ArmstrongF:	drivers/net/phy/meson-gxl.c
101535d74a8SNeil ArmstrongF:	drivers/adc/meson-saradc.c
102535d74a8SNeil ArmstrongF:	drivers/phy/meson*
103535d74a8SNeil ArmstrongF:	drivers/mmc/meson_gx_mmc.c
104535d74a8SNeil ArmstrongF:	drivers/spi/meson_spifc.c
105535d74a8SNeil ArmstrongF:	drivers/pinctrl/meson/
106535d74a8SNeil ArmstrongF:	drivers/power/domain/meson-gx-pwrc-vpu.c
107535d74a8SNeil ArmstrongF:	drivers/video/meson/
108535d74a8SNeil ArmstrongF:	include/configs/meson64.h
109535d74a8SNeil ArmstrongN:	meson
110535d74a8SNeil Armstrong
111fe84ebf0SStephen WarrenARM BROADCOM BCM283X
1123157bbfaSAlexander GrafM:	Matthias Brugger <mbrugger@suse.com>
113958d55f2SAlexander GrafS:	Maintained
114fe84ebf0SStephen WarrenF:	arch/arm/mach-bcm283x/
115fe84ebf0SStephen WarrenF:	drivers/gpio/bcm2835_gpio.c
116fe84ebf0SStephen WarrenF:	drivers/mmc/bcm2835_sdhci.c
117c8a73a26SAlexander GrafF:	drivers/mmc/bcm2835_sdhost.c
118fe84ebf0SStephen WarrenF:	drivers/serial/serial_bcm283x_mu.c
1196001985fSAlexander GrafF:	drivers/serial/serial_bcm283x_pl011.c
120fe84ebf0SStephen WarrenF:	drivers/video/bcm2835.c
121fe84ebf0SStephen WarrenF:	include/dm/platform_data/serial_bcm283x_mu.h
122caf2233bSAlexander GrafF:	drivers/pinctrl/broadcom/
123fe84ebf0SStephen Warren
124894c3ad2SThomas FitzsimmonsARM BROADCOM BCMSTB
125894c3ad2SThomas FitzsimmonsM:	Thomas Fitzsimmons <fitzsim@fitzsim.org>
126894c3ad2SThomas FitzsimmonsS:	Maintained
127894c3ad2SThomas FitzsimmonsF:	arch/arm/mach-bcmstb/
128894c3ad2SThomas FitzsimmonsF:	board/broadcom/bcmstb/
1293f20321aSThomas FitzsimmonsF:	configs/bcm7*_defconfig
130894c3ad2SThomas FitzsimmonsF:	doc/README.bcm7xxx
131894c3ad2SThomas FitzsimmonsF:	drivers/mmc/bcmstb_sdhci.c
132894c3ad2SThomas FitzsimmonsF:	drivers/spi/bcmstb_spi.c
133894c3ad2SThomas Fitzsimmons
134da1f7997SMarek BehúnARM/CZ.NIC TURRIS MOX SUPPORT
135da1f7997SMarek BehúnM:	Marek Behun <marek.behun@nic.cz>
136da1f7997SMarek BehúnS:	Maintained
137da1f7997SMarek BehúnF:	arch/arm/dts/armada-3720-turris-mox.dts
138da1f7997SMarek BehúnF:	board/CZ.NIC/
139da1f7997SMarek BehúnF:	configs/turris_*_defconfig
140da1f7997SMarek BehúnF:	include/configs/turris_*.h
141da1f7997SMarek Behún
14200f141ccSDaniel SchwierzeckARM FREESCALE IMX
14300f141ccSDaniel SchwierzeckM:	Stefano Babic <sbabic@denx.de>
14473127e90SFabio EstevamM:	Fabio Estevam <festevam@gmail.com>
145d17b0bedSPeng FanR:	NXP i.MX U-Boot Team <uboot-imx@nxp.com>
14600f141ccSDaniel SchwierzeckS:	Maintained
14700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-imx.git
14800f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm1136/mx*/
14900f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/mx*/
15000f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/vf610/
151552a848eSStefano BabicF:	arch/arm/mach-imx/
15200f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-imx/
15300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-mx*/
15400f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-vf610/
155552a848eSStefano BabicF:	arch/arm/include/asm/mach-imx/
15677cbd3a1SFabio EstevamF:	board/freescale/*mx*/
15700f141ccSDaniel Schwierzeck
158ae4dc15dSPeter GriffinARM HISILICON
159ae4dc15dSPeter GriffinM:	Peter Griffin <peter.griffin@linaro.org>
160ae4dc15dSPeter GriffinS:	Maintained
161ae4dc15dSPeter GriffinF:	arch/arm/cpu/armv8/hisilicon
1620f8525f5SHeinrich SchuchardtF:	arch/arm/include/asm/arch-hi6220/
163ae4dc15dSPeter Griffin
1641579faf5SStefan RoeseARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
165f822d857SStefan RoeseM:	Stefan Roese <sr@denx.de>
16600f141ccSDaniel SchwierzeckS:	Maintained
16700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-marvell.git
16856f86e39SMasahiro YamadaF:	arch/arm/mach-kirkwood/
169f822d857SStefan RoeseF:	arch/arm/mach-mvebu/
170592b4a7eSKen MaF:	drivers/ata/ahci_mvebu.c
1711579faf5SStefan RoeseF:	drivers/ddr/marvell/
1721579faf5SStefan RoeseF:	drivers/gpio/mvebu_gpio.c
1731579faf5SStefan RoeseF:	drivers/spi/kirkwood_spi.c
1741579faf5SStefan RoeseF:	drivers/pci/pci_mvebu.c
1751579faf5SStefan RoeseF:	drivers/pci/pcie_dw_mvebu.c
1761579faf5SStefan RoeseF:	drivers/watchdog/orion_wdt.c
17700f141ccSDaniel Schwierzeck
17800f141ccSDaniel SchwierzeckARM MARVELL PXA
17900f141ccSDaniel SchwierzeckM:	Marek Vasut <marex@denx.de>
18000f141ccSDaniel SchwierzeckS:	Maintained
18100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pxa.git
18200f141ccSDaniel SchwierzeckF:	arch/arm/cpu/pxa/
18300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-pxa/
18400f141ccSDaniel Schwierzeck
185a9da9eebSRyder LeeARM MEDIATEK
186a9da9eebSRyder LeeM:	Ryder Lee <ryder.lee@mediatek.com>
187a9da9eebSRyder LeeM:	Weijie Gao <weijie.gao@mediatek.com>
188a9da9eebSRyder LeeS:	Maintained
189a9da9eebSRyder LeeF:	arch/arm/mach-mediatek/
190a9da9eebSRyder LeeF:	arch/arm/include/asm/arch-mediatek/
191a9da9eebSRyder LeeF:	board/mediatek/
192a9da9eebSRyder LeeF:	doc/README.mediatek
193a9da9eebSRyder LeeF:	drivers/clk/mediatek/
194a9da9eebSRyder LeeF:	drivers/mmc/mtk-sd.c
195a9da9eebSRyder LeeF:	drivers/pinctrl/mediatek/
196a9da9eebSRyder LeeF:	drivers/power/domain/mtk-power-domain.c
197a9da9eebSRyder LeeF:	drivers/ram/mediatek/
198a9da9eebSRyder LeeF:	drivers/spi/mtk_qspi.c
199a9da9eebSRyder LeeF:	drivers/timer/mtk_timer.c
200a9da9eebSRyder LeeF:	drivers/watchdog/mtk_wdt.c
201d049ff9cSWeijie GaoF:	drivers/net/mtk_eth.c
202d049ff9cSWeijie GaoF:	drivers/reset/reset-mediatek.c
203a9da9eebSRyder LeeF:	tools/mtk_image.c
204a9da9eebSRyder LeeF:	tools/mtk_image.h
205a9da9eebSRyder LeeN:	mediatek
206a9da9eebSRyder Lee
207413ca720SEugen HristevARM MICROCHIP/ATMEL AT91
208413ca720SEugen HristevM:	Eugen Hristev <eugen.hristev@microchip.com>
209413ca720SEugen HristevS:	Maintained
210413ca720SEugen HristevT:	git git://git.denx.de/u-boot-atmel.git
211413ca720SEugen HristevF:	arch/arm/mach-at91/
212413ca720SEugen HristevF:	board/atmel/
213413ca720SEugen Hristev
214e2a1484cSManivannan SadhasivamARM OWL
215e2a1484cSManivannan SadhasivamM:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
216e2a1484cSManivannan SadhasivamS:	Maintained
217e2a1484cSManivannan SadhasivamF:	arch/arm/include/asm/arch-owl/
218e2a1484cSManivannan SadhasivamF:	arch/arm/mach-owl/
219e2a1484cSManivannan SadhasivamF:	board/ucRobotics/
220e2a1484cSManivannan SadhasivamF:	drivers/clk/owl/
221e2a1484cSManivannan SadhasivamF:	drivers/serial/serial_owl.c
222e2a1484cSManivannan Sadhasivam
2234810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR
2244810c2f8SNobuhiro IwamatsuM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2259db60e25SMarek VasutM:	Marek Vasut <marek.vasut+renesas@gmail.com>
2264810c2f8SNobuhiro IwamatsuS:	Maintained
2274810c2f8SNobuhiro IwamatsuT:	git git://git.denx.de/u-boot-sh.git
2284810c2f8SNobuhiro IwamatsuF:	arch/arm/mach-rmobile/
2294810c2f8SNobuhiro Iwamatsu
230c3caeac0SMasahiro YamadaARM ROCKCHIP
231c3caeac0SMasahiro YamadaM:	Simon Glass <sjg@chromium.org>
232f8714372SPhilipp TomsichM:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
233c3caeac0SMasahiro YamadaS:	Maintained
234c3caeac0SMasahiro YamadaT:	git git://git.denx.de/u-boot-rockchip.git
2358b45193aSPhilipp TomsichF:	arch/arm/include/asm/arch-rockchip/
236c3caeac0SMasahiro YamadaF:	arch/arm/mach-rockchip/
237ae0fc89eSKever YangF:	board/rockchip/
2388b45193aSPhilipp TomsichF:	drivers/clk/rockchip/
2398b45193aSPhilipp TomsichF:	drivers/gpio/rk_gpio.c
2408b45193aSPhilipp TomsichF:	drivers/misc/rockchip-efuse.c
24147b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_sdhci.c
24247b8583fSPhilipp TomsichF:	drivers/mmc/rockchip_dw_mmc.c
2438b45193aSPhilipp TomsichF:	drivers/pinctrl/rockchip/
2448b45193aSPhilipp TomsichF:	drivers/ram/rockchip/
2458b45193aSPhilipp TomsichF:	drivers/sysreset/sysreset_rockchip.c
2463f565522SPhilipp TomsichF:	drivers/video/rockchip/
2478b45193aSPhilipp TomsichF:	tools/rkcommon.c
2488b45193aSPhilipp TomsichF:	tools/rkcommon.h
2498b45193aSPhilipp TomsichF:	tools/rkimage.c
2508b45193aSPhilipp TomsichF:	tools/rksd.c
2518b45193aSPhilipp TomsichF:	tools/rkspi.c
252c3caeac0SMasahiro Yamada
25300f141ccSDaniel SchwierzeckARM SAMSUNG
25400f141ccSDaniel SchwierzeckM:	Minkyu Kang <mk7.kang@samsung.com>
25500f141ccSDaniel SchwierzeckS:	Maintained
25600f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-samsung.git
257225f5eecSMinkyu KangF:	arch/arm/mach-exynos/
258225f5eecSMinkyu KangF:	arch/arm/mach-s5pc1xx/
25900f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/s5p-common/
26000f141ccSDaniel Schwierzeck
261e721e981SMateusz KulikowskiARM SNAPDRAGON
26292a14a47SRamon FriedM:	Ramon Fried <ramon.fried@gmail.com>
263e721e981SMateusz KulikowskiS:	Maintained
264e721e981SMateusz KulikowskiF:	arch/arm/mach-snapdragon/
265ce18baf9SRamon FriedF:	drivers/gpio/msm_gpio.c
266ce18baf9SRamon FriedF:	drivers/mmc/msm_sdhci.c
26792454e47SRamon FriedF:	drivers/phy/msm8916-usbh-phy.c
268ce18baf9SRamon FriedF:	drivers/serial/serial_msm.c
269654dd4a8SRamon FriedF:	drivers/smem/msm_smem.c
270ce18baf9SRamon FriedF:	drivers/usb/host/ehci-msm.c
271e721e981SMateusz Kulikowski
272b7d6e0abSHeinrich SchuchardtARM STI
273b7d6e0abSHeinrich SchuchardtM:	Patrice Chotard <patrice.chotard@st.com>
274b7d6e0abSHeinrich SchuchardtS:	Maintained
275b7d6e0abSHeinrich SchuchardtF:	arch/arm/mach-sti/
276b7d6e0abSHeinrich SchuchardtF:	arch/arm/include/asm/arch-sti*/
277b7d6e0abSHeinrich Schuchardt
27800f141ccSDaniel SchwierzeckARM STM SPEAR
2793a53aba3SBin Meng#M:	Vipin Kumar <vipin.kumar@st.com>
2803a53aba3SBin MengS:	Orphaned (Since 2016-02)
28100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-stm.git
28200f141ccSDaniel SchwierzeckF:	arch/arm/cpu/arm926ejs/spear/
28300f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-spear/
28400f141ccSDaniel Schwierzeck
2852514c2d0SPatrick DelaunayARM STM STM32MP
2862514c2d0SPatrick DelaunayM:	Patrick Delaunay <patrick.delaunay@st.com>
287f65b82ffSPatrice ChotardM:	Christophe Kerello <christophe.kerello@st.com>
288f65b82ffSPatrice ChotardM:	Patrice Chotard <patrice.chotard@st.com>
28984ee59a5SPatrick DelaunayL:	uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
2902514c2d0SPatrick DelaunayS:	Maintained
29167eea68aSPatrick DelaunayF:	arch/arm/mach-stm32mp/
292b57aaa07SHeinrich SchuchardtF:	drivers/clk/clk_stm32mp1.c
293f65b82ffSPatrice ChotardF:	drivers/i2c/stm32f7_i2c.c
294c3600e1fSPatrick DelaunayF:	drivers/misc/stm32mp_fuse.c
295f65b82ffSPatrice ChotardF:	drivers/mmc/stm32_sdmmc2.c
296f65b82ffSPatrice ChotardF:	drivers/phy/phy-stm32-usbphyc.c
297f65b82ffSPatrice ChotardF:	drivers/pinctrl/pinctrl_stm32.c
298f65b82ffSPatrice ChotardF:	drivers/power/regulator/stm32-vrefbuf.c
299b57aaa07SHeinrich SchuchardtF:	drivers/ram/stm32mp1/
300f65b82ffSPatrice ChotardF:	drivers/misc/stm32_rcc.c
301f65b82ffSPatrice ChotardF:	drivers/reset/stm32-reset.c
302f65b82ffSPatrice ChotardF:	drivers/spi/stm32_qspi.c
3032514c2d0SPatrick Delaunay
3049fa32b12SVikas ManochaARM STM STV0991
3059fa32b12SVikas ManochaM:	Vikas Manocha <vikas.manocha@st.com>
3069fa32b12SVikas ManochaS:	Maintained
3079fa32b12SVikas ManochaF:	arch/arm/cpu/armv7/stv0991/
3089fa32b12SVikas ManochaF:	arch/arm/include/asm/arch-stv0991/
3099fa32b12SVikas Manocha
31000f141ccSDaniel SchwierzeckARM SUNXI
311543bd273SJagan TekiM:	Jagan Teki <jagan@openedev.com>
312bf8f4c44SMaxime RipardM:	Maxime Ripard <maxime.ripard@bootlin.com>
313ed8f2a28SChen-Yu TsaiS:	Maintained
31400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sunxi.git
31500f141ccSDaniel SchwierzeckF:	arch/arm/cpu/armv7/sunxi/
31600f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-sunxi/
317ed8f2a28SChen-Yu TsaiF:	arch/arm/mach-sunxi/
318ed8f2a28SChen-Yu TsaiF:	board/sunxi/
31900f141ccSDaniel Schwierzeck
32000f141ccSDaniel SchwierzeckARM TEGRA
32100f141ccSDaniel SchwierzeckM:	Tom Warren <twarren@nvidia.com>
32200f141ccSDaniel SchwierzeckS:	Maintained
32300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-tegra.git
32409f455dcSMasahiro YamadaF:	arch/arm/mach-tegra/
32500f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-tegra*/
32600f141ccSDaniel Schwierzeck
32700f141ccSDaniel SchwierzeckARM TI
3284e34d610STom RiniM:	Tom Rini <trini@konsulko.com>
32900f141ccSDaniel SchwierzeckS:	Maintained
33000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ti.git
33126f7c111SMasahiro YamadaF:	arch/arm/mach-davinci/
332586bde93SLokesh VutlaF:	arch/arm/mach-k3/
33326f7c111SMasahiro YamadaF:	arch/arm/mach-keystone/
33400f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/arch-omap*/
33500f141ccSDaniel SchwierzeckF:	arch/arm/include/asm/ti-common/
33600f141ccSDaniel Schwierzeck
3370fb63aa6SMasahiro YamadaARM UNIPHIER
338ed6226c4SMasahiro YamadaM:	Masahiro Yamada <yamada.masahiro@socionext.com>
3390fb63aa6SMasahiro YamadaS:	Maintained
3400fb63aa6SMasahiro YamadaT:	git git://git.denx.de/u-boot-uniphier.git
3414c425570SMasahiro YamadaF:	arch/arm/mach-uniphier/
3425fd3f434SMasahiro YamadaF:	configs/uniphier_*_defconfig
343eb006c83SMasahiro YamadaN:	uniphier
3440fb63aa6SMasahiro Yamada
345ec48b6c9SMichal SimekARM VERSAL
346ec48b6c9SMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
347ec48b6c9SMichal SimekS:	Maintained
348ec48b6c9SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
349ec48b6c9SMichal SimekF:	arch/arm/mach-versal/
350ec48b6c9SMichal Simek
3510fabfeb2SLiviu DudauARM VERSATILE EXPRESS DRIVERS
3520fabfeb2SLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
3530fabfeb2SLiviu DudauS:	Maintained
3540fabfeb2SLiviu DudauT:	git git://github.com/ARM-software/u-boot.git
3550fabfeb2SLiviu DudauF:	drivers/misc/vexpress_config.c
3560fabfeb2SLiviu DudauN:	vexpress
3570fabfeb2SLiviu Dudau
35800f141ccSDaniel SchwierzeckARM ZYNQ
35900f141ccSDaniel SchwierzeckM:	Michal Simek <monstr@monstr.eu>
36000f141ccSDaniel SchwierzeckS:	Maintained
3618ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
3628ae3d0b5SMichal SimekF:	arch/arm/mach-zynq/
3638ae3d0b5SMichal SimekF:	drivers/clk/clk_zynq.c
3648ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
3658ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
3668ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
3678ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
3688ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
3698ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
370a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/zynq_nand.c
3718ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
3728ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
3738ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
3748ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
3758ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
3768ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
3778ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
37823e7e6b6SHeinrich SchuchardtF:	include/zynqpl.h
3798ae3d0b5SMichal SimekF:	tools/zynqimage.c
3808ae3d0b5SMichal SimekN:	zynq
38100f141ccSDaniel Schwierzeck
38284c7204bSMichal SimekARM ZYNQMP
38384c7204bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
38484c7204bSMichal SimekS:	Maintained
3858ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
386274ccb5bSMichal SimekF:	arch/arm/mach-zynqmp/
3873d14228fSMichal SimekF:	drivers/clk/clk_zynqmp.c
3888ae3d0b5SMichal SimekF:	drivers/fpga/zynqpl.c
3898ae3d0b5SMichal SimekF:	drivers/gpio/zynq_gpio.c
3908ae3d0b5SMichal SimekF:	drivers/i2c/i2c-cdns.c
3918ae3d0b5SMichal SimekF:	drivers/i2c/muxes/pca954x.c
3928ae3d0b5SMichal SimekF:	drivers/i2c/zynq_i2c.c
3938ae3d0b5SMichal SimekF:	drivers/mmc/zynq_sdhci.c
394a430fa06SMiquel RaynalF:	drivers/mtd/nand/raw/zynq_nand.c
3958ae3d0b5SMichal SimekF:	drivers/net/phy/xilinx_phy.c
3968ae3d0b5SMichal SimekF:	drivers/net/zynq_gem.c
3978ae3d0b5SMichal SimekF:	drivers/serial/serial_zynq.c
3988ae3d0b5SMichal SimekF:	drivers/spi/zynq_qspi.c
3998ae3d0b5SMichal SimekF:	drivers/spi/zynq_spi.c
40072c37d12SMichal SimekF:	drivers/timer/cadence-ttc.c
4018ae3d0b5SMichal SimekF:	drivers/usb/host/ehci-zynq.c
4028ae3d0b5SMichal SimekF:	drivers/watchdog/cdns_wdt.c
40323e7e6b6SHeinrich SchuchardtF:	include/zynqmppl.h
404b123aff2SAlexander GrafF:	tools/zynqmp*
4052570e129SMichal SimekN:	ultra96
4068ae3d0b5SMichal SimekN:	zynqmp
40784c7204bSMichal Simek
4081d6c54ecSMichal SimekARM ZYNQMP R5
4091d6c54ecSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
4101d6c54ecSMichal SimekS:	Maintained
4111d6c54ecSMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
4121d6c54ecSMichal SimekF:	arch/arm/mach-zynqmp-r5/
4131d6c54ecSMichal Simek
414bb48470dSSimon GlassBINMAN
415bb48470dSSimon GlassM:	Simon Glass <sjg@chromium.org>
416bb48470dSSimon GlassS:	Maintained
417bb48470dSSimon GlassF:	tools/binman/
418bb48470dSSimon Glass
41900f141ccSDaniel SchwierzeckBUILDMAN
42000f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
42100f141ccSDaniel SchwierzeckS:	Maintained
42200f141ccSDaniel SchwierzeckF:	tools/buildman/
42300f141ccSDaniel Schwierzeck
42400f141ccSDaniel SchwierzeckCFI FLASH
42500f141ccSDaniel SchwierzeckM:	Stefan Roese <sr@denx.de>
42600f141ccSDaniel SchwierzeckS:	Maintained
42700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-cfi-flash.git
428c4c2e141SStefan RoeseF:	drivers/mtd/cfi_flash.c
429c4c2e141SStefan RoeseF:	drivers/mtd/jedec_flash.c
43000f141ccSDaniel Schwierzeck
43100f141ccSDaniel SchwierzeckCOLDFIRE
43208ae21afSFabio EstevamM:	Huan Wang <alison.wang@nxp.com>
43382ebb7e5Sangelo@sysam.itM:	Angelo Dureghello <angelo@sysam.it>
43400f141ccSDaniel SchwierzeckS:	Maintained
43500f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-coldfire.git
43600f141ccSDaniel SchwierzeckF:	arch/m68k/
43700f141ccSDaniel Schwierzeck
43800f141ccSDaniel SchwierzeckDFU
43956acf018SLukasz MajewskiM:	Lukasz Majewski <lukma@denx.de>
44000f141ccSDaniel SchwierzeckS:	Maintained
44100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-dfu.git
44200f141ccSDaniel SchwierzeckF:	cmd/dfu.c
44355ca6138SLukasz MajewskiF:	cmd/usb_*.c
44400f141ccSDaniel SchwierzeckF:	common/dfu.c
44500f141ccSDaniel SchwierzeckF:	common/update.c
44600f141ccSDaniel SchwierzeckF:	common/usb_storage.c
44700f141ccSDaniel SchwierzeckF:	drivers/dfu/
4488770633eSMasahiro YamadaF:	drivers/usb/gadget/
44900f141ccSDaniel Schwierzeck
45000f141ccSDaniel SchwierzeckDRIVER MODEL
45100f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
45200f141ccSDaniel SchwierzeckS:	Maintained
453e4a7394aSAlexander GrafT:	git git://git.denx.de/u-boot-dm.git
4547590f907SAlexander GrafF:	drivers/core/
4557590f907SAlexander GrafF:	include/dm/
456e4a7394aSAlexander GrafF:	test/dm/
457*fbe6549aSHeinrich Schuchardt
4581914e5b5SHeinrich SchuchardtEFI PAYLOAD
45929a8a282SHeinrich SchuchardtM:	Heinrich Schuchardt <xypron.glpk@gmx.de>
46004459788SHeinrich SchuchardtR:	Alexander Graf <agraf@csgraf.de>
4615b2118a2SHeinrich SchuchardtS:	Maintained
4620bc4b0daSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-efi.git
4630bc4b0daSHeinrich SchuchardtF:	doc/README.uefi
464623b3a57SHeinrich SchuchardtF:	doc/README.iscsi
465268ec6e0SHeinrich SchuchardtF:	Documentation/efi.rst
466268ec6e0SHeinrich SchuchardtF:	include/capitalization.h
4670b8a88abSHeinrich SchuchardtF:	include/cp1250.h
468bc0bd77eSHeinrich SchuchardtF:	include/cp437.h
469623b3a57SHeinrich SchuchardtF:	include/efi*
470f11a164bSHeinrich SchuchardtF:	include/pe.h
471e4a7394aSAlexander GrafF:	include/asm-generic/pe.h
47259df7e7eSAKASHI TakahiroF:	lib/charset.c
47349d81fdfSAKASHI TakahiroF:	lib/efi*/
474ac020196SHeinrich SchuchardtF:	test/py/tests/test_efi*
475e4a7394aSAlexander GrafF:	test/unicode_ut.c
4767e16342bSMichal SimekF:	cmd/bootefi.c
4777e16342bSMichal SimekF:	cmd/efidebug.c
4787e16342bSMichal SimekF:	cmd/nvedit_efi.c
4797e16342bSMichal SimekF:	tools/file2include.c
4807e16342bSMichal Simek
4817e16342bSMichal SimekFPGA
4827e16342bSMichal SimekM:	Michal Simek <michal.simek@xilinx.com>
4837e16342bSMichal SimekS:	Maintained
48400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-microblaze.git
48500f141ccSDaniel SchwierzeckF:	drivers/fpga/
48600f141ccSDaniel SchwierzeckF:	cmd/fpga.c
48700f141ccSDaniel SchwierzeckF:	include/fpga.h
48800f141ccSDaniel Schwierzeck
48900f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE
49000f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
49118fa6230SHeinrich SchuchardtS:	Maintained
492643f8d4cSAndreas FärberT:	git git://git.denx.de/u-boot-fdt.git
49300f141ccSDaniel SchwierzeckF:	lib/fdtdec*
49400f141ccSDaniel SchwierzeckF:	lib/libfdt/
49500f141ccSDaniel SchwierzeckF:	include/fdt*
49600f141ccSDaniel SchwierzeckF:	include/linux/libfdt*
49700f141ccSDaniel SchwierzeckF:	cmd/fdt.c
49800f141ccSDaniel SchwierzeckF:	common/fdt_support.c
49900f141ccSDaniel Schwierzeck
50000f141ccSDaniel SchwierzeckFREEBSD
50144c21e94SYork SunM:	Rafal Jaworowski <raj@semihalf.com>
50200f141ccSDaniel SchwierzeckS:	Maintained
50300f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-freebsd.git
50400f141ccSDaniel Schwierzeck
50500f141ccSDaniel SchwierzeckFREESCALE QORIQ
50600f141ccSDaniel SchwierzeckM:	Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
50700f141ccSDaniel SchwierzeckS:	Maintained
50800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-fsl-qoriq.git
50900f141ccSDaniel Schwierzeck
51000f141ccSDaniel SchwierzeckI2C
511e9c8d49dSSimon GlassM:	Heiko Schocher <hs@denx.de>
512e9c8d49dSSimon GlassS:	Maintained
513e9c8d49dSSimon GlassT:	git git://git.denx.de/u-boot-i2c.git
514e9c8d49dSSimon GlassF:	drivers/i2c/
515e9c8d49dSSimon Glass
516e9c8d49dSSimon GlassLOGGING
517ef11ed82SSimon GlassM:	Simon Glass <sjg@chromium.org>
51820faa27cSSimon GlassS:	Maintained
519e9c8d49dSSimon GlassT:	git git://git.denx.de/u-boot.git
520c1a65a8cSLiviu DudauF:	common/log.c
521c1a65a8cSLiviu DudauF:	cmd/log.c
522c1a65a8cSLiviu DudauF:	test/log/log_test.c
523c1a65a8cSLiviu DudauF:	test/py/tests/test_log.py
524c1a65a8cSLiviu Dudau
525e3bc4bb8SHeiko SchocherMALI DISPLAY PROCESSORS
526c1a65a8cSLiviu DudauM:	Liviu Dudau <liviu.dudau@foss.arm.com>
52700f141ccSDaniel SchwierzeckS:	Supported
52800f141ccSDaniel SchwierzeckT:	git git://github.com/ARM-software/u-boot.git
52900f141ccSDaniel SchwierzeckF:	drivers/video/mali_dp.c
53000f141ccSDaniel SchwierzeckF:	drivers/i2c/i2c-versatile.c
53100f141ccSDaniel Schwierzeck
5328ae3d0b5SMichal SimekMICROBLAZE
5338ae3d0b5SMichal SimekM:	Michal Simek <monstr@monstr.eu>
5348ae3d0b5SMichal SimekS:	Maintained
5358ae3d0b5SMichal SimekT:	git git://git.denx.de/u-boot-microblaze.git
5368ae3d0b5SMichal SimekF:	arch/microblaze/
5378ae3d0b5SMichal SimekF:	cmd/mfsl.c
5380d832b32SMichal SimekF:	drivers/gpio/xilinx_gpio.c
5398ae3d0b5SMichal SimekF:	drivers/net/xilinx_axi_emac.c
5408ae3d0b5SMichal SimekF:	drivers/net/xilinx_emaclite.c
54100f141ccSDaniel SchwierzeckF:	drivers/serial/serial_xuartlite.c
54200f141ccSDaniel SchwierzeckF:	drivers/spi/xilinx_spi.c
54300f141ccSDaniel SchwierzeckF:	drivers/sysreset/sysreset_gpio.c
54400f141ccSDaniel SchwierzeckF:	drivers/watchdog/xilinx_tb_wdt.c
54500f141ccSDaniel SchwierzeckN:	xilinx
54600f141ccSDaniel Schwierzeck
54700f141ccSDaniel SchwierzeckMIPS
548dd1033e4SGregory CLEMENTM:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
549dd1033e4SGregory CLEMENTS:	Maintained
550dd1033e4SGregory CLEMENTT:	git git://git.denx.de/u-boot-mips.git
551dd1033e4SGregory CLEMENTF:	arch/mips/
552dd1033e4SGregory CLEMENT
553dd1033e4SGregory CLEMENTMIPS MSCC
554f8c8ceddSGregory CLEMENTM:	Gregory CLEMENT <gregory.clement@bootlin.com>
5556787c1ecSGregory CLEMENTM:	Lars Povlsen <lars.povlsen@microchip.com>
5566787c1ecSGregory CLEMENTM:	Horatiu Vultur <horatiu.vultur@microchip.com>
557d1182056SHoratiu VulturS:	Maintained
558393b77d8SHoratiu VulturF:	arch/mips/mach-mscc/
5596787c1ecSGregory CLEMENTF:	arch/mips/dts/luton*
5606787c1ecSGregory CLEMENTF:	arch/mips/dts/mscc*
561be8313feSLars PovlsenF:	arch/mips/dts/ocelot*
562fd6e0b05SLars PovlsenF:	arch/mips/dts/jr2*
5636787c1ecSGregory CLEMENTF:	arch/mips/dts/serval*
564051de9b3SHoratiu VulturF:	board/mscc/
5654c66157fSHoratiu VulturF:	configs/mscc*
566dd1033e4SGregory CLEMENTF:	drivers/gpio/mscc_sgpio.c
567cd71b1d5SPaul BurtonF:	drivers/spi/mscc_bb_spi.c
568cd71b1d5SPaul BurtonF:	include/configs/vcoreiii.h
569cd71b1d5SPaul BurtonF:	drivers/pinctrl/mscc/
570cd71b1d5SPaul BurtonF:	drivers/net/mscc_eswitch/
571cd71b1d5SPaul Burton
57200f141ccSDaniel SchwierzeckMIPS JZ4780
573dbc39699SJaehoon ChungM:	Ezequiel Garcia <ezequiel@collabora.com>
57400f141ccSDaniel SchwierzeckS:	Maintained
57500f141ccSDaniel SchwierzeckF:	arch/mips/mach-jz47xx/
57600f141ccSDaniel Schwierzeck
57700f141ccSDaniel SchwierzeckMMC
5784ef17f9cSHeinrich SchuchardtM:	Jaehoon Chung <jh80.chung@samsung.com>
5799f8aba7aSTom RiniS:	Maintained
5809f8aba7aSTom RiniT:	git git://git.denx.de/u-boot-mmc.git
5814ef17f9cSHeinrich SchuchardtF:	drivers/mmc/
582a430fa06SMiquel Raynal
5834ef17f9cSHeinrich SchuchardtNAND FLASH
5844ef17f9cSHeinrich Schuchardt#M:	Scott Wood <oss@buserror.net>
5854ef17f9cSHeinrich SchuchardtS:	Orphaned (Since 2018-07)
5864ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nand-flash.git
5874ef17f9cSHeinrich SchuchardtF:	drivers/mtd/nand/raw/
5884ef17f9cSHeinrich Schuchardt
5894ef17f9cSHeinrich SchuchardtNDS32
590b7d6e0abSHeinrich SchuchardtM:	Macpaul Lin <macpaul@andestech.com>
591b7d6e0abSHeinrich SchuchardtS:	Maintained
592b7d6e0abSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nds32.git
593b7d6e0abSHeinrich SchuchardtF:	arch/nds32/
594b7d6e0abSHeinrich Schuchardt
595b7d6e0abSHeinrich SchuchardtNETWORK
596b7d6e0abSHeinrich SchuchardtM:	Joe Hershberger <joe.hershberger@ni.com>
5974ef17f9cSHeinrich SchuchardtS:	Maintained
5984ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-net.git
5994ef17f9cSHeinrich SchuchardtF:	drivers/net/
6004ef17f9cSHeinrich SchuchardtF:	net/
6014ef17f9cSHeinrich Schuchardt
6024ef17f9cSHeinrich SchuchardtNIOS
6034ef17f9cSHeinrich SchuchardtM:	Thomas Chou <thomas@wytron.com.tw>
6044ef17f9cSHeinrich SchuchardtS:	Maintained
6054ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-nios.git
6064ef17f9cSHeinrich SchuchardtF:	arch/nios2/
6074ef17f9cSHeinrich Schuchardt
6084ef17f9cSHeinrich SchuchardtONENAND
60900f141ccSDaniel Schwierzeck#M:	Lukasz Majewski <l.majewski@majess.pl>
61000f141ccSDaniel SchwierzeckS:	Orphaned (Since 2017-01)
61100f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-onenand.git
61200f141ccSDaniel SchwierzeckF:	drivers/mtd/onenand/
61300f141ccSDaniel Schwierzeck
6144ef17f9cSHeinrich SchuchardtPATMAN
6154ef17f9cSHeinrich SchuchardtM:	Simon Glass <sjg@chromium.org>
6164ef17f9cSHeinrich SchuchardtS:	Maintained
6174ef17f9cSHeinrich SchuchardtF:	tools/patman/
6184ef17f9cSHeinrich Schuchardt
6194ef17f9cSHeinrich SchuchardtPOWER
62000f141ccSDaniel SchwierzeckM:	Jaehoon Chung <jh80.chung@samsung.com>
62100f141ccSDaniel SchwierzeckS:	Maintained
62200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-pmic.git
62300f141ccSDaniel SchwierzeckF:	drivers/power/
62400f141ccSDaniel Schwierzeck
62500f141ccSDaniel SchwierzeckPOWERPC
626907208c4SChristophe LeroyM:	Wolfgang Denk <wd@denx.de>
62700f141ccSDaniel SchwierzeckS:	Maintained
62800f141ccSDaniel SchwierzeckF:	arch/powerpc/
62900f141ccSDaniel Schwierzeck
63000f141ccSDaniel SchwierzeckPOWERPC MPC8XX
63100f141ccSDaniel SchwierzeckM:	Christophe Leroy <christophe.leroy@c-s.fr>
632e5ed4c3eSmario.six@gdsys.ccS:	Maintained
633e5ed4c3eSmario.six@gdsys.ccT:	git git://git.denx.de/u-boot-mpc8xx.git
63400f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc8xx/
635e4061556SMario Six
636e4061556SMario SixPOWERPC MPC83XX
63776fdad1fSMario SixM:	Mario Six <mario.six@gdsys.cc>
63876fdad1fSMario SixS:	Maintained
63907d538d2SMario SixT:	git git://git.denx.de/u-boot-mpc83xx.git
64007d538d2SMario SixF:	drivers/ram/mpc83xx_sdram.c
64107d538d2SMario SixF:	include/dt-bindings/memory/mpc83xx-sdram.h
6422c21749dSMario SixF:	drivers/sysreset/sysreset_mpc83xx.c
64319fbdca4SMario SixF:	drivers/sysreset/sysreset_mpc83xx.h
64419fbdca4SMario SixF:	drivers/clk/mpc83xx_clk.c
645d2166319SMario SixF:	drivers/clk/mpc83xx_clk.h
64600f141ccSDaniel SchwierzeckF:	include/dt-bindings/clk/mpc83xx-clk.h
64700f141ccSDaniel SchwierzeckF:	drivers/timer/mpc83xx_timer.c
64800f141ccSDaniel SchwierzeckF:	drivers/cpu/mpc83xx_cpu.c
64900f141ccSDaniel SchwierzeckF:	drivers/cpu/mpc83xx_cpu.h
65044c21e94SYork SunF:	drivers/misc/mpc83xx_serdes.c
65100f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc83xx/
65200f141ccSDaniel SchwierzeckF:	arch/powerpc/include/asm/arch-mpc83xx/
65300f141ccSDaniel Schwierzeck
65400f141ccSDaniel SchwierzeckPOWERPC MPC85XX
65500f141ccSDaniel SchwierzeckM:	Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
65644c21e94SYork SunS:	Maintained
65700f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-mpc85xx.git
65800f141ccSDaniel SchwierzeckF:	arch/powerpc/cpu/mpc85xx/
65900f141ccSDaniel Schwierzeck
66000f141ccSDaniel SchwierzeckPOWERPC MPC86XX
661f94c44e5SRick ChenM:	Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
662f94c44e5SRick ChenS:	Maintained
663f94c44e5SRick ChenT:	git git://git.denx.de/u-boot-mpc86xx.git
664f94c44e5SRick ChenF:	arch/powerpc/cpu/mpc86xx/
665f94c44e5SRick Chen
666f94c44e5SRick ChenRISC-V
667f94c44e5SRick ChenM:	Rick Chen <rick@andestech.com>
6684ef17f9cSHeinrich SchuchardtS:	Maintained
6694ef17f9cSHeinrich SchuchardtT:	git git://git.denx.de/u-boot-riscv.git
6704ef17f9cSHeinrich SchuchardtF:	arch/riscv/
6714ef17f9cSHeinrich SchuchardtF:	tools/prelink-riscv.c
6724ef17f9cSHeinrich Schuchardt
6734ef17f9cSHeinrich SchuchardtROCKUSB
6744ef17f9cSHeinrich SchuchardtM:	Eddie Cai <eddie.cai.linux@gmail.com>
67500f141ccSDaniel SchwierzeckS:	Maintained
67600f141ccSDaniel SchwierzeckF:	drivers/usb/gadget/f_rockusb.c
67700f141ccSDaniel SchwierzeckF:	cmd/rockusb.c
67800f141ccSDaniel SchwierzeckF:	doc/README.rockusb
67900f141ccSDaniel Schwierzeck
68000f141ccSDaniel SchwierzeckSANDBOX
68100f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
68200f141ccSDaniel SchwierzeckS:	Maintained
68300f141ccSDaniel SchwierzeckF:	arch/sandbox/
68400f141ccSDaniel Schwierzeck
68500f141ccSDaniel SchwierzeckSH
68600f141ccSDaniel SchwierzeckM:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68716185a85SJagan TekiS:	Maintained
68800f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-sh.git
68900f141ccSDaniel SchwierzeckF:	arch/sh/
69000f141ccSDaniel Schwierzeck
69100f141ccSDaniel SchwierzeckSPI
69200f141ccSDaniel SchwierzeckM:	Jagan Teki <jagan@openedev.com>
6934d40e009SVignesh RS:	Maintained
6944d40e009SVignesh RT:	git git://git.denx.de/u-boot-spi.git
6954d40e009SVignesh RF:	drivers/spi/
6964d40e009SVignesh RF:	include/spi*
6974d40e009SVignesh R
6984d40e009SVignesh RSPI-NOR
6994d40e009SVignesh RM:	Jagan Teki <jagan@openedev.com>
7004d40e009SVignesh RM:	Vignesh R <vigneshr@ti.com>
7014d40e009SVignesh RS:	Maintained
702e721e981SMateusz KulikowskiF:	drivers/mtd/spi/
703e721e981SMateusz KulikowskiF:	include/spi_flash.h
704e721e981SMateusz KulikowskiF:	include/linux/mtd/cfi.h
705e721e981SMateusz KulikowskiF:	include/linux/mtd/spi-nor.h
706e721e981SMateusz Kulikowski
707e721e981SMateusz KulikowskiSPMI
708055da186SLiviu DudauM:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
709055da186SLiviu DudauS:	Maintained
710055da186SLiviu DudauF:	drivers/spmi/
711055da186SLiviu DudauF:	include/spmi/
712055da186SLiviu Dudau
7134e2fdf45SAndrew F. DavisTDA19988 HDMI ENCODER
7144e2fdf45SAndrew F. DavisM:	Liviu Dudau <liviu.dudau@foss.arm.com>
7154e2fdf45SAndrew F. DavisS:	Maintained
7164e2fdf45SAndrew F. DavisF:	drivers/video/tda19988.c
7174e2fdf45SAndrew F. Davis
7184e2fdf45SAndrew F. DavisTI SYSTEM SECURITY
719a42eee12SAndrew F. DavisM:	Andrew F. Davis <afd@ti.com>
720c2dca337SAndrew F. DavisS:	Supported
7214e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
7224e2fdf45SAndrew F. DavisF:	arch/arm/mach-omap2/sec-common.c
723995985c1SAndrew F. DavisF:	arch/arm/mach-omap2/config_secure.mk
7244e2fdf45SAndrew F. DavisF:	configs/am335x_hs_evm_defconfig
72583ae6475SAndrew F. DavisF:	configs/am335x_hs_evm_uart_defconfig
7268a707bafSLokesh VutlaF:	configs/am43xx_hs_evm_defconfig
7278a707bafSLokesh VutlaF:	configs/am57xx_hs_evm_defconfig
7288a707bafSLokesh VutlaF:	configs/am57xx_hs_evm_usb_defconfig
729f274f265SMadan SrinivasF:	configs/dra7xx_hs_evm_defconfig
7304e2fdf45SAndrew F. DavisF:	configs/dra7xx_hs_evm_usb_defconfig
73100f141ccSDaniel SchwierzeckF:	configs/k2hk_hs_evm_defconfig
7323a53aba3SBin MengF:	configs/k2e_hs_evm_defconfig
7333a53aba3SBin MengF:	configs/k2g_hs_evm_defconfig
73400f141ccSDaniel SchwierzeckF:	configs/k2l_hs_evm_defconfig
73500f141ccSDaniel Schwierzeck
7369ff4a311SJens WiklanderTQ GROUP
7379ff4a311SJens Wiklander#M:	Martin Krause <martin.krause@tq-systems.de>
7389ff4a311SJens WiklanderS:	Orphaned (Since 2016-02)
7399ff4a311SJens WiklanderT:	git git://git.denx.de/u-boot-tq-group.git
7409ff4a311SJens Wiklander
7411cc8cc4eSJens WiklanderTEE
7429ff4a311SJens WiklanderM:	Jens Wiklander <jens.wiklander@linaro.org>
74300f141ccSDaniel SchwierzeckS:	Maintained
74400f141ccSDaniel SchwierzeckF:	drivers/tee/
74569337a9dSHeiko SchocherF:	include/tee.h
74600f141ccSDaniel SchwierzeckF:	include/tee/
74700f141ccSDaniel Schwierzeck
74800f141ccSDaniel SchwierzeckUBI
74900f141ccSDaniel SchwierzeckM:	Kyungmin Park <kmpark@infradead.org>
75000f141ccSDaniel SchwierzeckM:	Heiko Schocher <hs@denx.de>
75100f141ccSDaniel SchwierzeckS:	Maintained
75200f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-ubi.git
75300f141ccSDaniel SchwierzeckF:	drivers/mtd/ubi/
75400f141ccSDaniel Schwierzeck
75500f141ccSDaniel SchwierzeckUSB
756c0c5f910SBin MengM:	Marek Vasut <marex@denx.de>
757c0c5f910SBin MengS:	Maintained
758c0c5f910SBin MengT:	git git://git.denx.de/u-boot-usb.git
759c0c5f910SBin MengF:	drivers/usb/
760c0c5f910SBin Meng
761c0c5f910SBin MengUSB xHCI
76200f141ccSDaniel SchwierzeckM:	Bin Meng <bmeng.cn@gmail.com>
76300f141ccSDaniel SchwierzeckS:	Maintained
76400f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-usb.git topic-xhci
76500f141ccSDaniel SchwierzeckF:	drivers/usb/host/xhci*
76600f141ccSDaniel Schwierzeck
767c967fb78SAnatolij GustschinVIDEO
768c967fb78SAnatolij GustschinM:	Anatolij Gustschin <agust@denx.de>
7699cdbc906SHeinrich SchuchardtS:	Maintained
77000f141ccSDaniel SchwierzeckT:	git git://git.denx.de/u-boot-video.git
77100f141ccSDaniel SchwierzeckF:	drivers/video/
77200f141ccSDaniel SchwierzeckF:	common/lcd*.c
773dc5210a2SBin MengF:	include/lcd*.h
77400f141ccSDaniel SchwierzeckF:	include/video*.h
77500f141ccSDaniel Schwierzeck
77600f141ccSDaniel SchwierzeckX86
77700f141ccSDaniel SchwierzeckM:	Simon Glass <sjg@chromium.org>
778de5e5ceaSChris ZankelM:	Bin Meng <bmeng.cn@gmail.com>
779de5e5ceaSChris ZankelS:	Maintained
780de5e5ceaSChris ZankelT:	git git://git.denx.de/u-boot-x86.git
781de5e5ceaSChris ZankelF:	arch/x86/
782de5e5ceaSChris Zankel
78300f141ccSDaniel SchwierzeckXTENSA
7844e34d610STom RiniM:	Max Filippov <jcmvbkbc@gmail.com>
78500f141ccSDaniel SchwierzeckS:	Maintained
78600f141ccSDaniel SchwierzeckF:	arch/xtensa/
78700f141ccSDaniel Schwierzeck
78800f141ccSDaniel SchwierzeckTHE REST
78980870e2aSOtavio SalvadorM:	Tom Rini <trini@konsulko.com>
79000f141ccSDaniel SchwierzeckL:	u-boot@lists.denx.de
79100f141ccSDaniel SchwierzeckQ:	http://patchwork.ozlabs.org/project/uboot/list/
792S:	Maintained
793T:	git git://git.denx.de/u-boot.git
794F:	configs/tools-only_defconfig
795F:	*
796F:	*/
797