blob: 74a1423f50f750b2a8480d0b671f62bfff077e08 [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>
Pavel Machekae57d5a2014-10-10 01:50:22 +0200114S: Maintainted
Bin Mengf97d5212019-06-18 20:40:54 -0700115T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
Jagan Teki17be70b2016-11-25 23:17:28 +0530116F: arch/arm/mach-socfpga/
Simon Goldschmidtebfb9fb2019-07-15 21:47:54 +0200117F: drivers/sysreset/sysreset_socfpga*
Pavel Machekae57d5a2014-10-10 01:50:22 +0200118
Neil Armstrongfe1a0e42019-01-30 10:53:10 +0100119ARM AMLOGIC SOC SUPPORT
120M: Neil Armstrong <narmstrong@baylibre.com>
121S: Maintained
122L: u-boot-amlogic@groups.io
Bin Mengf97d5212019-06-18 20:40:54 -0700123T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
Neil Armstrongfe1a0e42019-01-30 10:53:10 +0100124F: arch/arm/mach-meson/
125F: arch/arm/include/asm/arch-meson/
Jerome Brunet3da39a82019-02-10 14:54:30 +0100126F: drivers/clk/meson/
Neil Armstrongfe1a0e42019-01-30 10:53:10 +0100127F: drivers/serial/serial_meson.c
128F: drivers/reset/reset-meson.c
129F: drivers/i2c/meson_i2c.c
130F: drivers/net/phy/meson-gxl.c
131F: drivers/adc/meson-saradc.c
132F: drivers/phy/meson*
133F: drivers/mmc/meson_gx_mmc.c
134F: drivers/spi/meson_spifc.c
135F: drivers/pinctrl/meson/
136F: drivers/power/domain/meson-gx-pwrc-vpu.c
137F: drivers/video/meson/
138F: include/configs/meson64.h
139N: meson
140
Stephen Warrend8845db2016-04-04 20:00:41 -0600141ARM BROADCOM BCM283X
Alexander Graff4ba9f02019-02-14 14:37:59 +0100142M: Matthias Brugger <mbrugger@suse.com>
Alexander Graf24772932018-01-25 12:05:54 +0100143S: Maintained
Stephen Warrend8845db2016-04-04 20:00:41 -0600144F: arch/arm/mach-bcm283x/
145F: drivers/gpio/bcm2835_gpio.c
146F: drivers/mmc/bcm2835_sdhci.c
Alexander Graf044725f2018-01-23 18:05:22 +0100147F: drivers/mmc/bcm2835_sdhost.c
Stephen Warrend8845db2016-04-04 20:00:41 -0600148F: drivers/serial/serial_bcm283x_mu.c
Alexander Grafa73b0ec2018-01-25 12:05:55 +0100149F: drivers/serial/serial_bcm283x_pl011.c
Stephen Warrend8845db2016-04-04 20:00:41 -0600150F: drivers/video/bcm2835.c
151F: include/dm/platform_data/serial_bcm283x_mu.h
Alexander Graffce8e5c2018-01-23 18:05:21 +0100152F: drivers/pinctrl/broadcom/
Stephen Warrend8845db2016-04-04 20:00:41 -0600153
Thomas Fitzsimmons919646d2018-06-08 17:59:45 -0400154ARM BROADCOM BCMSTB
155M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
156S: Maintained
157F: arch/arm/mach-bcmstb/
158F: board/broadcom/bcmstb/
Thomas Fitzsimmons4c851ef2018-08-22 18:37:55 -0400159F: configs/bcm7*_defconfig
Thomas Fitzsimmons919646d2018-06-08 17:59:45 -0400160F: doc/README.bcm7xxx
161F: drivers/mmc/bcmstb_sdhci.c
162F: drivers/spi/bcmstb_spi.c
163
Marek Behúndb511fe2018-12-17 16:10:07 +0100164ARM/CZ.NIC TURRIS MOX SUPPORT
165M: Marek Behun <marek.behun@nic.cz>
166S: Maintained
167F: arch/arm/dts/armada-3720-turris-mox.dts
168F: board/CZ.NIC/
169F: configs/turris_*_defconfig
170F: include/configs/turris_*.h
171
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200172ARM FREESCALE IMX
173M: Stefano Babic <sbabic@denx.de>
Fabio Estevame6943252019-01-21 14:29:54 -0200174M: Fabio Estevam <festevam@gmail.com>
Peng Fan3782a752018-12-15 12:07:02 +0000175R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200176S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700177T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200178F: arch/arm/cpu/arm1136/mx*/
179F: arch/arm/cpu/arm926ejs/mx*/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200180F: arch/arm/cpu/armv7/vf610/
Fabio Estevam1ed7d652019-05-10 09:23:53 -0300181F: arch/arm/dts/*imx*
Stefano Babic33731bc2017-06-29 10:16:06 +0200182F: arch/arm/mach-imx/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200183F: arch/arm/include/asm/arch-imx/
184F: arch/arm/include/asm/arch-mx*/
185F: arch/arm/include/asm/arch-vf610/
Stefano Babic33731bc2017-06-29 10:16:06 +0200186F: arch/arm/include/asm/mach-imx/
Fabio Estevama6b0f172016-07-26 21:27:49 -0300187F: board/freescale/*mx*/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200188
Peter Griffin58eb5b12016-04-20 17:13:58 +0100189ARM HISILICON
190M: Peter Griffin <peter.griffin@linaro.org>
Manivannan Sadhasivam29588552019-08-02 20:40:11 +0530191M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Peter Griffin58eb5b12016-04-20 17:13:58 +0100192S: Maintained
193F: arch/arm/cpu/armv8/hisilicon
Heinrich Schuchardtb4378fd2018-03-12 23:02:17 +0100194F: arch/arm/include/asm/arch-hi6220/
Manivannan Sadhasivam29588552019-08-02 20:40:11 +0530195F: arch/arm/include/asm/arch-hi3660/
Peter Griffin58eb5b12016-04-20 17:13:58 +0100196
Stefan Roese753f16e2019-02-15 13:56:56 +0100197ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
Stefan Roese439c6e92016-01-14 05:00:00 +0100198M: Stefan Roese <sr@denx.de>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200199S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700200T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
Masahiro Yamada5e5e23a2015-02-20 17:04:06 +0900201F: arch/arm/mach-kirkwood/
Stefan Roese439c6e92016-01-14 05:00:00 +0100202F: arch/arm/mach-mvebu/
Ken Ma3984dac2018-05-25 15:49:24 +0800203F: drivers/ata/ahci_mvebu.c
Stefan Roese753f16e2019-02-15 13:56:56 +0100204F: drivers/ddr/marvell/
205F: drivers/gpio/mvebu_gpio.c
206F: drivers/spi/kirkwood_spi.c
207F: drivers/pci/pci_mvebu.c
208F: drivers/pci/pcie_dw_mvebu.c
209F: drivers/watchdog/orion_wdt.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200210
211ARM MARVELL PXA
212M: Marek Vasut <marex@denx.de>
213S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700214T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200215F: arch/arm/cpu/pxa/
216F: arch/arm/include/asm/arch-pxa/
217
developeree0fe4b2018-11-15 10:08:06 +0800218ARM MEDIATEK
219M: Ryder Lee <ryder.lee@mediatek.com>
220M: Weijie Gao <weijie.gao@mediatek.com>
developer1a318002019-07-29 22:17:46 +0800221R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
developeree0fe4b2018-11-15 10:08:06 +0800222S: Maintained
223F: arch/arm/mach-mediatek/
224F: arch/arm/include/asm/arch-mediatek/
225F: board/mediatek/
226F: doc/README.mediatek
227F: drivers/clk/mediatek/
228F: drivers/mmc/mtk-sd.c
229F: drivers/pinctrl/mediatek/
230F: drivers/power/domain/mtk-power-domain.c
231F: drivers/ram/mediatek/
developer8a78b4d2019-07-22 17:09:01 +0530232F: drivers/spi/mtk_snfi_spi.c
developeree0fe4b2018-11-15 10:08:06 +0800233F: drivers/timer/mtk_timer.c
234F: drivers/watchdog/mtk_wdt.c
developer11fe9f22018-12-20 16:12:58 +0800235F: drivers/net/mtk_eth.c
236F: drivers/reset/reset-mediatek.c
developeree0fe4b2018-11-15 10:08:06 +0800237F: tools/mtk_image.c
238F: tools/mtk_image.h
239N: mediatek
240
Eugen Hristev38d59902019-02-05 10:20:39 +0000241ARM MICROCHIP/ATMEL AT91
242M: Eugen Hristev <eugen.hristev@microchip.com>
243S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700244T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
Eugen Hristev38d59902019-02-05 10:20:39 +0000245F: arch/arm/mach-at91/
246F: board/atmel/
247
Manivannan Sadhasivam24ac4732018-06-14 23:38:39 +0530248ARM OWL
249M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
250S: Maintained
251F: arch/arm/include/asm/arch-owl/
252F: arch/arm/mach-owl/
253F: board/ucRobotics/
254F: drivers/clk/owl/
255F: drivers/serial/serial_owl.c
256
Nobuhiro Iwamatsue69f9402015-10-10 06:09:03 +0900257ARM RENESAS RMOBILE/R-CAR
258M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Marek Vasut38534812017-10-15 14:51:55 +0200259M: Marek Vasut <marek.vasut+renesas@gmail.com>
Nobuhiro Iwamatsue69f9402015-10-10 06:09:03 +0900260S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700261T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Nobuhiro Iwamatsue69f9402015-10-10 06:09:03 +0900262F: arch/arm/mach-rmobile/
263
Masahiro Yamada8659a2d2016-01-05 10:47:10 +0900264ARM ROCKCHIP
265M: Simon Glass <sjg@chromium.org>
Philipp Tomsich30e7b532017-06-21 15:13:38 +0200266M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Kever Yang45d5f092019-04-03 15:28:16 +0800267M: Kever Yang <kever.yang@rock-chips.com>
Masahiro Yamada8659a2d2016-01-05 10:47:10 +0900268S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700269T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
Philipp Tomsich2e5f2ae2017-11-27 00:18:42 +0100270F: arch/arm/include/asm/arch-rockchip/
Masahiro Yamada8659a2d2016-01-05 10:47:10 +0900271F: arch/arm/mach-rockchip/
Kever Yange1e9f162017-05-23 15:01:14 +0800272F: board/rockchip/
Philipp Tomsich2e5f2ae2017-11-27 00:18:42 +0100273F: drivers/clk/rockchip/
274F: drivers/gpio/rk_gpio.c
275F: drivers/misc/rockchip-efuse.c
Philipp Tomsich5c700dd2018-03-26 19:59:09 +0200276F: drivers/mmc/rockchip_sdhci.c
277F: drivers/mmc/rockchip_dw_mmc.c
Philipp Tomsich2e5f2ae2017-11-27 00:18:42 +0100278F: drivers/pinctrl/rockchip/
279F: drivers/ram/rockchip/
280F: drivers/sysreset/sysreset_rockchip.c
Philipp Tomsich01aaaf72018-02-23 17:38:53 +0100281F: drivers/video/rockchip/
Philipp Tomsich2e5f2ae2017-11-27 00:18:42 +0100282F: tools/rkcommon.c
283F: tools/rkcommon.h
284F: tools/rkimage.c
285F: tools/rksd.c
286F: tools/rkspi.c
Masahiro Yamada8659a2d2016-01-05 10:47:10 +0900287
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200288ARM SAMSUNG
289M: Minkyu Kang <mk7.kang@samsung.com>
290S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700291T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
Minkyu Kang56b820a2015-11-20 15:24:57 +0900292F: arch/arm/mach-exynos/
293F: arch/arm/mach-s5pc1xx/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200294F: arch/arm/cpu/armv7/s5p-common/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200295
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200296ARM SNAPDRAGON
Ramon Friedef7abbe2019-06-06 21:35:05 +0300297M: Ramon Fried <rfried.dev@gmail.com>
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200298S: Maintained
299F: arch/arm/mach-snapdragon/
Ramon Friedbd3889e2018-08-03 20:56:27 +0300300F: drivers/gpio/msm_gpio.c
301F: drivers/mmc/msm_sdhci.c
Ramon Fried019fb8c2018-09-21 13:35:47 +0300302F: drivers/phy/msm8916-usbh-phy.c
Ramon Friedbd3889e2018-08-03 20:56:27 +0300303F: drivers/serial/serial_msm.c
Ramon Fried4b4bd492018-07-02 02:57:56 +0300304F: drivers/smem/msm_smem.c
Ramon Friedbd3889e2018-08-03 20:56:27 +0300305F: drivers/usb/host/ehci-msm.c
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200306
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +0100307ARM STI
308M: Patrice Chotard <patrice.chotard@st.com>
309S: Maintained
310F: arch/arm/mach-sti/
311F: arch/arm/include/asm/arch-sti*/
312
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200313ARM STM SPEAR
Bin Menga805b4d2016-02-21 19:54:41 -0800314#M: Vipin Kumar <vipin.kumar@st.com>
315S: Orphaned (Since 2016-02)
Bin Mengf97d5212019-06-18 20:40:54 -0700316T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200317F: arch/arm/cpu/arm926ejs/spear/
318F: arch/arm/include/asm/arch-spear/
319
Patrick Delaunay85b53972018-03-12 10:46:10 +0100320ARM STM STM32MP
321M: Patrick Delaunay <patrick.delaunay@st.com>
Patrice Chotardcb513e82018-08-06 11:52:23 +0200322M: Patrice Chotard <patrice.chotard@st.com>
Patrick Delaunay157370e2018-11-08 17:52:21 +0100323L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
Patrice Chotard52b0e292019-06-20 15:35:28 +0200324T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm
Patrick Delaunay85b53972018-03-12 10:46:10 +0100325S: Maintained
Patrick Delaunay209e7e22019-01-21 17:20:00 +0100326F: arch/arm/mach-stm32mp/
Heinrich Schuchardt356bb3a2018-04-04 01:16:08 +0200327F: drivers/clk/clk_stm32mp1.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200328F: drivers/i2c/stm32f7_i2c.c
Fabien Dessennec09d41e2019-05-14 11:20:35 +0200329F: drivers/mailbox/stm32-ipcc.c
Patrick Delaunay0c4656b2018-05-17 15:24:06 +0200330F: drivers/misc/stm32mp_fuse.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200331F: drivers/mmc/stm32_sdmmc2.c
332F: drivers/phy/phy-stm32-usbphyc.c
333F: drivers/pinctrl/pinctrl_stm32.c
Patrick Delaunayd79218f2019-02-04 11:26:17 +0100334F: drivers/power/pmic/stpmic1.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200335F: drivers/power/regulator/stm32-vrefbuf.c
Patrick Delaunayd79218f2019-02-04 11:26:17 +0100336F: drivers/power/regulator/stpmic1.c
Heinrich Schuchardt356bb3a2018-04-04 01:16:08 +0200337F: drivers/ram/stm32mp1/
Fabien Dessenne12750dd2019-05-31 15:11:35 +0200338F: drivers/remoteproc/stm32_copro.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200339F: drivers/misc/stm32_rcc.c
340F: drivers/reset/stm32-reset.c
341F: drivers/spi/stm32_qspi.c
Patrice Chotard0b08bf82019-04-30 18:08:28 +0200342F: drivers/spi/stm32_spi.c
Patrice Chotard473b2442019-04-30 17:26:22 +0200343F: drivers/watchdog/stm32mp_wdt.c
Patrick Delaunay85b53972018-03-12 10:46:10 +0100344
Vikas Manocha33913c52014-11-18 10:42:22 -0800345ARM STM STV0991
346M: Vikas Manocha <vikas.manocha@st.com>
347S: Maintained
348F: arch/arm/cpu/armv7/stv0991/
349F: arch/arm/include/asm/arch-stv0991/
350
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200351ARM SUNXI
Jagan Tekic4994512019-04-12 18:44:34 +0530352M: Jagan Teki <jagan@amarulasolutions.com>
Maxime Ripard25e389d2018-02-02 21:45:23 +0100353M: Maxime Ripard <maxime.ripard@bootlin.com>
Chen-Yu Tsai0817afc2017-03-01 14:03:34 +0800354S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700355T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200356F: arch/arm/cpu/armv7/sunxi/
357F: arch/arm/include/asm/arch-sunxi/
Chen-Yu Tsai0817afc2017-03-01 14:03:34 +0800358F: arch/arm/mach-sunxi/
359F: board/sunxi/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200360
361ARM TEGRA
362M: Tom Warren <twarren@nvidia.com>
363S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700364T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
Masahiro Yamadaed1632a2015-02-20 17:04:04 +0900365F: arch/arm/mach-tegra/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200366F: arch/arm/include/asm/arch-tegra*/
367
368ARM TI
Tom Riniec7f2642015-03-02 08:37:50 -0500369M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200370S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700371T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
Masahiro Yamada5abb7212015-04-08 18:23:23 +0900372F: arch/arm/mach-davinci/
Lokesh Vutla9bdec002018-08-27 15:57:08 +0530373F: arch/arm/mach-k3/
Masahiro Yamada5abb7212015-04-08 18:23:23 +0900374F: arch/arm/mach-keystone/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200375F: arch/arm/include/asm/arch-omap*/
376F: arch/arm/include/asm/ti-common/
377
Masahiro Yamada28f17442014-10-03 19:21:08 +0900378ARM UNIPHIER
Masahiro Yamadaebe2ba92015-03-11 13:01:35 +0900379M: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada28f17442014-10-03 19:21:08 +0900380S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700381T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
Masahiro Yamadaf8563982015-02-27 02:26:42 +0900382F: arch/arm/mach-uniphier/
Masahiro Yamadade8a2382015-12-17 18:00:39 +0900383F: configs/uniphier_*_defconfig
Masahiro Yamada95d469e2015-02-05 14:30:24 +0900384N: uniphier
Masahiro Yamada28f17442014-10-03 19:21:08 +0900385
Michal Simek4b066a12018-08-22 14:55:27 +0200386ARM VERSAL
387M: Michal Simek <michal.simek@xilinx.com>
388S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700389T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek4b066a12018-08-22 14:55:27 +0200390F: arch/arm/mach-versal/
391
Liviu Dudau688db7f2018-09-28 13:43:31 +0100392ARM VERSATILE EXPRESS DRIVERS
393M: Liviu Dudau <liviu.dudau@foss.arm.com>
394S: Maintained
395T: git git://github.com/ARM-software/u-boot.git
396F: drivers/misc/vexpress_config.c
397N: vexpress
398
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200399ARM ZYNQ
400M: Michal Simek <monstr@monstr.eu>
401S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700402T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek0cdefc22018-03-13 11:07:25 +0100403F: arch/arm/mach-zynq/
404F: drivers/clk/clk_zynq.c
405F: drivers/fpga/zynqpl.c
406F: drivers/gpio/zynq_gpio.c
407F: drivers/i2c/i2c-cdns.c
408F: drivers/i2c/muxes/pca954x.c
409F: drivers/i2c/zynq_i2c.c
410F: drivers/mmc/zynq_sdhci.c
Miquel Raynal1f1ae152018-08-16 17:30:07 +0200411F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100412F: drivers/net/phy/xilinx_phy.c
413F: drivers/net/zynq_gem.c
414F: drivers/serial/serial_zynq.c
415F: drivers/spi/zynq_qspi.c
416F: drivers/spi/zynq_spi.c
417F: drivers/usb/host/ehci-zynq.c
418F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt736eab82018-04-04 09:22:03 +0200419F: include/zynqpl.h
Michal Simek0cdefc22018-03-13 11:07:25 +0100420F: tools/zynqimage.c
421N: zynq
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200422
Michal Simek04b7e622015-01-15 10:01:51 +0100423ARM ZYNQMP
424M: Michal Simek <michal.simek@xilinx.com>
425S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700426T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek7f60b232019-01-17 08:22:43 +0100427F: arch/arm/mach-zynqmp/
Michal Simek90582a82018-03-13 11:50:22 +0100428F: drivers/clk/clk_zynqmp.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100429F: drivers/fpga/zynqpl.c
430F: drivers/gpio/zynq_gpio.c
431F: drivers/i2c/i2c-cdns.c
432F: drivers/i2c/muxes/pca954x.c
433F: drivers/i2c/zynq_i2c.c
434F: drivers/mmc/zynq_sdhci.c
Miquel Raynal1f1ae152018-08-16 17:30:07 +0200435F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100436F: drivers/net/phy/xilinx_phy.c
437F: drivers/net/zynq_gem.c
438F: drivers/serial/serial_zynq.c
439F: drivers/spi/zynq_qspi.c
440F: drivers/spi/zynq_spi.c
Michal Simekc3caac52018-04-17 13:40:46 +0200441F: drivers/timer/cadence-ttc.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100442F: drivers/usb/host/ehci-zynq.c
443F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt736eab82018-04-04 09:22:03 +0200444F: include/zynqmppl.h
Alexander Graf56179ca2018-04-13 14:18:51 +0200445F: tools/zynqmp*
Michal Simek24a686a2018-07-24 16:27:00 +0200446N: ultra96
Michal Simek0cdefc22018-03-13 11:07:25 +0100447N: zynqmp
Michal Simek04b7e622015-01-15 10:01:51 +0100448
Michal Simekb513bcd2018-04-12 17:39:46 +0200449ARM ZYNQMP R5
450M: Michal Simek <michal.simek@xilinx.com>
451S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700452T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simekb513bcd2018-04-12 17:39:46 +0200453F: arch/arm/mach-zynqmp-r5/
454
Simon Glass39014842018-11-25 20:07:26 -0700455BINMAN
456M: Simon Glass <sjg@chromium.org>
457S: Maintained
458F: tools/binman/
459
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200460BUILDMAN
461M: Simon Glass <sjg@chromium.org>
462S: Maintained
463F: tools/buildman/
464
465CFI FLASH
466M: Stefan Roese <sr@denx.de>
467S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700468T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
Stefan Roese5fe7b1e2014-10-31 13:57:42 +0100469F: drivers/mtd/cfi_flash.c
470F: drivers/mtd/jedec_flash.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200471
Lukasz Majewski123513f2019-06-24 15:50:52 +0200472CLOCK
473M: Lukasz Majewski <lukma@denx.de>
474S: Maintained
475T: git git://git.denx.de/u-boot-dfu.git
476F: drivers/clk/
477F: drivers/clk/imx/
478
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200479COLDFIRE
Fabio Estevamc9cfd722018-05-01 15:54:39 -0300480M: Huan Wang <alison.wang@nxp.com>
angelo@sysam.it27069772014-11-24 15:36:57 +0100481M: Angelo Dureghello <angelo@sysam.it>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200482S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700483T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200484F: arch/m68k/
485
486DFU
Lukasz Majewski0bc31e32017-01-16 00:04:10 +0100487M: Lukasz Majewski <lukma@denx.de>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200488S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700489T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
Lukasz Majewskifea16092019-03-30 16:22:21 +0100490F: cmd/dfu.c
491F: cmd/usb_*.c
492F: common/dfu.c
493F: common/update.c
494F: common/usb_storage.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200495F: drivers/dfu/
Lukasz Majewski555f69d2015-02-26 13:23:49 +0100496F: drivers/usb/gadget/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200497
498DRIVER MODEL
499M: Simon Glass <sjg@chromium.org>
500S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700501T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200502F: drivers/core/
503F: include/dm/
504F: test/dm/
505
Alexander Graf71042492016-03-04 01:10:10 +0100506EFI PAYLOAD
Alexander Graf3427bff2019-02-14 14:35:17 +0100507M: Heinrich Schuchardt <xypron.glpk@gmx.de>
508R: Alexander Graf <agraf@csgraf.de>
Alexander Graf71042492016-03-04 01:10:10 +0100509S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700510T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
Heinrich Schuchardtfd0b53f2019-07-26 06:46:08 +0200511F: doc/uefi/*
Heinrich Schuchardt447f4592018-09-04 19:34:55 +0200512F: include/capitalization.h
Heinrich Schuchardtf4b47a92019-05-08 19:41:35 +0200513F: include/charset.h
Heinrich Schuchardte59072a2018-09-04 19:34:58 +0200514F: include/cp1250.h
515F: include/cp437.h
Heinrich Schuchardtd33ae3e2017-09-15 10:06:11 +0200516F: include/efi*
Heinrich Schuchardt467fd7a2018-01-31 18:45:35 +0000517F: include/pe.h
518F: include/asm-generic/pe.h
Heinrich Schuchardt4541fa52018-07-05 19:43:50 +0200519F: lib/charset.c
Heinrich Schuchardtd0ecef42018-01-02 16:00:45 +0100520F: lib/efi*/
Heinrich Schuchardtd33ae3e2017-09-15 10:06:11 +0200521F: test/py/tests/test_efi*
Heinrich Schuchardtb8b6c812018-08-31 21:31:28 +0200522F: test/unicode_ut.c
Alexander Graf71042492016-03-04 01:10:10 +0100523F: cmd/bootefi.c
AKASHI Takahiroe7c08832019-02-25 15:54:38 +0900524F: cmd/efidebug.c
AKASHI Takahiro117e68a2019-02-25 15:54:36 +0900525F: cmd/nvedit_efi.c
Heinrich Schuchardteee22492018-01-17 20:16:09 +0100526F: tools/file2include.c
Alexander Graf71042492016-03-04 01:10:10 +0100527
Michal Simekffd27f22018-07-18 17:03:13 +0200528FPGA
529M: Michal Simek <michal.simek@xilinx.com>
530S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700531T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simekffd27f22018-07-18 17:03:13 +0200532F: drivers/fpga/
533F: cmd/fpga.c
534F: include/fpga.h
535
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200536FLATTENED DEVICE TREE
537M: Simon Glass <sjg@chromium.org>
538S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700539T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200540F: lib/fdtdec*
541F: lib/libfdt/
542F: include/fdt*
Heinrich Schuchardt788a9612018-03-12 23:08:09 +0100543F: include/linux/libfdt*
Andreas Färber6c8b1d02016-10-26 18:14:00 +0200544F: cmd/fdt.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200545F: common/fdt_support.c
546
547FREEBSD
548M: Rafal Jaworowski <raj@semihalf.com>
549S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700550T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200551
552FREESCALE QORIQ
York Sunba285f32019-02-04 08:22:58 -0800553M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200554S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700555T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
Qiang Zhao3af19942019-05-07 03:16:09 +0000556F: drivers/watchdog/sp805_wdt.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200557
558I2C
559M: Heiko Schocher <hs@denx.de>
560S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700561T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200562F: drivers/i2c/
563
Simon Glassd95645d2017-12-04 13:48:24 -0700564LOGGING
565M: Simon Glass <sjg@chromium.org>
566S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700567T: git https://gitlab.denx.de/u-boot/u-boot.git
Simon Glassd95645d2017-12-04 13:48:24 -0700568F: common/log.c
569F: cmd/log.c
Simon Glass14c8a062017-12-04 13:48:27 -0700570F: test/log/log_test.c
Simon Glass5f0e0c82017-12-04 13:48:30 -0700571F: test/py/tests/test_log.py
Simon Glassd95645d2017-12-04 13:48:24 -0700572
Liviu Dudau8373ed32018-09-28 13:50:53 +0100573MALI DISPLAY PROCESSORS
574M: Liviu Dudau <liviu.dudau@foss.arm.com>
575S: Supported
576T: git git://github.com/ARM-software/u-boot.git
577F: drivers/video/mali_dp.c
Heiko Schochera37c1962018-10-11 07:26:33 +0200578F: drivers/i2c/i2c-versatile.c
Liviu Dudau8373ed32018-09-28 13:50:53 +0100579
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200580MICROBLAZE
581M: Michal Simek <monstr@monstr.eu>
582S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700583T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200584F: arch/microblaze/
Michal Simek0cdefc22018-03-13 11:07:25 +0100585F: cmd/mfsl.c
586F: drivers/gpio/xilinx_gpio.c
587F: drivers/net/xilinx_axi_emac.c
588F: drivers/net/xilinx_emaclite.c
589F: drivers/serial/serial_xuartlite.c
590F: drivers/spi/xilinx_spi.c
Michal Simek8a196af2018-07-13 11:04:56 +0200591F: drivers/sysreset/sysreset_gpio.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100592F: drivers/watchdog/xilinx_tb_wdt.c
593N: xilinx
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200594
595MIPS
596M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
597S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700598T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200599F: arch/mips/
600
Gregory CLEMENTaf05ee52018-12-14 16:16:47 +0100601MIPS MSCC
602M: Gregory CLEMENT <gregory.clement@bootlin.com>
603M: Lars Povlsen <lars.povlsen@microchip.com>
604M: Horatiu Vultur <horatiu.vultur@microchip.com>
605S: Maintained
606F: arch/mips/mach-mscc/
Gregory CLEMENTdc253e22018-12-14 16:16:50 +0100607F: arch/mips/dts/luton*
Gregory CLEMENTb622f8f2018-12-14 16:16:49 +0100608F: arch/mips/dts/mscc*
609F: arch/mips/dts/ocelot*
Horatiu Vultur6dfdd0c2019-01-12 18:56:57 +0100610F: arch/mips/dts/jr2*
Horatiu Vultur40fbed22019-01-12 18:56:59 +0100611F: arch/mips/dts/serval*
Gregory CLEMENTb622f8f2018-12-14 16:16:49 +0100612F: board/mscc/
613F: configs/mscc*
Lars Povlsen37a209c2019-01-02 09:52:21 +0100614F: drivers/gpio/mscc_sgpio.c
Lars Povlsenf01b7322019-01-08 10:38:33 +0100615F: drivers/spi/mscc_bb_spi.c
Gregory CLEMENTb622f8f2018-12-14 16:16:49 +0100616F: include/configs/vcoreiii.h
Horatiu Vulturf73c3df2019-04-24 11:27:59 +0200617F: include/dt-bindings/mscc/
Horatiu Vultur2d4fb842019-01-12 18:56:55 +0100618F: drivers/pinctrl/mscc/
Horatiu Vulturad2bf652019-01-31 15:30:33 +0100619F: drivers/net/mscc_eswitch/
Gregory CLEMENTaf05ee52018-12-14 16:16:47 +0100620
Paul Burton96c68472018-12-16 19:25:22 -0300621MIPS JZ4780
622M: Ezequiel Garcia <ezequiel@collabora.com>
623S: Maintained
624F: arch/mips/mach-jz47xx/
625
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200626MMC
Peng Fan9944c632019-04-24 11:56:58 +0000627M: Peng Fan <peng.fan@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200628S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700629T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200630F: drivers/mmc/
631
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100632NAND FLASH
Tom Rini837e6432018-07-26 12:02:03 -0400633#M: Scott Wood <oss@buserror.net>
634S: Orphaned (Since 2018-07)
Bin Mengf97d5212019-06-18 20:40:54 -0700635T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
Miquel Raynal1f1ae152018-08-16 17:30:07 +0200636F: drivers/mtd/nand/raw/
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100637
638NDS32
Rick Chen3911d1a2019-07-09 13:59:28 +0800639M: Rick Chen <rick@andestech.com>
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100640S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700641T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100642F: arch/nds32/
643
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +0100644NETWORK
645M: Joe Hershberger <joe.hershberger@ni.com>
646S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700647T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +0100648F: drivers/net/
Heinrich Schuchardt0c5d4e72019-07-14 21:55:25 +0200649F: include/net.h
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +0100650F: net/
651
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100652NIOS
653M: Thomas Chou <thomas@wytron.com.tw>
654S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700655T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100656F: arch/nios2/
657
658ONENAND
659#M: Lukasz Majewski <l.majewski@majess.pl>
660S: Orphaned (Since 2017-01)
Bin Mengf97d5212019-06-18 20:40:54 -0700661T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100662F: drivers/mtd/onenand/
663
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200664PATMAN
665M: Simon Glass <sjg@chromium.org>
666S: Maintained
667F: tools/patman/
668
Ramon Fried663686d2019-04-27 11:15:21 +0300669PCI Endpoint
670M: Ramon Fried <rfried.dev@gmail.com>
671S: Maintained
672F: drivers/pci_endpoint/
673F: include/pci_ep.h
674
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100675POWER
676M: Jaehoon Chung <jh80.chung@samsung.com>
677S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700678T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100679F: drivers/power/
680
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200681POWERPC
682M: Wolfgang Denk <wd@denx.de>
683S: Maintained
684F: arch/powerpc/
685
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200686POWERPC MPC8XX
Christophe Leroy069fa832017-07-06 10:23:22 +0200687M: Christophe Leroy <christophe.leroy@c-s.fr>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200688S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700689T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200690F: arch/powerpc/cpu/mpc8xx/
691
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200692POWERPC MPC83XX
mario.six@gdsys.cc219d1bf2017-06-09 14:50:47 +0200693M: Mario Six <mario.six@gdsys.cc>
694S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700695T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
Mario Six538b5752018-08-06 10:23:30 +0200696F: drivers/ram/mpc83xx_sdram.c
697F: include/dt-bindings/memory/mpc83xx-sdram.h
Mario Six82ef4ba2018-08-06 10:23:35 +0200698F: drivers/sysreset/sysreset_mpc83xx.c
699F: drivers/sysreset/sysreset_mpc83xx.h
Mario Six7cab1472018-08-06 10:23:36 +0200700F: drivers/clk/mpc83xx_clk.c
701F: drivers/clk/mpc83xx_clk.h
702F: include/dt-bindings/clk/mpc83xx-clk.h
Mario Six3c516552018-08-06 10:23:38 +0200703F: drivers/timer/mpc83xx_timer.c
Mario Six28fbefa2018-08-06 10:23:45 +0200704F: drivers/cpu/mpc83xx_cpu.c
705F: drivers/cpu/mpc83xx_cpu.h
Mario Six7fdcf282018-08-06 10:23:46 +0200706F: drivers/misc/mpc83xx_serdes.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200707F: arch/powerpc/cpu/mpc83xx/
708F: arch/powerpc/include/asm/arch-mpc83xx/
709
710POWERPC MPC85XX
York Sunba285f32019-02-04 08:22:58 -0800711M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200712S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700713T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200714F: arch/powerpc/cpu/mpc85xx/
715
716POWERPC MPC86XX
York Sunba285f32019-02-04 08:22:58 -0800717M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200718S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700719T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200720F: arch/powerpc/cpu/mpc86xx/
721
Rick Chen64d4ead2017-12-26 13:55:52 +0800722RISC-V
723M: Rick Chen <rick@andestech.com>
724S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700725T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
Rick Chen64d4ead2017-12-26 13:55:52 +0800726F: arch/riscv/
Heinrich Schuchardtf7d6b072018-12-26 17:20:35 +0100727F: cmd/riscv/
Rick Chen64d4ead2017-12-26 13:55:52 +0800728F: tools/prelink-riscv.c
729
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100730ROCKUSB
731M: Eddie Cai <eddie.cai.linux@gmail.com>
732S: Maintained
733F: drivers/usb/gadget/f_rockusb.c
734F: cmd/rockusb.c
735F: doc/README.rockusb
736
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200737SANDBOX
738M: Simon Glass <sjg@chromium.org>
739S: Maintained
740F: arch/sandbox/
741
742SH
Marek Vasutbb6c4532019-05-16 22:16:54 +0200743M: Marek Vasut <marek.vasut+renesas@gmail.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200744M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
745S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700746T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200747F: arch/sh/
748
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200749SPI
Jagan Tekic4994512019-04-12 18:44:34 +0530750M: Jagan Teki <jagan@amarulasolutions.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200751S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700752T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200753F: drivers/spi/
754F: include/spi*
755
Vignesh R8661c4a2019-02-05 11:29:29 +0530756SPI-NOR
Jagan Tekic4994512019-04-12 18:44:34 +0530757M: Jagan Teki <jagan@amarulasolutions.com>
Vignesh R8661c4a2019-02-05 11:29:29 +0530758M: Vignesh R <vigneshr@ti.com>
759S: Maintained
760F: drivers/mtd/spi/
761F: include/spi_flash.h
762F: include/linux/mtd/cfi.h
763F: include/linux/mtd/spi-nor.h
764
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200765SPMI
766M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
767S: Maintained
768F: drivers/spmi/
769F: include/spmi/
770
Liviu Dudau33967102018-09-28 13:49:31 +0100771TDA19988 HDMI ENCODER
772M: Liviu Dudau <liviu.dudau@foss.arm.com>
773S: Maintained
774F: drivers/video/tda19988.c
775
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600776TI SYSTEM SECURITY
777M: Andrew F. Davis <afd@ti.com>
778S: Supported
779F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600780F: arch/arm/mach-omap2/sec-common.c
781F: arch/arm/mach-omap2/config_secure.mk
Andrew F. Davis2ed41072019-04-12 12:54:45 -0400782F: arch/arm/mach-k3/security.c
Andrew F. Davis3fa338d2019-04-12 12:54:46 -0400783F: arch/arm/mach-k3/config_secure.mk
Andrew F. Davis2d714602017-01-27 10:39:20 -0600784F: configs/am335x_hs_evm_defconfig
Andrew F. Davisad0af442017-09-20 14:33:51 -0500785F: configs/am335x_hs_evm_uart_defconfig
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600786F: configs/am43xx_hs_evm_defconfig
787F: configs/am57xx_hs_evm_defconfig
Andrew F. Davis0ac2f0e2019-01-28 11:43:25 -0600788F: configs/am57xx_hs_evm_usb_defconfig
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600789F: configs/dra7xx_hs_evm_defconfig
Andrew F. Davis2356b0a2019-01-28 11:43:24 -0600790F: configs/dra7xx_hs_evm_usb_defconfig
Lokesh Vutla22bfb8e2017-04-26 11:35:19 +0530791F: configs/k2hk_hs_evm_defconfig
792F: configs/k2e_hs_evm_defconfig
793F: configs/k2g_hs_evm_defconfig
Madan Srinivas9626f5a2018-03-06 11:10:10 -0500794F: configs/k2l_hs_evm_defconfig
Andrew F. Davise47bba02019-04-12 12:54:47 -0400795F: configs/am65x_hs_evm_r5_defconfig
796F: configs/am65x_hs_evm_a53_defconfig
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600797
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200798TQ GROUP
Bin Menga805b4d2016-02-21 19:54:41 -0800799#M: Martin Krause <martin.krause@tq-systems.de>
800S: Orphaned (Since 2016-02)
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200801T: git git://git.denx.de/u-boot-tq-group.git
802
Jens Wiklander14290442018-09-25 16:40:09 +0200803TEE
804M: Jens Wiklander <jens.wiklander@linaro.org>
805S: Maintained
806F: drivers/tee/
807F: include/tee.h
Jens Wiklander8ebf55f2018-09-25 16:40:15 +0200808F: include/tee/
Jens Wiklander14290442018-09-25 16:40:09 +0200809
Bryan O'Donoghued4f579d2019-05-04 01:08:26 +0100810TEE-lib
811M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
812S: Maintained
813F: lib/optee
814
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200815UBI
816M: Kyungmin Park <kmpark@infradead.org>
Heiko Schocher1a1e2942014-11-18 09:08:45 +0100817M: Heiko Schocher <hs@denx.de>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200818S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700819T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200820F: drivers/mtd/ubi/
821
822USB
823M: Marek Vasut <marex@denx.de>
824S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700825T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200826F: drivers/usb/
827
Bin Mengec3d88b2017-11-06 07:39:01 -0800828USB xHCI
829M: Bin Meng <bmeng.cn@gmail.com>
830S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700831T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
Bin Mengec3d88b2017-11-06 07:39:01 -0800832F: drivers/usb/host/xhci*
833
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200834VIDEO
835M: Anatolij Gustschin <agust@denx.de>
836S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700837T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200838F: drivers/video/
Anatolij Gustschinb95bdf62017-08-28 22:39:41 +0200839F: common/lcd*.c
840F: include/lcd*.h
Heinrich Schuchardt5e93eca2018-09-19 20:16:32 +0200841F: include/video*.h
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200842
843X86
844M: Simon Glass <sjg@chromium.org>
Bin Meng277e9192017-07-23 07:36:33 -0700845M: Bin Meng <bmeng.cn@gmail.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200846S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700847T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200848F: arch/x86/
Heinrich Schuchardtf7d6b072018-12-26 17:20:35 +0100849F: cmd/x86/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200850
Chris Zankel41e37372016-08-10 18:36:43 +0300851XTENSA
852M: Max Filippov <jcmvbkbc@gmail.com>
853S: Maintained
854F: arch/xtensa/
855
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200856THE REST
Tom Riniec7f2642015-03-02 08:37:50 -0500857M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200858L: u-boot@lists.denx.de
859Q: http://patchwork.ozlabs.org/project/uboot/list/
860S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700861T: git https://gitlab.denx.de/u-boot/u-boot.git
Otavio Salvadore2fa4ca2018-12-07 19:00:41 -0500862F: configs/tools-only_defconfig
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200863F: *
864F: */