blob: bea3122f2b61f86dd7cf1b23a86112669d660c55 [file] [log] [blame]
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +02001Descriptions of section entries:
2
3 P: Person (obsolete)
4 M: Mail patches to: FullName <address@domain>
Heinrich Schuchardt65fa17d2018-11-16 20:17:23 +01005 R: Designated reviewer: FullName <address@domain>
6 These reviewers should be CCed on patches.
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +02007 L: Mailing list that is relevant to this area
8 W: Web-page with status/info
9 Q: Patchwork web based patch tracking system site
10 T: SCM tree type and location.
11 Type is one of: git, hg, quilt, stgit, topgit
12 S: Status, one of the following:
13 Supported: Someone is actually paid to look after this.
14 Maintained: Someone actually looks after it.
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020015 Orphan: No current maintainer [but maybe you could take the
16 role as you write your new code].
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020017 F: Files and directories with wildcard patterns.
18 A trailing slash includes all files and subdirectory files.
19 F: drivers/net/ all files in and below drivers/net
20 F: drivers/net/* all files in drivers/net, but not below
21 F: */net/* all files in "any top level directory"/net
22 One pattern per line. Multiple F: lines acceptable.
23 N: Files and directories with regex patterns.
24 N: [^a-z]tegra all files whose path contains the word tegra
25 One pattern per line. Multiple N: lines acceptable.
26 scripts/get_maintainer.pl has different behavior for files that
27 match F: pattern and matches of N: patterns. By default,
28 get_maintainer will not look at git log history when an F: pattern
29 match occurs. When an N: match occurs, git log history is used
30 to also notify the people that have git commit signatures.
31 X: Files and directories that are NOT maintained, same rules as F:
32 Files exclusions are tested before file matches.
33 Can be useful for excluding a specific subdirectory, for instance:
34 F: net/
35 X: net/ipv6/
36 matches all files in and below net excluding net/ipv6/
37 K: Keyword perl extended regex pattern to match content in a
38 patch or file. For instance:
39 K: of_get_profile
40 matches patches or files that contain "of_get_profile"
41 K: \b(printk|pr_(info|err))\b
42 matches patches or files that contain one or more of the words
43 printk, pr_info or pr_err
44 One regex pattern per line. Multiple K: lines acceptable.
45
46Note: For the hard of thinking, this list is meant to remain in alphabetical
47order. If you could add yourselves to it in alphabetical order that would be
48so much easier [Ed]
49
50Maintainers List (try to look for most precise areas first)
51
52 -----------------------------------
53ARC
54M: Alexey Brodkin <alexey.brodkin@synopsys.com>
Eugeniy Paltsev40062002018-04-17 17:30:40 +030055M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020056S: Maintained
Eugeniy Paltsev40062002018-04-17 17:30:40 +030057L: uboot-snps-arc@synopsys.com
Bin Meng13181642019-06-18 20:40:54 -070058T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020059F: arch/arc/
Alexey Brodkinb08b1132018-05-25 16:14:38 +030060F: board/synopsys/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020061
Eugeniy Paltseve80dac02017-12-10 21:20:08 +030062ARC HSDK CGU CLOCK
63M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
64S: Maintained
65L: uboot-snps-arc@synopsys.com
66F: drivers/clk/clk-hsdk-cgu.c
67F: include/dt-bindings/clock/snps,hsdk-cgu.h
68F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
69
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +010070ARC HSDK CREG GPIO
71M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
72S: Maintained
73L: uboot-snps-arc@synopsys.com
Eugeniy Paltsev7620ec42018-06-08 17:58:24 +030074F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +010075F: drivers/gpio/hsdk-creg-gpio.c
76
Eugeniy Paltsev15736e22019-02-25 18:35:28 +030077ARC SYNOPSYS DW MMC EXTENSIONS
78M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
79S: Maintained
80L: uboot-snps-arc@synopsys.com
81F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
82F: drivers/mmc/snps_dw_mmc.c
83
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020084ARM
85M: Albert Aribaud <albert.u.boot@aribaud.net>
86S: Maintained
Bin Meng13181642019-06-18 20:40:54 -070087T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020088F: arch/arm/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +010089F: cmd/arm/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020090
Pavel Machekd8540a12014-10-10 01:50:22 +020091ARM ALTERA SOCFPGA
92M: Marek Vasut <marex@denx.de>
Simon Goldschmidta339f522019-03-28 22:27:53 +010093M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Pavel Machekd8540a12014-10-10 01:50:22 +020094S: Maintainted
Bin Meng13181642019-06-18 20:40:54 -070095T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
Jagan Tekif22dede2016-11-25 23:17:28 +053096F: arch/arm/mach-socfpga/
Pavel Machekd8540a12014-10-10 01:50:22 +020097
Neil Armstrong535d74a2019-01-30 10:53:10 +010098ARM AMLOGIC SOC SUPPORT
99M: Neil Armstrong <narmstrong@baylibre.com>
100S: Maintained
101L: u-boot-amlogic@groups.io
Bin Meng13181642019-06-18 20:40:54 -0700102T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
Neil Armstrong535d74a2019-01-30 10:53:10 +0100103F: arch/arm/mach-meson/
104F: arch/arm/include/asm/arch-meson/
Jerome Brunetf5abfed2019-02-10 14:54:30 +0100105F: drivers/clk/meson/
Neil Armstrong535d74a2019-01-30 10:53:10 +0100106F: drivers/serial/serial_meson.c
107F: drivers/reset/reset-meson.c
108F: drivers/i2c/meson_i2c.c
109F: drivers/net/phy/meson-gxl.c
110F: drivers/adc/meson-saradc.c
111F: drivers/phy/meson*
112F: drivers/mmc/meson_gx_mmc.c
113F: drivers/spi/meson_spifc.c
114F: drivers/pinctrl/meson/
115F: drivers/power/domain/meson-gx-pwrc-vpu.c
116F: drivers/video/meson/
117F: include/configs/meson64.h
118N: meson
119
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600120ARM BROADCOM BCM283X
Alexander Graf3157bbf2019-02-14 14:37:59 +0100121M: Matthias Brugger <mbrugger@suse.com>
Alexander Graf958d55f2018-01-25 12:05:54 +0100122S: Maintained
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600123F: arch/arm/mach-bcm283x/
124F: drivers/gpio/bcm2835_gpio.c
125F: drivers/mmc/bcm2835_sdhci.c
Alexander Grafc8a73a22018-01-23 18:05:22 +0100126F: drivers/mmc/bcm2835_sdhost.c
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600127F: drivers/serial/serial_bcm283x_mu.c
Alexander Graf60019852018-01-25 12:05:55 +0100128F: drivers/serial/serial_bcm283x_pl011.c
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600129F: drivers/video/bcm2835.c
130F: include/dm/platform_data/serial_bcm283x_mu.h
Alexander Grafcaf22332018-01-23 18:05:21 +0100131F: drivers/pinctrl/broadcom/
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600132
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -0400133ARM BROADCOM BCMSTB
134M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
135S: Maintained
136F: arch/arm/mach-bcmstb/
137F: board/broadcom/bcmstb/
Thomas Fitzsimmons3f203212018-08-22 18:37:55 -0400138F: configs/bcm7*_defconfig
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -0400139F: doc/README.bcm7xxx
140F: drivers/mmc/bcmstb_sdhci.c
141F: drivers/spi/bcmstb_spi.c
142
Marek Behúnda1f7992018-12-17 16:10:07 +0100143ARM/CZ.NIC TURRIS MOX SUPPORT
144M: Marek Behun <marek.behun@nic.cz>
145S: Maintained
146F: arch/arm/dts/armada-3720-turris-mox.dts
147F: board/CZ.NIC/
148F: configs/turris_*_defconfig
149F: include/configs/turris_*.h
150
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200151ARM FREESCALE IMX
152M: Stefano Babic <sbabic@denx.de>
Fabio Estevam73127e92019-01-21 14:29:54 -0200153M: Fabio Estevam <festevam@gmail.com>
Peng Fand17b0be2018-12-15 12:07:02 +0000154R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200155S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700156T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200157F: arch/arm/cpu/arm1136/mx*/
158F: arch/arm/cpu/arm926ejs/mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200159F: arch/arm/cpu/armv7/vf610/
Fabio Estevam6ad85a42019-05-10 09:23:53 -0300160F: arch/arm/dts/*imx*
Stefano Babic552a8482017-06-29 10:16:06 +0200161F: arch/arm/mach-imx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200162F: arch/arm/include/asm/arch-imx/
163F: arch/arm/include/asm/arch-mx*/
164F: arch/arm/include/asm/arch-vf610/
Stefano Babic552a8482017-06-29 10:16:06 +0200165F: arch/arm/include/asm/mach-imx/
Fabio Estevam77cbd3a2016-07-26 21:27:49 -0300166F: board/freescale/*mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200167
Peter Griffinae4dc152016-04-20 17:13:58 +0100168ARM HISILICON
169M: Peter Griffin <peter.griffin@linaro.org>
170S: Maintained
171F: arch/arm/cpu/armv8/hisilicon
Heinrich Schuchardt0f8525f2018-03-12 23:02:17 +0100172F: arch/arm/include/asm/arch-hi6220/
Peter Griffinae4dc152016-04-20 17:13:58 +0100173
Stefan Roese1579faf2019-02-15 13:56:56 +0100174ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
Stefan Roesef822d852016-01-14 05:00:00 +0100175M: Stefan Roese <sr@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200176S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700177T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900178F: arch/arm/mach-kirkwood/
Stefan Roesef822d852016-01-14 05:00:00 +0100179F: arch/arm/mach-mvebu/
Ken Ma592b4a72018-05-25 15:49:24 +0800180F: drivers/ata/ahci_mvebu.c
Stefan Roese1579faf2019-02-15 13:56:56 +0100181F: drivers/ddr/marvell/
182F: drivers/gpio/mvebu_gpio.c
183F: drivers/spi/kirkwood_spi.c
184F: drivers/pci/pci_mvebu.c
185F: drivers/pci/pcie_dw_mvebu.c
186F: drivers/watchdog/orion_wdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200187
188ARM MARVELL PXA
189M: Marek Vasut <marex@denx.de>
190S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700191T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200192F: arch/arm/cpu/pxa/
193F: arch/arm/include/asm/arch-pxa/
194
Ryder Leea9da9ee2018-11-15 10:08:06 +0800195ARM MEDIATEK
196M: Ryder Lee <ryder.lee@mediatek.com>
197M: Weijie Gao <weijie.gao@mediatek.com>
198S: Maintained
199F: arch/arm/mach-mediatek/
200F: arch/arm/include/asm/arch-mediatek/
201F: board/mediatek/
202F: doc/README.mediatek
203F: drivers/clk/mediatek/
204F: drivers/mmc/mtk-sd.c
205F: drivers/pinctrl/mediatek/
206F: drivers/power/domain/mtk-power-domain.c
207F: drivers/ram/mediatek/
208F: drivers/spi/mtk_qspi.c
209F: drivers/timer/mtk_timer.c
210F: drivers/watchdog/mtk_wdt.c
Weijie Gaod049ff92018-12-20 16:12:58 +0800211F: drivers/net/mtk_eth.c
212F: drivers/reset/reset-mediatek.c
Ryder Leea9da9ee2018-11-15 10:08:06 +0800213F: tools/mtk_image.c
214F: tools/mtk_image.h
215N: mediatek
216
Eugen Hristev413ca722019-02-05 10:20:39 +0000217ARM MICROCHIP/ATMEL AT91
218M: Eugen Hristev <eugen.hristev@microchip.com>
219S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700220T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
Eugen Hristev413ca722019-02-05 10:20:39 +0000221F: arch/arm/mach-at91/
222F: board/atmel/
223
Manivannan Sadhasivame2a14842018-06-14 23:38:39 +0530224ARM OWL
225M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
226S: Maintained
227F: arch/arm/include/asm/arch-owl/
228F: arch/arm/mach-owl/
229F: board/ucRobotics/
230F: drivers/clk/owl/
231F: drivers/serial/serial_owl.c
232
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900233ARM RENESAS RMOBILE/R-CAR
234M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Marek Vasut9db60e22017-10-15 14:51:55 +0200235M: Marek Vasut <marek.vasut+renesas@gmail.com>
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900236S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700237T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900238F: arch/arm/mach-rmobile/
239
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900240ARM ROCKCHIP
241M: Simon Glass <sjg@chromium.org>
Philipp Tomsichf8714372017-06-21 15:13:38 +0200242M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Kever Yang37dc8aa2019-04-03 15:28:16 +0800243M: Kever Yang <kever.yang@rock-chips.com>
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900244S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700245T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
Philipp Tomsich8b451932017-11-27 00:18:42 +0100246F: arch/arm/include/asm/arch-rockchip/
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900247F: arch/arm/mach-rockchip/
Kever Yangae0fc892017-05-23 15:01:14 +0800248F: board/rockchip/
Philipp Tomsich8b451932017-11-27 00:18:42 +0100249F: drivers/clk/rockchip/
250F: drivers/gpio/rk_gpio.c
251F: drivers/misc/rockchip-efuse.c
Philipp Tomsich47b85832018-03-26 19:59:09 +0200252F: drivers/mmc/rockchip_sdhci.c
253F: drivers/mmc/rockchip_dw_mmc.c
Philipp Tomsich8b451932017-11-27 00:18:42 +0100254F: drivers/pinctrl/rockchip/
255F: drivers/ram/rockchip/
256F: drivers/sysreset/sysreset_rockchip.c
Philipp Tomsich3f565522018-02-23 17:38:53 +0100257F: drivers/video/rockchip/
Philipp Tomsich8b451932017-11-27 00:18:42 +0100258F: tools/rkcommon.c
259F: tools/rkcommon.h
260F: tools/rkimage.c
261F: tools/rksd.c
262F: tools/rkspi.c
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900263
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200264ARM SAMSUNG
265M: Minkyu Kang <mk7.kang@samsung.com>
266S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700267T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
Minkyu Kang225f5ee2015-11-20 15:24:57 +0900268F: arch/arm/mach-exynos/
269F: arch/arm/mach-s5pc1xx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200270F: arch/arm/cpu/armv7/s5p-common/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200271
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200272ARM SNAPDRAGON
Ramon Fried0dfe4422019-06-06 21:35:05 +0300273M: Ramon Fried <rfried.dev@gmail.com>
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200274S: Maintained
275F: arch/arm/mach-snapdragon/
Ramon Friedce18baf2018-08-03 20:56:27 +0300276F: drivers/gpio/msm_gpio.c
277F: drivers/mmc/msm_sdhci.c
Ramon Fried92454e42018-09-21 13:35:47 +0300278F: drivers/phy/msm8916-usbh-phy.c
Ramon Friedce18baf2018-08-03 20:56:27 +0300279F: drivers/serial/serial_msm.c
Ramon Fried654dd4a2018-07-02 02:57:56 +0300280F: drivers/smem/msm_smem.c
Ramon Friedce18baf2018-08-03 20:56:27 +0300281F: drivers/usb/host/ehci-msm.c
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200282
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100283ARM STI
284M: Patrice Chotard <patrice.chotard@st.com>
285S: Maintained
286F: arch/arm/mach-sti/
287F: arch/arm/include/asm/arch-sti*/
288
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200289ARM STM SPEAR
Bin Meng3a53aba2016-02-21 19:54:41 -0800290#M: Vipin Kumar <vipin.kumar@st.com>
291S: Orphaned (Since 2016-02)
Bin Meng13181642019-06-18 20:40:54 -0700292T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200293F: arch/arm/cpu/arm926ejs/spear/
294F: arch/arm/include/asm/arch-spear/
295
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100296ARM STM STM32MP
297M: Patrick Delaunay <patrick.delaunay@st.com>
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200298M: Patrice Chotard <patrice.chotard@st.com>
Patrick Delaunay84ee59a2018-11-08 17:52:21 +0100299L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100300S: Maintained
Patrick Delaunay67eea682019-01-21 17:20:00 +0100301F: arch/arm/mach-stm32mp/
Heinrich Schuchardtb57aaa02018-04-04 01:16:08 +0200302F: drivers/clk/clk_stm32mp1.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200303F: drivers/i2c/stm32f7_i2c.c
Patrick Delaunayc3600e12018-05-17 15:24:06 +0200304F: drivers/misc/stm32mp_fuse.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200305F: drivers/mmc/stm32_sdmmc2.c
306F: drivers/phy/phy-stm32-usbphyc.c
307F: drivers/pinctrl/pinctrl_stm32.c
Patrick Delaunay42f01aa2019-02-04 11:26:17 +0100308F: drivers/power/pmic/stpmic1.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200309F: drivers/power/regulator/stm32-vrefbuf.c
Patrick Delaunay42f01aa2019-02-04 11:26:17 +0100310F: drivers/power/regulator/stpmic1.c
Heinrich Schuchardtb57aaa02018-04-04 01:16:08 +0200311F: drivers/ram/stm32mp1/
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200312F: drivers/misc/stm32_rcc.c
313F: drivers/reset/stm32-reset.c
314F: drivers/spi/stm32_qspi.c
Patrice Chotarda2a89b22019-04-30 18:08:28 +0200315F: drivers/spi/stm32_spi.c
Patrice Chotard8c1007a2019-04-30 17:26:22 +0200316F: drivers/watchdog/stm32mp_wdt.c
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100317
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800318ARM STM STV0991
319M: Vikas Manocha <vikas.manocha@st.com>
320S: Maintained
321F: arch/arm/cpu/armv7/stv0991/
322F: arch/arm/include/asm/arch-stv0991/
323
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200324ARM SUNXI
Jagan Teki59aea292019-04-12 18:44:34 +0530325M: Jagan Teki <jagan@amarulasolutions.com>
Maxime Ripardbf8f4c42018-02-02 21:45:23 +0100326M: Maxime Ripard <maxime.ripard@bootlin.com>
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800327S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700328T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200329F: arch/arm/cpu/armv7/sunxi/
330F: arch/arm/include/asm/arch-sunxi/
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800331F: arch/arm/mach-sunxi/
332F: board/sunxi/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200333
334ARM TEGRA
335M: Tom Warren <twarren@nvidia.com>
336S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700337T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900338F: arch/arm/mach-tegra/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200339F: arch/arm/include/asm/arch-tegra*/
340
341ARM TI
Tom Rini4e34d612015-03-02 08:37:50 -0500342M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200343S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700344T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
Masahiro Yamada26f7c112015-04-08 18:23:23 +0900345F: arch/arm/mach-davinci/
Lokesh Vutla586bde92018-08-27 15:57:08 +0530346F: arch/arm/mach-k3/
Masahiro Yamada26f7c112015-04-08 18:23:23 +0900347F: arch/arm/mach-keystone/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200348F: arch/arm/include/asm/arch-omap*/
349F: arch/arm/include/asm/ti-common/
350
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900351ARM UNIPHIER
Masahiro Yamadaed6226c2015-03-11 13:01:35 +0900352M: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900353S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700354T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
Masahiro Yamada4c425572015-02-27 02:26:42 +0900355F: arch/arm/mach-uniphier/
Masahiro Yamada5fd3f432015-12-17 18:00:39 +0900356F: configs/uniphier_*_defconfig
Masahiro Yamadaeb006c82015-02-05 14:30:24 +0900357N: uniphier
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900358
Michal Simekec48b6c2018-08-22 14:55:27 +0200359ARM VERSAL
360M: Michal Simek <michal.simek@xilinx.com>
361S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700362T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simekec48b6c2018-08-22 14:55:27 +0200363F: arch/arm/mach-versal/
364
Liviu Dudau0fabfeb2018-09-28 13:43:31 +0100365ARM VERSATILE EXPRESS DRIVERS
366M: Liviu Dudau <liviu.dudau@foss.arm.com>
367S: Maintained
368T: git git://github.com/ARM-software/u-boot.git
369F: drivers/misc/vexpress_config.c
370N: vexpress
371
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200372ARM ZYNQ
373M: Michal Simek <monstr@monstr.eu>
374S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700375T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100376F: arch/arm/mach-zynq/
377F: drivers/clk/clk_zynq.c
378F: drivers/fpga/zynqpl.c
379F: drivers/gpio/zynq_gpio.c
380F: drivers/i2c/i2c-cdns.c
381F: drivers/i2c/muxes/pca954x.c
382F: drivers/i2c/zynq_i2c.c
383F: drivers/mmc/zynq_sdhci.c
Miquel Raynala430fa02018-08-16 17:30:07 +0200384F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100385F: drivers/net/phy/xilinx_phy.c
386F: drivers/net/zynq_gem.c
387F: drivers/serial/serial_zynq.c
388F: drivers/spi/zynq_qspi.c
389F: drivers/spi/zynq_spi.c
390F: drivers/usb/host/ehci-zynq.c
391F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt23e7e6b2018-04-04 09:22:03 +0200392F: include/zynqpl.h
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100393F: tools/zynqimage.c
394N: zynq
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200395
Michal Simek84c72042015-01-15 10:01:51 +0100396ARM ZYNQMP
397M: Michal Simek <michal.simek@xilinx.com>
398S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700399T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek274ccb52019-01-17 08:22:43 +0100400F: arch/arm/mach-zynqmp/
Michal Simek3d142282018-03-13 11:50:22 +0100401F: drivers/clk/clk_zynqmp.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100402F: drivers/fpga/zynqpl.c
403F: drivers/gpio/zynq_gpio.c
404F: drivers/i2c/i2c-cdns.c
405F: drivers/i2c/muxes/pca954x.c
406F: drivers/i2c/zynq_i2c.c
407F: drivers/mmc/zynq_sdhci.c
Miquel Raynala430fa02018-08-16 17:30:07 +0200408F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100409F: drivers/net/phy/xilinx_phy.c
410F: drivers/net/zynq_gem.c
411F: drivers/serial/serial_zynq.c
412F: drivers/spi/zynq_qspi.c
413F: drivers/spi/zynq_spi.c
Michal Simek72c37d12018-04-17 13:40:46 +0200414F: drivers/timer/cadence-ttc.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100415F: drivers/usb/host/ehci-zynq.c
416F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt23e7e6b2018-04-04 09:22:03 +0200417F: include/zynqmppl.h
Alexander Grafb123aff2018-04-13 14:18:51 +0200418F: tools/zynqmp*
Michal Simek2570e122018-07-24 16:27:00 +0200419N: ultra96
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100420N: zynqmp
Michal Simek84c72042015-01-15 10:01:51 +0100421
Michal Simek1d6c54e2018-04-12 17:39:46 +0200422ARM ZYNQMP R5
423M: Michal Simek <michal.simek@xilinx.com>
424S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700425T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek1d6c54e2018-04-12 17:39:46 +0200426F: arch/arm/mach-zynqmp-r5/
427
Simon Glassbb484702018-11-25 20:07:26 -0700428BINMAN
429M: Simon Glass <sjg@chromium.org>
430S: Maintained
431F: tools/binman/
432
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200433BUILDMAN
434M: Simon Glass <sjg@chromium.org>
435S: Maintained
436F: tools/buildman/
437
438CFI FLASH
439M: Stefan Roese <sr@denx.de>
440S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700441T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
Stefan Roesec4c2e142014-10-31 13:57:42 +0100442F: drivers/mtd/cfi_flash.c
443F: drivers/mtd/jedec_flash.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200444
445COLDFIRE
Fabio Estevam08ae21a2018-05-01 15:54:39 -0300446M: Huan Wang <alison.wang@nxp.com>
angelo@sysam.it82ebb7e2014-11-24 15:36:57 +0100447M: Angelo Dureghello <angelo@sysam.it>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200448S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700449T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200450F: arch/m68k/
451
452DFU
Lukasz Majewski56acf012017-01-16 00:04:10 +0100453M: Lukasz Majewski <lukma@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200454S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700455T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
Lukasz Majewskid4c9a902019-03-30 16:22:21 +0100456F: cmd/dfu.c
457F: cmd/usb_*.c
458F: common/dfu.c
459F: common/update.c
460F: common/usb_storage.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200461F: drivers/dfu/
Lukasz Majewski55ca6132015-02-26 13:23:49 +0100462F: drivers/usb/gadget/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200463
464DRIVER MODEL
465M: Simon Glass <sjg@chromium.org>
466S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700467T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200468F: drivers/core/
469F: include/dm/
470F: test/dm/
471
Alexander Grafe4a73942016-03-04 01:10:10 +0100472EFI PAYLOAD
Alexander Graf7590f902019-02-14 14:35:17 +0100473M: Heinrich Schuchardt <xypron.glpk@gmx.de>
474R: Alexander Graf <agraf@csgraf.de>
Alexander Grafe4a73942016-03-04 01:10:10 +0100475S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700476T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
Heinrich Schuchardt1914e5b2018-03-02 19:58:50 +0100477F: doc/README.uefi
Heinrich Schuchardt29a8a282018-01-28 15:26:02 +0100478F: doc/README.iscsi
Breno Matheus Lima656d8da2019-06-05 18:18:30 +0000479F: doc/efi.rst
Heinrich Schuchardt5b2118a2018-09-04 19:34:55 +0200480F: include/capitalization.h
Heinrich Schuchardt1db6ab22019-05-08 19:41:35 +0200481F: include/charset.h
Heinrich Schuchardt0bc4b0d2018-09-04 19:34:58 +0200482F: include/cp1250.h
483F: include/cp437.h
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +0200484F: include/efi*
Heinrich Schuchardt268ec6e2018-01-31 18:45:35 +0000485F: include/pe.h
486F: include/asm-generic/pe.h
Heinrich Schuchardt0b8a88a2018-07-05 19:43:50 +0200487F: lib/charset.c
Heinrich Schuchardtbc0bd772018-01-02 16:00:45 +0100488F: lib/efi*/
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +0200489F: test/py/tests/test_efi*
Heinrich Schuchardtf11a1642018-08-31 21:31:28 +0200490F: test/unicode_ut.c
Alexander Grafe4a73942016-03-04 01:10:10 +0100491F: cmd/bootefi.c
AKASHI Takahiro59df7e72019-02-25 15:54:38 +0900492F: cmd/efidebug.c
AKASHI Takahiro49d81fd2019-02-25 15:54:36 +0900493F: cmd/nvedit_efi.c
Heinrich Schuchardtac020192018-01-17 20:16:09 +0100494F: tools/file2include.c
Alexander Grafe4a73942016-03-04 01:10:10 +0100495
Michal Simek7e163422018-07-18 17:03:13 +0200496FPGA
497M: Michal Simek <michal.simek@xilinx.com>
498S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700499T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek7e163422018-07-18 17:03:13 +0200500F: drivers/fpga/
501F: cmd/fpga.c
502F: include/fpga.h
503
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200504FLATTENED DEVICE TREE
505M: Simon Glass <sjg@chromium.org>
506S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700507T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200508F: lib/fdtdec*
509F: lib/libfdt/
510F: include/fdt*
Heinrich Schuchardt18fa6232018-03-12 23:08:09 +0100511F: include/linux/libfdt*
Andreas Färber643f8d42016-10-26 18:14:00 +0200512F: cmd/fdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200513F: common/fdt_support.c
514
515FREEBSD
516M: Rafal Jaworowski <raj@semihalf.com>
517S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700518T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200519
520FREESCALE QORIQ
York Sun44c21e92019-02-04 08:22:58 -0800521M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200522S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700523T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
Qiang Zhao0652d9f2019-05-07 03:16:09 +0000524F: drivers/watchdog/sp805_wdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200525
526I2C
527M: Heiko Schocher <hs@denx.de>
528S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700529T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200530F: drivers/i2c/
531
Simon Glasse9c8d492017-12-04 13:48:24 -0700532LOGGING
533M: Simon Glass <sjg@chromium.org>
534S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700535T: git https://gitlab.denx.de/u-boot/u-boot.git
Simon Glasse9c8d492017-12-04 13:48:24 -0700536F: common/log.c
537F: cmd/log.c
Simon Glassef11ed82017-12-04 13:48:27 -0700538F: test/log/log_test.c
Simon Glass20faa272017-12-04 13:48:30 -0700539F: test/py/tests/test_log.py
Simon Glasse9c8d492017-12-04 13:48:24 -0700540
Liviu Dudauc1a65a82018-09-28 13:50:53 +0100541MALI DISPLAY PROCESSORS
542M: Liviu Dudau <liviu.dudau@foss.arm.com>
543S: Supported
544T: git git://github.com/ARM-software/u-boot.git
545F: drivers/video/mali_dp.c
Heiko Schochere3bc4bb2018-10-11 07:26:33 +0200546F: drivers/i2c/i2c-versatile.c
Liviu Dudauc1a65a82018-09-28 13:50:53 +0100547
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200548MICROBLAZE
549M: Michal Simek <monstr@monstr.eu>
550S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700551T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200552F: arch/microblaze/
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100553F: cmd/mfsl.c
554F: drivers/gpio/xilinx_gpio.c
555F: drivers/net/xilinx_axi_emac.c
556F: drivers/net/xilinx_emaclite.c
557F: drivers/serial/serial_xuartlite.c
558F: drivers/spi/xilinx_spi.c
Michal Simek0d832b32018-07-13 11:04:56 +0200559F: drivers/sysreset/sysreset_gpio.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100560F: drivers/watchdog/xilinx_tb_wdt.c
561N: xilinx
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200562
563MIPS
564M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
565S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700566T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200567F: arch/mips/
568
Gregory CLEMENTdd1033e2018-12-14 16:16:47 +0100569MIPS MSCC
570M: Gregory CLEMENT <gregory.clement@bootlin.com>
571M: Lars Povlsen <lars.povlsen@microchip.com>
572M: Horatiu Vultur <horatiu.vultur@microchip.com>
573S: Maintained
574F: arch/mips/mach-mscc/
Gregory CLEMENTf8c8ced2018-12-14 16:16:50 +0100575F: arch/mips/dts/luton*
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100576F: arch/mips/dts/mscc*
577F: arch/mips/dts/ocelot*
Horatiu Vulturd1182052019-01-12 18:56:57 +0100578F: arch/mips/dts/jr2*
Horatiu Vultur393b77d2019-01-12 18:56:59 +0100579F: arch/mips/dts/serval*
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100580F: board/mscc/
581F: configs/mscc*
Lars Povlsenbe8313f2019-01-02 09:52:21 +0100582F: drivers/gpio/mscc_sgpio.c
Lars Povlsenfd6e0b02019-01-08 10:38:33 +0100583F: drivers/spi/mscc_bb_spi.c
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100584F: include/configs/vcoreiii.h
Horatiu Vultur8c211af2019-04-24 11:27:59 +0200585F: include/dt-bindings/mscc/
Horatiu Vultur051de9b2019-01-12 18:56:55 +0100586F: drivers/pinctrl/mscc/
Horatiu Vultur4c661572019-01-31 15:30:33 +0100587F: drivers/net/mscc_eswitch/
Gregory CLEMENTdd1033e2018-12-14 16:16:47 +0100588
Paul Burtoncd71b1d2018-12-16 19:25:22 -0300589MIPS JZ4780
590M: Ezequiel Garcia <ezequiel@collabora.com>
591S: Maintained
592F: arch/mips/mach-jz47xx/
593
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200594MMC
Peng Fan16a6d512019-04-24 11:56:58 +0000595M: Peng Fan <peng.fan@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200596S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700597T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200598F: drivers/mmc/
599
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100600NAND FLASH
Tom Rini9f8aba72018-07-26 12:02:03 -0400601#M: Scott Wood <oss@buserror.net>
602S: Orphaned (Since 2018-07)
Bin Meng13181642019-06-18 20:40:54 -0700603T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
Miquel Raynala430fa02018-08-16 17:30:07 +0200604F: drivers/mtd/nand/raw/
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100605
606NDS32
607M: Macpaul Lin <macpaul@andestech.com>
608S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700609T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100610F: arch/nds32/
611
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100612NETWORK
613M: Joe Hershberger <joe.hershberger@ni.com>
614S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700615T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100616F: drivers/net/
617F: net/
618
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100619NIOS
620M: Thomas Chou <thomas@wytron.com.tw>
621S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700622T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100623F: arch/nios2/
624
625ONENAND
626#M: Lukasz Majewski <l.majewski@majess.pl>
627S: Orphaned (Since 2017-01)
Bin Meng13181642019-06-18 20:40:54 -0700628T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100629F: drivers/mtd/onenand/
630
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200631PATMAN
632M: Simon Glass <sjg@chromium.org>
633S: Maintained
634F: tools/patman/
635
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100636POWER
637M: Jaehoon Chung <jh80.chung@samsung.com>
638S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700639T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100640F: drivers/power/
641
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200642POWERPC
643M: Wolfgang Denk <wd@denx.de>
644S: Maintained
645F: arch/powerpc/
646
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200647POWERPC MPC8XX
Christophe Leroy907208c2017-07-06 10:23:22 +0200648M: Christophe Leroy <christophe.leroy@c-s.fr>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200649S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700650T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200651F: arch/powerpc/cpu/mpc8xx/
652
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200653POWERPC MPC83XX
mario.six@gdsys.cce5ed4c32017-06-09 14:50:47 +0200654M: Mario Six <mario.six@gdsys.cc>
655S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700656T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
Mario Sixe4061552018-08-06 10:23:30 +0200657F: drivers/ram/mpc83xx_sdram.c
658F: include/dt-bindings/memory/mpc83xx-sdram.h
Mario Six76fdad12018-08-06 10:23:35 +0200659F: drivers/sysreset/sysreset_mpc83xx.c
660F: drivers/sysreset/sysreset_mpc83xx.h
Mario Six07d538d2018-08-06 10:23:36 +0200661F: drivers/clk/mpc83xx_clk.c
662F: drivers/clk/mpc83xx_clk.h
663F: include/dt-bindings/clk/mpc83xx-clk.h
Mario Six2c217492018-08-06 10:23:38 +0200664F: drivers/timer/mpc83xx_timer.c
Mario Six19fbdca2018-08-06 10:23:45 +0200665F: drivers/cpu/mpc83xx_cpu.c
666F: drivers/cpu/mpc83xx_cpu.h
Mario Sixd2166312018-08-06 10:23:46 +0200667F: drivers/misc/mpc83xx_serdes.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200668F: arch/powerpc/cpu/mpc83xx/
669F: arch/powerpc/include/asm/arch-mpc83xx/
670
671POWERPC MPC85XX
York Sun44c21e92019-02-04 08:22:58 -0800672M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200673S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700674T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200675F: arch/powerpc/cpu/mpc85xx/
676
677POWERPC MPC86XX
York Sun44c21e92019-02-04 08:22:58 -0800678M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200679S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700680T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200681F: arch/powerpc/cpu/mpc86xx/
682
Rick Chenf94c44e2017-12-26 13:55:52 +0800683RISC-V
684M: Rick Chen <rick@andestech.com>
685S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700686T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
Rick Chenf94c44e2017-12-26 13:55:52 +0800687F: arch/riscv/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100688F: cmd/riscv/
Rick Chenf94c44e2017-12-26 13:55:52 +0800689F: tools/prelink-riscv.c
690
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100691ROCKUSB
692M: Eddie Cai <eddie.cai.linux@gmail.com>
693S: Maintained
694F: drivers/usb/gadget/f_rockusb.c
695F: cmd/rockusb.c
696F: doc/README.rockusb
697
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200698SANDBOX
699M: Simon Glass <sjg@chromium.org>
700S: Maintained
701F: arch/sandbox/
702
703SH
Marek Vasutd04ecc42019-05-16 22:16:54 +0200704M: Marek Vasut <marek.vasut+renesas@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200705M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
706S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700707T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200708F: arch/sh/
709
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200710SPI
Jagan Teki59aea292019-04-12 18:44:34 +0530711M: Jagan Teki <jagan@amarulasolutions.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200712S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700713T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200714F: drivers/spi/
715F: include/spi*
716
Vignesh R4d40e002019-02-05 11:29:29 +0530717SPI-NOR
Jagan Teki59aea292019-04-12 18:44:34 +0530718M: Jagan Teki <jagan@amarulasolutions.com>
Vignesh R4d40e002019-02-05 11:29:29 +0530719M: Vignesh R <vigneshr@ti.com>
720S: Maintained
721F: drivers/mtd/spi/
722F: include/spi_flash.h
723F: include/linux/mtd/cfi.h
724F: include/linux/mtd/spi-nor.h
725
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200726SPMI
727M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
728S: Maintained
729F: drivers/spmi/
730F: include/spmi/
731
Liviu Dudau055da182018-09-28 13:49:31 +0100732TDA19988 HDMI ENCODER
733M: Liviu Dudau <liviu.dudau@foss.arm.com>
734S: Maintained
735F: drivers/video/tda19988.c
736
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600737TI SYSTEM SECURITY
738M: Andrew F. Davis <afd@ti.com>
739S: Supported
740F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600741F: arch/arm/mach-omap2/sec-common.c
742F: arch/arm/mach-omap2/config_secure.mk
Andrew F. Davis3a543a82019-04-12 12:54:45 -0400743F: arch/arm/mach-k3/security.c
Andrew F. Davis50836962019-04-12 12:54:46 -0400744F: arch/arm/mach-k3/config_secure.mk
Andrew F. Davisa42eee12017-01-27 10:39:20 -0600745F: configs/am335x_hs_evm_defconfig
Andrew F. Davisc2dca332017-09-20 14:33:51 -0500746F: configs/am335x_hs_evm_uart_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600747F: configs/am43xx_hs_evm_defconfig
748F: configs/am57xx_hs_evm_defconfig
Andrew F. Davis995985c2019-01-28 11:43:25 -0600749F: configs/am57xx_hs_evm_usb_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600750F: configs/dra7xx_hs_evm_defconfig
Andrew F. Davis83ae6472019-01-28 11:43:24 -0600751F: configs/dra7xx_hs_evm_usb_defconfig
Lokesh Vutla8a707ba2017-04-26 11:35:19 +0530752F: configs/k2hk_hs_evm_defconfig
753F: configs/k2e_hs_evm_defconfig
754F: configs/k2g_hs_evm_defconfig
Madan Srinivasf274f262018-03-06 11:10:10 -0500755F: configs/k2l_hs_evm_defconfig
Andrew F. Davis0a4b11b2019-04-12 12:54:47 -0400756F: configs/am65x_hs_evm_r5_defconfig
757F: configs/am65x_hs_evm_a53_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600758
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200759TQ GROUP
Bin Meng3a53aba2016-02-21 19:54:41 -0800760#M: Martin Krause <martin.krause@tq-systems.de>
761S: Orphaned (Since 2016-02)
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200762T: git git://git.denx.de/u-boot-tq-group.git
763
Jens Wiklander9ff4a312018-09-25 16:40:09 +0200764TEE
765M: Jens Wiklander <jens.wiklander@linaro.org>
766S: Maintained
767F: drivers/tee/
768F: include/tee.h
Jens Wiklander1cc8cc42018-09-25 16:40:15 +0200769F: include/tee/
Jens Wiklander9ff4a312018-09-25 16:40:09 +0200770
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200771UBI
772M: Kyungmin Park <kmpark@infradead.org>
Heiko Schocher69337a92014-11-18 09:08:45 +0100773M: Heiko Schocher <hs@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200774S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700775T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200776F: drivers/mtd/ubi/
777
778USB
779M: Marek Vasut <marex@denx.de>
780S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700781T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200782F: drivers/usb/
783
Bin Mengc0c5f912017-11-06 07:39:01 -0800784USB xHCI
785M: Bin Meng <bmeng.cn@gmail.com>
786S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700787T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
Bin Mengc0c5f912017-11-06 07:39:01 -0800788F: drivers/usb/host/xhci*
789
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200790VIDEO
791M: Anatolij Gustschin <agust@denx.de>
792S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700793T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200794F: drivers/video/
Anatolij Gustschinc967fb72017-08-28 22:39:41 +0200795F: common/lcd*.c
796F: include/lcd*.h
Heinrich Schuchardt9cdbc902018-09-19 20:16:32 +0200797F: include/video*.h
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200798
799X86
800M: Simon Glass <sjg@chromium.org>
Bin Mengdc5210a2017-07-23 07:36:33 -0700801M: Bin Meng <bmeng.cn@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200802S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700803T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200804F: arch/x86/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100805F: cmd/x86/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200806
Chris Zankelde5e5ce2016-08-10 18:36:43 +0300807XTENSA
808M: Max Filippov <jcmvbkbc@gmail.com>
809S: Maintained
810F: arch/xtensa/
811
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200812THE REST
Tom Rini4e34d612015-03-02 08:37:50 -0500813M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200814L: u-boot@lists.denx.de
815Q: http://patchwork.ozlabs.org/project/uboot/list/
816S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700817T: git https://gitlab.denx.de/u-boot/u-boot.git
Otavio Salvador80870e22018-12-07 19:00:41 -0500818F: configs/tools-only_defconfig
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200819F: *
820F: */