blob: ef2cbb3223fea703006fe2e69b665c9050791b61 [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 Paltsev05635352019-10-08 19:29:31 +030097ARC HSDK RESET
98M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
99S: Maintained
100L: uboot-snps-arc@synopsys.com
101F: include/dt-bindings/reset/snps,hsdk-reset.h
102F: drivers/reset/reset-hsdk.c
103
Eugeniy Paltsev15736e22019-02-25 18:35:28 +0300104ARC SYNOPSYS DW MMC EXTENSIONS
105M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
106S: Maintained
107L: uboot-snps-arc@synopsys.com
108F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
109F: drivers/mmc/snps_dw_mmc.c
110
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200111ARM
Tom Rini2ada73e2019-10-10 17:33:09 -0400112M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200113S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700114T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200115F: arch/arm/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100116F: cmd/arm/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200117
Pavel Machekd8540a12014-10-10 01:50:22 +0200118ARM ALTERA SOCFPGA
119M: Marek Vasut <marex@denx.de>
Simon Goldschmidta339f522019-03-28 22:27:53 +0100120M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Ley Foon Tan12e800c2019-10-04 16:43:50 +0800121M: Ley Foon Tan <ley.foon.tan@intel.com>
Pavel Machekd8540a12014-10-10 01:50:22 +0200122S: Maintainted
Bin Meng13181642019-06-18 20:40:54 -0700123T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
Jagan Tekif22dede2016-11-25 23:17:28 +0530124F: arch/arm/mach-socfpga/
Simon Goldschmidt690c1292019-07-15 21:47:54 +0200125F: drivers/sysreset/sysreset_socfpga*
Pavel Machekd8540a12014-10-10 01:50:22 +0200126
Neil Armstrong535d74a2019-01-30 10:53:10 +0100127ARM AMLOGIC SOC SUPPORT
128M: Neil Armstrong <narmstrong@baylibre.com>
129S: Maintained
130L: u-boot-amlogic@groups.io
Bin Meng13181642019-06-18 20:40:54 -0700131T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
Neil Armstrong535d74a2019-01-30 10:53:10 +0100132F: arch/arm/mach-meson/
133F: arch/arm/include/asm/arch-meson/
Jerome Brunetf5abfed2019-02-10 14:54:30 +0100134F: drivers/clk/meson/
Neil Armstrong535d74a2019-01-30 10:53:10 +0100135F: drivers/serial/serial_meson.c
136F: drivers/reset/reset-meson.c
137F: drivers/i2c/meson_i2c.c
138F: drivers/net/phy/meson-gxl.c
139F: drivers/adc/meson-saradc.c
140F: drivers/phy/meson*
141F: drivers/mmc/meson_gx_mmc.c
142F: drivers/spi/meson_spifc.c
143F: drivers/pinctrl/meson/
144F: drivers/power/domain/meson-gx-pwrc-vpu.c
145F: drivers/video/meson/
146F: include/configs/meson64.h
Guillaume La Roque880c0aa2019-10-11 17:33:57 +0200147F: include/configs/meson64_android.h
Neil Armstrong535d74a2019-01-30 10:53:10 +0100148N: meson
149
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600150ARM BROADCOM BCM283X
Alexander Graf3157bbf2019-02-14 14:37:59 +0100151M: Matthias Brugger <mbrugger@suse.com>
Alexander Graf958d55f2018-01-25 12:05:54 +0100152S: Maintained
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600153F: arch/arm/mach-bcm283x/
154F: drivers/gpio/bcm2835_gpio.c
155F: drivers/mmc/bcm2835_sdhci.c
Alexander Grafc8a73a22018-01-23 18:05:22 +0100156F: drivers/mmc/bcm2835_sdhost.c
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600157F: drivers/serial/serial_bcm283x_mu.c
Alexander Graf60019852018-01-25 12:05:55 +0100158F: drivers/serial/serial_bcm283x_pl011.c
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600159F: drivers/video/bcm2835.c
160F: include/dm/platform_data/serial_bcm283x_mu.h
Alexander Grafcaf22332018-01-23 18:05:21 +0100161F: drivers/pinctrl/broadcom/
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600162
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -0400163ARM BROADCOM BCMSTB
164M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
165S: Maintained
166F: arch/arm/mach-bcmstb/
167F: board/broadcom/bcmstb/
Thomas Fitzsimmons3f203212018-08-22 18:37:55 -0400168F: configs/bcm7*_defconfig
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -0400169F: doc/README.bcm7xxx
170F: drivers/mmc/bcmstb_sdhci.c
171F: drivers/spi/bcmstb_spi.c
172
Marek Behúnda1f7992018-12-17 16:10:07 +0100173ARM/CZ.NIC TURRIS MOX SUPPORT
174M: Marek Behun <marek.behun@nic.cz>
175S: Maintained
176F: arch/arm/dts/armada-3720-turris-mox.dts
177F: board/CZ.NIC/
178F: configs/turris_*_defconfig
179F: include/configs/turris_*.h
180
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200181ARM FREESCALE IMX
182M: Stefano Babic <sbabic@denx.de>
Fabio Estevam73127e92019-01-21 14:29:54 -0200183M: Fabio Estevam <festevam@gmail.com>
Peng Fand17b0be2018-12-15 12:07:02 +0000184R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200185S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700186T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200187F: arch/arm/cpu/arm1136/mx*/
188F: arch/arm/cpu/arm926ejs/mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200189F: arch/arm/cpu/armv7/vf610/
Fabio Estevam6ad85a42019-05-10 09:23:53 -0300190F: arch/arm/dts/*imx*
Stefano Babic552a8482017-06-29 10:16:06 +0200191F: arch/arm/mach-imx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200192F: arch/arm/include/asm/arch-imx/
193F: arch/arm/include/asm/arch-mx*/
194F: arch/arm/include/asm/arch-vf610/
Stefano Babic552a8482017-06-29 10:16:06 +0200195F: arch/arm/include/asm/mach-imx/
Fabio Estevam77cbd3a2016-07-26 21:27:49 -0300196F: board/freescale/*mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200197
Peter Griffinae4dc152016-04-20 17:13:58 +0100198ARM HISILICON
199M: Peter Griffin <peter.griffin@linaro.org>
Manivannan Sadhasivam379e5742019-08-02 20:40:11 +0530200M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Peter Griffinae4dc152016-04-20 17:13:58 +0100201S: Maintained
202F: arch/arm/cpu/armv8/hisilicon
Heinrich Schuchardt0f8525f2018-03-12 23:02:17 +0100203F: arch/arm/include/asm/arch-hi6220/
Manivannan Sadhasivam379e5742019-08-02 20:40:11 +0530204F: arch/arm/include/asm/arch-hi3660/
Peter Griffinae4dc152016-04-20 17:13:58 +0100205
Stefan Roese1579faf2019-02-15 13:56:56 +0100206ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
Stefan Roesef822d852016-01-14 05:00:00 +0100207M: Stefan Roese <sr@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200208S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700209T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900210F: arch/arm/mach-kirkwood/
Stefan Roesef822d852016-01-14 05:00:00 +0100211F: arch/arm/mach-mvebu/
Ken Ma592b4a72018-05-25 15:49:24 +0800212F: drivers/ata/ahci_mvebu.c
Stefan Roese1579faf2019-02-15 13:56:56 +0100213F: drivers/ddr/marvell/
214F: drivers/gpio/mvebu_gpio.c
215F: drivers/spi/kirkwood_spi.c
216F: drivers/pci/pci_mvebu.c
217F: drivers/pci/pcie_dw_mvebu.c
218F: drivers/watchdog/orion_wdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200219
220ARM MARVELL PXA
221M: Marek Vasut <marex@denx.de>
222S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700223T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200224F: arch/arm/cpu/pxa/
225F: arch/arm/include/asm/arch-pxa/
226
Ryder Leea9da9ee2018-11-15 10:08:06 +0800227ARM MEDIATEK
228M: Ryder Lee <ryder.lee@mediatek.com>
229M: Weijie Gao <weijie.gao@mediatek.com>
Ryder Lee8702e612019-07-29 22:17:46 +0800230R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
Ryder Leea9da9ee2018-11-15 10:08:06 +0800231S: Maintained
232F: arch/arm/mach-mediatek/
233F: arch/arm/include/asm/arch-mediatek/
234F: board/mediatek/
235F: doc/README.mediatek
236F: drivers/clk/mediatek/
237F: drivers/mmc/mtk-sd.c
238F: drivers/pinctrl/mediatek/
239F: drivers/power/domain/mtk-power-domain.c
240F: drivers/ram/mediatek/
Weijie Gao603fcd12019-07-22 17:09:01 +0530241F: drivers/spi/mtk_snfi_spi.c
Ryder Leea9da9ee2018-11-15 10:08:06 +0800242F: drivers/timer/mtk_timer.c
243F: drivers/watchdog/mtk_wdt.c
Weijie Gaod049ff92018-12-20 16:12:58 +0800244F: drivers/net/mtk_eth.c
245F: drivers/reset/reset-mediatek.c
Ryder Leea9da9ee2018-11-15 10:08:06 +0800246F: tools/mtk_image.c
247F: tools/mtk_image.h
248N: mediatek
249
Eugen Hristev413ca722019-02-05 10:20:39 +0000250ARM MICROCHIP/ATMEL AT91
251M: Eugen Hristev <eugen.hristev@microchip.com>
252S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700253T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
Eugen Hristev413ca722019-02-05 10:20:39 +0000254F: arch/arm/mach-at91/
255F: board/atmel/
Eugen Hristev4c497532019-10-09 09:23:46 +0000256F: drivers/misc/microchip_flexcom.c
Eugen Hristev413ca722019-02-05 10:20:39 +0000257
Manivannan Sadhasivame2a14842018-06-14 23:38:39 +0530258ARM OWL
259M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
260S: Maintained
261F: arch/arm/include/asm/arch-owl/
262F: arch/arm/mach-owl/
263F: board/ucRobotics/
264F: drivers/clk/owl/
265F: drivers/serial/serial_owl.c
266
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900267ARM RENESAS RMOBILE/R-CAR
268M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Marek Vasut9db60e22017-10-15 14:51:55 +0200269M: Marek Vasut <marek.vasut+renesas@gmail.com>
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900270S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700271T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900272F: arch/arm/mach-rmobile/
273
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900274ARM ROCKCHIP
275M: Simon Glass <sjg@chromium.org>
Philipp Tomsichf8714372017-06-21 15:13:38 +0200276M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Kever Yang37dc8aa2019-04-03 15:28:16 +0800277M: Kever Yang <kever.yang@rock-chips.com>
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900278S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700279T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
Philipp Tomsich8b451932017-11-27 00:18:42 +0100280F: arch/arm/include/asm/arch-rockchip/
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900281F: arch/arm/mach-rockchip/
Kever Yangae0fc892017-05-23 15:01:14 +0800282F: board/rockchip/
Philipp Tomsich8b451932017-11-27 00:18:42 +0100283F: drivers/clk/rockchip/
284F: drivers/gpio/rk_gpio.c
285F: drivers/misc/rockchip-efuse.c
Philipp Tomsich47b85832018-03-26 19:59:09 +0200286F: drivers/mmc/rockchip_sdhci.c
287F: drivers/mmc/rockchip_dw_mmc.c
Philipp Tomsich8b451932017-11-27 00:18:42 +0100288F: drivers/pinctrl/rockchip/
289F: drivers/ram/rockchip/
290F: drivers/sysreset/sysreset_rockchip.c
Philipp Tomsich3f565522018-02-23 17:38:53 +0100291F: drivers/video/rockchip/
Philipp Tomsich8b451932017-11-27 00:18:42 +0100292F: tools/rkcommon.c
293F: tools/rkcommon.h
294F: tools/rkimage.c
295F: tools/rksd.c
296F: tools/rkspi.c
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900297
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200298ARM SAMSUNG
299M: Minkyu Kang <mk7.kang@samsung.com>
300S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700301T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
Minkyu Kang225f5ee2015-11-20 15:24:57 +0900302F: arch/arm/mach-exynos/
303F: arch/arm/mach-s5pc1xx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200304F: arch/arm/cpu/armv7/s5p-common/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200305
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200306ARM SNAPDRAGON
Ramon Fried0dfe4422019-06-06 21:35:05 +0300307M: Ramon Fried <rfried.dev@gmail.com>
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200308S: Maintained
309F: arch/arm/mach-snapdragon/
Ramon Friedce18baf2018-08-03 20:56:27 +0300310F: drivers/gpio/msm_gpio.c
311F: drivers/mmc/msm_sdhci.c
Ramon Fried92454e42018-09-21 13:35:47 +0300312F: drivers/phy/msm8916-usbh-phy.c
Ramon Friedce18baf2018-08-03 20:56:27 +0300313F: drivers/serial/serial_msm.c
Ramon Fried654dd4a2018-07-02 02:57:56 +0300314F: drivers/smem/msm_smem.c
Ramon Friedce18baf2018-08-03 20:56:27 +0300315F: drivers/usb/host/ehci-msm.c
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200316
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100317ARM STI
318M: Patrice Chotard <patrice.chotard@st.com>
319S: Maintained
320F: arch/arm/mach-sti/
321F: arch/arm/include/asm/arch-sti*/
322
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200323ARM STM SPEAR
Bin Meng3a53aba2016-02-21 19:54:41 -0800324#M: Vipin Kumar <vipin.kumar@st.com>
325S: Orphaned (Since 2016-02)
Bin Meng13181642019-06-18 20:40:54 -0700326T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200327F: arch/arm/cpu/arm926ejs/spear/
328F: arch/arm/include/asm/arch-spear/
329
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100330ARM STM STM32MP
331M: Patrick Delaunay <patrick.delaunay@st.com>
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200332M: Patrice Chotard <patrice.chotard@st.com>
Patrick Delaunay84ee59a2018-11-08 17:52:21 +0100333L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
Patrick Delaunay8c018232019-07-30 19:16:56 +0200334T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100335S: Maintained
Patrick Delaunay67eea682019-01-21 17:20:00 +0100336F: arch/arm/mach-stm32mp/
Patrick Delaunay8c018232019-07-30 19:16:56 +0200337F: drivers/adc/stm32-adc*
Heinrich Schuchardtb57aaa02018-04-04 01:16:08 +0200338F: drivers/clk/clk_stm32mp1.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200339F: drivers/gpio/stm32_gpio.c
340F: drivers/hwspinlock/stm32_hwspinlock.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200341F: drivers/i2c/stm32f7_i2c.c
Fabien Dessenneb04553e2019-05-14 11:20:35 +0200342F: drivers/mailbox/stm32-ipcc.c
Patrick Delaunayc3600e12018-05-17 15:24:06 +0200343F: drivers/misc/stm32mp_fuse.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200344F: drivers/misc/stm32_rcc.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200345F: drivers/mmc/stm32_sdmmc2.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200346F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200347F: drivers/phy/phy-stm32-usbphyc.c
348F: drivers/pinctrl/pinctrl_stm32.c
Patrick Delaunay42f01aa2019-02-04 11:26:17 +0100349F: drivers/power/pmic/stpmic1.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200350F: drivers/power/regulator/stm32-vrefbuf.c
Patrick Delaunay42f01aa2019-02-04 11:26:17 +0100351F: drivers/power/regulator/stpmic1.c
Heinrich Schuchardtb57aaa02018-04-04 01:16:08 +0200352F: drivers/ram/stm32mp1/
Fabien Dessenne5dca7d12019-05-31 15:11:35 +0200353F: drivers/remoteproc/stm32_copro.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200354F: drivers/reset/stm32-reset.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200355F: drivers/rtc/stm32_rtc.c
356F: drivers/serial/serial_stm32.*
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200357F: drivers/spi/stm32_qspi.c
Patrice Chotarda2a89b22019-04-30 18:08:28 +0200358F: drivers/spi/stm32_spi.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200359F: drivers/video/stm32/stm32_ltdc.c
Patrice Chotard8c1007a2019-04-30 17:26:22 +0200360F: drivers/watchdog/stm32mp_wdt.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200361F: include/dt-bindings/clock/stm32fx-clock.h
362F: include/dt-bindings/clock/stm32mp1-clks.h
363F: include/dt-bindings/clock/stm32mp1-clksrc.h
364F: include/dt-bindings/pinctrl/stm32-pinfunc.h
365F: include/dt-bindings/reset/stm32mp1-resets.h
366F: include/stm32_rcc.h
367F: tools/stm32image.c
368
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100369
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800370ARM STM STV0991
371M: Vikas Manocha <vikas.manocha@st.com>
372S: Maintained
373F: arch/arm/cpu/armv7/stv0991/
374F: arch/arm/include/asm/arch-stv0991/
375
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200376ARM SUNXI
Jagan Teki59aea292019-04-12 18:44:34 +0530377M: Jagan Teki <jagan@amarulasolutions.com>
Maxime Ripard9bd9b2b2019-10-03 18:32:11 +0200378M: Maxime Ripard <mripard@kernel.org>
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800379S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700380T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200381F: arch/arm/cpu/armv7/sunxi/
382F: arch/arm/include/asm/arch-sunxi/
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800383F: arch/arm/mach-sunxi/
384F: board/sunxi/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200385
386ARM TEGRA
387M: Tom Warren <twarren@nvidia.com>
388S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700389T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900390F: arch/arm/mach-tegra/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200391F: arch/arm/include/asm/arch-tegra*/
392
393ARM TI
Tom Rini4e34d612015-03-02 08:37:50 -0500394M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200395S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700396T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
Masahiro Yamada26f7c112015-04-08 18:23:23 +0900397F: arch/arm/mach-davinci/
Lokesh Vutla586bde92018-08-27 15:57:08 +0530398F: arch/arm/mach-k3/
Masahiro Yamada26f7c112015-04-08 18:23:23 +0900399F: arch/arm/mach-keystone/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200400F: arch/arm/include/asm/arch-omap*/
401F: arch/arm/include/asm/ti-common/
402
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900403ARM UNIPHIER
Masahiro Yamadaed6226c2015-03-11 13:01:35 +0900404M: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900405S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700406T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
Masahiro Yamada4c425572015-02-27 02:26:42 +0900407F: arch/arm/mach-uniphier/
Masahiro Yamada5fd3f432015-12-17 18:00:39 +0900408F: configs/uniphier_*_defconfig
Masahiro Yamadaeb006c82015-02-05 14:30:24 +0900409N: uniphier
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900410
Michal Simekec48b6c2018-08-22 14:55:27 +0200411ARM VERSAL
412M: Michal Simek <michal.simek@xilinx.com>
413S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700414T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simekec48b6c2018-08-22 14:55:27 +0200415F: arch/arm/mach-versal/
Michal Simek13210cd2019-09-11 09:20:41 +0200416N: (?<!uni)versal
Michal Simekec48b6c2018-08-22 14:55:27 +0200417
Liviu Dudau0fabfeb2018-09-28 13:43:31 +0100418ARM VERSATILE EXPRESS DRIVERS
419M: Liviu Dudau <liviu.dudau@foss.arm.com>
420S: Maintained
421T: git git://github.com/ARM-software/u-boot.git
422F: drivers/misc/vexpress_config.c
423N: vexpress
424
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200425ARM ZYNQ
426M: Michal Simek <monstr@monstr.eu>
427S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700428T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100429F: arch/arm/mach-zynq/
430F: drivers/clk/clk_zynq.c
431F: drivers/fpga/zynqpl.c
432F: drivers/gpio/zynq_gpio.c
433F: drivers/i2c/i2c-cdns.c
434F: drivers/i2c/muxes/pca954x.c
435F: drivers/i2c/zynq_i2c.c
436F: drivers/mmc/zynq_sdhci.c
Miquel Raynala430fa02018-08-16 17:30:07 +0200437F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100438F: drivers/net/phy/xilinx_phy.c
439F: drivers/net/zynq_gem.c
440F: drivers/serial/serial_zynq.c
441F: drivers/spi/zynq_qspi.c
442F: drivers/spi/zynq_spi.c
443F: drivers/usb/host/ehci-zynq.c
444F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt23e7e6b2018-04-04 09:22:03 +0200445F: include/zynqpl.h
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100446F: tools/zynqimage.c
447N: zynq
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200448
Michal Simek84c72042015-01-15 10:01:51 +0100449ARM ZYNQMP
450M: Michal Simek <michal.simek@xilinx.com>
451S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700452T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek274ccb52019-01-17 08:22:43 +0100453F: arch/arm/mach-zynqmp/
Michal Simek3d142282018-03-13 11:50:22 +0100454F: drivers/clk/clk_zynqmp.c
Rajan Vaja14723ed2019-02-15 04:45:32 -0800455F: driver/firmware/firmware-zynqmp.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100456F: drivers/fpga/zynqpl.c
457F: drivers/gpio/zynq_gpio.c
458F: drivers/i2c/i2c-cdns.c
459F: drivers/i2c/muxes/pca954x.c
460F: drivers/i2c/zynq_i2c.c
Ibai Erkiaga660b0c72019-09-27 11:36:56 +0100461F: drivers/mailbox/zynqmp-ipi.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100462F: drivers/mmc/zynq_sdhci.c
Miquel Raynala430fa02018-08-16 17:30:07 +0200463F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100464F: drivers/net/phy/xilinx_phy.c
465F: drivers/net/zynq_gem.c
466F: drivers/serial/serial_zynq.c
467F: drivers/spi/zynq_qspi.c
468F: drivers/spi/zynq_spi.c
Michal Simek72c37d12018-04-17 13:40:46 +0200469F: drivers/timer/cadence-ttc.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100470F: drivers/usb/host/ehci-zynq.c
471F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt23e7e6b2018-04-04 09:22:03 +0200472F: include/zynqmppl.h
Ibai Erkiaga009ab7b2019-09-27 11:37:01 +0100473F: include/zynqmp_firmware.h
Alexander Grafb123aff2018-04-13 14:18:51 +0200474F: tools/zynqmp*
Michal Simek2570e122018-07-24 16:27:00 +0200475N: ultra96
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100476N: zynqmp
Michal Simek84c72042015-01-15 10:01:51 +0100477
Michal Simek1d6c54e2018-04-12 17:39:46 +0200478ARM ZYNQMP R5
479M: Michal Simek <michal.simek@xilinx.com>
480S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700481T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek1d6c54e2018-04-12 17:39:46 +0200482F: arch/arm/mach-zynqmp-r5/
483
liu haoe3aafef2019-10-31 07:51:08 +0000484ARM PHYTIUM
485M: liuhao <liuhao@phytium.com.cn>
486M: shuyiqi <shuyiqi@phytium.com.cn>
487S: Maintained
488F: drivers/pci/pcie_phytium.c
489F: arch/arm/dts/phytium-durian.dts
490
Simon Glassbb484702018-11-25 20:07:26 -0700491BINMAN
492M: Simon Glass <sjg@chromium.org>
493S: Maintained
494F: tools/binman/
495
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200496BUILDMAN
497M: Simon Glass <sjg@chromium.org>
498S: Maintained
499F: tools/buildman/
500
501CFI FLASH
502M: Stefan Roese <sr@denx.de>
503S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700504T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
Stefan Roesec4c2e142014-10-31 13:57:42 +0100505F: drivers/mtd/cfi_flash.c
506F: drivers/mtd/jedec_flash.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200507
Lukasz Majewski37d73372019-06-24 15:50:52 +0200508CLOCK
509M: Lukasz Majewski <lukma@denx.de>
510S: Maintained
511T: git git://git.denx.de/u-boot-dfu.git
512F: drivers/clk/
513F: drivers/clk/imx/
514
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200515COLDFIRE
Fabio Estevam08ae21a2018-05-01 15:54:39 -0300516M: Huan Wang <alison.wang@nxp.com>
angelo@sysam.it82ebb7e2014-11-24 15:36:57 +0100517M: Angelo Dureghello <angelo@sysam.it>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200518S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700519T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200520F: arch/m68k/
521
522DFU
Lukasz Majewski56acf012017-01-16 00:04:10 +0100523M: Lukasz Majewski <lukma@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200524S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700525T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
Lukasz Majewskid4c9a902019-03-30 16:22:21 +0100526F: cmd/dfu.c
527F: cmd/usb_*.c
528F: common/dfu.c
529F: common/update.c
530F: common/usb_storage.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200531F: drivers/dfu/
Lukasz Majewski55ca6132015-02-26 13:23:49 +0100532F: drivers/usb/gadget/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200533
534DRIVER MODEL
535M: Simon Glass <sjg@chromium.org>
536S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700537T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200538F: drivers/core/
539F: include/dm/
540F: test/dm/
541
Alexander Grafe4a73942016-03-04 01:10:10 +0100542EFI PAYLOAD
Alexander Graf7590f902019-02-14 14:35:17 +0100543M: Heinrich Schuchardt <xypron.glpk@gmx.de>
544R: Alexander Graf <agraf@csgraf.de>
Alexander Grafe4a73942016-03-04 01:10:10 +0100545S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700546T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
Heinrich Schuchardt73d95c22019-07-26 06:46:08 +0200547F: doc/uefi/*
Heinrich Schuchardt5b2118a2018-09-04 19:34:55 +0200548F: include/capitalization.h
Heinrich Schuchardt1db6ab22019-05-08 19:41:35 +0200549F: include/charset.h
Heinrich Schuchardt0bc4b0d2018-09-04 19:34:58 +0200550F: include/cp1250.h
551F: include/cp437.h
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +0200552F: include/efi*
Heinrich Schuchardt268ec6e2018-01-31 18:45:35 +0000553F: include/pe.h
554F: include/asm-generic/pe.h
Heinrich Schuchardt0b8a88a2018-07-05 19:43:50 +0200555F: lib/charset.c
Heinrich Schuchardtbc0bd772018-01-02 16:00:45 +0100556F: lib/efi*/
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +0200557F: test/py/tests/test_efi*
Heinrich Schuchardtf11a1642018-08-31 21:31:28 +0200558F: test/unicode_ut.c
Alexander Grafe4a73942016-03-04 01:10:10 +0100559F: cmd/bootefi.c
AKASHI Takahiro59df7e72019-02-25 15:54:38 +0900560F: cmd/efidebug.c
AKASHI Takahiro49d81fd2019-02-25 15:54:36 +0900561F: cmd/nvedit_efi.c
Heinrich Schuchardtac020192018-01-17 20:16:09 +0100562F: tools/file2include.c
Alexander Grafe4a73942016-03-04 01:10:10 +0100563
Michal Simek7e163422018-07-18 17:03:13 +0200564FPGA
565M: Michal Simek <michal.simek@xilinx.com>
566S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700567T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek7e163422018-07-18 17:03:13 +0200568F: drivers/fpga/
569F: cmd/fpga.c
570F: include/fpga.h
571
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200572FLATTENED DEVICE TREE
573M: Simon Glass <sjg@chromium.org>
574S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700575T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200576F: lib/fdtdec*
577F: lib/libfdt/
578F: include/fdt*
Heinrich Schuchardt18fa6232018-03-12 23:08:09 +0100579F: include/linux/libfdt*
Andreas Färber643f8d42016-10-26 18:14:00 +0200580F: cmd/fdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200581F: common/fdt_support.c
582
583FREEBSD
584M: Rafal Jaworowski <raj@semihalf.com>
585S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700586T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200587
588FREESCALE QORIQ
Priyanka Jain87d5b222019-09-09 16:55:08 +0530589M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200590S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700591T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
Qiang Zhao0652d9f2019-05-07 03:16:09 +0000592F: drivers/watchdog/sp805_wdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200593
594I2C
595M: Heiko Schocher <hs@denx.de>
596S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700597T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200598F: drivers/i2c/
599
Simon Glasse9c8d492017-12-04 13:48:24 -0700600LOGGING
601M: Simon Glass <sjg@chromium.org>
602S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700603T: git https://gitlab.denx.de/u-boot/u-boot.git
Simon Glasse9c8d492017-12-04 13:48:24 -0700604F: common/log.c
605F: cmd/log.c
Simon Glassef11ed82017-12-04 13:48:27 -0700606F: test/log/log_test.c
Simon Glass20faa272017-12-04 13:48:30 -0700607F: test/py/tests/test_log.py
Simon Glasse9c8d492017-12-04 13:48:24 -0700608
Liviu Dudauc1a65a82018-09-28 13:50:53 +0100609MALI DISPLAY PROCESSORS
610M: Liviu Dudau <liviu.dudau@foss.arm.com>
611S: Supported
612T: git git://github.com/ARM-software/u-boot.git
613F: drivers/video/mali_dp.c
Heiko Schochere3bc4bb2018-10-11 07:26:33 +0200614F: drivers/i2c/i2c-versatile.c
Liviu Dudauc1a65a82018-09-28 13:50:53 +0100615
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200616MICROBLAZE
617M: Michal Simek <monstr@monstr.eu>
618S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700619T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200620F: arch/microblaze/
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100621F: cmd/mfsl.c
622F: drivers/gpio/xilinx_gpio.c
623F: drivers/net/xilinx_axi_emac.c
624F: drivers/net/xilinx_emaclite.c
625F: drivers/serial/serial_xuartlite.c
626F: drivers/spi/xilinx_spi.c
Michal Simek0d832b32018-07-13 11:04:56 +0200627F: drivers/sysreset/sysreset_gpio.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100628F: drivers/watchdog/xilinx_tb_wdt.c
629N: xilinx
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200630
631MIPS
632M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
633S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700634T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200635F: arch/mips/
636
Gregory CLEMENTdd1033e2018-12-14 16:16:47 +0100637MIPS MSCC
638M: Gregory CLEMENT <gregory.clement@bootlin.com>
639M: Lars Povlsen <lars.povlsen@microchip.com>
640M: Horatiu Vultur <horatiu.vultur@microchip.com>
641S: Maintained
642F: arch/mips/mach-mscc/
Gregory CLEMENTf8c8ced2018-12-14 16:16:50 +0100643F: arch/mips/dts/luton*
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100644F: arch/mips/dts/mscc*
645F: arch/mips/dts/ocelot*
Horatiu Vulturd1182052019-01-12 18:56:57 +0100646F: arch/mips/dts/jr2*
Horatiu Vultur393b77d2019-01-12 18:56:59 +0100647F: arch/mips/dts/serval*
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100648F: board/mscc/
649F: configs/mscc*
Lars Povlsenbe8313f2019-01-02 09:52:21 +0100650F: drivers/gpio/mscc_sgpio.c
Lars Povlsenfd6e0b02019-01-08 10:38:33 +0100651F: drivers/spi/mscc_bb_spi.c
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100652F: include/configs/vcoreiii.h
Horatiu Vultur8c211af2019-04-24 11:27:59 +0200653F: include/dt-bindings/mscc/
Horatiu Vultur051de9b2019-01-12 18:56:55 +0100654F: drivers/pinctrl/mscc/
Horatiu Vultur4c661572019-01-31 15:30:33 +0100655F: drivers/net/mscc_eswitch/
Gregory CLEMENTdd1033e2018-12-14 16:16:47 +0100656
Paul Burtoncd71b1d2018-12-16 19:25:22 -0300657MIPS JZ4780
658M: Ezequiel Garcia <ezequiel@collabora.com>
659S: Maintained
660F: arch/mips/mach-jz47xx/
661
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200662MMC
Peng Fan16a6d512019-04-24 11:56:58 +0000663M: Peng Fan <peng.fan@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200664S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700665T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200666F: drivers/mmc/
667
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100668NAND FLASH
Tom Rini9f8aba72018-07-26 12:02:03 -0400669#M: Scott Wood <oss@buserror.net>
670S: Orphaned (Since 2018-07)
Bin Meng13181642019-06-18 20:40:54 -0700671T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
Miquel Raynala430fa02018-08-16 17:30:07 +0200672F: drivers/mtd/nand/raw/
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100673
674NDS32
Rick Chen995fa612019-07-09 13:59:28 +0800675M: Rick Chen <rick@andestech.com>
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100676S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700677T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100678F: arch/nds32/
679
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100680NETWORK
681M: Joe Hershberger <joe.hershberger@ni.com>
682S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700683T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100684F: drivers/net/
Heinrich Schuchardt69fbf232019-07-14 21:55:25 +0200685F: include/net.h
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100686F: net/
687
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100688NIOS
689M: Thomas Chou <thomas@wytron.com.tw>
690S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700691T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100692F: arch/nios2/
693
694ONENAND
695#M: Lukasz Majewski <l.majewski@majess.pl>
696S: Orphaned (Since 2017-01)
Bin Meng13181642019-06-18 20:40:54 -0700697T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100698F: drivers/mtd/onenand/
699
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200700PATMAN
701M: Simon Glass <sjg@chromium.org>
702S: Maintained
703F: tools/patman/
704
Ramon Fried914026d2019-04-27 11:15:21 +0300705PCI Endpoint
706M: Ramon Fried <rfried.dev@gmail.com>
707S: Maintained
708F: drivers/pci_endpoint/
709F: include/pci_ep.h
710
Heiko Schocherb61cbbd2019-10-14 11:29:39 +0200711PCI MPC85xx
712M: Heiko Schocher <hs@denx.de>
713S: Maintained
714F: drivers/pci/pci_mpc85xx.c
715
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100716POWER
717M: Jaehoon Chung <jh80.chung@samsung.com>
718S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700719T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100720F: drivers/power/
721
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200722POWERPC
723M: Wolfgang Denk <wd@denx.de>
724S: Maintained
725F: arch/powerpc/
726
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200727POWERPC MPC8XX
Christophe Leroy907208c2017-07-06 10:23:22 +0200728M: Christophe Leroy <christophe.leroy@c-s.fr>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200729S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700730T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200731F: arch/powerpc/cpu/mpc8xx/
732
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200733POWERPC MPC83XX
mario.six@gdsys.cce5ed4c32017-06-09 14:50:47 +0200734M: Mario Six <mario.six@gdsys.cc>
735S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700736T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
Mario Sixe4061552018-08-06 10:23:30 +0200737F: drivers/ram/mpc83xx_sdram.c
738F: include/dt-bindings/memory/mpc83xx-sdram.h
Mario Six76fdad12018-08-06 10:23:35 +0200739F: drivers/sysreset/sysreset_mpc83xx.c
740F: drivers/sysreset/sysreset_mpc83xx.h
Mario Six07d538d2018-08-06 10:23:36 +0200741F: drivers/clk/mpc83xx_clk.c
742F: drivers/clk/mpc83xx_clk.h
743F: include/dt-bindings/clk/mpc83xx-clk.h
Mario Six2c217492018-08-06 10:23:38 +0200744F: drivers/timer/mpc83xx_timer.c
Mario Six19fbdca2018-08-06 10:23:45 +0200745F: drivers/cpu/mpc83xx_cpu.c
746F: drivers/cpu/mpc83xx_cpu.h
Mario Sixd2166312018-08-06 10:23:46 +0200747F: drivers/misc/mpc83xx_serdes.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200748F: arch/powerpc/cpu/mpc83xx/
749F: arch/powerpc/include/asm/arch-mpc83xx/
750
751POWERPC MPC85XX
Priyanka Jain87d5b222019-09-09 16:55:08 +0530752M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200753S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700754T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200755F: arch/powerpc/cpu/mpc85xx/
756
757POWERPC MPC86XX
Priyanka Jain87d5b222019-09-09 16:55:08 +0530758M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200759S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700760T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200761F: arch/powerpc/cpu/mpc86xx/
762
Rick Chenf94c44e2017-12-26 13:55:52 +0800763RISC-V
764M: Rick Chen <rick@andestech.com>
765S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700766T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
Rick Chenf94c44e2017-12-26 13:55:52 +0800767F: arch/riscv/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100768F: cmd/riscv/
Rick Chenf94c44e2017-12-26 13:55:52 +0800769F: tools/prelink-riscv.c
770
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100771ROCKUSB
772M: Eddie Cai <eddie.cai.linux@gmail.com>
773S: Maintained
774F: drivers/usb/gadget/f_rockusb.c
775F: cmd/rockusb.c
776F: doc/README.rockusb
777
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200778SANDBOX
779M: Simon Glass <sjg@chromium.org>
780S: Maintained
781F: arch/sandbox/
782
783SH
Marek Vasutd04ecc42019-05-16 22:16:54 +0200784M: Marek Vasut <marek.vasut+renesas@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200785M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
786S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700787T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200788F: arch/sh/
789
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200790SPI
Jagan Teki59aea292019-04-12 18:44:34 +0530791M: Jagan Teki <jagan@amarulasolutions.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200792S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700793T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200794F: drivers/spi/
795F: include/spi*
796
Vignesh R4d40e002019-02-05 11:29:29 +0530797SPI-NOR
Jagan Teki59aea292019-04-12 18:44:34 +0530798M: Jagan Teki <jagan@amarulasolutions.com>
Vignesh R4d40e002019-02-05 11:29:29 +0530799M: Vignesh R <vigneshr@ti.com>
800S: Maintained
801F: drivers/mtd/spi/
802F: include/spi_flash.h
803F: include/linux/mtd/cfi.h
804F: include/linux/mtd/spi-nor.h
805
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200806SPMI
807M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
808S: Maintained
809F: drivers/spmi/
810F: include/spmi/
811
Liviu Dudau055da182018-09-28 13:49:31 +0100812TDA19988 HDMI ENCODER
813M: Liviu Dudau <liviu.dudau@foss.arm.com>
814S: Maintained
815F: drivers/video/tda19988.c
816
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600817TI SYSTEM SECURITY
818M: Andrew F. Davis <afd@ti.com>
819S: Supported
820F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600821F: arch/arm/mach-omap2/sec-common.c
822F: arch/arm/mach-omap2/config_secure.mk
Andrew F. Davis3a543a82019-04-12 12:54:45 -0400823F: arch/arm/mach-k3/security.c
Andrew F. Davis50836962019-04-12 12:54:46 -0400824F: arch/arm/mach-k3/config_secure.mk
Andrew F. Davisa42eee12017-01-27 10:39:20 -0600825F: configs/am335x_hs_evm_defconfig
Andrew F. Davisc2dca332017-09-20 14:33:51 -0500826F: configs/am335x_hs_evm_uart_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600827F: configs/am43xx_hs_evm_defconfig
828F: configs/am57xx_hs_evm_defconfig
Andrew F. Davis995985c2019-01-28 11:43:25 -0600829F: configs/am57xx_hs_evm_usb_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600830F: configs/dra7xx_hs_evm_defconfig
Andrew F. Davis83ae6472019-01-28 11:43:24 -0600831F: configs/dra7xx_hs_evm_usb_defconfig
Lokesh Vutla8a707ba2017-04-26 11:35:19 +0530832F: configs/k2hk_hs_evm_defconfig
833F: configs/k2e_hs_evm_defconfig
834F: configs/k2g_hs_evm_defconfig
Madan Srinivasf274f262018-03-06 11:10:10 -0500835F: configs/k2l_hs_evm_defconfig
Andrew F. Davis0a4b11b2019-04-12 12:54:47 -0400836F: configs/am65x_hs_evm_r5_defconfig
837F: configs/am65x_hs_evm_a53_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600838
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200839TQ GROUP
Bin Meng3a53aba2016-02-21 19:54:41 -0800840#M: Martin Krause <martin.krause@tq-systems.de>
841S: Orphaned (Since 2016-02)
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200842T: git git://git.denx.de/u-boot-tq-group.git
843
Jens Wiklander9ff4a312018-09-25 16:40:09 +0200844TEE
845M: Jens Wiklander <jens.wiklander@linaro.org>
846S: Maintained
847F: drivers/tee/
848F: include/tee.h
Jens Wiklander1cc8cc42018-09-25 16:40:15 +0200849F: include/tee/
Jens Wiklander9ff4a312018-09-25 16:40:09 +0200850
Bryan O'Donoghue5fbc6672019-05-04 01:08:26 +0100851TEE-lib
852M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
853S: Maintained
854F: lib/optee
855
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200856UBI
857M: Kyungmin Park <kmpark@infradead.org>
Heiko Schocher69337a92014-11-18 09:08:45 +0100858M: Heiko Schocher <hs@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200859S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700860T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200861F: drivers/mtd/ubi/
862
Faiz Abbas7feafb02019-10-15 18:24:36 +0530863UFS
864M: Faiz Abbas <faiz_abbas@ti.com>
865S: Maintained
866F: drivers/ufs/
867
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200868USB
869M: Marek Vasut <marex@denx.de>
870S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700871T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200872F: drivers/usb/
873
Bin Mengc0c5f912017-11-06 07:39:01 -0800874USB xHCI
875M: Bin Meng <bmeng.cn@gmail.com>
876S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700877T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
Bin Mengc0c5f912017-11-06 07:39:01 -0800878F: drivers/usb/host/xhci*
Jean-Jacques Hiblot1708a122019-09-11 11:33:46 +0200879F: include/usb/xhci.h
Bin Mengc0c5f912017-11-06 07:39:01 -0800880
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200881VIDEO
882M: Anatolij Gustschin <agust@denx.de>
883S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700884T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200885F: drivers/video/
Anatolij Gustschinc967fb72017-08-28 22:39:41 +0200886F: common/lcd*.c
887F: include/lcd*.h
Heinrich Schuchardt9cdbc902018-09-19 20:16:32 +0200888F: include/video*.h
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200889
890X86
891M: Simon Glass <sjg@chromium.org>
Bin Mengdc5210a2017-07-23 07:36:33 -0700892M: Bin Meng <bmeng.cn@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200893S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700894T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200895F: arch/x86/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100896F: cmd/x86/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200897
Chris Zankelde5e5ce2016-08-10 18:36:43 +0300898XTENSA
899M: Max Filippov <jcmvbkbc@gmail.com>
900S: Maintained
901F: arch/xtensa/
902
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200903THE REST
Tom Rini4e34d612015-03-02 08:37:50 -0500904M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200905L: u-boot@lists.denx.de
906Q: http://patchwork.ozlabs.org/project/uboot/list/
907S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700908T: git https://gitlab.denx.de/u-boot/u-boot.git
Otavio Salvador80870e22018-12-07 19:00:41 -0500909F: configs/tools-only_defconfig
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200910F: *
911F: */