blob: bdc998a55e113855962e9a28106a64437ee27c32 [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
Tom Rini2ada73e2019-10-10 17:33:09 -0400105M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200106S: 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>
Ley Foon Tan12e800c2019-10-04 16:43:50 +0800114M: Ley Foon Tan <ley.foon.tan@intel.com>
Pavel Machekd8540a12014-10-10 01:50:22 +0200115S: Maintainted
Bin Meng13181642019-06-18 20:40:54 -0700116T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
Jagan Tekif22dede2016-11-25 23:17:28 +0530117F: arch/arm/mach-socfpga/
Simon Goldschmidt690c1292019-07-15 21:47:54 +0200118F: drivers/sysreset/sysreset_socfpga*
Pavel Machekd8540a12014-10-10 01:50:22 +0200119
Neil Armstrong535d74a2019-01-30 10:53:10 +0100120ARM AMLOGIC SOC SUPPORT
121M: Neil Armstrong <narmstrong@baylibre.com>
122S: Maintained
123L: u-boot-amlogic@groups.io
Bin Meng13181642019-06-18 20:40:54 -0700124T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
Neil Armstrong535d74a2019-01-30 10:53:10 +0100125F: arch/arm/mach-meson/
126F: arch/arm/include/asm/arch-meson/
Jerome Brunetf5abfed2019-02-10 14:54:30 +0100127F: drivers/clk/meson/
Neil Armstrong535d74a2019-01-30 10:53:10 +0100128F: drivers/serial/serial_meson.c
129F: drivers/reset/reset-meson.c
130F: drivers/i2c/meson_i2c.c
131F: drivers/net/phy/meson-gxl.c
132F: drivers/adc/meson-saradc.c
133F: drivers/phy/meson*
134F: drivers/mmc/meson_gx_mmc.c
135F: drivers/spi/meson_spifc.c
136F: drivers/pinctrl/meson/
137F: drivers/power/domain/meson-gx-pwrc-vpu.c
138F: drivers/video/meson/
139F: include/configs/meson64.h
140N: meson
141
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600142ARM BROADCOM BCM283X
Alexander Graf3157bbf2019-02-14 14:37:59 +0100143M: Matthias Brugger <mbrugger@suse.com>
Alexander Graf958d55f2018-01-25 12:05:54 +0100144S: Maintained
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600145F: arch/arm/mach-bcm283x/
146F: drivers/gpio/bcm2835_gpio.c
147F: drivers/mmc/bcm2835_sdhci.c
Alexander Grafc8a73a22018-01-23 18:05:22 +0100148F: drivers/mmc/bcm2835_sdhost.c
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600149F: drivers/serial/serial_bcm283x_mu.c
Alexander Graf60019852018-01-25 12:05:55 +0100150F: drivers/serial/serial_bcm283x_pl011.c
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600151F: drivers/video/bcm2835.c
152F: include/dm/platform_data/serial_bcm283x_mu.h
Alexander Grafcaf22332018-01-23 18:05:21 +0100153F: drivers/pinctrl/broadcom/
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600154
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -0400155ARM BROADCOM BCMSTB
156M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
157S: Maintained
158F: arch/arm/mach-bcmstb/
159F: board/broadcom/bcmstb/
Thomas Fitzsimmons3f203212018-08-22 18:37:55 -0400160F: configs/bcm7*_defconfig
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -0400161F: doc/README.bcm7xxx
162F: drivers/mmc/bcmstb_sdhci.c
163F: drivers/spi/bcmstb_spi.c
164
Marek Behúnda1f7992018-12-17 16:10:07 +0100165ARM/CZ.NIC TURRIS MOX SUPPORT
166M: Marek Behun <marek.behun@nic.cz>
167S: Maintained
168F: arch/arm/dts/armada-3720-turris-mox.dts
169F: board/CZ.NIC/
170F: configs/turris_*_defconfig
171F: include/configs/turris_*.h
172
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200173ARM FREESCALE IMX
174M: Stefano Babic <sbabic@denx.de>
Fabio Estevam73127e92019-01-21 14:29:54 -0200175M: Fabio Estevam <festevam@gmail.com>
Peng Fand17b0be2018-12-15 12:07:02 +0000176R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200177S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700178T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200179F: arch/arm/cpu/arm1136/mx*/
180F: arch/arm/cpu/arm926ejs/mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200181F: arch/arm/cpu/armv7/vf610/
Fabio Estevam6ad85a42019-05-10 09:23:53 -0300182F: arch/arm/dts/*imx*
Stefano Babic552a8482017-06-29 10:16:06 +0200183F: arch/arm/mach-imx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200184F: arch/arm/include/asm/arch-imx/
185F: arch/arm/include/asm/arch-mx*/
186F: arch/arm/include/asm/arch-vf610/
Stefano Babic552a8482017-06-29 10:16:06 +0200187F: arch/arm/include/asm/mach-imx/
Fabio Estevam77cbd3a2016-07-26 21:27:49 -0300188F: board/freescale/*mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200189
Peter Griffinae4dc152016-04-20 17:13:58 +0100190ARM HISILICON
191M: Peter Griffin <peter.griffin@linaro.org>
Manivannan Sadhasivam379e5742019-08-02 20:40:11 +0530192M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Peter Griffinae4dc152016-04-20 17:13:58 +0100193S: Maintained
194F: arch/arm/cpu/armv8/hisilicon
Heinrich Schuchardt0f8525f2018-03-12 23:02:17 +0100195F: arch/arm/include/asm/arch-hi6220/
Manivannan Sadhasivam379e5742019-08-02 20:40:11 +0530196F: arch/arm/include/asm/arch-hi3660/
Peter Griffinae4dc152016-04-20 17:13:58 +0100197
Stefan Roese1579faf2019-02-15 13:56:56 +0100198ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
Stefan Roesef822d852016-01-14 05:00:00 +0100199M: Stefan Roese <sr@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200200S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700201T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900202F: arch/arm/mach-kirkwood/
Stefan Roesef822d852016-01-14 05:00:00 +0100203F: arch/arm/mach-mvebu/
Ken Ma592b4a72018-05-25 15:49:24 +0800204F: drivers/ata/ahci_mvebu.c
Stefan Roese1579faf2019-02-15 13:56:56 +0100205F: drivers/ddr/marvell/
206F: drivers/gpio/mvebu_gpio.c
207F: drivers/spi/kirkwood_spi.c
208F: drivers/pci/pci_mvebu.c
209F: drivers/pci/pcie_dw_mvebu.c
210F: drivers/watchdog/orion_wdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200211
212ARM MARVELL PXA
213M: Marek Vasut <marex@denx.de>
214S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700215T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200216F: arch/arm/cpu/pxa/
217F: arch/arm/include/asm/arch-pxa/
218
Ryder Leea9da9ee2018-11-15 10:08:06 +0800219ARM MEDIATEK
220M: Ryder Lee <ryder.lee@mediatek.com>
221M: Weijie Gao <weijie.gao@mediatek.com>
Ryder Lee8702e612019-07-29 22:17:46 +0800222R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
Ryder Leea9da9ee2018-11-15 10:08:06 +0800223S: Maintained
224F: arch/arm/mach-mediatek/
225F: arch/arm/include/asm/arch-mediatek/
226F: board/mediatek/
227F: doc/README.mediatek
228F: drivers/clk/mediatek/
229F: drivers/mmc/mtk-sd.c
230F: drivers/pinctrl/mediatek/
231F: drivers/power/domain/mtk-power-domain.c
232F: drivers/ram/mediatek/
Weijie Gao603fcd12019-07-22 17:09:01 +0530233F: drivers/spi/mtk_snfi_spi.c
Ryder Leea9da9ee2018-11-15 10:08:06 +0800234F: drivers/timer/mtk_timer.c
235F: drivers/watchdog/mtk_wdt.c
Weijie Gaod049ff92018-12-20 16:12:58 +0800236F: drivers/net/mtk_eth.c
237F: drivers/reset/reset-mediatek.c
Ryder Leea9da9ee2018-11-15 10:08:06 +0800238F: tools/mtk_image.c
239F: tools/mtk_image.h
240N: mediatek
241
Eugen Hristev413ca722019-02-05 10:20:39 +0000242ARM MICROCHIP/ATMEL AT91
243M: Eugen Hristev <eugen.hristev@microchip.com>
244S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700245T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
Eugen Hristev413ca722019-02-05 10:20:39 +0000246F: arch/arm/mach-at91/
247F: board/atmel/
248
Manivannan Sadhasivame2a14842018-06-14 23:38:39 +0530249ARM OWL
250M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
251S: Maintained
252F: arch/arm/include/asm/arch-owl/
253F: arch/arm/mach-owl/
254F: board/ucRobotics/
255F: drivers/clk/owl/
256F: drivers/serial/serial_owl.c
257
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900258ARM RENESAS RMOBILE/R-CAR
259M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Marek Vasut9db60e22017-10-15 14:51:55 +0200260M: Marek Vasut <marek.vasut+renesas@gmail.com>
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900261S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700262T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900263F: arch/arm/mach-rmobile/
264
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900265ARM ROCKCHIP
266M: Simon Glass <sjg@chromium.org>
Philipp Tomsichf8714372017-06-21 15:13:38 +0200267M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Kever Yang37dc8aa2019-04-03 15:28:16 +0800268M: Kever Yang <kever.yang@rock-chips.com>
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900269S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700270T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
Philipp Tomsich8b451932017-11-27 00:18:42 +0100271F: arch/arm/include/asm/arch-rockchip/
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900272F: arch/arm/mach-rockchip/
Kever Yangae0fc892017-05-23 15:01:14 +0800273F: board/rockchip/
Philipp Tomsich8b451932017-11-27 00:18:42 +0100274F: drivers/clk/rockchip/
275F: drivers/gpio/rk_gpio.c
276F: drivers/misc/rockchip-efuse.c
Philipp Tomsich47b85832018-03-26 19:59:09 +0200277F: drivers/mmc/rockchip_sdhci.c
278F: drivers/mmc/rockchip_dw_mmc.c
Philipp Tomsich8b451932017-11-27 00:18:42 +0100279F: drivers/pinctrl/rockchip/
280F: drivers/ram/rockchip/
281F: drivers/sysreset/sysreset_rockchip.c
Philipp Tomsich3f565522018-02-23 17:38:53 +0100282F: drivers/video/rockchip/
Philipp Tomsich8b451932017-11-27 00:18:42 +0100283F: tools/rkcommon.c
284F: tools/rkcommon.h
285F: tools/rkimage.c
286F: tools/rksd.c
287F: tools/rkspi.c
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900288
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200289ARM SAMSUNG
290M: Minkyu Kang <mk7.kang@samsung.com>
291S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700292T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
Minkyu Kang225f5ee2015-11-20 15:24:57 +0900293F: arch/arm/mach-exynos/
294F: arch/arm/mach-s5pc1xx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200295F: arch/arm/cpu/armv7/s5p-common/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200296
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200297ARM SNAPDRAGON
Ramon Fried0dfe4422019-06-06 21:35:05 +0300298M: Ramon Fried <rfried.dev@gmail.com>
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200299S: Maintained
300F: arch/arm/mach-snapdragon/
Ramon Friedce18baf2018-08-03 20:56:27 +0300301F: drivers/gpio/msm_gpio.c
302F: drivers/mmc/msm_sdhci.c
Ramon Fried92454e42018-09-21 13:35:47 +0300303F: drivers/phy/msm8916-usbh-phy.c
Ramon Friedce18baf2018-08-03 20:56:27 +0300304F: drivers/serial/serial_msm.c
Ramon Fried654dd4a2018-07-02 02:57:56 +0300305F: drivers/smem/msm_smem.c
Ramon Friedce18baf2018-08-03 20:56:27 +0300306F: drivers/usb/host/ehci-msm.c
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200307
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100308ARM STI
309M: Patrice Chotard <patrice.chotard@st.com>
310S: Maintained
311F: arch/arm/mach-sti/
312F: arch/arm/include/asm/arch-sti*/
313
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200314ARM STM SPEAR
Bin Meng3a53aba2016-02-21 19:54:41 -0800315#M: Vipin Kumar <vipin.kumar@st.com>
316S: Orphaned (Since 2016-02)
Bin Meng13181642019-06-18 20:40:54 -0700317T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200318F: arch/arm/cpu/arm926ejs/spear/
319F: arch/arm/include/asm/arch-spear/
320
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100321ARM STM STM32MP
322M: Patrick Delaunay <patrick.delaunay@st.com>
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200323M: Patrice Chotard <patrice.chotard@st.com>
Patrick Delaunay84ee59a2018-11-08 17:52:21 +0100324L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
Patrick Delaunay8c018232019-07-30 19:16:56 +0200325T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100326S: Maintained
Patrick Delaunay67eea682019-01-21 17:20:00 +0100327F: arch/arm/mach-stm32mp/
Patrick Delaunay8c018232019-07-30 19:16:56 +0200328F: drivers/adc/stm32-adc*
Heinrich Schuchardtb57aaa02018-04-04 01:16:08 +0200329F: drivers/clk/clk_stm32mp1.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200330F: drivers/gpio/stm32_gpio.c
331F: drivers/hwspinlock/stm32_hwspinlock.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200332F: drivers/i2c/stm32f7_i2c.c
Fabien Dessenneb04553e2019-05-14 11:20:35 +0200333F: drivers/mailbox/stm32-ipcc.c
Patrick Delaunayc3600e12018-05-17 15:24:06 +0200334F: drivers/misc/stm32mp_fuse.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200335F: drivers/misc/stm32_rcc.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200336F: drivers/mmc/stm32_sdmmc2.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200337F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200338F: drivers/phy/phy-stm32-usbphyc.c
339F: drivers/pinctrl/pinctrl_stm32.c
Patrick Delaunay42f01aa2019-02-04 11:26:17 +0100340F: drivers/power/pmic/stpmic1.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200341F: drivers/power/regulator/stm32-vrefbuf.c
Patrick Delaunay42f01aa2019-02-04 11:26:17 +0100342F: drivers/power/regulator/stpmic1.c
Heinrich Schuchardtb57aaa02018-04-04 01:16:08 +0200343F: drivers/ram/stm32mp1/
Fabien Dessenne5dca7d12019-05-31 15:11:35 +0200344F: drivers/remoteproc/stm32_copro.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200345F: drivers/reset/stm32-reset.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200346F: drivers/rtc/stm32_rtc.c
347F: drivers/serial/serial_stm32.*
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200348F: drivers/spi/stm32_qspi.c
Patrice Chotarda2a89b22019-04-30 18:08:28 +0200349F: drivers/spi/stm32_spi.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200350F: drivers/video/stm32/stm32_ltdc.c
Patrice Chotard8c1007a2019-04-30 17:26:22 +0200351F: drivers/watchdog/stm32mp_wdt.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200352F: include/dt-bindings/clock/stm32fx-clock.h
353F: include/dt-bindings/clock/stm32mp1-clks.h
354F: include/dt-bindings/clock/stm32mp1-clksrc.h
355F: include/dt-bindings/pinctrl/stm32-pinfunc.h
356F: include/dt-bindings/reset/stm32mp1-resets.h
357F: include/stm32_rcc.h
358F: tools/stm32image.c
359
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100360
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800361ARM STM STV0991
362M: Vikas Manocha <vikas.manocha@st.com>
363S: Maintained
364F: arch/arm/cpu/armv7/stv0991/
365F: arch/arm/include/asm/arch-stv0991/
366
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200367ARM SUNXI
Jagan Teki59aea292019-04-12 18:44:34 +0530368M: Jagan Teki <jagan@amarulasolutions.com>
Maxime Ripard9bd9b2b2019-10-03 18:32:11 +0200369M: Maxime Ripard <mripard@kernel.org>
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800370S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700371T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200372F: arch/arm/cpu/armv7/sunxi/
373F: arch/arm/include/asm/arch-sunxi/
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800374F: arch/arm/mach-sunxi/
375F: board/sunxi/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200376
377ARM TEGRA
378M: Tom Warren <twarren@nvidia.com>
379S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700380T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900381F: arch/arm/mach-tegra/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200382F: arch/arm/include/asm/arch-tegra*/
383
384ARM TI
Tom Rini4e34d612015-03-02 08:37:50 -0500385M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200386S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700387T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
Masahiro Yamada26f7c112015-04-08 18:23:23 +0900388F: arch/arm/mach-davinci/
Lokesh Vutla586bde92018-08-27 15:57:08 +0530389F: arch/arm/mach-k3/
Masahiro Yamada26f7c112015-04-08 18:23:23 +0900390F: arch/arm/mach-keystone/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200391F: arch/arm/include/asm/arch-omap*/
392F: arch/arm/include/asm/ti-common/
393
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900394ARM UNIPHIER
Masahiro Yamadaed6226c2015-03-11 13:01:35 +0900395M: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900396S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700397T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
Masahiro Yamada4c425572015-02-27 02:26:42 +0900398F: arch/arm/mach-uniphier/
Masahiro Yamada5fd3f432015-12-17 18:00:39 +0900399F: configs/uniphier_*_defconfig
Masahiro Yamadaeb006c82015-02-05 14:30:24 +0900400N: uniphier
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900401
Michal Simekec48b6c2018-08-22 14:55:27 +0200402ARM VERSAL
403M: Michal Simek <michal.simek@xilinx.com>
404S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700405T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simekec48b6c2018-08-22 14:55:27 +0200406F: arch/arm/mach-versal/
Michal Simek13210cd2019-09-11 09:20:41 +0200407N: (?<!uni)versal
Michal Simekec48b6c2018-08-22 14:55:27 +0200408
Liviu Dudau0fabfeb2018-09-28 13:43:31 +0100409ARM VERSATILE EXPRESS DRIVERS
410M: Liviu Dudau <liviu.dudau@foss.arm.com>
411S: Maintained
412T: git git://github.com/ARM-software/u-boot.git
413F: drivers/misc/vexpress_config.c
414N: vexpress
415
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200416ARM ZYNQ
417M: Michal Simek <monstr@monstr.eu>
418S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700419T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100420F: arch/arm/mach-zynq/
421F: drivers/clk/clk_zynq.c
422F: drivers/fpga/zynqpl.c
423F: drivers/gpio/zynq_gpio.c
424F: drivers/i2c/i2c-cdns.c
425F: drivers/i2c/muxes/pca954x.c
426F: drivers/i2c/zynq_i2c.c
427F: drivers/mmc/zynq_sdhci.c
Miquel Raynala430fa02018-08-16 17:30:07 +0200428F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100429F: drivers/net/phy/xilinx_phy.c
430F: drivers/net/zynq_gem.c
431F: drivers/serial/serial_zynq.c
432F: drivers/spi/zynq_qspi.c
433F: drivers/spi/zynq_spi.c
434F: drivers/usb/host/ehci-zynq.c
435F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt23e7e6b2018-04-04 09:22:03 +0200436F: include/zynqpl.h
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100437F: tools/zynqimage.c
438N: zynq
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200439
Michal Simek84c72042015-01-15 10:01:51 +0100440ARM ZYNQMP
441M: Michal Simek <michal.simek@xilinx.com>
442S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700443T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek274ccb52019-01-17 08:22:43 +0100444F: arch/arm/mach-zynqmp/
Michal Simek3d142282018-03-13 11:50:22 +0100445F: drivers/clk/clk_zynqmp.c
Rajan Vaja14723ed2019-02-15 04:45:32 -0800446F: driver/firmware/firmware-zynqmp.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100447F: drivers/fpga/zynqpl.c
448F: drivers/gpio/zynq_gpio.c
449F: drivers/i2c/i2c-cdns.c
450F: drivers/i2c/muxes/pca954x.c
451F: drivers/i2c/zynq_i2c.c
Ibai Erkiaga660b0c72019-09-27 11:36:56 +0100452F: drivers/mailbox/zynqmp-ipi.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100453F: drivers/mmc/zynq_sdhci.c
Miquel Raynala430fa02018-08-16 17:30:07 +0200454F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100455F: drivers/net/phy/xilinx_phy.c
456F: drivers/net/zynq_gem.c
457F: drivers/serial/serial_zynq.c
458F: drivers/spi/zynq_qspi.c
459F: drivers/spi/zynq_spi.c
Michal Simek72c37d12018-04-17 13:40:46 +0200460F: drivers/timer/cadence-ttc.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100461F: drivers/usb/host/ehci-zynq.c
462F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt23e7e6b2018-04-04 09:22:03 +0200463F: include/zynqmppl.h
Ibai Erkiaga009ab7b2019-09-27 11:37:01 +0100464F: include/zynqmp_firmware.h
Alexander Grafb123aff2018-04-13 14:18:51 +0200465F: tools/zynqmp*
Michal Simek2570e122018-07-24 16:27:00 +0200466N: ultra96
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100467N: zynqmp
Michal Simek84c72042015-01-15 10:01:51 +0100468
Michal Simek1d6c54e2018-04-12 17:39:46 +0200469ARM ZYNQMP R5
470M: Michal Simek <michal.simek@xilinx.com>
471S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700472T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek1d6c54e2018-04-12 17:39:46 +0200473F: arch/arm/mach-zynqmp-r5/
474
Simon Glassbb484702018-11-25 20:07:26 -0700475BINMAN
476M: Simon Glass <sjg@chromium.org>
477S: Maintained
478F: tools/binman/
479
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200480BUILDMAN
481M: Simon Glass <sjg@chromium.org>
482S: Maintained
483F: tools/buildman/
484
485CFI FLASH
486M: Stefan Roese <sr@denx.de>
487S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700488T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
Stefan Roesec4c2e142014-10-31 13:57:42 +0100489F: drivers/mtd/cfi_flash.c
490F: drivers/mtd/jedec_flash.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200491
Lukasz Majewski37d73372019-06-24 15:50:52 +0200492CLOCK
493M: Lukasz Majewski <lukma@denx.de>
494S: Maintained
495T: git git://git.denx.de/u-boot-dfu.git
496F: drivers/clk/
497F: drivers/clk/imx/
498
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200499COLDFIRE
Fabio Estevam08ae21a2018-05-01 15:54:39 -0300500M: Huan Wang <alison.wang@nxp.com>
angelo@sysam.it82ebb7e2014-11-24 15:36:57 +0100501M: Angelo Dureghello <angelo@sysam.it>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200502S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700503T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200504F: arch/m68k/
505
506DFU
Lukasz Majewski56acf012017-01-16 00:04:10 +0100507M: Lukasz Majewski <lukma@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200508S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700509T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
Lukasz Majewskid4c9a902019-03-30 16:22:21 +0100510F: cmd/dfu.c
511F: cmd/usb_*.c
512F: common/dfu.c
513F: common/update.c
514F: common/usb_storage.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200515F: drivers/dfu/
Lukasz Majewski55ca6132015-02-26 13:23:49 +0100516F: drivers/usb/gadget/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200517
518DRIVER MODEL
519M: Simon Glass <sjg@chromium.org>
520S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700521T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200522F: drivers/core/
523F: include/dm/
524F: test/dm/
525
Alexander Grafe4a73942016-03-04 01:10:10 +0100526EFI PAYLOAD
Alexander Graf7590f902019-02-14 14:35:17 +0100527M: Heinrich Schuchardt <xypron.glpk@gmx.de>
528R: Alexander Graf <agraf@csgraf.de>
Alexander Grafe4a73942016-03-04 01:10:10 +0100529S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700530T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
Heinrich Schuchardt73d95c22019-07-26 06:46:08 +0200531F: doc/uefi/*
Heinrich Schuchardt5b2118a2018-09-04 19:34:55 +0200532F: include/capitalization.h
Heinrich Schuchardt1db6ab22019-05-08 19:41:35 +0200533F: include/charset.h
Heinrich Schuchardt0bc4b0d2018-09-04 19:34:58 +0200534F: include/cp1250.h
535F: include/cp437.h
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +0200536F: include/efi*
Heinrich Schuchardt268ec6e2018-01-31 18:45:35 +0000537F: include/pe.h
538F: include/asm-generic/pe.h
Heinrich Schuchardt0b8a88a2018-07-05 19:43:50 +0200539F: lib/charset.c
Heinrich Schuchardtbc0bd772018-01-02 16:00:45 +0100540F: lib/efi*/
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +0200541F: test/py/tests/test_efi*
Heinrich Schuchardtf11a1642018-08-31 21:31:28 +0200542F: test/unicode_ut.c
Alexander Grafe4a73942016-03-04 01:10:10 +0100543F: cmd/bootefi.c
AKASHI Takahiro59df7e72019-02-25 15:54:38 +0900544F: cmd/efidebug.c
AKASHI Takahiro49d81fd2019-02-25 15:54:36 +0900545F: cmd/nvedit_efi.c
Heinrich Schuchardtac020192018-01-17 20:16:09 +0100546F: tools/file2include.c
Alexander Grafe4a73942016-03-04 01:10:10 +0100547
Michal Simek7e163422018-07-18 17:03:13 +0200548FPGA
549M: Michal Simek <michal.simek@xilinx.com>
550S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700551T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek7e163422018-07-18 17:03:13 +0200552F: drivers/fpga/
553F: cmd/fpga.c
554F: include/fpga.h
555
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200556FLATTENED DEVICE TREE
557M: Simon Glass <sjg@chromium.org>
558S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700559T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200560F: lib/fdtdec*
561F: lib/libfdt/
562F: include/fdt*
Heinrich Schuchardt18fa6232018-03-12 23:08:09 +0100563F: include/linux/libfdt*
Andreas Färber643f8d42016-10-26 18:14:00 +0200564F: cmd/fdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200565F: common/fdt_support.c
566
567FREEBSD
568M: Rafal Jaworowski <raj@semihalf.com>
569S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700570T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200571
572FREESCALE QORIQ
Priyanka Jain87d5b222019-09-09 16:55:08 +0530573M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200574S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700575T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
Qiang Zhao0652d9f2019-05-07 03:16:09 +0000576F: drivers/watchdog/sp805_wdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200577
578I2C
579M: Heiko Schocher <hs@denx.de>
580S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700581T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200582F: drivers/i2c/
583
Simon Glasse9c8d492017-12-04 13:48:24 -0700584LOGGING
585M: Simon Glass <sjg@chromium.org>
586S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700587T: git https://gitlab.denx.de/u-boot/u-boot.git
Simon Glasse9c8d492017-12-04 13:48:24 -0700588F: common/log.c
589F: cmd/log.c
Simon Glassef11ed82017-12-04 13:48:27 -0700590F: test/log/log_test.c
Simon Glass20faa272017-12-04 13:48:30 -0700591F: test/py/tests/test_log.py
Simon Glasse9c8d492017-12-04 13:48:24 -0700592
Liviu Dudauc1a65a82018-09-28 13:50:53 +0100593MALI DISPLAY PROCESSORS
594M: Liviu Dudau <liviu.dudau@foss.arm.com>
595S: Supported
596T: git git://github.com/ARM-software/u-boot.git
597F: drivers/video/mali_dp.c
Heiko Schochere3bc4bb2018-10-11 07:26:33 +0200598F: drivers/i2c/i2c-versatile.c
Liviu Dudauc1a65a82018-09-28 13:50:53 +0100599
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200600MICROBLAZE
601M: Michal Simek <monstr@monstr.eu>
602S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700603T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200604F: arch/microblaze/
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100605F: cmd/mfsl.c
606F: drivers/gpio/xilinx_gpio.c
607F: drivers/net/xilinx_axi_emac.c
608F: drivers/net/xilinx_emaclite.c
609F: drivers/serial/serial_xuartlite.c
610F: drivers/spi/xilinx_spi.c
Michal Simek0d832b32018-07-13 11:04:56 +0200611F: drivers/sysreset/sysreset_gpio.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100612F: drivers/watchdog/xilinx_tb_wdt.c
613N: xilinx
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200614
615MIPS
616M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
617S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700618T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200619F: arch/mips/
620
Gregory CLEMENTdd1033e2018-12-14 16:16:47 +0100621MIPS MSCC
622M: Gregory CLEMENT <gregory.clement@bootlin.com>
623M: Lars Povlsen <lars.povlsen@microchip.com>
624M: Horatiu Vultur <horatiu.vultur@microchip.com>
625S: Maintained
626F: arch/mips/mach-mscc/
Gregory CLEMENTf8c8ced2018-12-14 16:16:50 +0100627F: arch/mips/dts/luton*
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100628F: arch/mips/dts/mscc*
629F: arch/mips/dts/ocelot*
Horatiu Vulturd1182052019-01-12 18:56:57 +0100630F: arch/mips/dts/jr2*
Horatiu Vultur393b77d2019-01-12 18:56:59 +0100631F: arch/mips/dts/serval*
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100632F: board/mscc/
633F: configs/mscc*
Lars Povlsenbe8313f2019-01-02 09:52:21 +0100634F: drivers/gpio/mscc_sgpio.c
Lars Povlsenfd6e0b02019-01-08 10:38:33 +0100635F: drivers/spi/mscc_bb_spi.c
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100636F: include/configs/vcoreiii.h
Horatiu Vultur8c211af2019-04-24 11:27:59 +0200637F: include/dt-bindings/mscc/
Horatiu Vultur051de9b2019-01-12 18:56:55 +0100638F: drivers/pinctrl/mscc/
Horatiu Vultur4c661572019-01-31 15:30:33 +0100639F: drivers/net/mscc_eswitch/
Gregory CLEMENTdd1033e2018-12-14 16:16:47 +0100640
Paul Burtoncd71b1d2018-12-16 19:25:22 -0300641MIPS JZ4780
642M: Ezequiel Garcia <ezequiel@collabora.com>
643S: Maintained
644F: arch/mips/mach-jz47xx/
645
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200646MMC
Peng Fan16a6d512019-04-24 11:56:58 +0000647M: Peng Fan <peng.fan@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200648S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700649T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200650F: drivers/mmc/
651
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100652NAND FLASH
Tom Rini9f8aba72018-07-26 12:02:03 -0400653#M: Scott Wood <oss@buserror.net>
654S: Orphaned (Since 2018-07)
Bin Meng13181642019-06-18 20:40:54 -0700655T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
Miquel Raynala430fa02018-08-16 17:30:07 +0200656F: drivers/mtd/nand/raw/
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100657
658NDS32
Rick Chen995fa612019-07-09 13:59:28 +0800659M: Rick Chen <rick@andestech.com>
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100660S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700661T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100662F: arch/nds32/
663
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100664NETWORK
665M: Joe Hershberger <joe.hershberger@ni.com>
666S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700667T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100668F: drivers/net/
Heinrich Schuchardt69fbf232019-07-14 21:55:25 +0200669F: include/net.h
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100670F: net/
671
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100672NIOS
673M: Thomas Chou <thomas@wytron.com.tw>
674S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700675T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100676F: arch/nios2/
677
678ONENAND
679#M: Lukasz Majewski <l.majewski@majess.pl>
680S: Orphaned (Since 2017-01)
Bin Meng13181642019-06-18 20:40:54 -0700681T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100682F: drivers/mtd/onenand/
683
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200684PATMAN
685M: Simon Glass <sjg@chromium.org>
686S: Maintained
687F: tools/patman/
688
Ramon Fried914026d2019-04-27 11:15:21 +0300689PCI Endpoint
690M: Ramon Fried <rfried.dev@gmail.com>
691S: Maintained
692F: drivers/pci_endpoint/
693F: include/pci_ep.h
694
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100695POWER
696M: Jaehoon Chung <jh80.chung@samsung.com>
697S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700698T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100699F: drivers/power/
700
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200701POWERPC
702M: Wolfgang Denk <wd@denx.de>
703S: Maintained
704F: arch/powerpc/
705
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200706POWERPC MPC8XX
Christophe Leroy907208c2017-07-06 10:23:22 +0200707M: Christophe Leroy <christophe.leroy@c-s.fr>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200708S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700709T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200710F: arch/powerpc/cpu/mpc8xx/
711
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200712POWERPC MPC83XX
mario.six@gdsys.cce5ed4c32017-06-09 14:50:47 +0200713M: Mario Six <mario.six@gdsys.cc>
714S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700715T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
Mario Sixe4061552018-08-06 10:23:30 +0200716F: drivers/ram/mpc83xx_sdram.c
717F: include/dt-bindings/memory/mpc83xx-sdram.h
Mario Six76fdad12018-08-06 10:23:35 +0200718F: drivers/sysreset/sysreset_mpc83xx.c
719F: drivers/sysreset/sysreset_mpc83xx.h
Mario Six07d538d2018-08-06 10:23:36 +0200720F: drivers/clk/mpc83xx_clk.c
721F: drivers/clk/mpc83xx_clk.h
722F: include/dt-bindings/clk/mpc83xx-clk.h
Mario Six2c217492018-08-06 10:23:38 +0200723F: drivers/timer/mpc83xx_timer.c
Mario Six19fbdca2018-08-06 10:23:45 +0200724F: drivers/cpu/mpc83xx_cpu.c
725F: drivers/cpu/mpc83xx_cpu.h
Mario Sixd2166312018-08-06 10:23:46 +0200726F: drivers/misc/mpc83xx_serdes.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200727F: arch/powerpc/cpu/mpc83xx/
728F: arch/powerpc/include/asm/arch-mpc83xx/
729
730POWERPC MPC85XX
Priyanka Jain87d5b222019-09-09 16:55:08 +0530731M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200732S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700733T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200734F: arch/powerpc/cpu/mpc85xx/
735
736POWERPC MPC86XX
Priyanka Jain87d5b222019-09-09 16:55:08 +0530737M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200738S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700739T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200740F: arch/powerpc/cpu/mpc86xx/
741
Rick Chenf94c44e2017-12-26 13:55:52 +0800742RISC-V
743M: Rick Chen <rick@andestech.com>
744S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700745T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
Rick Chenf94c44e2017-12-26 13:55:52 +0800746F: arch/riscv/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100747F: cmd/riscv/
Rick Chenf94c44e2017-12-26 13:55:52 +0800748F: tools/prelink-riscv.c
749
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100750ROCKUSB
751M: Eddie Cai <eddie.cai.linux@gmail.com>
752S: Maintained
753F: drivers/usb/gadget/f_rockusb.c
754F: cmd/rockusb.c
755F: doc/README.rockusb
756
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200757SANDBOX
758M: Simon Glass <sjg@chromium.org>
759S: Maintained
760F: arch/sandbox/
761
762SH
Marek Vasutd04ecc42019-05-16 22:16:54 +0200763M: Marek Vasut <marek.vasut+renesas@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200764M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
765S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700766T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200767F: arch/sh/
768
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200769SPI
Jagan Teki59aea292019-04-12 18:44:34 +0530770M: Jagan Teki <jagan@amarulasolutions.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200771S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700772T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200773F: drivers/spi/
774F: include/spi*
775
Vignesh R4d40e002019-02-05 11:29:29 +0530776SPI-NOR
Jagan Teki59aea292019-04-12 18:44:34 +0530777M: Jagan Teki <jagan@amarulasolutions.com>
Vignesh R4d40e002019-02-05 11:29:29 +0530778M: Vignesh R <vigneshr@ti.com>
779S: Maintained
780F: drivers/mtd/spi/
781F: include/spi_flash.h
782F: include/linux/mtd/cfi.h
783F: include/linux/mtd/spi-nor.h
784
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200785SPMI
786M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
787S: Maintained
788F: drivers/spmi/
789F: include/spmi/
790
Liviu Dudau055da182018-09-28 13:49:31 +0100791TDA19988 HDMI ENCODER
792M: Liviu Dudau <liviu.dudau@foss.arm.com>
793S: Maintained
794F: drivers/video/tda19988.c
795
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600796TI SYSTEM SECURITY
797M: Andrew F. Davis <afd@ti.com>
798S: Supported
799F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600800F: arch/arm/mach-omap2/sec-common.c
801F: arch/arm/mach-omap2/config_secure.mk
Andrew F. Davis3a543a82019-04-12 12:54:45 -0400802F: arch/arm/mach-k3/security.c
Andrew F. Davis50836962019-04-12 12:54:46 -0400803F: arch/arm/mach-k3/config_secure.mk
Andrew F. Davisa42eee12017-01-27 10:39:20 -0600804F: configs/am335x_hs_evm_defconfig
Andrew F. Davisc2dca332017-09-20 14:33:51 -0500805F: configs/am335x_hs_evm_uart_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600806F: configs/am43xx_hs_evm_defconfig
807F: configs/am57xx_hs_evm_defconfig
Andrew F. Davis995985c2019-01-28 11:43:25 -0600808F: configs/am57xx_hs_evm_usb_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600809F: configs/dra7xx_hs_evm_defconfig
Andrew F. Davis83ae6472019-01-28 11:43:24 -0600810F: configs/dra7xx_hs_evm_usb_defconfig
Lokesh Vutla8a707ba2017-04-26 11:35:19 +0530811F: configs/k2hk_hs_evm_defconfig
812F: configs/k2e_hs_evm_defconfig
813F: configs/k2g_hs_evm_defconfig
Madan Srinivasf274f262018-03-06 11:10:10 -0500814F: configs/k2l_hs_evm_defconfig
Andrew F. Davis0a4b11b2019-04-12 12:54:47 -0400815F: configs/am65x_hs_evm_r5_defconfig
816F: configs/am65x_hs_evm_a53_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600817
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200818TQ GROUP
Bin Meng3a53aba2016-02-21 19:54:41 -0800819#M: Martin Krause <martin.krause@tq-systems.de>
820S: Orphaned (Since 2016-02)
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200821T: git git://git.denx.de/u-boot-tq-group.git
822
Jens Wiklander9ff4a312018-09-25 16:40:09 +0200823TEE
824M: Jens Wiklander <jens.wiklander@linaro.org>
825S: Maintained
826F: drivers/tee/
827F: include/tee.h
Jens Wiklander1cc8cc42018-09-25 16:40:15 +0200828F: include/tee/
Jens Wiklander9ff4a312018-09-25 16:40:09 +0200829
Bryan O'Donoghue5fbc6672019-05-04 01:08:26 +0100830TEE-lib
831M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
832S: Maintained
833F: lib/optee
834
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200835UBI
836M: Kyungmin Park <kmpark@infradead.org>
Heiko Schocher69337a92014-11-18 09:08:45 +0100837M: Heiko Schocher <hs@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200838S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700839T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200840F: drivers/mtd/ubi/
841
842USB
843M: Marek Vasut <marex@denx.de>
844S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700845T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200846F: drivers/usb/
847
Bin Mengc0c5f912017-11-06 07:39:01 -0800848USB xHCI
849M: Bin Meng <bmeng.cn@gmail.com>
850S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700851T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
Bin Mengc0c5f912017-11-06 07:39:01 -0800852F: drivers/usb/host/xhci*
853
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200854VIDEO
855M: Anatolij Gustschin <agust@denx.de>
856S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700857T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200858F: drivers/video/
Anatolij Gustschinc967fb72017-08-28 22:39:41 +0200859F: common/lcd*.c
860F: include/lcd*.h
Heinrich Schuchardt9cdbc902018-09-19 20:16:32 +0200861F: include/video*.h
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200862
863X86
864M: Simon Glass <sjg@chromium.org>
Bin Mengdc5210a2017-07-23 07:36:33 -0700865M: Bin Meng <bmeng.cn@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200866S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700867T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200868F: arch/x86/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100869F: cmd/x86/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200870
Chris Zankelde5e5ce2016-08-10 18:36:43 +0300871XTENSA
872M: Max Filippov <jcmvbkbc@gmail.com>
873S: Maintained
874F: arch/xtensa/
875
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200876THE REST
Tom Rini4e34d612015-03-02 08:37:50 -0500877M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200878L: u-boot@lists.denx.de
879Q: http://patchwork.ozlabs.org/project/uboot/list/
880S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700881T: git https://gitlab.denx.de/u-boot/u-boot.git
Otavio Salvador80870e22018-12-07 19:00:41 -0500882F: configs/tools-only_defconfig
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200883F: *
884F: */