blob: f983bfd4891dcc2f649253488e490de442bf4d0e [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 -----------------------------------
53ARC
54M: Alexey Brodkin <alexey.brodkin@synopsys.com>
Eugeniy Paltsev6d598622018-04-17 17:30:40 +030055M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +020056S: Maintained
Eugeniy Paltsev6d598622018-04-17 17:30:40 +030057L: uboot-snps-arc@synopsys.com
Bin Mengf97d5212019-06-18 20:40:54 -070058T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +020059F: arch/arc/
Alexey Brodkin1eafa852018-05-25 16:14:38 +030060F: board/synopsys/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +020061
Eugeniy Paltsev7e1fb092017-12-10 21:20:08 +030062ARC HSDK CGU CLOCK
63M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
64S: Maintained
65L: uboot-snps-arc@synopsys.com
66F: drivers/clk/clk-hsdk-cgu.c
67F: include/dt-bindings/clock/snps,hsdk-cgu.h
68F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
69
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +010070ARC HSDK CREG GPIO
71M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
72S: Maintained
73L: uboot-snps-arc@synopsys.com
Eugeniy Paltsev19b1a7f2018-06-08 17:58:24 +030074F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +010075F: drivers/gpio/hsdk-creg-gpio.c
76
Eugeniy Paltsevb050c2c2019-02-25 18:35:28 +030077ARC SYNOPSYS DW MMC EXTENSIONS
78M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
79S: Maintained
80L: uboot-snps-arc@synopsys.com
81F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
82F: drivers/mmc/snps_dw_mmc.c
83
Daniel Schwierzeckc7578712014-08-01 02:24:08 +020084ARM
85M: Albert Aribaud <albert.u.boot@aribaud.net>
86S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -070087T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +020088F: arch/arm/
Heinrich Schuchardtf7d6b072018-12-26 17:20:35 +010089F: cmd/arm/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +020090
Pavel Machekae57d5a2014-10-10 01:50:22 +020091ARM ALTERA SOCFPGA
92M: Marek Vasut <marex@denx.de>
Simon Goldschmidt65c52102019-03-28 22:27:53 +010093M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Pavel Machekae57d5a2014-10-10 01:50:22 +020094S: Maintainted
Bin Mengf97d5212019-06-18 20:40:54 -070095T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
Jagan Teki17be70b2016-11-25 23:17:28 +053096F: arch/arm/mach-socfpga/
Simon Goldschmidtebfb9fb2019-07-15 21:47:54 +020097F: drivers/sysreset/sysreset_socfpga*
Pavel Machekae57d5a2014-10-10 01:50:22 +020098
Neil Armstrongfe1a0e42019-01-30 10:53:10 +010099ARM AMLOGIC SOC SUPPORT
100M: Neil Armstrong <narmstrong@baylibre.com>
101S: Maintained
102L: u-boot-amlogic@groups.io
Bin Mengf97d5212019-06-18 20:40:54 -0700103T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
Neil Armstrongfe1a0e42019-01-30 10:53:10 +0100104F: arch/arm/mach-meson/
105F: arch/arm/include/asm/arch-meson/
Jerome Brunet3da39a82019-02-10 14:54:30 +0100106F: drivers/clk/meson/
Neil Armstrongfe1a0e42019-01-30 10:53:10 +0100107F: drivers/serial/serial_meson.c
108F: drivers/reset/reset-meson.c
109F: drivers/i2c/meson_i2c.c
110F: drivers/net/phy/meson-gxl.c
111F: drivers/adc/meson-saradc.c
112F: drivers/phy/meson*
113F: drivers/mmc/meson_gx_mmc.c
114F: drivers/spi/meson_spifc.c
115F: drivers/pinctrl/meson/
116F: drivers/power/domain/meson-gx-pwrc-vpu.c
117F: drivers/video/meson/
118F: include/configs/meson64.h
119N: meson
120
Stephen Warrend8845db2016-04-04 20:00:41 -0600121ARM BROADCOM BCM283X
Alexander Graff4ba9f02019-02-14 14:37:59 +0100122M: Matthias Brugger <mbrugger@suse.com>
Alexander Graf24772932018-01-25 12:05:54 +0100123S: Maintained
Stephen Warrend8845db2016-04-04 20:00:41 -0600124F: arch/arm/mach-bcm283x/
125F: drivers/gpio/bcm2835_gpio.c
126F: drivers/mmc/bcm2835_sdhci.c
Alexander Graf044725f2018-01-23 18:05:22 +0100127F: drivers/mmc/bcm2835_sdhost.c
Stephen Warrend8845db2016-04-04 20:00:41 -0600128F: drivers/serial/serial_bcm283x_mu.c
Alexander Grafa73b0ec2018-01-25 12:05:55 +0100129F: drivers/serial/serial_bcm283x_pl011.c
Stephen Warrend8845db2016-04-04 20:00:41 -0600130F: drivers/video/bcm2835.c
131F: include/dm/platform_data/serial_bcm283x_mu.h
Alexander Graffce8e5c2018-01-23 18:05:21 +0100132F: drivers/pinctrl/broadcom/
Stephen Warrend8845db2016-04-04 20:00:41 -0600133
Thomas Fitzsimmons919646d2018-06-08 17:59:45 -0400134ARM BROADCOM BCMSTB
135M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
136S: Maintained
137F: arch/arm/mach-bcmstb/
138F: board/broadcom/bcmstb/
Thomas Fitzsimmons4c851ef2018-08-22 18:37:55 -0400139F: configs/bcm7*_defconfig
Thomas Fitzsimmons919646d2018-06-08 17:59:45 -0400140F: doc/README.bcm7xxx
141F: drivers/mmc/bcmstb_sdhci.c
142F: drivers/spi/bcmstb_spi.c
143
Marek Behúndb511fe2018-12-17 16:10:07 +0100144ARM/CZ.NIC TURRIS MOX SUPPORT
145M: Marek Behun <marek.behun@nic.cz>
146S: Maintained
147F: arch/arm/dts/armada-3720-turris-mox.dts
148F: board/CZ.NIC/
149F: configs/turris_*_defconfig
150F: include/configs/turris_*.h
151
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200152ARM FREESCALE IMX
153M: Stefano Babic <sbabic@denx.de>
Fabio Estevame6943252019-01-21 14:29:54 -0200154M: Fabio Estevam <festevam@gmail.com>
Peng Fan3782a752018-12-15 12:07:02 +0000155R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200156S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700157T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200158F: arch/arm/cpu/arm1136/mx*/
159F: arch/arm/cpu/arm926ejs/mx*/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200160F: arch/arm/cpu/armv7/vf610/
Fabio Estevam1ed7d652019-05-10 09:23:53 -0300161F: arch/arm/dts/*imx*
Stefano Babic33731bc2017-06-29 10:16:06 +0200162F: arch/arm/mach-imx/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200163F: arch/arm/include/asm/arch-imx/
164F: arch/arm/include/asm/arch-mx*/
165F: arch/arm/include/asm/arch-vf610/
Stefano Babic33731bc2017-06-29 10:16:06 +0200166F: arch/arm/include/asm/mach-imx/
Fabio Estevama6b0f172016-07-26 21:27:49 -0300167F: board/freescale/*mx*/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200168
Peter Griffin58eb5b12016-04-20 17:13:58 +0100169ARM HISILICON
170M: Peter Griffin <peter.griffin@linaro.org>
Manivannan Sadhasivam29588552019-08-02 20:40:11 +0530171M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Peter Griffin58eb5b12016-04-20 17:13:58 +0100172S: Maintained
173F: arch/arm/cpu/armv8/hisilicon
Heinrich Schuchardtb4378fd2018-03-12 23:02:17 +0100174F: arch/arm/include/asm/arch-hi6220/
Manivannan Sadhasivam29588552019-08-02 20:40:11 +0530175F: arch/arm/include/asm/arch-hi3660/
Peter Griffin58eb5b12016-04-20 17:13:58 +0100176
Stefan Roese753f16e2019-02-15 13:56:56 +0100177ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
Stefan Roese439c6e92016-01-14 05:00:00 +0100178M: Stefan Roese <sr@denx.de>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200179S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700180T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
Masahiro Yamada5e5e23a2015-02-20 17:04:06 +0900181F: arch/arm/mach-kirkwood/
Stefan Roese439c6e92016-01-14 05:00:00 +0100182F: arch/arm/mach-mvebu/
Ken Ma3984dac2018-05-25 15:49:24 +0800183F: drivers/ata/ahci_mvebu.c
Stefan Roese753f16e2019-02-15 13:56:56 +0100184F: drivers/ddr/marvell/
185F: drivers/gpio/mvebu_gpio.c
186F: drivers/spi/kirkwood_spi.c
187F: drivers/pci/pci_mvebu.c
188F: drivers/pci/pcie_dw_mvebu.c
189F: drivers/watchdog/orion_wdt.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200190
191ARM MARVELL PXA
192M: Marek Vasut <marex@denx.de>
193S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700194T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200195F: arch/arm/cpu/pxa/
196F: arch/arm/include/asm/arch-pxa/
197
developeree0fe4b2018-11-15 10:08:06 +0800198ARM MEDIATEK
199M: Ryder Lee <ryder.lee@mediatek.com>
200M: Weijie Gao <weijie.gao@mediatek.com>
developer1a318002019-07-29 22:17:46 +0800201R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
developeree0fe4b2018-11-15 10:08:06 +0800202S: Maintained
203F: arch/arm/mach-mediatek/
204F: arch/arm/include/asm/arch-mediatek/
205F: board/mediatek/
206F: doc/README.mediatek
207F: drivers/clk/mediatek/
208F: drivers/mmc/mtk-sd.c
209F: drivers/pinctrl/mediatek/
210F: drivers/power/domain/mtk-power-domain.c
211F: drivers/ram/mediatek/
developer8a78b4d2019-07-22 17:09:01 +0530212F: drivers/spi/mtk_snfi_spi.c
developeree0fe4b2018-11-15 10:08:06 +0800213F: drivers/timer/mtk_timer.c
214F: drivers/watchdog/mtk_wdt.c
developer11fe9f22018-12-20 16:12:58 +0800215F: drivers/net/mtk_eth.c
216F: drivers/reset/reset-mediatek.c
developeree0fe4b2018-11-15 10:08:06 +0800217F: tools/mtk_image.c
218F: tools/mtk_image.h
219N: mediatek
220
Eugen Hristev38d59902019-02-05 10:20:39 +0000221ARM MICROCHIP/ATMEL AT91
222M: Eugen Hristev <eugen.hristev@microchip.com>
223S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700224T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
Eugen Hristev38d59902019-02-05 10:20:39 +0000225F: arch/arm/mach-at91/
226F: board/atmel/
227
Manivannan Sadhasivam24ac4732018-06-14 23:38:39 +0530228ARM OWL
229M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
230S: Maintained
231F: arch/arm/include/asm/arch-owl/
232F: arch/arm/mach-owl/
233F: board/ucRobotics/
234F: drivers/clk/owl/
235F: drivers/serial/serial_owl.c
236
Nobuhiro Iwamatsue69f9402015-10-10 06:09:03 +0900237ARM RENESAS RMOBILE/R-CAR
238M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Marek Vasut38534812017-10-15 14:51:55 +0200239M: Marek Vasut <marek.vasut+renesas@gmail.com>
Nobuhiro Iwamatsue69f9402015-10-10 06:09:03 +0900240S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700241T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Nobuhiro Iwamatsue69f9402015-10-10 06:09:03 +0900242F: arch/arm/mach-rmobile/
243
Masahiro Yamada8659a2d2016-01-05 10:47:10 +0900244ARM ROCKCHIP
245M: Simon Glass <sjg@chromium.org>
Philipp Tomsich30e7b532017-06-21 15:13:38 +0200246M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Kever Yang45d5f092019-04-03 15:28:16 +0800247M: Kever Yang <kever.yang@rock-chips.com>
Masahiro Yamada8659a2d2016-01-05 10:47:10 +0900248S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700249T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
Philipp Tomsich2e5f2ae2017-11-27 00:18:42 +0100250F: arch/arm/include/asm/arch-rockchip/
Masahiro Yamada8659a2d2016-01-05 10:47:10 +0900251F: arch/arm/mach-rockchip/
Kever Yange1e9f162017-05-23 15:01:14 +0800252F: board/rockchip/
Philipp Tomsich2e5f2ae2017-11-27 00:18:42 +0100253F: drivers/clk/rockchip/
254F: drivers/gpio/rk_gpio.c
255F: drivers/misc/rockchip-efuse.c
Philipp Tomsich5c700dd2018-03-26 19:59:09 +0200256F: drivers/mmc/rockchip_sdhci.c
257F: drivers/mmc/rockchip_dw_mmc.c
Philipp Tomsich2e5f2ae2017-11-27 00:18:42 +0100258F: drivers/pinctrl/rockchip/
259F: drivers/ram/rockchip/
260F: drivers/sysreset/sysreset_rockchip.c
Philipp Tomsich01aaaf72018-02-23 17:38:53 +0100261F: drivers/video/rockchip/
Philipp Tomsich2e5f2ae2017-11-27 00:18:42 +0100262F: tools/rkcommon.c
263F: tools/rkcommon.h
264F: tools/rkimage.c
265F: tools/rksd.c
266F: tools/rkspi.c
Masahiro Yamada8659a2d2016-01-05 10:47:10 +0900267
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200268ARM SAMSUNG
269M: Minkyu Kang <mk7.kang@samsung.com>
270S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700271T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
Minkyu Kang56b820a2015-11-20 15:24:57 +0900272F: arch/arm/mach-exynos/
273F: arch/arm/mach-s5pc1xx/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200274F: arch/arm/cpu/armv7/s5p-common/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200275
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200276ARM SNAPDRAGON
Ramon Friedef7abbe2019-06-06 21:35:05 +0300277M: Ramon Fried <rfried.dev@gmail.com>
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200278S: Maintained
279F: arch/arm/mach-snapdragon/
Ramon Friedbd3889e2018-08-03 20:56:27 +0300280F: drivers/gpio/msm_gpio.c
281F: drivers/mmc/msm_sdhci.c
Ramon Fried019fb8c2018-09-21 13:35:47 +0300282F: drivers/phy/msm8916-usbh-phy.c
Ramon Friedbd3889e2018-08-03 20:56:27 +0300283F: drivers/serial/serial_msm.c
Ramon Fried4b4bd492018-07-02 02:57:56 +0300284F: drivers/smem/msm_smem.c
Ramon Friedbd3889e2018-08-03 20:56:27 +0300285F: drivers/usb/host/ehci-msm.c
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200286
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +0100287ARM STI
288M: Patrice Chotard <patrice.chotard@st.com>
289S: Maintained
290F: arch/arm/mach-sti/
291F: arch/arm/include/asm/arch-sti*/
292
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200293ARM STM SPEAR
Bin Menga805b4d2016-02-21 19:54:41 -0800294#M: Vipin Kumar <vipin.kumar@st.com>
295S: Orphaned (Since 2016-02)
Bin Mengf97d5212019-06-18 20:40:54 -0700296T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200297F: arch/arm/cpu/arm926ejs/spear/
298F: arch/arm/include/asm/arch-spear/
299
Patrick Delaunay85b53972018-03-12 10:46:10 +0100300ARM STM STM32MP
301M: Patrick Delaunay <patrick.delaunay@st.com>
Patrice Chotardcb513e82018-08-06 11:52:23 +0200302M: Patrice Chotard <patrice.chotard@st.com>
Patrick Delaunay157370e2018-11-08 17:52:21 +0100303L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
Patrice Chotard52b0e292019-06-20 15:35:28 +0200304T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm
Patrick Delaunay85b53972018-03-12 10:46:10 +0100305S: Maintained
Patrick Delaunay209e7e22019-01-21 17:20:00 +0100306F: arch/arm/mach-stm32mp/
Heinrich Schuchardt356bb3a2018-04-04 01:16:08 +0200307F: drivers/clk/clk_stm32mp1.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200308F: drivers/i2c/stm32f7_i2c.c
Fabien Dessennec09d41e2019-05-14 11:20:35 +0200309F: drivers/mailbox/stm32-ipcc.c
Patrick Delaunay0c4656b2018-05-17 15:24:06 +0200310F: drivers/misc/stm32mp_fuse.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200311F: drivers/mmc/stm32_sdmmc2.c
312F: drivers/phy/phy-stm32-usbphyc.c
313F: drivers/pinctrl/pinctrl_stm32.c
Patrick Delaunayd79218f2019-02-04 11:26:17 +0100314F: drivers/power/pmic/stpmic1.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200315F: drivers/power/regulator/stm32-vrefbuf.c
Patrick Delaunayd79218f2019-02-04 11:26:17 +0100316F: drivers/power/regulator/stpmic1.c
Heinrich Schuchardt356bb3a2018-04-04 01:16:08 +0200317F: drivers/ram/stm32mp1/
Fabien Dessenne12750dd2019-05-31 15:11:35 +0200318F: drivers/remoteproc/stm32_copro.c
Patrice Chotardcb513e82018-08-06 11:52:23 +0200319F: drivers/misc/stm32_rcc.c
320F: drivers/reset/stm32-reset.c
321F: drivers/spi/stm32_qspi.c
Patrice Chotard0b08bf82019-04-30 18:08:28 +0200322F: drivers/spi/stm32_spi.c
Patrice Chotard473b2442019-04-30 17:26:22 +0200323F: drivers/watchdog/stm32mp_wdt.c
Patrick Delaunay85b53972018-03-12 10:46:10 +0100324
Vikas Manocha33913c52014-11-18 10:42:22 -0800325ARM STM STV0991
326M: Vikas Manocha <vikas.manocha@st.com>
327S: Maintained
328F: arch/arm/cpu/armv7/stv0991/
329F: arch/arm/include/asm/arch-stv0991/
330
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200331ARM SUNXI
Jagan Tekic4994512019-04-12 18:44:34 +0530332M: Jagan Teki <jagan@amarulasolutions.com>
Maxime Ripard25e389d2018-02-02 21:45:23 +0100333M: Maxime Ripard <maxime.ripard@bootlin.com>
Chen-Yu Tsai0817afc2017-03-01 14:03:34 +0800334S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700335T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200336F: arch/arm/cpu/armv7/sunxi/
337F: arch/arm/include/asm/arch-sunxi/
Chen-Yu Tsai0817afc2017-03-01 14:03:34 +0800338F: arch/arm/mach-sunxi/
339F: board/sunxi/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200340
341ARM TEGRA
342M: Tom Warren <twarren@nvidia.com>
343S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700344T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
Masahiro Yamadaed1632a2015-02-20 17:04:04 +0900345F: arch/arm/mach-tegra/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200346F: arch/arm/include/asm/arch-tegra*/
347
348ARM TI
Tom Riniec7f2642015-03-02 08:37:50 -0500349M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200350S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700351T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
Masahiro Yamada5abb7212015-04-08 18:23:23 +0900352F: arch/arm/mach-davinci/
Lokesh Vutla9bdec002018-08-27 15:57:08 +0530353F: arch/arm/mach-k3/
Masahiro Yamada5abb7212015-04-08 18:23:23 +0900354F: arch/arm/mach-keystone/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200355F: arch/arm/include/asm/arch-omap*/
356F: arch/arm/include/asm/ti-common/
357
Masahiro Yamada28f17442014-10-03 19:21:08 +0900358ARM UNIPHIER
Masahiro Yamadaebe2ba92015-03-11 13:01:35 +0900359M: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada28f17442014-10-03 19:21:08 +0900360S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700361T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
Masahiro Yamadaf8563982015-02-27 02:26:42 +0900362F: arch/arm/mach-uniphier/
Masahiro Yamadade8a2382015-12-17 18:00:39 +0900363F: configs/uniphier_*_defconfig
Masahiro Yamada95d469e2015-02-05 14:30:24 +0900364N: uniphier
Masahiro Yamada28f17442014-10-03 19:21:08 +0900365
Michal Simek4b066a12018-08-22 14:55:27 +0200366ARM VERSAL
367M: Michal Simek <michal.simek@xilinx.com>
368S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700369T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek4b066a12018-08-22 14:55:27 +0200370F: arch/arm/mach-versal/
371
Liviu Dudau688db7f2018-09-28 13:43:31 +0100372ARM VERSATILE EXPRESS DRIVERS
373M: Liviu Dudau <liviu.dudau@foss.arm.com>
374S: Maintained
375T: git git://github.com/ARM-software/u-boot.git
376F: drivers/misc/vexpress_config.c
377N: vexpress
378
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200379ARM ZYNQ
380M: Michal Simek <monstr@monstr.eu>
381S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700382T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek0cdefc22018-03-13 11:07:25 +0100383F: arch/arm/mach-zynq/
384F: drivers/clk/clk_zynq.c
385F: drivers/fpga/zynqpl.c
386F: drivers/gpio/zynq_gpio.c
387F: drivers/i2c/i2c-cdns.c
388F: drivers/i2c/muxes/pca954x.c
389F: drivers/i2c/zynq_i2c.c
390F: drivers/mmc/zynq_sdhci.c
Miquel Raynal1f1ae152018-08-16 17:30:07 +0200391F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100392F: drivers/net/phy/xilinx_phy.c
393F: drivers/net/zynq_gem.c
394F: drivers/serial/serial_zynq.c
395F: drivers/spi/zynq_qspi.c
396F: drivers/spi/zynq_spi.c
397F: drivers/usb/host/ehci-zynq.c
398F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt736eab82018-04-04 09:22:03 +0200399F: include/zynqpl.h
Michal Simek0cdefc22018-03-13 11:07:25 +0100400F: tools/zynqimage.c
401N: zynq
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200402
Michal Simek04b7e622015-01-15 10:01:51 +0100403ARM ZYNQMP
404M: Michal Simek <michal.simek@xilinx.com>
405S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700406T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek7f60b232019-01-17 08:22:43 +0100407F: arch/arm/mach-zynqmp/
Michal Simek90582a82018-03-13 11:50:22 +0100408F: drivers/clk/clk_zynqmp.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100409F: drivers/fpga/zynqpl.c
410F: drivers/gpio/zynq_gpio.c
411F: drivers/i2c/i2c-cdns.c
412F: drivers/i2c/muxes/pca954x.c
413F: drivers/i2c/zynq_i2c.c
414F: drivers/mmc/zynq_sdhci.c
Miquel Raynal1f1ae152018-08-16 17:30:07 +0200415F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100416F: drivers/net/phy/xilinx_phy.c
417F: drivers/net/zynq_gem.c
418F: drivers/serial/serial_zynq.c
419F: drivers/spi/zynq_qspi.c
420F: drivers/spi/zynq_spi.c
Michal Simekc3caac52018-04-17 13:40:46 +0200421F: drivers/timer/cadence-ttc.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100422F: drivers/usb/host/ehci-zynq.c
423F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt736eab82018-04-04 09:22:03 +0200424F: include/zynqmppl.h
Alexander Graf56179ca2018-04-13 14:18:51 +0200425F: tools/zynqmp*
Michal Simek24a686a2018-07-24 16:27:00 +0200426N: ultra96
Michal Simek0cdefc22018-03-13 11:07:25 +0100427N: zynqmp
Michal Simek04b7e622015-01-15 10:01:51 +0100428
Michal Simekb513bcd2018-04-12 17:39:46 +0200429ARM ZYNQMP R5
430M: Michal Simek <michal.simek@xilinx.com>
431S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700432T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simekb513bcd2018-04-12 17:39:46 +0200433F: arch/arm/mach-zynqmp-r5/
434
Simon Glass39014842018-11-25 20:07:26 -0700435BINMAN
436M: Simon Glass <sjg@chromium.org>
437S: Maintained
438F: tools/binman/
439
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200440BUILDMAN
441M: Simon Glass <sjg@chromium.org>
442S: Maintained
443F: tools/buildman/
444
445CFI FLASH
446M: Stefan Roese <sr@denx.de>
447S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700448T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
Stefan Roese5fe7b1e2014-10-31 13:57:42 +0100449F: drivers/mtd/cfi_flash.c
450F: drivers/mtd/jedec_flash.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200451
Lukasz Majewski123513f2019-06-24 15:50:52 +0200452CLOCK
453M: Lukasz Majewski <lukma@denx.de>
454S: Maintained
455T: git git://git.denx.de/u-boot-dfu.git
456F: drivers/clk/
457F: drivers/clk/imx/
458
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200459COLDFIRE
Fabio Estevamc9cfd722018-05-01 15:54:39 -0300460M: Huan Wang <alison.wang@nxp.com>
angelo@sysam.it27069772014-11-24 15:36:57 +0100461M: Angelo Dureghello <angelo@sysam.it>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200462S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700463T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200464F: arch/m68k/
465
466DFU
Lukasz Majewski0bc31e32017-01-16 00:04:10 +0100467M: Lukasz Majewski <lukma@denx.de>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200468S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700469T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
Lukasz Majewskifea16092019-03-30 16:22:21 +0100470F: cmd/dfu.c
471F: cmd/usb_*.c
472F: common/dfu.c
473F: common/update.c
474F: common/usb_storage.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200475F: drivers/dfu/
Lukasz Majewski555f69d2015-02-26 13:23:49 +0100476F: drivers/usb/gadget/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200477
478DRIVER MODEL
479M: Simon Glass <sjg@chromium.org>
480S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700481T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200482F: drivers/core/
483F: include/dm/
484F: test/dm/
485
Alexander Graf71042492016-03-04 01:10:10 +0100486EFI PAYLOAD
Alexander Graf3427bff2019-02-14 14:35:17 +0100487M: Heinrich Schuchardt <xypron.glpk@gmx.de>
488R: Alexander Graf <agraf@csgraf.de>
Alexander Graf71042492016-03-04 01:10:10 +0100489S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700490T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
Heinrich Schuchardtfd0b53f2019-07-26 06:46:08 +0200491F: doc/uefi/*
Heinrich Schuchardt447f4592018-09-04 19:34:55 +0200492F: include/capitalization.h
Heinrich Schuchardtf4b47a92019-05-08 19:41:35 +0200493F: include/charset.h
Heinrich Schuchardte59072a2018-09-04 19:34:58 +0200494F: include/cp1250.h
495F: include/cp437.h
Heinrich Schuchardtd33ae3e2017-09-15 10:06:11 +0200496F: include/efi*
Heinrich Schuchardt467fd7a2018-01-31 18:45:35 +0000497F: include/pe.h
498F: include/asm-generic/pe.h
Heinrich Schuchardt4541fa52018-07-05 19:43:50 +0200499F: lib/charset.c
Heinrich Schuchardtd0ecef42018-01-02 16:00:45 +0100500F: lib/efi*/
Heinrich Schuchardtd33ae3e2017-09-15 10:06:11 +0200501F: test/py/tests/test_efi*
Heinrich Schuchardtb8b6c812018-08-31 21:31:28 +0200502F: test/unicode_ut.c
Alexander Graf71042492016-03-04 01:10:10 +0100503F: cmd/bootefi.c
AKASHI Takahiroe7c08832019-02-25 15:54:38 +0900504F: cmd/efidebug.c
AKASHI Takahiro117e68a2019-02-25 15:54:36 +0900505F: cmd/nvedit_efi.c
Heinrich Schuchardteee22492018-01-17 20:16:09 +0100506F: tools/file2include.c
Alexander Graf71042492016-03-04 01:10:10 +0100507
Michal Simekffd27f22018-07-18 17:03:13 +0200508FPGA
509M: Michal Simek <michal.simek@xilinx.com>
510S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700511T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simekffd27f22018-07-18 17:03:13 +0200512F: drivers/fpga/
513F: cmd/fpga.c
514F: include/fpga.h
515
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200516FLATTENED DEVICE TREE
517M: Simon Glass <sjg@chromium.org>
518S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700519T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200520F: lib/fdtdec*
521F: lib/libfdt/
522F: include/fdt*
Heinrich Schuchardt788a9612018-03-12 23:08:09 +0100523F: include/linux/libfdt*
Andreas Färber6c8b1d02016-10-26 18:14:00 +0200524F: cmd/fdt.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200525F: common/fdt_support.c
526
527FREEBSD
528M: Rafal Jaworowski <raj@semihalf.com>
529S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700530T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200531
532FREESCALE QORIQ
York Sunba285f32019-02-04 08:22:58 -0800533M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200534S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700535T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
Qiang Zhao3af19942019-05-07 03:16:09 +0000536F: drivers/watchdog/sp805_wdt.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200537
538I2C
539M: Heiko Schocher <hs@denx.de>
540S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700541T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200542F: drivers/i2c/
543
Simon Glassd95645d2017-12-04 13:48:24 -0700544LOGGING
545M: Simon Glass <sjg@chromium.org>
546S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700547T: git https://gitlab.denx.de/u-boot/u-boot.git
Simon Glassd95645d2017-12-04 13:48:24 -0700548F: common/log.c
549F: cmd/log.c
Simon Glass14c8a062017-12-04 13:48:27 -0700550F: test/log/log_test.c
Simon Glass5f0e0c82017-12-04 13:48:30 -0700551F: test/py/tests/test_log.py
Simon Glassd95645d2017-12-04 13:48:24 -0700552
Liviu Dudau8373ed32018-09-28 13:50:53 +0100553MALI DISPLAY PROCESSORS
554M: Liviu Dudau <liviu.dudau@foss.arm.com>
555S: Supported
556T: git git://github.com/ARM-software/u-boot.git
557F: drivers/video/mali_dp.c
Heiko Schochera37c1962018-10-11 07:26:33 +0200558F: drivers/i2c/i2c-versatile.c
Liviu Dudau8373ed32018-09-28 13:50:53 +0100559
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200560MICROBLAZE
561M: Michal Simek <monstr@monstr.eu>
562S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700563T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200564F: arch/microblaze/
Michal Simek0cdefc22018-03-13 11:07:25 +0100565F: cmd/mfsl.c
566F: drivers/gpio/xilinx_gpio.c
567F: drivers/net/xilinx_axi_emac.c
568F: drivers/net/xilinx_emaclite.c
569F: drivers/serial/serial_xuartlite.c
570F: drivers/spi/xilinx_spi.c
Michal Simek8a196af2018-07-13 11:04:56 +0200571F: drivers/sysreset/sysreset_gpio.c
Michal Simek0cdefc22018-03-13 11:07:25 +0100572F: drivers/watchdog/xilinx_tb_wdt.c
573N: xilinx
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200574
575MIPS
576M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
577S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700578T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200579F: arch/mips/
580
Gregory CLEMENTaf05ee52018-12-14 16:16:47 +0100581MIPS MSCC
582M: Gregory CLEMENT <gregory.clement@bootlin.com>
583M: Lars Povlsen <lars.povlsen@microchip.com>
584M: Horatiu Vultur <horatiu.vultur@microchip.com>
585S: Maintained
586F: arch/mips/mach-mscc/
Gregory CLEMENTdc253e22018-12-14 16:16:50 +0100587F: arch/mips/dts/luton*
Gregory CLEMENTb622f8f2018-12-14 16:16:49 +0100588F: arch/mips/dts/mscc*
589F: arch/mips/dts/ocelot*
Horatiu Vultur6dfdd0c2019-01-12 18:56:57 +0100590F: arch/mips/dts/jr2*
Horatiu Vultur40fbed22019-01-12 18:56:59 +0100591F: arch/mips/dts/serval*
Gregory CLEMENTb622f8f2018-12-14 16:16:49 +0100592F: board/mscc/
593F: configs/mscc*
Lars Povlsen37a209c2019-01-02 09:52:21 +0100594F: drivers/gpio/mscc_sgpio.c
Lars Povlsenf01b7322019-01-08 10:38:33 +0100595F: drivers/spi/mscc_bb_spi.c
Gregory CLEMENTb622f8f2018-12-14 16:16:49 +0100596F: include/configs/vcoreiii.h
Horatiu Vulturf73c3df2019-04-24 11:27:59 +0200597F: include/dt-bindings/mscc/
Horatiu Vultur2d4fb842019-01-12 18:56:55 +0100598F: drivers/pinctrl/mscc/
Horatiu Vulturad2bf652019-01-31 15:30:33 +0100599F: drivers/net/mscc_eswitch/
Gregory CLEMENTaf05ee52018-12-14 16:16:47 +0100600
Paul Burton96c68472018-12-16 19:25:22 -0300601MIPS JZ4780
602M: Ezequiel Garcia <ezequiel@collabora.com>
603S: Maintained
604F: arch/mips/mach-jz47xx/
605
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200606MMC
Peng Fan9944c632019-04-24 11:56:58 +0000607M: Peng Fan <peng.fan@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200608S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700609T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200610F: drivers/mmc/
611
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100612NAND FLASH
Tom Rini837e6432018-07-26 12:02:03 -0400613#M: Scott Wood <oss@buserror.net>
614S: Orphaned (Since 2018-07)
Bin Mengf97d5212019-06-18 20:40:54 -0700615T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
Miquel Raynal1f1ae152018-08-16 17:30:07 +0200616F: drivers/mtd/nand/raw/
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100617
618NDS32
Rick Chen3911d1a2019-07-09 13:59:28 +0800619M: Rick Chen <rick@andestech.com>
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100620S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700621T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100622F: arch/nds32/
623
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +0100624NETWORK
625M: Joe Hershberger <joe.hershberger@ni.com>
626S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700627T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +0100628F: drivers/net/
Heinrich Schuchardt0c5d4e72019-07-14 21:55:25 +0200629F: include/net.h
Heinrich Schuchardtcbdb2092018-03-07 04:04:29 +0100630F: net/
631
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100632NIOS
633M: Thomas Chou <thomas@wytron.com.tw>
634S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700635T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100636F: arch/nios2/
637
638ONENAND
639#M: Lukasz Majewski <l.majewski@majess.pl>
640S: Orphaned (Since 2017-01)
Bin Mengf97d5212019-06-18 20:40:54 -0700641T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100642F: drivers/mtd/onenand/
643
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200644PATMAN
645M: Simon Glass <sjg@chromium.org>
646S: Maintained
647F: tools/patman/
648
Ramon Fried663686d2019-04-27 11:15:21 +0300649PCI Endpoint
650M: Ramon Fried <rfried.dev@gmail.com>
651S: Maintained
652F: drivers/pci_endpoint/
653F: include/pci_ep.h
654
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100655POWER
656M: Jaehoon Chung <jh80.chung@samsung.com>
657S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700658T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100659F: drivers/power/
660
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200661POWERPC
662M: Wolfgang Denk <wd@denx.de>
663S: Maintained
664F: arch/powerpc/
665
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200666POWERPC MPC8XX
Christophe Leroy069fa832017-07-06 10:23:22 +0200667M: Christophe Leroy <christophe.leroy@c-s.fr>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200668S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700669T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200670F: arch/powerpc/cpu/mpc8xx/
671
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200672POWERPC MPC83XX
mario.six@gdsys.cc219d1bf2017-06-09 14:50:47 +0200673M: Mario Six <mario.six@gdsys.cc>
674S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700675T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
Mario Six538b5752018-08-06 10:23:30 +0200676F: drivers/ram/mpc83xx_sdram.c
677F: include/dt-bindings/memory/mpc83xx-sdram.h
Mario Six82ef4ba2018-08-06 10:23:35 +0200678F: drivers/sysreset/sysreset_mpc83xx.c
679F: drivers/sysreset/sysreset_mpc83xx.h
Mario Six7cab1472018-08-06 10:23:36 +0200680F: drivers/clk/mpc83xx_clk.c
681F: drivers/clk/mpc83xx_clk.h
682F: include/dt-bindings/clk/mpc83xx-clk.h
Mario Six3c516552018-08-06 10:23:38 +0200683F: drivers/timer/mpc83xx_timer.c
Mario Six28fbefa2018-08-06 10:23:45 +0200684F: drivers/cpu/mpc83xx_cpu.c
685F: drivers/cpu/mpc83xx_cpu.h
Mario Six7fdcf282018-08-06 10:23:46 +0200686F: drivers/misc/mpc83xx_serdes.c
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200687F: arch/powerpc/cpu/mpc83xx/
688F: arch/powerpc/include/asm/arch-mpc83xx/
689
690POWERPC MPC85XX
York Sunba285f32019-02-04 08:22:58 -0800691M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200692S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700693T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200694F: arch/powerpc/cpu/mpc85xx/
695
696POWERPC MPC86XX
York Sunba285f32019-02-04 08:22:58 -0800697M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200698S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700699T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200700F: arch/powerpc/cpu/mpc86xx/
701
Rick Chen64d4ead2017-12-26 13:55:52 +0800702RISC-V
703M: Rick Chen <rick@andestech.com>
704S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700705T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
Rick Chen64d4ead2017-12-26 13:55:52 +0800706F: arch/riscv/
Heinrich Schuchardtf7d6b072018-12-26 17:20:35 +0100707F: cmd/riscv/
Rick Chen64d4ead2017-12-26 13:55:52 +0800708F: tools/prelink-riscv.c
709
Heinrich Schuchardt82e292c2018-03-05 08:15:51 +0100710ROCKUSB
711M: Eddie Cai <eddie.cai.linux@gmail.com>
712S: Maintained
713F: drivers/usb/gadget/f_rockusb.c
714F: cmd/rockusb.c
715F: doc/README.rockusb
716
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200717SANDBOX
718M: Simon Glass <sjg@chromium.org>
719S: Maintained
720F: arch/sandbox/
721
722SH
Marek Vasutbb6c4532019-05-16 22:16:54 +0200723M: Marek Vasut <marek.vasut+renesas@gmail.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200724M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
725S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700726T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200727F: arch/sh/
728
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200729SPI
Jagan Tekic4994512019-04-12 18:44:34 +0530730M: Jagan Teki <jagan@amarulasolutions.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-spi.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200733F: drivers/spi/
734F: include/spi*
735
Vignesh R8661c4a2019-02-05 11:29:29 +0530736SPI-NOR
Jagan Tekic4994512019-04-12 18:44:34 +0530737M: Jagan Teki <jagan@amarulasolutions.com>
Vignesh R8661c4a2019-02-05 11:29:29 +0530738M: Vignesh R <vigneshr@ti.com>
739S: Maintained
740F: drivers/mtd/spi/
741F: include/spi_flash.h
742F: include/linux/mtd/cfi.h
743F: include/linux/mtd/spi-nor.h
744
Mateusz Kulikowskic1a775d2016-03-31 23:12:34 +0200745SPMI
746M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
747S: Maintained
748F: drivers/spmi/
749F: include/spmi/
750
Liviu Dudau33967102018-09-28 13:49:31 +0100751TDA19988 HDMI ENCODER
752M: Liviu Dudau <liviu.dudau@foss.arm.com>
753S: Maintained
754F: drivers/video/tda19988.c
755
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600756TI SYSTEM SECURITY
757M: Andrew F. Davis <afd@ti.com>
758S: Supported
759F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600760F: arch/arm/mach-omap2/sec-common.c
761F: arch/arm/mach-omap2/config_secure.mk
Andrew F. Davis2ed41072019-04-12 12:54:45 -0400762F: arch/arm/mach-k3/security.c
Andrew F. Davis3fa338d2019-04-12 12:54:46 -0400763F: arch/arm/mach-k3/config_secure.mk
Andrew F. Davis2d714602017-01-27 10:39:20 -0600764F: configs/am335x_hs_evm_defconfig
Andrew F. Davisad0af442017-09-20 14:33:51 -0500765F: configs/am335x_hs_evm_uart_defconfig
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600766F: configs/am43xx_hs_evm_defconfig
767F: configs/am57xx_hs_evm_defconfig
Andrew F. Davis0ac2f0e2019-01-28 11:43:25 -0600768F: configs/am57xx_hs_evm_usb_defconfig
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600769F: configs/dra7xx_hs_evm_defconfig
Andrew F. Davis2356b0a2019-01-28 11:43:24 -0600770F: configs/dra7xx_hs_evm_usb_defconfig
Lokesh Vutla22bfb8e2017-04-26 11:35:19 +0530771F: configs/k2hk_hs_evm_defconfig
772F: configs/k2e_hs_evm_defconfig
773F: configs/k2g_hs_evm_defconfig
Madan Srinivas9626f5a2018-03-06 11:10:10 -0500774F: configs/k2l_hs_evm_defconfig
Andrew F. Davise47bba02019-04-12 12:54:47 -0400775F: configs/am65x_hs_evm_r5_defconfig
776F: configs/am65x_hs_evm_a53_defconfig
Andrew F. Davis2d0cb0a2017-01-11 11:09:27 -0600777
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200778TQ GROUP
Bin Menga805b4d2016-02-21 19:54:41 -0800779#M: Martin Krause <martin.krause@tq-systems.de>
780S: Orphaned (Since 2016-02)
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200781T: git git://git.denx.de/u-boot-tq-group.git
782
Jens Wiklander14290442018-09-25 16:40:09 +0200783TEE
784M: Jens Wiklander <jens.wiklander@linaro.org>
785S: Maintained
786F: drivers/tee/
787F: include/tee.h
Jens Wiklander8ebf55f2018-09-25 16:40:15 +0200788F: include/tee/
Jens Wiklander14290442018-09-25 16:40:09 +0200789
Bryan O'Donoghued4f579d2019-05-04 01:08:26 +0100790TEE-lib
791M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
792S: Maintained
793F: lib/optee
794
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200795UBI
796M: Kyungmin Park <kmpark@infradead.org>
Heiko Schocher1a1e2942014-11-18 09:08:45 +0100797M: Heiko Schocher <hs@denx.de>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200798S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700799T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200800F: drivers/mtd/ubi/
801
802USB
803M: Marek Vasut <marex@denx.de>
804S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700805T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200806F: drivers/usb/
807
Bin Mengec3d88b2017-11-06 07:39:01 -0800808USB xHCI
809M: Bin Meng <bmeng.cn@gmail.com>
810S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700811T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
Bin Mengec3d88b2017-11-06 07:39:01 -0800812F: drivers/usb/host/xhci*
813
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200814VIDEO
815M: Anatolij Gustschin <agust@denx.de>
816S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700817T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200818F: drivers/video/
Anatolij Gustschinb95bdf62017-08-28 22:39:41 +0200819F: common/lcd*.c
820F: include/lcd*.h
Heinrich Schuchardt5e93eca2018-09-19 20:16:32 +0200821F: include/video*.h
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200822
823X86
824M: Simon Glass <sjg@chromium.org>
Bin Meng277e9192017-07-23 07:36:33 -0700825M: Bin Meng <bmeng.cn@gmail.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200826S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700827T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200828F: arch/x86/
Heinrich Schuchardtf7d6b072018-12-26 17:20:35 +0100829F: cmd/x86/
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200830
Chris Zankel41e37372016-08-10 18:36:43 +0300831XTENSA
832M: Max Filippov <jcmvbkbc@gmail.com>
833S: Maintained
834F: arch/xtensa/
835
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200836THE REST
Tom Riniec7f2642015-03-02 08:37:50 -0500837M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200838L: u-boot@lists.denx.de
839Q: http://patchwork.ozlabs.org/project/uboot/list/
840S: Maintained
Bin Mengf97d5212019-06-18 20:40:54 -0700841T: git https://gitlab.denx.de/u-boot/u-boot.git
Otavio Salvadore2fa4ca2018-12-07 19:00:41 -0500842F: configs/tools-only_defconfig
Daniel Schwierzeckc7578712014-08-01 02:24:08 +0200843F: *
844F: */