blob: 08222fd56948c52d266e2160e32c6093d051384c [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 -----------------------------------
Igor Opaniuk0d6c7c62019-08-08 15:33:09 +030053ANDROID AB
54M: Igor Opaniuk <igor.opaniuk@gmail.com>
55R: Sam Protsenko <semen.protsenko@linaro.org>
56S: Maintained
57F: cmd/ab_select.c
58F: common/android_ab.c
59F: doc/android/ab.txt
60F: include/android_ab.h
61F: test/py/tests/test_android/test_ab.py
62
63ANDROID AVB
64M: Igor Opaniuk <igor.opaniuk@gmail.com>
65S: Maintained
66F: cmd/avb.c
67F: common/avb_verify.c
68F: doc/android/avb2.txt
69F: include/avb_verify.h
70F: lib/libavb/
71F: test/py/tests/test_android/test_avb.py
72
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020073ARC
74M: Alexey Brodkin <alexey.brodkin@synopsys.com>
Eugeniy Paltsev40062002018-04-17 17:30:40 +030075M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020076S: Maintained
Eugeniy Paltsev40062002018-04-17 17:30:40 +030077L: uboot-snps-arc@synopsys.com
Bin Meng13181642019-06-18 20:40:54 -070078T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020079F: arch/arc/
Alexey Brodkinb08b1132018-05-25 16:14:38 +030080F: board/synopsys/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020081
Eugeniy Paltseve80dac02017-12-10 21:20:08 +030082ARC HSDK CGU CLOCK
83M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
84S: Maintained
85L: uboot-snps-arc@synopsys.com
86F: drivers/clk/clk-hsdk-cgu.c
87F: include/dt-bindings/clock/snps,hsdk-cgu.h
88F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
89
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +010090ARC HSDK CREG GPIO
91M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
92S: Maintained
93L: uboot-snps-arc@synopsys.com
Eugeniy Paltsev7620ec42018-06-08 17:58:24 +030094F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +010095F: drivers/gpio/hsdk-creg-gpio.c
96
Eugeniy Paltsev15736e22019-02-25 18:35:28 +030097ARC SYNOPSYS DW MMC EXTENSIONS
98M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
99S: Maintained
100L: uboot-snps-arc@synopsys.com
101F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
102F: drivers/mmc/snps_dw_mmc.c
103
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200104ARM
105M: Albert Aribaud <albert.u.boot@aribaud.net>
106S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700107T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200108F: arch/arm/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100109F: cmd/arm/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200110
Pavel Machekd8540a12014-10-10 01:50:22 +0200111ARM ALTERA SOCFPGA
112M: Marek Vasut <marex@denx.de>
Simon Goldschmidta339f522019-03-28 22:27:53 +0100113M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Pavel Machekd8540a12014-10-10 01:50:22 +0200114S: Maintainted
Bin Meng13181642019-06-18 20:40:54 -0700115T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
Jagan Tekif22dede2016-11-25 23:17:28 +0530116F: arch/arm/mach-socfpga/
Simon Goldschmidt690c1292019-07-15 21:47:54 +0200117F: drivers/sysreset/sysreset_socfpga*
Pavel Machekd8540a12014-10-10 01:50:22 +0200118
Neil Armstrong535d74a2019-01-30 10:53:10 +0100119ARM AMLOGIC SOC SUPPORT
120M: Neil Armstrong <narmstrong@baylibre.com>
121S: Maintained
122L: u-boot-amlogic@groups.io
Bin Meng13181642019-06-18 20:40:54 -0700123T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
Neil Armstrong535d74a2019-01-30 10:53:10 +0100124F: arch/arm/mach-meson/
125F: arch/arm/include/asm/arch-meson/
Jerome Brunetf5abfed2019-02-10 14:54:30 +0100126F: drivers/clk/meson/
Neil Armstrong535d74a2019-01-30 10:53:10 +0100127F: drivers/serial/serial_meson.c
128F: drivers/reset/reset-meson.c
129F: drivers/i2c/meson_i2c.c
130F: drivers/net/phy/meson-gxl.c
131F: drivers/adc/meson-saradc.c
132F: drivers/phy/meson*
133F: drivers/mmc/meson_gx_mmc.c
134F: drivers/spi/meson_spifc.c
135F: drivers/pinctrl/meson/
136F: drivers/power/domain/meson-gx-pwrc-vpu.c
137F: drivers/video/meson/
138F: include/configs/meson64.h
139N: meson
140
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600141ARM BROADCOM BCM283X
Alexander Graf3157bbf2019-02-14 14:37:59 +0100142M: Matthias Brugger <mbrugger@suse.com>
Alexander Graf958d55f2018-01-25 12:05:54 +0100143S: Maintained
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600144F: arch/arm/mach-bcm283x/
145F: drivers/gpio/bcm2835_gpio.c
146F: drivers/mmc/bcm2835_sdhci.c
Alexander Grafc8a73a22018-01-23 18:05:22 +0100147F: drivers/mmc/bcm2835_sdhost.c
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600148F: drivers/serial/serial_bcm283x_mu.c
Alexander Graf60019852018-01-25 12:05:55 +0100149F: drivers/serial/serial_bcm283x_pl011.c
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600150F: drivers/video/bcm2835.c
151F: include/dm/platform_data/serial_bcm283x_mu.h
Alexander Grafcaf22332018-01-23 18:05:21 +0100152F: drivers/pinctrl/broadcom/
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600153
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -0400154ARM BROADCOM BCMSTB
155M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
156S: Maintained
157F: arch/arm/mach-bcmstb/
158F: board/broadcom/bcmstb/
Thomas Fitzsimmons3f203212018-08-22 18:37:55 -0400159F: configs/bcm7*_defconfig
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -0400160F: doc/README.bcm7xxx
161F: drivers/mmc/bcmstb_sdhci.c
162F: drivers/spi/bcmstb_spi.c
163
Marek Behúnda1f7992018-12-17 16:10:07 +0100164ARM/CZ.NIC TURRIS MOX SUPPORT
165M: Marek Behun <marek.behun@nic.cz>
166S: Maintained
167F: arch/arm/dts/armada-3720-turris-mox.dts
168F: board/CZ.NIC/
169F: configs/turris_*_defconfig
170F: include/configs/turris_*.h
171
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200172ARM FREESCALE IMX
173M: Stefano Babic <sbabic@denx.de>
Fabio Estevam73127e92019-01-21 14:29:54 -0200174M: Fabio Estevam <festevam@gmail.com>
Peng Fand17b0be2018-12-15 12:07:02 +0000175R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
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-imx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200178F: arch/arm/cpu/arm1136/mx*/
179F: arch/arm/cpu/arm926ejs/mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200180F: arch/arm/cpu/armv7/vf610/
Fabio Estevam6ad85a42019-05-10 09:23:53 -0300181F: arch/arm/dts/*imx*
Stefano Babic552a8482017-06-29 10:16:06 +0200182F: arch/arm/mach-imx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200183F: arch/arm/include/asm/arch-imx/
184F: arch/arm/include/asm/arch-mx*/
185F: arch/arm/include/asm/arch-vf610/
Stefano Babic552a8482017-06-29 10:16:06 +0200186F: arch/arm/include/asm/mach-imx/
Fabio Estevam77cbd3a2016-07-26 21:27:49 -0300187F: board/freescale/*mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200188
Peter Griffinae4dc152016-04-20 17:13:58 +0100189ARM HISILICON
190M: Peter Griffin <peter.griffin@linaro.org>
Manivannan Sadhasivam379e5742019-08-02 20:40:11 +0530191M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Peter Griffinae4dc152016-04-20 17:13:58 +0100192S: Maintained
193F: arch/arm/cpu/armv8/hisilicon
Heinrich Schuchardt0f8525f2018-03-12 23:02:17 +0100194F: arch/arm/include/asm/arch-hi6220/
Manivannan Sadhasivam379e5742019-08-02 20:40:11 +0530195F: arch/arm/include/asm/arch-hi3660/
Peter Griffinae4dc152016-04-20 17:13:58 +0100196
Stefan Roese1579faf2019-02-15 13:56:56 +0100197ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
Stefan Roesef822d852016-01-14 05:00:00 +0100198M: Stefan Roese <sr@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200199S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700200T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900201F: arch/arm/mach-kirkwood/
Stefan Roesef822d852016-01-14 05:00:00 +0100202F: arch/arm/mach-mvebu/
Ken Ma592b4a72018-05-25 15:49:24 +0800203F: drivers/ata/ahci_mvebu.c
Stefan Roese1579faf2019-02-15 13:56:56 +0100204F: drivers/ddr/marvell/
205F: drivers/gpio/mvebu_gpio.c
206F: drivers/spi/kirkwood_spi.c
207F: drivers/pci/pci_mvebu.c
208F: drivers/pci/pcie_dw_mvebu.c
209F: drivers/watchdog/orion_wdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200210
211ARM MARVELL PXA
212M: Marek Vasut <marex@denx.de>
213S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700214T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200215F: arch/arm/cpu/pxa/
216F: arch/arm/include/asm/arch-pxa/
217
Ryder Leea9da9ee2018-11-15 10:08:06 +0800218ARM MEDIATEK
219M: Ryder Lee <ryder.lee@mediatek.com>
220M: Weijie Gao <weijie.gao@mediatek.com>
Ryder Lee8702e612019-07-29 22:17:46 +0800221R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
Ryder Leea9da9ee2018-11-15 10:08:06 +0800222S: Maintained
223F: arch/arm/mach-mediatek/
224F: arch/arm/include/asm/arch-mediatek/
225F: board/mediatek/
226F: doc/README.mediatek
227F: drivers/clk/mediatek/
228F: drivers/mmc/mtk-sd.c
229F: drivers/pinctrl/mediatek/
230F: drivers/power/domain/mtk-power-domain.c
231F: drivers/ram/mediatek/
Weijie Gao603fcd12019-07-22 17:09:01 +0530232F: drivers/spi/mtk_snfi_spi.c
Ryder Leea9da9ee2018-11-15 10:08:06 +0800233F: drivers/timer/mtk_timer.c
234F: drivers/watchdog/mtk_wdt.c
Weijie Gaod049ff92018-12-20 16:12:58 +0800235F: drivers/net/mtk_eth.c
236F: drivers/reset/reset-mediatek.c
Ryder Leea9da9ee2018-11-15 10:08:06 +0800237F: tools/mtk_image.c
238F: tools/mtk_image.h
239N: mediatek
240
Eugen Hristev413ca722019-02-05 10:20:39 +0000241ARM MICROCHIP/ATMEL AT91
242M: Eugen Hristev <eugen.hristev@microchip.com>
243S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700244T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
Eugen Hristev413ca722019-02-05 10:20:39 +0000245F: arch/arm/mach-at91/
246F: board/atmel/
247
Manivannan Sadhasivame2a14842018-06-14 23:38:39 +0530248ARM OWL
249M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
250S: Maintained
251F: arch/arm/include/asm/arch-owl/
252F: arch/arm/mach-owl/
253F: board/ucRobotics/
254F: drivers/clk/owl/
255F: drivers/serial/serial_owl.c
256
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900257ARM RENESAS RMOBILE/R-CAR
258M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Marek Vasut9db60e22017-10-15 14:51:55 +0200259M: Marek Vasut <marek.vasut+renesas@gmail.com>
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900260S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700261T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900262F: arch/arm/mach-rmobile/
263
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900264ARM ROCKCHIP
265M: Simon Glass <sjg@chromium.org>
Philipp Tomsichf8714372017-06-21 15:13:38 +0200266M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Kever Yang37dc8aa2019-04-03 15:28:16 +0800267M: Kever Yang <kever.yang@rock-chips.com>
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900268S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700269T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
Philipp Tomsich8b451932017-11-27 00:18:42 +0100270F: arch/arm/include/asm/arch-rockchip/
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900271F: arch/arm/mach-rockchip/
Kever Yangae0fc892017-05-23 15:01:14 +0800272F: board/rockchip/
Philipp Tomsich8b451932017-11-27 00:18:42 +0100273F: drivers/clk/rockchip/
274F: drivers/gpio/rk_gpio.c
275F: drivers/misc/rockchip-efuse.c
Philipp Tomsich47b85832018-03-26 19:59:09 +0200276F: drivers/mmc/rockchip_sdhci.c
277F: drivers/mmc/rockchip_dw_mmc.c
Philipp Tomsich8b451932017-11-27 00:18:42 +0100278F: drivers/pinctrl/rockchip/
279F: drivers/ram/rockchip/
280F: drivers/sysreset/sysreset_rockchip.c
Philipp Tomsich3f565522018-02-23 17:38:53 +0100281F: drivers/video/rockchip/
Philipp Tomsich8b451932017-11-27 00:18:42 +0100282F: tools/rkcommon.c
283F: tools/rkcommon.h
284F: tools/rkimage.c
285F: tools/rksd.c
286F: tools/rkspi.c
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900287
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200288ARM SAMSUNG
289M: Minkyu Kang <mk7.kang@samsung.com>
290S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700291T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
Minkyu Kang225f5ee2015-11-20 15:24:57 +0900292F: arch/arm/mach-exynos/
293F: arch/arm/mach-s5pc1xx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200294F: arch/arm/cpu/armv7/s5p-common/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200295
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200296ARM SNAPDRAGON
Ramon Fried0dfe4422019-06-06 21:35:05 +0300297M: Ramon Fried <rfried.dev@gmail.com>
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200298S: Maintained
299F: arch/arm/mach-snapdragon/
Ramon Friedce18baf2018-08-03 20:56:27 +0300300F: drivers/gpio/msm_gpio.c
301F: drivers/mmc/msm_sdhci.c
Ramon Fried92454e42018-09-21 13:35:47 +0300302F: drivers/phy/msm8916-usbh-phy.c
Ramon Friedce18baf2018-08-03 20:56:27 +0300303F: drivers/serial/serial_msm.c
Ramon Fried654dd4a2018-07-02 02:57:56 +0300304F: drivers/smem/msm_smem.c
Ramon Friedce18baf2018-08-03 20:56:27 +0300305F: drivers/usb/host/ehci-msm.c
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200306
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100307ARM STI
308M: Patrice Chotard <patrice.chotard@st.com>
309S: Maintained
310F: arch/arm/mach-sti/
311F: arch/arm/include/asm/arch-sti*/
312
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200313ARM STM SPEAR
Bin Meng3a53aba2016-02-21 19:54:41 -0800314#M: Vipin Kumar <vipin.kumar@st.com>
315S: Orphaned (Since 2016-02)
Bin Meng13181642019-06-18 20:40:54 -0700316T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200317F: arch/arm/cpu/arm926ejs/spear/
318F: arch/arm/include/asm/arch-spear/
319
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100320ARM STM STM32MP
321M: Patrick Delaunay <patrick.delaunay@st.com>
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200322M: Patrice Chotard <patrice.chotard@st.com>
Patrick Delaunay84ee59a2018-11-08 17:52:21 +0100323L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
Patrick Delaunay8c018232019-07-30 19:16:56 +0200324T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100325S: Maintained
Patrick Delaunay67eea682019-01-21 17:20:00 +0100326F: arch/arm/mach-stm32mp/
Patrick Delaunay8c018232019-07-30 19:16:56 +0200327F: drivers/adc/stm32-adc*
Heinrich Schuchardtb57aaa02018-04-04 01:16:08 +0200328F: drivers/clk/clk_stm32mp1.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200329F: drivers/gpio/stm32_gpio.c
330F: drivers/hwspinlock/stm32_hwspinlock.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200331F: drivers/i2c/stm32f7_i2c.c
Fabien Dessenneb04553e2019-05-14 11:20:35 +0200332F: drivers/mailbox/stm32-ipcc.c
Patrick Delaunayc3600e12018-05-17 15:24:06 +0200333F: drivers/misc/stm32mp_fuse.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200334F: drivers/misc/stm32_rcc.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200335F: drivers/mmc/stm32_sdmmc2.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200336F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200337F: drivers/phy/phy-stm32-usbphyc.c
338F: drivers/pinctrl/pinctrl_stm32.c
Patrick Delaunay42f01aa2019-02-04 11:26:17 +0100339F: drivers/power/pmic/stpmic1.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200340F: drivers/power/regulator/stm32-vrefbuf.c
Patrick Delaunay42f01aa2019-02-04 11:26:17 +0100341F: drivers/power/regulator/stpmic1.c
Heinrich Schuchardtb57aaa02018-04-04 01:16:08 +0200342F: drivers/ram/stm32mp1/
Fabien Dessenne5dca7d12019-05-31 15:11:35 +0200343F: drivers/remoteproc/stm32_copro.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200344F: drivers/reset/stm32-reset.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200345F: drivers/rtc/stm32_rtc.c
346F: drivers/serial/serial_stm32.*
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200347F: drivers/spi/stm32_qspi.c
Patrice Chotarda2a89b22019-04-30 18:08:28 +0200348F: drivers/spi/stm32_spi.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200349F: drivers/video/stm32/stm32_ltdc.c
Patrice Chotard8c1007a2019-04-30 17:26:22 +0200350F: drivers/watchdog/stm32mp_wdt.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200351F: include/dt-bindings/clock/stm32fx-clock.h
352F: include/dt-bindings/clock/stm32mp1-clks.h
353F: include/dt-bindings/clock/stm32mp1-clksrc.h
354F: include/dt-bindings/pinctrl/stm32-pinfunc.h
355F: include/dt-bindings/reset/stm32mp1-resets.h
356F: include/stm32_rcc.h
357F: tools/stm32image.c
358
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100359
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800360ARM STM STV0991
361M: Vikas Manocha <vikas.manocha@st.com>
362S: Maintained
363F: arch/arm/cpu/armv7/stv0991/
364F: arch/arm/include/asm/arch-stv0991/
365
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200366ARM SUNXI
Jagan Teki59aea292019-04-12 18:44:34 +0530367M: Jagan Teki <jagan@amarulasolutions.com>
Maxime Ripardbf8f4c42018-02-02 21:45:23 +0100368M: Maxime Ripard <maxime.ripard@bootlin.com>
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800369S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700370T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200371F: arch/arm/cpu/armv7/sunxi/
372F: arch/arm/include/asm/arch-sunxi/
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800373F: arch/arm/mach-sunxi/
374F: board/sunxi/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200375
376ARM TEGRA
377M: Tom Warren <twarren@nvidia.com>
378S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700379T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900380F: arch/arm/mach-tegra/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200381F: arch/arm/include/asm/arch-tegra*/
382
383ARM TI
Tom Rini4e34d612015-03-02 08:37:50 -0500384M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200385S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700386T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
Masahiro Yamada26f7c112015-04-08 18:23:23 +0900387F: arch/arm/mach-davinci/
Lokesh Vutla586bde92018-08-27 15:57:08 +0530388F: arch/arm/mach-k3/
Masahiro Yamada26f7c112015-04-08 18:23:23 +0900389F: arch/arm/mach-keystone/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200390F: arch/arm/include/asm/arch-omap*/
391F: arch/arm/include/asm/ti-common/
392
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900393ARM UNIPHIER
Masahiro Yamadaed6226c2015-03-11 13:01:35 +0900394M: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900395S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700396T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
Masahiro Yamada4c425572015-02-27 02:26:42 +0900397F: arch/arm/mach-uniphier/
Masahiro Yamada5fd3f432015-12-17 18:00:39 +0900398F: configs/uniphier_*_defconfig
Masahiro Yamadaeb006c82015-02-05 14:30:24 +0900399N: uniphier
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900400
Michal Simekec48b6c2018-08-22 14:55:27 +0200401ARM VERSAL
402M: Michal Simek <michal.simek@xilinx.com>
403S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700404T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simekec48b6c2018-08-22 14:55:27 +0200405F: arch/arm/mach-versal/
406
Liviu Dudau0fabfeb2018-09-28 13:43:31 +0100407ARM VERSATILE EXPRESS DRIVERS
408M: Liviu Dudau <liviu.dudau@foss.arm.com>
409S: Maintained
410T: git git://github.com/ARM-software/u-boot.git
411F: drivers/misc/vexpress_config.c
412N: vexpress
413
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200414ARM ZYNQ
415M: Michal Simek <monstr@monstr.eu>
416S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700417T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100418F: arch/arm/mach-zynq/
419F: drivers/clk/clk_zynq.c
420F: drivers/fpga/zynqpl.c
421F: drivers/gpio/zynq_gpio.c
422F: drivers/i2c/i2c-cdns.c
423F: drivers/i2c/muxes/pca954x.c
424F: drivers/i2c/zynq_i2c.c
425F: drivers/mmc/zynq_sdhci.c
Miquel Raynala430fa02018-08-16 17:30:07 +0200426F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100427F: drivers/net/phy/xilinx_phy.c
428F: drivers/net/zynq_gem.c
429F: drivers/serial/serial_zynq.c
430F: drivers/spi/zynq_qspi.c
431F: drivers/spi/zynq_spi.c
432F: drivers/usb/host/ehci-zynq.c
433F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt23e7e6b2018-04-04 09:22:03 +0200434F: include/zynqpl.h
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100435F: tools/zynqimage.c
436N: zynq
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200437
Michal Simek84c72042015-01-15 10:01:51 +0100438ARM ZYNQMP
439M: Michal Simek <michal.simek@xilinx.com>
440S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700441T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek274ccb52019-01-17 08:22:43 +0100442F: arch/arm/mach-zynqmp/
Michal Simek3d142282018-03-13 11:50:22 +0100443F: drivers/clk/clk_zynqmp.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100444F: drivers/fpga/zynqpl.c
445F: drivers/gpio/zynq_gpio.c
446F: drivers/i2c/i2c-cdns.c
447F: drivers/i2c/muxes/pca954x.c
448F: drivers/i2c/zynq_i2c.c
449F: drivers/mmc/zynq_sdhci.c
Miquel Raynala430fa02018-08-16 17:30:07 +0200450F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100451F: drivers/net/phy/xilinx_phy.c
452F: drivers/net/zynq_gem.c
453F: drivers/serial/serial_zynq.c
454F: drivers/spi/zynq_qspi.c
455F: drivers/spi/zynq_spi.c
Michal Simek72c37d12018-04-17 13:40:46 +0200456F: drivers/timer/cadence-ttc.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100457F: drivers/usb/host/ehci-zynq.c
458F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt23e7e6b2018-04-04 09:22:03 +0200459F: include/zynqmppl.h
Alexander Grafb123aff2018-04-13 14:18:51 +0200460F: tools/zynqmp*
Michal Simek2570e122018-07-24 16:27:00 +0200461N: ultra96
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100462N: zynqmp
Michal Simek84c72042015-01-15 10:01:51 +0100463
Michal Simek1d6c54e2018-04-12 17:39:46 +0200464ARM ZYNQMP R5
465M: Michal Simek <michal.simek@xilinx.com>
466S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700467T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek1d6c54e2018-04-12 17:39:46 +0200468F: arch/arm/mach-zynqmp-r5/
469
Simon Glassbb484702018-11-25 20:07:26 -0700470BINMAN
471M: Simon Glass <sjg@chromium.org>
472S: Maintained
473F: tools/binman/
474
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200475BUILDMAN
476M: Simon Glass <sjg@chromium.org>
477S: Maintained
478F: tools/buildman/
479
480CFI FLASH
481M: Stefan Roese <sr@denx.de>
482S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700483T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
Stefan Roesec4c2e142014-10-31 13:57:42 +0100484F: drivers/mtd/cfi_flash.c
485F: drivers/mtd/jedec_flash.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200486
Lukasz Majewski37d73372019-06-24 15:50:52 +0200487CLOCK
488M: Lukasz Majewski <lukma@denx.de>
489S: Maintained
490T: git git://git.denx.de/u-boot-dfu.git
491F: drivers/clk/
492F: drivers/clk/imx/
493
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200494COLDFIRE
Fabio Estevam08ae21a2018-05-01 15:54:39 -0300495M: Huan Wang <alison.wang@nxp.com>
angelo@sysam.it82ebb7e2014-11-24 15:36:57 +0100496M: Angelo Dureghello <angelo@sysam.it>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200497S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700498T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200499F: arch/m68k/
500
501DFU
Lukasz Majewski56acf012017-01-16 00:04:10 +0100502M: Lukasz Majewski <lukma@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200503S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700504T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
Lukasz Majewskid4c9a902019-03-30 16:22:21 +0100505F: cmd/dfu.c
506F: cmd/usb_*.c
507F: common/dfu.c
508F: common/update.c
509F: common/usb_storage.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200510F: drivers/dfu/
Lukasz Majewski55ca6132015-02-26 13:23:49 +0100511F: drivers/usb/gadget/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200512
513DRIVER MODEL
514M: Simon Glass <sjg@chromium.org>
515S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700516T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200517F: drivers/core/
518F: include/dm/
519F: test/dm/
520
Alexander Grafe4a73942016-03-04 01:10:10 +0100521EFI PAYLOAD
Alexander Graf7590f902019-02-14 14:35:17 +0100522M: Heinrich Schuchardt <xypron.glpk@gmx.de>
523R: Alexander Graf <agraf@csgraf.de>
Alexander Grafe4a73942016-03-04 01:10:10 +0100524S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700525T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
Heinrich Schuchardt73d95c22019-07-26 06:46:08 +0200526F: doc/uefi/*
Heinrich Schuchardt5b2118a2018-09-04 19:34:55 +0200527F: include/capitalization.h
Heinrich Schuchardt1db6ab22019-05-08 19:41:35 +0200528F: include/charset.h
Heinrich Schuchardt0bc4b0d2018-09-04 19:34:58 +0200529F: include/cp1250.h
530F: include/cp437.h
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +0200531F: include/efi*
Heinrich Schuchardt268ec6e2018-01-31 18:45:35 +0000532F: include/pe.h
533F: include/asm-generic/pe.h
Heinrich Schuchardt0b8a88a2018-07-05 19:43:50 +0200534F: lib/charset.c
Heinrich Schuchardtbc0bd772018-01-02 16:00:45 +0100535F: lib/efi*/
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +0200536F: test/py/tests/test_efi*
Heinrich Schuchardtf11a1642018-08-31 21:31:28 +0200537F: test/unicode_ut.c
Alexander Grafe4a73942016-03-04 01:10:10 +0100538F: cmd/bootefi.c
AKASHI Takahiro59df7e72019-02-25 15:54:38 +0900539F: cmd/efidebug.c
AKASHI Takahiro49d81fd2019-02-25 15:54:36 +0900540F: cmd/nvedit_efi.c
Heinrich Schuchardtac020192018-01-17 20:16:09 +0100541F: tools/file2include.c
Alexander Grafe4a73942016-03-04 01:10:10 +0100542
Michal Simek7e163422018-07-18 17:03:13 +0200543FPGA
544M: Michal Simek <michal.simek@xilinx.com>
545S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700546T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek7e163422018-07-18 17:03:13 +0200547F: drivers/fpga/
548F: cmd/fpga.c
549F: include/fpga.h
550
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200551FLATTENED DEVICE TREE
552M: Simon Glass <sjg@chromium.org>
553S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700554T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200555F: lib/fdtdec*
556F: lib/libfdt/
557F: include/fdt*
Heinrich Schuchardt18fa6232018-03-12 23:08:09 +0100558F: include/linux/libfdt*
Andreas Färber643f8d42016-10-26 18:14:00 +0200559F: cmd/fdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200560F: common/fdt_support.c
561
562FREEBSD
563M: Rafal Jaworowski <raj@semihalf.com>
564S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700565T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200566
567FREESCALE QORIQ
York Sun44c21e92019-02-04 08:22:58 -0800568M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200569S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700570T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
Qiang Zhao0652d9f2019-05-07 03:16:09 +0000571F: drivers/watchdog/sp805_wdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200572
573I2C
574M: Heiko Schocher <hs@denx.de>
575S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700576T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200577F: drivers/i2c/
578
Simon Glasse9c8d492017-12-04 13:48:24 -0700579LOGGING
580M: Simon Glass <sjg@chromium.org>
581S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700582T: git https://gitlab.denx.de/u-boot/u-boot.git
Simon Glasse9c8d492017-12-04 13:48:24 -0700583F: common/log.c
584F: cmd/log.c
Simon Glassef11ed82017-12-04 13:48:27 -0700585F: test/log/log_test.c
Simon Glass20faa272017-12-04 13:48:30 -0700586F: test/py/tests/test_log.py
Simon Glasse9c8d492017-12-04 13:48:24 -0700587
Liviu Dudauc1a65a82018-09-28 13:50:53 +0100588MALI DISPLAY PROCESSORS
589M: Liviu Dudau <liviu.dudau@foss.arm.com>
590S: Supported
591T: git git://github.com/ARM-software/u-boot.git
592F: drivers/video/mali_dp.c
Heiko Schochere3bc4bb2018-10-11 07:26:33 +0200593F: drivers/i2c/i2c-versatile.c
Liviu Dudauc1a65a82018-09-28 13:50:53 +0100594
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200595MICROBLAZE
596M: Michal Simek <monstr@monstr.eu>
597S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700598T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200599F: arch/microblaze/
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100600F: cmd/mfsl.c
601F: drivers/gpio/xilinx_gpio.c
602F: drivers/net/xilinx_axi_emac.c
603F: drivers/net/xilinx_emaclite.c
604F: drivers/serial/serial_xuartlite.c
605F: drivers/spi/xilinx_spi.c
Michal Simek0d832b32018-07-13 11:04:56 +0200606F: drivers/sysreset/sysreset_gpio.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100607F: drivers/watchdog/xilinx_tb_wdt.c
608N: xilinx
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200609
610MIPS
611M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
612S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700613T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200614F: arch/mips/
615
Gregory CLEMENTdd1033e2018-12-14 16:16:47 +0100616MIPS MSCC
617M: Gregory CLEMENT <gregory.clement@bootlin.com>
618M: Lars Povlsen <lars.povlsen@microchip.com>
619M: Horatiu Vultur <horatiu.vultur@microchip.com>
620S: Maintained
621F: arch/mips/mach-mscc/
Gregory CLEMENTf8c8ced2018-12-14 16:16:50 +0100622F: arch/mips/dts/luton*
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100623F: arch/mips/dts/mscc*
624F: arch/mips/dts/ocelot*
Horatiu Vulturd1182052019-01-12 18:56:57 +0100625F: arch/mips/dts/jr2*
Horatiu Vultur393b77d2019-01-12 18:56:59 +0100626F: arch/mips/dts/serval*
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100627F: board/mscc/
628F: configs/mscc*
Lars Povlsenbe8313f2019-01-02 09:52:21 +0100629F: drivers/gpio/mscc_sgpio.c
Lars Povlsenfd6e0b02019-01-08 10:38:33 +0100630F: drivers/spi/mscc_bb_spi.c
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100631F: include/configs/vcoreiii.h
Horatiu Vultur8c211af2019-04-24 11:27:59 +0200632F: include/dt-bindings/mscc/
Horatiu Vultur051de9b2019-01-12 18:56:55 +0100633F: drivers/pinctrl/mscc/
Horatiu Vultur4c661572019-01-31 15:30:33 +0100634F: drivers/net/mscc_eswitch/
Gregory CLEMENTdd1033e2018-12-14 16:16:47 +0100635
Paul Burtoncd71b1d2018-12-16 19:25:22 -0300636MIPS JZ4780
637M: Ezequiel Garcia <ezequiel@collabora.com>
638S: Maintained
639F: arch/mips/mach-jz47xx/
640
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200641MMC
Peng Fan16a6d512019-04-24 11:56:58 +0000642M: Peng Fan <peng.fan@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200643S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700644T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200645F: drivers/mmc/
646
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100647NAND FLASH
Tom Rini9f8aba72018-07-26 12:02:03 -0400648#M: Scott Wood <oss@buserror.net>
649S: Orphaned (Since 2018-07)
Bin Meng13181642019-06-18 20:40:54 -0700650T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
Miquel Raynala430fa02018-08-16 17:30:07 +0200651F: drivers/mtd/nand/raw/
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100652
653NDS32
Rick Chen995fa612019-07-09 13:59:28 +0800654M: Rick Chen <rick@andestech.com>
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100655S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700656T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100657F: arch/nds32/
658
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100659NETWORK
660M: Joe Hershberger <joe.hershberger@ni.com>
661S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700662T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100663F: drivers/net/
Heinrich Schuchardt69fbf232019-07-14 21:55:25 +0200664F: include/net.h
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100665F: net/
666
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100667NIOS
668M: Thomas Chou <thomas@wytron.com.tw>
669S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700670T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100671F: arch/nios2/
672
673ONENAND
674#M: Lukasz Majewski <l.majewski@majess.pl>
675S: Orphaned (Since 2017-01)
Bin Meng13181642019-06-18 20:40:54 -0700676T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100677F: drivers/mtd/onenand/
678
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200679PATMAN
680M: Simon Glass <sjg@chromium.org>
681S: Maintained
682F: tools/patman/
683
Ramon Fried914026d2019-04-27 11:15:21 +0300684PCI Endpoint
685M: Ramon Fried <rfried.dev@gmail.com>
686S: Maintained
687F: drivers/pci_endpoint/
688F: include/pci_ep.h
689
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100690POWER
691M: Jaehoon Chung <jh80.chung@samsung.com>
692S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700693T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100694F: drivers/power/
695
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200696POWERPC
697M: Wolfgang Denk <wd@denx.de>
698S: Maintained
699F: arch/powerpc/
700
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200701POWERPC MPC8XX
Christophe Leroy907208c2017-07-06 10:23:22 +0200702M: Christophe Leroy <christophe.leroy@c-s.fr>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200703S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700704T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200705F: arch/powerpc/cpu/mpc8xx/
706
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200707POWERPC MPC83XX
mario.six@gdsys.cce5ed4c32017-06-09 14:50:47 +0200708M: Mario Six <mario.six@gdsys.cc>
709S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700710T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
Mario Sixe4061552018-08-06 10:23:30 +0200711F: drivers/ram/mpc83xx_sdram.c
712F: include/dt-bindings/memory/mpc83xx-sdram.h
Mario Six76fdad12018-08-06 10:23:35 +0200713F: drivers/sysreset/sysreset_mpc83xx.c
714F: drivers/sysreset/sysreset_mpc83xx.h
Mario Six07d538d2018-08-06 10:23:36 +0200715F: drivers/clk/mpc83xx_clk.c
716F: drivers/clk/mpc83xx_clk.h
717F: include/dt-bindings/clk/mpc83xx-clk.h
Mario Six2c217492018-08-06 10:23:38 +0200718F: drivers/timer/mpc83xx_timer.c
Mario Six19fbdca2018-08-06 10:23:45 +0200719F: drivers/cpu/mpc83xx_cpu.c
720F: drivers/cpu/mpc83xx_cpu.h
Mario Sixd2166312018-08-06 10:23:46 +0200721F: drivers/misc/mpc83xx_serdes.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200722F: arch/powerpc/cpu/mpc83xx/
723F: arch/powerpc/include/asm/arch-mpc83xx/
724
725POWERPC MPC85XX
York Sun44c21e92019-02-04 08:22:58 -0800726M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200727S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700728T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200729F: arch/powerpc/cpu/mpc85xx/
730
731POWERPC MPC86XX
York Sun44c21e92019-02-04 08:22:58 -0800732M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200733S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700734T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200735F: arch/powerpc/cpu/mpc86xx/
736
Rick Chenf94c44e2017-12-26 13:55:52 +0800737RISC-V
738M: Rick Chen <rick@andestech.com>
739S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700740T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
Rick Chenf94c44e2017-12-26 13:55:52 +0800741F: arch/riscv/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100742F: cmd/riscv/
Rick Chenf94c44e2017-12-26 13:55:52 +0800743F: tools/prelink-riscv.c
744
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100745ROCKUSB
746M: Eddie Cai <eddie.cai.linux@gmail.com>
747S: Maintained
748F: drivers/usb/gadget/f_rockusb.c
749F: cmd/rockusb.c
750F: doc/README.rockusb
751
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200752SANDBOX
753M: Simon Glass <sjg@chromium.org>
754S: Maintained
755F: arch/sandbox/
756
757SH
Marek Vasutd04ecc42019-05-16 22:16:54 +0200758M: Marek Vasut <marek.vasut+renesas@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200759M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
760S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700761T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200762F: arch/sh/
763
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200764SPI
Jagan Teki59aea292019-04-12 18:44:34 +0530765M: Jagan Teki <jagan@amarulasolutions.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200766S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700767T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200768F: drivers/spi/
769F: include/spi*
770
Vignesh R4d40e002019-02-05 11:29:29 +0530771SPI-NOR
Jagan Teki59aea292019-04-12 18:44:34 +0530772M: Jagan Teki <jagan@amarulasolutions.com>
Vignesh R4d40e002019-02-05 11:29:29 +0530773M: Vignesh R <vigneshr@ti.com>
774S: Maintained
775F: drivers/mtd/spi/
776F: include/spi_flash.h
777F: include/linux/mtd/cfi.h
778F: include/linux/mtd/spi-nor.h
779
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200780SPMI
781M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
782S: Maintained
783F: drivers/spmi/
784F: include/spmi/
785
Liviu Dudau055da182018-09-28 13:49:31 +0100786TDA19988 HDMI ENCODER
787M: Liviu Dudau <liviu.dudau@foss.arm.com>
788S: Maintained
789F: drivers/video/tda19988.c
790
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600791TI SYSTEM SECURITY
792M: Andrew F. Davis <afd@ti.com>
793S: Supported
794F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600795F: arch/arm/mach-omap2/sec-common.c
796F: arch/arm/mach-omap2/config_secure.mk
Andrew F. Davis3a543a82019-04-12 12:54:45 -0400797F: arch/arm/mach-k3/security.c
Andrew F. Davis50836962019-04-12 12:54:46 -0400798F: arch/arm/mach-k3/config_secure.mk
Andrew F. Davisa42eee12017-01-27 10:39:20 -0600799F: configs/am335x_hs_evm_defconfig
Andrew F. Davisc2dca332017-09-20 14:33:51 -0500800F: configs/am335x_hs_evm_uart_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600801F: configs/am43xx_hs_evm_defconfig
802F: configs/am57xx_hs_evm_defconfig
Andrew F. Davis995985c2019-01-28 11:43:25 -0600803F: configs/am57xx_hs_evm_usb_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600804F: configs/dra7xx_hs_evm_defconfig
Andrew F. Davis83ae6472019-01-28 11:43:24 -0600805F: configs/dra7xx_hs_evm_usb_defconfig
Lokesh Vutla8a707ba2017-04-26 11:35:19 +0530806F: configs/k2hk_hs_evm_defconfig
807F: configs/k2e_hs_evm_defconfig
808F: configs/k2g_hs_evm_defconfig
Madan Srinivasf274f262018-03-06 11:10:10 -0500809F: configs/k2l_hs_evm_defconfig
Andrew F. Davis0a4b11b2019-04-12 12:54:47 -0400810F: configs/am65x_hs_evm_r5_defconfig
811F: configs/am65x_hs_evm_a53_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600812
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200813TQ GROUP
Bin Meng3a53aba2016-02-21 19:54:41 -0800814#M: Martin Krause <martin.krause@tq-systems.de>
815S: Orphaned (Since 2016-02)
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200816T: git git://git.denx.de/u-boot-tq-group.git
817
Jens Wiklander9ff4a312018-09-25 16:40:09 +0200818TEE
819M: Jens Wiklander <jens.wiklander@linaro.org>
820S: Maintained
821F: drivers/tee/
822F: include/tee.h
Jens Wiklander1cc8cc42018-09-25 16:40:15 +0200823F: include/tee/
Jens Wiklander9ff4a312018-09-25 16:40:09 +0200824
Bryan O'Donoghue5fbc6672019-05-04 01:08:26 +0100825TEE-lib
826M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
827S: Maintained
828F: lib/optee
829
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200830UBI
831M: Kyungmin Park <kmpark@infradead.org>
Heiko Schocher69337a92014-11-18 09:08:45 +0100832M: Heiko Schocher <hs@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200833S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700834T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200835F: drivers/mtd/ubi/
836
837USB
838M: Marek Vasut <marex@denx.de>
839S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700840T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200841F: drivers/usb/
842
Bin Mengc0c5f912017-11-06 07:39:01 -0800843USB xHCI
844M: Bin Meng <bmeng.cn@gmail.com>
845S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700846T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
Bin Mengc0c5f912017-11-06 07:39:01 -0800847F: drivers/usb/host/xhci*
848
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200849VIDEO
850M: Anatolij Gustschin <agust@denx.de>
851S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700852T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200853F: drivers/video/
Anatolij Gustschinc967fb72017-08-28 22:39:41 +0200854F: common/lcd*.c
855F: include/lcd*.h
Heinrich Schuchardt9cdbc902018-09-19 20:16:32 +0200856F: include/video*.h
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200857
858X86
859M: Simon Glass <sjg@chromium.org>
Bin Mengdc5210a2017-07-23 07:36:33 -0700860M: Bin Meng <bmeng.cn@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200861S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700862T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200863F: arch/x86/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100864F: cmd/x86/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200865
Chris Zankelde5e5ce2016-08-10 18:36:43 +0300866XTENSA
867M: Max Filippov <jcmvbkbc@gmail.com>
868S: Maintained
869F: arch/xtensa/
870
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200871THE REST
Tom Rini4e34d612015-03-02 08:37:50 -0500872M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200873L: u-boot@lists.denx.de
874Q: http://patchwork.ozlabs.org/project/uboot/list/
875S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700876T: git https://gitlab.denx.de/u-boot/u-boot.git
Otavio Salvador80870e22018-12-07 19:00:41 -0500877F: configs/tools-only_defconfig
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200878F: *
879F: */