blob: 6af9816a4a08bf0f51d4e7aea9a630b4db82c5ad [file] [log] [blame]
Daniel Schwierzeckc7578712014-08-01 02:24:08 +02001Descriptions of section entries:
2
3 P: Person (obsolete)
4 M: Mail patches to: FullName <address@domain>
Heinrich Schuchardtc235df42018-11-16 20:17:23 +01005 R: Designated reviewer: FullName <address@domain>
6 These reviewers should be CCed on patches.
Daniel Schwierzeckc7578712014-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 Schwierzeckc7578712014-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 Schwierzeckc7578712014-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 Opaniukeab6b1e2019-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 Schwierzeckc7578712014-08-01 02:24:08 +020073ARC
74M: Alexey Brodkin <alexey.brodkin@synopsys.com>
Eugeniy Paltsev6d598622018-04-17 17:30:40 +030075M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +020076S: Maintained
Eugeniy Paltsev6d598622018-04-17 17:30:40 +030077L: uboot-snps-arc@synopsys.com
Bin Mengf97d5212019-06-18 20:40:54 -070078T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +020079F: arch/arc/
Alexey Brodkin1eafa852018-05-25 16:14:38 +030080F: board/synopsys/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +020081
Eugeniy Paltsev7e1fb092017-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 Schuchardtcbdb2092018-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 Paltsev19b1a7f2018-06-08 17:58:24 +030094F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +010095F: drivers/gpio/hsdk-creg-gpio.c
96
Eugeniy Paltsevb050c2c2019-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 Schwierzeckc7578712014-08-01 02:24:08 +0200104ARM
105M: Albert Aribaud <albert.u.boot@aribaud.net>
106S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700107T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200108F: arch/arm/
Heinrich Schuchardtf7d6b072018-12-26 17:20:35 +0100109F: cmd/arm/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200110
Pavel Machekae57d5a2014-10-10 01:50:22 +0200111ARM ALTERA SOCFPGA
112M: Marek Vasut <marex@denx.de>
Simon Goldschmidt65c52102019-03-28 22:27:53 +0100113M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Ley Foon Tan5d81b992019-10-04 16:43:50 +0800114M: Ley Foon Tan <ley.foon.tan@intel.com>
Pavel Machekae57d5a2014-10-10 01:50:22 +0200115S: Maintainted
Bin Mengf97d5212019-06-18 20:40:54 -0700116T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
Jagan Teki17be70b2016-11-25 23:17:28 +0530117F: arch/arm/mach-socfpga/
Simon Goldschmidtebfb9fb2019-07-15 21:47:54 +0200118F: drivers/sysreset/sysreset_socfpga*
Pavel Machekae57d5a2014-10-10 01:50:22 +0200119
Neil Armstrongfe1a0e42019-01-30 10:53:10 +0100120ARM AMLOGIC SOC SUPPORT
121M: Neil Armstrong <narmstrong@baylibre.com>
122S: Maintained
123L: u-boot-amlogic@groups.io
Bin Mengf97d5212019-06-18 20:40:54 -0700124T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
Neil Armstrongfe1a0e42019-01-30 10:53:10 +0100125F: arch/arm/mach-meson/
126F: arch/arm/include/asm/arch-meson/
Jerome Brunet3da39a82019-02-10 14:54:30 +0100127F: drivers/clk/meson/
Neil Armstrongfe1a0e42019-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 Warrend8845db2016-04-04 20:00:41 -0600142ARM BROADCOM BCM283X
Alexander Graff4ba9f02019-02-14 14:37:59 +0100143M: Matthias Brugger <mbrugger@suse.com>
Alexander Graf24772932018-01-25 12:05:54 +0100144S: Maintained
Stephen Warrend8845db2016-04-04 20:00:41 -0600145F: arch/arm/mach-bcm283x/
146F: drivers/gpio/bcm2835_gpio.c
147F: drivers/mmc/bcm2835_sdhci.c
Alexander Graf044725f2018-01-23 18:05:22 +0100148F: drivers/mmc/bcm2835_sdhost.c
Stephen Warrend8845db2016-04-04 20:00:41 -0600149F: drivers/serial/serial_bcm283x_mu.c
Alexander Grafa73b0ec2018-01-25 12:05:55 +0100150F: drivers/serial/serial_bcm283x_pl011.c
Stephen Warrend8845db2016-04-04 20:00:41 -0600151F: drivers/video/bcm2835.c
152F: include/dm/platform_data/serial_bcm283x_mu.h
Alexander Graffce8e5c2018-01-23 18:05:21 +0100153F: drivers/pinctrl/broadcom/
Stephen Warrend8845db2016-04-04 20:00:41 -0600154
Thomas Fitzsimmons919646d2018-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 Fitzsimmons4c851ef2018-08-22 18:37:55 -0400160F: configs/bcm7*_defconfig
Thomas Fitzsimmons919646d2018-06-08 17:59:45 -0400161F: doc/README.bcm7xxx
162F: drivers/mmc/bcmstb_sdhci.c
163F: drivers/spi/bcmstb_spi.c
164
Marek Behúndb511fe2018-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 Schwierzeckc7578712014-08-01 02:24:08 +0200173ARM FREESCALE IMX
174M: Stefano Babic <sbabic@denx.de>
Fabio Estevame6943252019-01-21 14:29:54 -0200175M: Fabio Estevam <festevam@gmail.com>
Peng Fan3782a752018-12-15 12:07:02 +0000176R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200177S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700178T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200179F: arch/arm/cpu/arm1136/mx*/
180F: arch/arm/cpu/arm926ejs/mx*/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200181F: arch/arm/cpu/armv7/vf610/
Fabio Estevam1ed7d652019-05-10 09:23:53 -0300182F: arch/arm/dts/*imx*
Stefano Babic33731bc2017-06-29 10:16:06 +0200183F: arch/arm/mach-imx/
Daniel Schwierzeckc7578712014-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 Babic33731bc2017-06-29 10:16:06 +0200187F: arch/arm/include/asm/mach-imx/
Fabio Estevama6b0f172016-07-26 21:27:49 -0300188F: board/freescale/*mx*/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200189
Peter Griffin58eb5b12016-04-20 17:13:58 +0100190ARM HISILICON
191M: Peter Griffin <peter.griffin@linaro.org>
Manivannan Sadhasivam29588552019-08-02 20:40:11 +0530192M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Peter Griffin58eb5b12016-04-20 17:13:58 +0100193S: Maintained
194F: arch/arm/cpu/armv8/hisilicon
Heinrich Schuchardtb4378fd2018-03-12 23:02:17 +0100195F: arch/arm/include/asm/arch-hi6220/
Manivannan Sadhasivam29588552019-08-02 20:40:11 +0530196F: arch/arm/include/asm/arch-hi3660/
Peter Griffin58eb5b12016-04-20 17:13:58 +0100197
Stefan Roese753f16e2019-02-15 13:56:56 +0100198ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
Stefan Roese439c6e92016-01-14 05:00:00 +0100199M: Stefan Roese <sr@denx.de>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200200S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700201T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
Masahiro Yamada5e5e23a2015-02-20 17:04:06 +0900202F: arch/arm/mach-kirkwood/
Stefan Roese439c6e92016-01-14 05:00:00 +0100203F: arch/arm/mach-mvebu/
Ken Ma3984dac2018-05-25 15:49:24 +0800204F: drivers/ata/ahci_mvebu.c
Stefan Roese753f16e2019-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 Schwierzeckc7578712014-08-01 02:24:08 +0200211
212ARM MARVELL PXA
213M: Marek Vasut <marex@denx.de>
214S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700215T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200216F: arch/arm/cpu/pxa/
217F: arch/arm/include/asm/arch-pxa/
218
developeree0fe4b2018-11-15 10:08:06 +0800219ARM MEDIATEK
220M: Ryder Lee <ryder.lee@mediatek.com>
221M: Weijie Gao <weijie.gao@mediatek.com>
developer1a318002019-07-29 22:17:46 +0800222R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
developeree0fe4b2018-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/
developer8a78b4d2019-07-22 17:09:01 +0530233F: drivers/spi/mtk_snfi_spi.c
developeree0fe4b2018-11-15 10:08:06 +0800234F: drivers/timer/mtk_timer.c
235F: drivers/watchdog/mtk_wdt.c
developer11fe9f22018-12-20 16:12:58 +0800236F: drivers/net/mtk_eth.c
237F: drivers/reset/reset-mediatek.c
developeree0fe4b2018-11-15 10:08:06 +0800238F: tools/mtk_image.c
239F: tools/mtk_image.h
240N: mediatek
241
Eugen Hristev38d59902019-02-05 10:20:39 +0000242ARM MICROCHIP/ATMEL AT91
243M: Eugen Hristev <eugen.hristev@microchip.com>
244S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700245T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
Eugen Hristev38d59902019-02-05 10:20:39 +0000246F: arch/arm/mach-at91/
247F: board/atmel/
248
Manivannan Sadhasivam24ac4732018-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 Iwamatsue69f9402015-10-10 06:09:03 +0900258ARM RENESAS RMOBILE/R-CAR
259M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Marek Vasut38534812017-10-15 14:51:55 +0200260M: Marek Vasut <marek.vasut+renesas@gmail.com>
Nobuhiro Iwamatsue69f9402015-10-10 06:09:03 +0900261S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700262T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Nobuhiro Iwamatsue69f9402015-10-10 06:09:03 +0900263F: arch/arm/mach-rmobile/
264
Masahiro Yamada8659a2d2016-01-05 10:47:10 +0900265ARM ROCKCHIP
266M: Simon Glass <sjg@chromium.org>
Philipp Tomsich30e7b532017-06-21 15:13:38 +0200267M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Kever Yang45d5f092019-04-03 15:28:16 +0800268M: Kever Yang <kever.yang@rock-chips.com>
Masahiro Yamada8659a2d2016-01-05 10:47:10 +0900269S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700270T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
Philipp Tomsich2e5f2ae2017-11-27 00:18:42 +0100271F: arch/arm/include/asm/arch-rockchip/
Masahiro Yamada8659a2d2016-01-05 10:47:10 +0900272F: arch/arm/mach-rockchip/
Kever Yange1e9f162017-05-23 15:01:14 +0800273F: board/rockchip/
Philipp Tomsich2e5f2ae2017-11-27 00:18:42 +0100274F: drivers/clk/rockchip/
275F: drivers/gpio/rk_gpio.c
276F: drivers/misc/rockchip-efuse.c
Philipp Tomsich5c700dd2018-03-26 19:59:09 +0200277F: drivers/mmc/rockchip_sdhci.c
278F: drivers/mmc/rockchip_dw_mmc.c
Philipp Tomsich2e5f2ae2017-11-27 00:18:42 +0100279F: drivers/pinctrl/rockchip/
280F: drivers/ram/rockchip/
281F: drivers/sysreset/sysreset_rockchip.c
Philipp Tomsich01aaaf72018-02-23 17:38:53 +0100282F: drivers/video/rockchip/
Philipp Tomsich2e5f2ae2017-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 Yamada8659a2d2016-01-05 10:47:10 +0900288
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200289ARM SAMSUNG
290M: Minkyu Kang <mk7.kang@samsung.com>
291S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700292T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
Minkyu Kang56b820a2015-11-20 15:24:57 +0900293F: arch/arm/mach-exynos/
294F: arch/arm/mach-s5pc1xx/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200295F: arch/arm/cpu/armv7/s5p-common/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200296
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200297ARM SNAPDRAGON
Ramon Friedef7abbe2019-06-06 21:35:05 +0300298M: Ramon Fried <rfried.dev@gmail.com>
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200299S: Maintained
300F: arch/arm/mach-snapdragon/
Ramon Friedbd3889e2018-08-03 20:56:27 +0300301F: drivers/gpio/msm_gpio.c
302F: drivers/mmc/msm_sdhci.c
Ramon Fried019fb8c2018-09-21 13:35:47 +0300303F: drivers/phy/msm8916-usbh-phy.c
Ramon Friedbd3889e2018-08-03 20:56:27 +0300304F: drivers/serial/serial_msm.c
Ramon Fried4b4bd492018-07-02 02:57:56 +0300305F: drivers/smem/msm_smem.c
Ramon Friedbd3889e2018-08-03 20:56:27 +0300306F: drivers/usb/host/ehci-msm.c
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200307
Heinrich Schuchardtcbdb2092018-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 Schwierzeckc7578712014-08-01 02:24:08 +0200314ARM STM SPEAR
Bin Menga805b4d2016-02-21 19:54:41 -0800315#M: Vipin Kumar <vipin.kumar@st.com>
316S: Orphaned (Since 2016-02)
Bin Mengf97d5212019-06-18 20:40:54 -0700317T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200318F: arch/arm/cpu/arm926ejs/spear/
319F: arch/arm/include/asm/arch-spear/
320
Patrick Delaunay85b53972018-03-12 10:46:10 +0100321ARM STM STM32MP
322M: Patrick Delaunay <patrick.delaunay@st.com>
Patrice Chotardcb513e82018-08-06 11:52:23 +0200323M: Patrice Chotard <patrice.chotard@st.com>
Patrick Delaunay157370e2018-11-08 17:52:21 +0100324L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
Patrick Delaunay9f890452019-07-30 19:16:56 +0200325T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Patrick Delaunay85b53972018-03-12 10:46:10 +0100326S: Maintained
Patrick Delaunay209e7e22019-01-21 17:20:00 +0100327F: arch/arm/mach-stm32mp/
Patrick Delaunay9f890452019-07-30 19:16:56 +0200328F: drivers/adc/stm32-adc*
Heinrich Schuchardt356bb3a2018-04-04 01:16:08 +0200329F: drivers/clk/clk_stm32mp1.c
Patrick Delaunay9f890452019-07-30 19:16:56 +0200330F: drivers/gpio/stm32_gpio.c
331F: drivers/hwspinlock/stm32_hwspinlock.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200332F: drivers/i2c/stm32f7_i2c.c
Fabien Dessennec09d41e2019-05-14 11:20:35 +0200333F: drivers/mailbox/stm32-ipcc.c
Patrick Delaunay0c4656b2018-05-17 15:24:06 +0200334F: drivers/misc/stm32mp_fuse.c
Patrick Delaunay9f890452019-07-30 19:16:56 +0200335F: drivers/misc/stm32_rcc.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200336F: drivers/mmc/stm32_sdmmc2.c
Patrick Delaunay9f890452019-07-30 19:16:56 +0200337F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200338F: drivers/phy/phy-stm32-usbphyc.c
339F: drivers/pinctrl/pinctrl_stm32.c
Patrick Delaunayd79218f2019-02-04 11:26:17 +0100340F: drivers/power/pmic/stpmic1.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200341F: drivers/power/regulator/stm32-vrefbuf.c
Patrick Delaunayd79218f2019-02-04 11:26:17 +0100342F: drivers/power/regulator/stpmic1.c
Heinrich Schuchardt356bb3a2018-04-04 01:16:08 +0200343F: drivers/ram/stm32mp1/
Fabien Dessenne12750dd2019-05-31 15:11:35 +0200344F: drivers/remoteproc/stm32_copro.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200345F: drivers/reset/stm32-reset.c
Patrick Delaunay9f890452019-07-30 19:16:56 +0200346F: drivers/rtc/stm32_rtc.c
347F: drivers/serial/serial_stm32.*
Patrice Chotardcb513e82018-08-06 11:52:23 +0200348F: drivers/spi/stm32_qspi.c
Patrice Chotard0b08bf82019-04-30 18:08:28 +0200349F: drivers/spi/stm32_spi.c
Patrick Delaunay9f890452019-07-30 19:16:56 +0200350F: drivers/video/stm32/stm32_ltdc.c
Patrice Chotard473b2442019-04-30 17:26:22 +0200351F: drivers/watchdog/stm32mp_wdt.c
Patrick Delaunay9f890452019-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 Delaunay85b53972018-03-12 10:46:10 +0100360
Vikas Manocha33913c52014-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 Schwierzeckc7578712014-08-01 02:24:08 +0200367ARM SUNXI
Jagan Tekic4994512019-04-12 18:44:34 +0530368M: Jagan Teki <jagan@amarulasolutions.com>
Maxime Ripard293f3922019-10-03 18:32:11 +0200369M: Maxime Ripard <mripard@kernel.org>
Chen-Yu Tsai0817afc2017-03-01 14:03:34 +0800370S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700371T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200372F: arch/arm/cpu/armv7/sunxi/
373F: arch/arm/include/asm/arch-sunxi/
Chen-Yu Tsai0817afc2017-03-01 14:03:34 +0800374F: arch/arm/mach-sunxi/
375F: board/sunxi/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200376
377ARM TEGRA
378M: Tom Warren <twarren@nvidia.com>
379S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700380T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
Masahiro Yamadaed1632a2015-02-20 17:04:04 +0900381F: arch/arm/mach-tegra/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200382F: arch/arm/include/asm/arch-tegra*/
383
384ARM TI
Tom Riniec7f2642015-03-02 08:37:50 -0500385M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200386S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700387T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
Masahiro Yamada5abb7212015-04-08 18:23:23 +0900388F: arch/arm/mach-davinci/
Lokesh Vutla9bdec002018-08-27 15:57:08 +0530389F: arch/arm/mach-k3/
Masahiro Yamada5abb7212015-04-08 18:23:23 +0900390F: arch/arm/mach-keystone/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200391F: arch/arm/include/asm/arch-omap*/
392F: arch/arm/include/asm/ti-common/
393
Masahiro Yamada28f17442014-10-03 19:21:08 +0900394ARM UNIPHIER
Masahiro Yamadaebe2ba92015-03-11 13:01:35 +0900395M: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada28f17442014-10-03 19:21:08 +0900396S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700397T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
Masahiro Yamadaf8563982015-02-27 02:26:42 +0900398F: arch/arm/mach-uniphier/
Masahiro Yamadade8a2382015-12-17 18:00:39 +0900399F: configs/uniphier_*_defconfig
Masahiro Yamada95d469e2015-02-05 14:30:24 +0900400N: uniphier
Masahiro Yamada28f17442014-10-03 19:21:08 +0900401
Michal Simek4b066a12018-08-22 14:55:27 +0200402ARM VERSAL
403M: Michal Simek <michal.simek@xilinx.com>
404S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700405T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek4b066a12018-08-22 14:55:27 +0200406F: arch/arm/mach-versal/
Michal Simek9fd3c062019-09-11 09:20:41 +0200407N: (?<!uni)versal
Michal Simek4b066a12018-08-22 14:55:27 +0200408
Liviu Dudau688db7f2018-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 Schwierzeckc7578712014-08-01 02:24:08 +0200416ARM ZYNQ
417M: Michal Simek <monstr@monstr.eu>
418S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700419T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek0cdefc22018-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 Raynal1f1ae152018-08-16 17:30:07 +0200428F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek0cdefc22018-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 Schuchardt736eab82018-04-04 09:22:03 +0200436F: include/zynqpl.h
Michal Simek0cdefc22018-03-13 11:07:25 +0100437F: tools/zynqimage.c
438N: zynq
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200439
Michal Simek04b7e622015-01-15 10:01:51 +0100440ARM ZYNQMP
441M: Michal Simek <michal.simek@xilinx.com>
442S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700443T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek7f60b232019-01-17 08:22:43 +0100444F: arch/arm/mach-zynqmp/
Michal Simek90582a82018-03-13 11:50:22 +0100445F: drivers/clk/clk_zynqmp.c
Rajan Vaja833be322019-02-15 04:45:32 -0800446F: driver/firmware/firmware-zynqmp.c
Michal Simek0cdefc22018-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 Erkiaga4b1264d2019-09-27 11:36:56 +0100452F: drivers/mailbox/zynqmp-ipi.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100453F: drivers/mmc/zynq_sdhci.c
Miquel Raynal1f1ae152018-08-16 17:30:07 +0200454F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek0cdefc22018-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 Simekc3caac52018-04-17 13:40:46 +0200460F: drivers/timer/cadence-ttc.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100461F: drivers/usb/host/ehci-zynq.c
462F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt736eab82018-04-04 09:22:03 +0200463F: include/zynqmppl.h
Alexander Graf56179ca2018-04-13 14:18:51 +0200464F: tools/zynqmp*
Michal Simek24a686a2018-07-24 16:27:00 +0200465N: ultra96
Michal Simek0cdefc22018-03-13 11:07:25 +0100466N: zynqmp
Michal Simek04b7e622015-01-15 10:01:51 +0100467
Michal Simekb513bcd2018-04-12 17:39:46 +0200468ARM ZYNQMP R5
469M: Michal Simek <michal.simek@xilinx.com>
470S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700471T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simekb513bcd2018-04-12 17:39:46 +0200472F: arch/arm/mach-zynqmp-r5/
473
Simon Glass39014842018-11-25 20:07:26 -0700474BINMAN
475M: Simon Glass <sjg@chromium.org>
476S: Maintained
477F: tools/binman/
478
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200479BUILDMAN
480M: Simon Glass <sjg@chromium.org>
481S: Maintained
482F: tools/buildman/
483
484CFI FLASH
485M: Stefan Roese <sr@denx.de>
486S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700487T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
Stefan Roese5fe7b1e2014-10-31 13:57:42 +0100488F: drivers/mtd/cfi_flash.c
489F: drivers/mtd/jedec_flash.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200490
Lukasz Majewski123513f2019-06-24 15:50:52 +0200491CLOCK
492M: Lukasz Majewski <lukma@denx.de>
493S: Maintained
494T: git git://git.denx.de/u-boot-dfu.git
495F: drivers/clk/
496F: drivers/clk/imx/
497
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200498COLDFIRE
Fabio Estevamc9cfd722018-05-01 15:54:39 -0300499M: Huan Wang <alison.wang@nxp.com>
angelo@sysam.it27069772014-11-24 15:36:57 +0100500M: Angelo Dureghello <angelo@sysam.it>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200501S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700502T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200503F: arch/m68k/
504
505DFU
Lukasz Majewski0bc31e32017-01-16 00:04:10 +0100506M: Lukasz Majewski <lukma@denx.de>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200507S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700508T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
Lukasz Majewskifea16092019-03-30 16:22:21 +0100509F: cmd/dfu.c
510F: cmd/usb_*.c
511F: common/dfu.c
512F: common/update.c
513F: common/usb_storage.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200514F: drivers/dfu/
Lukasz Majewski555f69d2015-02-26 13:23:49 +0100515F: drivers/usb/gadget/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200516
517DRIVER MODEL
518M: Simon Glass <sjg@chromium.org>
519S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700520T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200521F: drivers/core/
522F: include/dm/
523F: test/dm/
524
Alexander Graf71042492016-03-04 01:10:10 +0100525EFI PAYLOAD
Alexander Graf3427bff2019-02-14 14:35:17 +0100526M: Heinrich Schuchardt <xypron.glpk@gmx.de>
527R: Alexander Graf <agraf@csgraf.de>
Alexander Graf71042492016-03-04 01:10:10 +0100528S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700529T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
Heinrich Schuchardtfd0b53f2019-07-26 06:46:08 +0200530F: doc/uefi/*
Heinrich Schuchardt447f4592018-09-04 19:34:55 +0200531F: include/capitalization.h
Heinrich Schuchardtf4b47a92019-05-08 19:41:35 +0200532F: include/charset.h
Heinrich Schuchardte59072a2018-09-04 19:34:58 +0200533F: include/cp1250.h
534F: include/cp437.h
Heinrich Schuchardtd33ae3e2017-09-15 10:06:11 +0200535F: include/efi*
Heinrich Schuchardt467fd7a2018-01-31 18:45:35 +0000536F: include/pe.h
537F: include/asm-generic/pe.h
Heinrich Schuchardt4541fa52018-07-05 19:43:50 +0200538F: lib/charset.c
Heinrich Schuchardtd0ecef42018-01-02 16:00:45 +0100539F: lib/efi*/
Heinrich Schuchardtd33ae3e2017-09-15 10:06:11 +0200540F: test/py/tests/test_efi*
Heinrich Schuchardtb8b6c812018-08-31 21:31:28 +0200541F: test/unicode_ut.c
Alexander Graf71042492016-03-04 01:10:10 +0100542F: cmd/bootefi.c
AKASHI Takahiroe7c08832019-02-25 15:54:38 +0900543F: cmd/efidebug.c
AKASHI Takahiro117e68a2019-02-25 15:54:36 +0900544F: cmd/nvedit_efi.c
Heinrich Schuchardteee22492018-01-17 20:16:09 +0100545F: tools/file2include.c
Alexander Graf71042492016-03-04 01:10:10 +0100546
Michal Simekffd27f22018-07-18 17:03:13 +0200547FPGA
548M: Michal Simek <michal.simek@xilinx.com>
549S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700550T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simekffd27f22018-07-18 17:03:13 +0200551F: drivers/fpga/
552F: cmd/fpga.c
553F: include/fpga.h
554
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200555FLATTENED DEVICE TREE
556M: Simon Glass <sjg@chromium.org>
557S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700558T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200559F: lib/fdtdec*
560F: lib/libfdt/
561F: include/fdt*
Heinrich Schuchardt788a9612018-03-12 23:08:09 +0100562F: include/linux/libfdt*
Andreas Färber6c8b1d02016-10-26 18:14:00 +0200563F: cmd/fdt.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200564F: common/fdt_support.c
565
566FREEBSD
567M: Rafal Jaworowski <raj@semihalf.com>
568S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700569T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200570
571FREESCALE QORIQ
Priyanka Jain0907b102019-09-09 16:55:08 +0530572M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200573S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700574T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
Qiang Zhao3af19942019-05-07 03:16:09 +0000575F: drivers/watchdog/sp805_wdt.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200576
577I2C
578M: Heiko Schocher <hs@denx.de>
579S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700580T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200581F: drivers/i2c/
582
Simon Glassd95645d2017-12-04 13:48:24 -0700583LOGGING
584M: Simon Glass <sjg@chromium.org>
585S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700586T: git https://gitlab.denx.de/u-boot/u-boot.git
Simon Glassd95645d2017-12-04 13:48:24 -0700587F: common/log.c
588F: cmd/log.c
Simon Glass14c8a062017-12-04 13:48:27 -0700589F: test/log/log_test.c
Simon Glass5f0e0c82017-12-04 13:48:30 -0700590F: test/py/tests/test_log.py
Simon Glassd95645d2017-12-04 13:48:24 -0700591
Liviu Dudau8373ed32018-09-28 13:50:53 +0100592MALI DISPLAY PROCESSORS
593M: Liviu Dudau <liviu.dudau@foss.arm.com>
594S: Supported
595T: git git://github.com/ARM-software/u-boot.git
596F: drivers/video/mali_dp.c
Heiko Schochera37c1962018-10-11 07:26:33 +0200597F: drivers/i2c/i2c-versatile.c
Liviu Dudau8373ed32018-09-28 13:50:53 +0100598
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200599MICROBLAZE
600M: Michal Simek <monstr@monstr.eu>
601S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700602T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200603F: arch/microblaze/
Michal Simek0cdefc22018-03-13 11:07:25 +0100604F: cmd/mfsl.c
605F: drivers/gpio/xilinx_gpio.c
606F: drivers/net/xilinx_axi_emac.c
607F: drivers/net/xilinx_emaclite.c
608F: drivers/serial/serial_xuartlite.c
609F: drivers/spi/xilinx_spi.c
Michal Simek8a196af2018-07-13 11:04:56 +0200610F: drivers/sysreset/sysreset_gpio.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100611F: drivers/watchdog/xilinx_tb_wdt.c
612N: xilinx
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200613
614MIPS
615M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
616S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700617T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200618F: arch/mips/
619
Gregory CLEMENTaf05ee52018-12-14 16:16:47 +0100620MIPS MSCC
621M: Gregory CLEMENT <gregory.clement@bootlin.com>
622M: Lars Povlsen <lars.povlsen@microchip.com>
623M: Horatiu Vultur <horatiu.vultur@microchip.com>
624S: Maintained
625F: arch/mips/mach-mscc/
Gregory CLEMENTdc253e22018-12-14 16:16:50 +0100626F: arch/mips/dts/luton*
Gregory CLEMENTb622f8f2018-12-14 16:16:49 +0100627F: arch/mips/dts/mscc*
628F: arch/mips/dts/ocelot*
Horatiu Vultur6dfdd0c2019-01-12 18:56:57 +0100629F: arch/mips/dts/jr2*
Horatiu Vultur40fbed22019-01-12 18:56:59 +0100630F: arch/mips/dts/serval*
Gregory CLEMENTb622f8f2018-12-14 16:16:49 +0100631F: board/mscc/
632F: configs/mscc*
Lars Povlsen37a209c2019-01-02 09:52:21 +0100633F: drivers/gpio/mscc_sgpio.c
Lars Povlsenf01b7322019-01-08 10:38:33 +0100634F: drivers/spi/mscc_bb_spi.c
Gregory CLEMENTb622f8f2018-12-14 16:16:49 +0100635F: include/configs/vcoreiii.h
Horatiu Vulturf73c3df2019-04-24 11:27:59 +0200636F: include/dt-bindings/mscc/
Horatiu Vultur2d4fb842019-01-12 18:56:55 +0100637F: drivers/pinctrl/mscc/
Horatiu Vulturad2bf652019-01-31 15:30:33 +0100638F: drivers/net/mscc_eswitch/
Gregory CLEMENTaf05ee52018-12-14 16:16:47 +0100639
Paul Burton96c68472018-12-16 19:25:22 -0300640MIPS JZ4780
641M: Ezequiel Garcia <ezequiel@collabora.com>
642S: Maintained
643F: arch/mips/mach-jz47xx/
644
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200645MMC
Peng Fan9944c632019-04-24 11:56:58 +0000646M: Peng Fan <peng.fan@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200647S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700648T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200649F: drivers/mmc/
650
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100651NAND FLASH
Tom Rini837e6432018-07-26 12:02:03 -0400652#M: Scott Wood <oss@buserror.net>
653S: Orphaned (Since 2018-07)
Bin Mengf97d5212019-06-18 20:40:54 -0700654T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
Miquel Raynal1f1ae152018-08-16 17:30:07 +0200655F: drivers/mtd/nand/raw/
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100656
657NDS32
Rick Chen3911d1a2019-07-09 13:59:28 +0800658M: Rick Chen <rick@andestech.com>
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100659S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700660T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100661F: arch/nds32/
662
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +0100663NETWORK
664M: Joe Hershberger <joe.hershberger@ni.com>
665S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700666T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +0100667F: drivers/net/
Heinrich Schuchardt0c5d4e72019-07-14 21:55:25 +0200668F: include/net.h
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +0100669F: net/
670
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100671NIOS
672M: Thomas Chou <thomas@wytron.com.tw>
673S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700674T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100675F: arch/nios2/
676
677ONENAND
678#M: Lukasz Majewski <l.majewski@majess.pl>
679S: Orphaned (Since 2017-01)
Bin Mengf97d5212019-06-18 20:40:54 -0700680T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100681F: drivers/mtd/onenand/
682
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200683PATMAN
684M: Simon Glass <sjg@chromium.org>
685S: Maintained
686F: tools/patman/
687
Ramon Fried663686d2019-04-27 11:15:21 +0300688PCI Endpoint
689M: Ramon Fried <rfried.dev@gmail.com>
690S: Maintained
691F: drivers/pci_endpoint/
692F: include/pci_ep.h
693
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100694POWER
695M: Jaehoon Chung <jh80.chung@samsung.com>
696S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700697T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100698F: drivers/power/
699
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200700POWERPC
701M: Wolfgang Denk <wd@denx.de>
702S: Maintained
703F: arch/powerpc/
704
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200705POWERPC MPC8XX
Christophe Leroy069fa832017-07-06 10:23:22 +0200706M: Christophe Leroy <christophe.leroy@c-s.fr>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200707S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700708T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200709F: arch/powerpc/cpu/mpc8xx/
710
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200711POWERPC MPC83XX
mario.six@gdsys.cc219d1bf2017-06-09 14:50:47 +0200712M: Mario Six <mario.six@gdsys.cc>
713S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700714T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
Mario Six538b5752018-08-06 10:23:30 +0200715F: drivers/ram/mpc83xx_sdram.c
716F: include/dt-bindings/memory/mpc83xx-sdram.h
Mario Six82ef4ba2018-08-06 10:23:35 +0200717F: drivers/sysreset/sysreset_mpc83xx.c
718F: drivers/sysreset/sysreset_mpc83xx.h
Mario Six7cab1472018-08-06 10:23:36 +0200719F: drivers/clk/mpc83xx_clk.c
720F: drivers/clk/mpc83xx_clk.h
721F: include/dt-bindings/clk/mpc83xx-clk.h
Mario Six3c516552018-08-06 10:23:38 +0200722F: drivers/timer/mpc83xx_timer.c
Mario Six28fbefa2018-08-06 10:23:45 +0200723F: drivers/cpu/mpc83xx_cpu.c
724F: drivers/cpu/mpc83xx_cpu.h
Mario Six7fdcf282018-08-06 10:23:46 +0200725F: drivers/misc/mpc83xx_serdes.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200726F: arch/powerpc/cpu/mpc83xx/
727F: arch/powerpc/include/asm/arch-mpc83xx/
728
729POWERPC MPC85XX
Priyanka Jain0907b102019-09-09 16:55:08 +0530730M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200731S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700732T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200733F: arch/powerpc/cpu/mpc85xx/
734
735POWERPC MPC86XX
Priyanka Jain0907b102019-09-09 16:55:08 +0530736M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200737S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700738T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200739F: arch/powerpc/cpu/mpc86xx/
740
Rick Chen64d4ead2017-12-26 13:55:52 +0800741RISC-V
742M: Rick Chen <rick@andestech.com>
743S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700744T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
Rick Chen64d4ead2017-12-26 13:55:52 +0800745F: arch/riscv/
Heinrich Schuchardtf7d6b072018-12-26 17:20:35 +0100746F: cmd/riscv/
Rick Chen64d4ead2017-12-26 13:55:52 +0800747F: tools/prelink-riscv.c
748
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100749ROCKUSB
750M: Eddie Cai <eddie.cai.linux@gmail.com>
751S: Maintained
752F: drivers/usb/gadget/f_rockusb.c
753F: cmd/rockusb.c
754F: doc/README.rockusb
755
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200756SANDBOX
757M: Simon Glass <sjg@chromium.org>
758S: Maintained
759F: arch/sandbox/
760
761SH
Marek Vasutbb6c4532019-05-16 22:16:54 +0200762M: Marek Vasut <marek.vasut+renesas@gmail.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200763M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
764S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700765T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200766F: arch/sh/
767
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200768SPI
Jagan Tekic4994512019-04-12 18:44:34 +0530769M: Jagan Teki <jagan@amarulasolutions.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200770S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700771T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200772F: drivers/spi/
773F: include/spi*
774
Vignesh R8661c4a2019-02-05 11:29:29 +0530775SPI-NOR
Jagan Tekic4994512019-04-12 18:44:34 +0530776M: Jagan Teki <jagan@amarulasolutions.com>
Vignesh R8661c4a2019-02-05 11:29:29 +0530777M: Vignesh R <vigneshr@ti.com>
778S: Maintained
779F: drivers/mtd/spi/
780F: include/spi_flash.h
781F: include/linux/mtd/cfi.h
782F: include/linux/mtd/spi-nor.h
783
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200784SPMI
785M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
786S: Maintained
787F: drivers/spmi/
788F: include/spmi/
789
Liviu Dudau33967102018-09-28 13:49:31 +0100790TDA19988 HDMI ENCODER
791M: Liviu Dudau <liviu.dudau@foss.arm.com>
792S: Maintained
793F: drivers/video/tda19988.c
794
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600795TI SYSTEM SECURITY
796M: Andrew F. Davis <afd@ti.com>
797S: Supported
798F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600799F: arch/arm/mach-omap2/sec-common.c
800F: arch/arm/mach-omap2/config_secure.mk
Andrew F. Davis2ed41072019-04-12 12:54:45 -0400801F: arch/arm/mach-k3/security.c
Andrew F. Davis3fa338d2019-04-12 12:54:46 -0400802F: arch/arm/mach-k3/config_secure.mk
Andrew F. Davis2d714602017-01-27 10:39:20 -0600803F: configs/am335x_hs_evm_defconfig
Andrew F. Davisad0af442017-09-20 14:33:51 -0500804F: configs/am335x_hs_evm_uart_defconfig
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600805F: configs/am43xx_hs_evm_defconfig
806F: configs/am57xx_hs_evm_defconfig
Andrew F. Davis0ac2f0e2019-01-28 11:43:25 -0600807F: configs/am57xx_hs_evm_usb_defconfig
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600808F: configs/dra7xx_hs_evm_defconfig
Andrew F. Davis2356b0a2019-01-28 11:43:24 -0600809F: configs/dra7xx_hs_evm_usb_defconfig
Lokesh Vutla22bfb8e2017-04-26 11:35:19 +0530810F: configs/k2hk_hs_evm_defconfig
811F: configs/k2e_hs_evm_defconfig
812F: configs/k2g_hs_evm_defconfig
Madan Srinivas9626f5a2018-03-06 11:10:10 -0500813F: configs/k2l_hs_evm_defconfig
Andrew F. Davise47bba02019-04-12 12:54:47 -0400814F: configs/am65x_hs_evm_r5_defconfig
815F: configs/am65x_hs_evm_a53_defconfig
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600816
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200817TQ GROUP
Bin Menga805b4d2016-02-21 19:54:41 -0800818#M: Martin Krause <martin.krause@tq-systems.de>
819S: Orphaned (Since 2016-02)
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200820T: git git://git.denx.de/u-boot-tq-group.git
821
Jens Wiklander14290442018-09-25 16:40:09 +0200822TEE
823M: Jens Wiklander <jens.wiklander@linaro.org>
824S: Maintained
825F: drivers/tee/
826F: include/tee.h
Jens Wiklander8ebf55f2018-09-25 16:40:15 +0200827F: include/tee/
Jens Wiklander14290442018-09-25 16:40:09 +0200828
Bryan O'Donoghued4f579d2019-05-04 01:08:26 +0100829TEE-lib
830M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
831S: Maintained
832F: lib/optee
833
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200834UBI
835M: Kyungmin Park <kmpark@infradead.org>
Heiko Schocher1a1e2942014-11-18 09:08:45 +0100836M: Heiko Schocher <hs@denx.de>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200837S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700838T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200839F: drivers/mtd/ubi/
840
841USB
842M: Marek Vasut <marex@denx.de>
843S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700844T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200845F: drivers/usb/
846
Bin Mengec3d88b2017-11-06 07:39:01 -0800847USB xHCI
848M: Bin Meng <bmeng.cn@gmail.com>
849S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700850T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
Bin Mengec3d88b2017-11-06 07:39:01 -0800851F: drivers/usb/host/xhci*
852
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200853VIDEO
854M: Anatolij Gustschin <agust@denx.de>
855S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700856T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200857F: drivers/video/
Anatolij Gustschinb95bdf62017-08-28 22:39:41 +0200858F: common/lcd*.c
859F: include/lcd*.h
Heinrich Schuchardt5e93eca2018-09-19 20:16:32 +0200860F: include/video*.h
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200861
862X86
863M: Simon Glass <sjg@chromium.org>
Bin Meng277e9192017-07-23 07:36:33 -0700864M: Bin Meng <bmeng.cn@gmail.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200865S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700866T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200867F: arch/x86/
Heinrich Schuchardtf7d6b072018-12-26 17:20:35 +0100868F: cmd/x86/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200869
Chris Zankel41e37372016-08-10 18:36:43 +0300870XTENSA
871M: Max Filippov <jcmvbkbc@gmail.com>
872S: Maintained
873F: arch/xtensa/
874
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200875THE REST
Tom Riniec7f2642015-03-02 08:37:50 -0500876M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200877L: u-boot@lists.denx.de
878Q: http://patchwork.ozlabs.org/project/uboot/list/
879S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700880T: git https://gitlab.denx.de/u-boot/u-boot.git
Otavio Salvadore2fa4ca2018-12-07 19:00:41 -0500881F: configs/tools-only_defconfig
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200882F: *
883F: */