blob: 4504afc892c65f2c98c14be36c6bbf67bb0e7273 [file] [log] [blame]
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +02001Descriptions of section entries:
2
3 P: Person (obsolete)
4 M: Mail patches to: FullName <address@domain>
Heinrich Schuchardt65fa17d2018-11-16 20:17:23 +01005 R: Designated reviewer: FullName <address@domain>
6 These reviewers should be CCed on patches.
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +02007 L: Mailing list that is relevant to this area
8 W: Web-page with status/info
9 Q: Patchwork web based patch tracking system site
10 T: SCM tree type and location.
11 Type is one of: git, hg, quilt, stgit, topgit
12 S: Status, one of the following:
13 Supported: Someone is actually paid to look after this.
14 Maintained: Someone actually looks after it.
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020015 Orphan: No current maintainer [but maybe you could take the
16 role as you write your new code].
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020017 F: Files and directories with wildcard patterns.
18 A trailing slash includes all files and subdirectory files.
19 F: drivers/net/ all files in and below drivers/net
20 F: drivers/net/* all files in drivers/net, but not below
21 F: */net/* all files in "any top level directory"/net
22 One pattern per line. Multiple F: lines acceptable.
23 N: Files and directories with regex patterns.
24 N: [^a-z]tegra all files whose path contains the word tegra
25 One pattern per line. Multiple N: lines acceptable.
26 scripts/get_maintainer.pl has different behavior for files that
27 match F: pattern and matches of N: patterns. By default,
28 get_maintainer will not look at git log history when an F: pattern
29 match occurs. When an N: match occurs, git log history is used
30 to also notify the people that have git commit signatures.
31 X: Files and directories that are NOT maintained, same rules as F:
32 Files exclusions are tested before file matches.
33 Can be useful for excluding a specific subdirectory, for instance:
34 F: net/
35 X: net/ipv6/
36 matches all files in and below net excluding net/ipv6/
37 K: Keyword perl extended regex pattern to match content in a
38 patch or file. For instance:
39 K: of_get_profile
40 matches patches or files that contain "of_get_profile"
41 K: \b(printk|pr_(info|err))\b
42 matches patches or files that contain one or more of the words
43 printk, pr_info or pr_err
44 One regex pattern per line. Multiple K: lines acceptable.
45
46Note: For the hard of thinking, this list is meant to remain in alphabetical
47order. If you could add yourselves to it in alphabetical order that would be
48so much easier [Ed]
49
50Maintainers List (try to look for most precise areas first)
51
52 -----------------------------------
Igor Opaniuk0d6c7c62019-08-08 15:33:09 +030053ANDROID AB
54M: Igor Opaniuk <igor.opaniuk@gmail.com>
Sam Protsenko0c0859c2020-01-14 19:54:12 +020055R: Sam Protsenko <joe.skb7@gmail.com>
Igor Opaniuk0d6c7c62019-08-08 15:33:09 +030056S: Maintained
57F: cmd/ab_select.c
58F: common/android_ab.c
Sam Protsenko586a1bf2020-01-24 17:53:44 +020059F: doc/android/ab.rst
Igor Opaniuk0d6c7c62019-08-08 15:33:09 +030060F: 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
Sam Protsenko586a1bf2020-01-24 17:53:44 +020068F: doc/android/avb2.rst
Igor Opaniuk0d6c7c62019-08-08 15:33:09 +030069F: include/avb_verify.h
70F: lib/libavb/
71F: test/py/tests/test_android/test_avb.py
72
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020073ARC
74M: Alexey Brodkin <alexey.brodkin@synopsys.com>
Eugeniy Paltsev40062002018-04-17 17:30:40 +030075M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020076S: Maintained
Eugeniy Paltsev40062002018-04-17 17:30:40 +030077L: uboot-snps-arc@synopsys.com
Bin Meng13181642019-06-18 20:40:54 -070078T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020079F: arch/arc/
Alexey Brodkinb08b1132018-05-25 16:14:38 +030080F: board/synopsys/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +020081
Eugeniy Paltseve80dac02017-12-10 21:20:08 +030082ARC HSDK CGU CLOCK
83M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
84S: Maintained
85L: uboot-snps-arc@synopsys.com
86F: drivers/clk/clk-hsdk-cgu.c
87F: include/dt-bindings/clock/snps,hsdk-cgu.h
88F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
89
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +010090ARC HSDK CREG GPIO
91M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
92S: Maintained
93L: uboot-snps-arc@synopsys.com
Eugeniy Paltsev7620ec42018-06-08 17:58:24 +030094F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +010095F: drivers/gpio/hsdk-creg-gpio.c
96
Eugeniy Paltsev05635352019-10-08 19:29:31 +030097ARC HSDK RESET
98M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
99S: Maintained
100L: uboot-snps-arc@synopsys.com
101F: include/dt-bindings/reset/snps,hsdk-reset.h
102F: drivers/reset/reset-hsdk.c
103
Eugeniy Paltsev15736e22019-02-25 18:35:28 +0300104ARC SYNOPSYS DW MMC EXTENSIONS
105M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
106S: Maintained
107L: uboot-snps-arc@synopsys.com
108F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
109F: drivers/mmc/snps_dw_mmc.c
110
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200111ARM
Tom Rini2ada73e2019-10-10 17:33:09 -0400112M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200113S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700114T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200115F: arch/arm/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100116F: cmd/arm/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200117
Pavel Machekd8540a12014-10-10 01:50:22 +0200118ARM ALTERA SOCFPGA
119M: Marek Vasut <marex@denx.de>
Simon Goldschmidta339f522019-03-28 22:27:53 +0100120M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Ley Foon Tan12e800c2019-10-04 16:43:50 +0800121M: Ley Foon Tan <ley.foon.tan@intel.com>
Pavel Machekd8540a12014-10-10 01:50:22 +0200122S: Maintainted
Bin Meng13181642019-06-18 20:40:54 -0700123T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
Jagan Tekif22dede2016-11-25 23:17:28 +0530124F: arch/arm/mach-socfpga/
Simon Goldschmidt690c1292019-07-15 21:47:54 +0200125F: drivers/sysreset/sysreset_socfpga*
Pavel Machekd8540a12014-10-10 01:50:22 +0200126
Neil Armstrong535d74a2019-01-30 10:53:10 +0100127ARM AMLOGIC SOC SUPPORT
128M: Neil Armstrong <narmstrong@baylibre.com>
129S: Maintained
130L: u-boot-amlogic@groups.io
Bin Meng13181642019-06-18 20:40:54 -0700131T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
Neil Armstrong535d74a2019-01-30 10:53:10 +0100132F: arch/arm/mach-meson/
133F: arch/arm/include/asm/arch-meson/
Jerome Brunetf5abfed2019-02-10 14:54:30 +0100134F: drivers/clk/meson/
Neil Armstrong535d74a2019-01-30 10:53:10 +0100135F: drivers/serial/serial_meson.c
136F: drivers/reset/reset-meson.c
137F: drivers/i2c/meson_i2c.c
138F: drivers/net/phy/meson-gxl.c
139F: drivers/adc/meson-saradc.c
140F: drivers/phy/meson*
141F: drivers/mmc/meson_gx_mmc.c
142F: drivers/spi/meson_spifc.c
143F: drivers/pinctrl/meson/
144F: drivers/power/domain/meson-gx-pwrc-vpu.c
145F: drivers/video/meson/
146F: include/configs/meson64.h
Guillaume La Roque880c0aa2019-10-11 17:33:57 +0200147F: include/configs/meson64_android.h
Neil Armstrong535d74a2019-01-30 10:53:10 +0100148N: meson
149
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600150ARM BROADCOM BCM283X
Alexander Graf3157bbf2019-02-14 14:37:59 +0100151M: Matthias Brugger <mbrugger@suse.com>
Alexander Graf958d55f2018-01-25 12:05:54 +0100152S: Maintained
Matthias Brugger78b7aa42019-11-27 17:41:06 +0100153F: arch/arm/dts/bcm283*
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600154F: arch/arm/mach-bcm283x/
Matthias Brugger78b7aa42019-11-27 17:41:06 +0100155F: board/raspberrypi/
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600156F: drivers/gpio/bcm2835_gpio.c
157F: drivers/mmc/bcm2835_sdhci.c
Alexander Grafc8a73a22018-01-23 18:05:22 +0100158F: drivers/mmc/bcm2835_sdhost.c
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600159F: drivers/serial/serial_bcm283x_mu.c
Alexander Graf60019852018-01-25 12:05:55 +0100160F: drivers/serial/serial_bcm283x_pl011.c
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600161F: drivers/video/bcm2835.c
162F: include/dm/platform_data/serial_bcm283x_mu.h
Matthias Brugger78b7aa42019-11-27 17:41:06 +0100163F: include/dt-bindings/pinctrl/bcm2835.h
Alexander Grafcaf22332018-01-23 18:05:21 +0100164F: drivers/pinctrl/broadcom/
Stephen Warrenfe84ebf2016-04-04 20:00:41 -0600165
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -0400166ARM BROADCOM BCMSTB
167M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
168S: Maintained
169F: arch/arm/mach-bcmstb/
170F: board/broadcom/bcmstb/
Thomas Fitzsimmons3f203212018-08-22 18:37:55 -0400171F: configs/bcm7*_defconfig
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -0400172F: doc/README.bcm7xxx
173F: drivers/mmc/bcmstb_sdhci.c
174F: drivers/spi/bcmstb_spi.c
175
Alex Nemirovsky800775e2020-01-30 12:34:54 -0800176ARM CORTINA ACCESS CAxxxx
177M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
178S: Supported
179F: board/cortina/common/
180F: drivers/gpio/cortina_gpio.c
181F: drivers/watchdog/cortina_wdt.c
182F: drivers/serial/serial_cortina.c
Arthur Lid55e4e72020-02-20 18:19:35 -0800183F: drivers/mmc/ca_dw_mmc.c
Alex Nemirovsky800775e2020-01-30 12:34:54 -0800184
Marek Behúnda1f7992018-12-17 16:10:07 +0100185ARM/CZ.NIC TURRIS MOX SUPPORT
186M: Marek Behun <marek.behun@nic.cz>
187S: Maintained
188F: arch/arm/dts/armada-3720-turris-mox.dts
189F: board/CZ.NIC/
190F: configs/turris_*_defconfig
191F: include/configs/turris_*.h
192
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200193ARM FREESCALE IMX
194M: Stefano Babic <sbabic@denx.de>
Fabio Estevam73127e92019-01-21 14:29:54 -0200195M: Fabio Estevam <festevam@gmail.com>
Peng Fand17b0be2018-12-15 12:07:02 +0000196R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200197S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700198T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200199F: arch/arm/cpu/arm1136/mx*/
200F: arch/arm/cpu/arm926ejs/mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200201F: arch/arm/cpu/armv7/vf610/
Fabio Estevam6ad85a42019-05-10 09:23:53 -0300202F: arch/arm/dts/*imx*
Stefano Babic552a8482017-06-29 10:16:06 +0200203F: arch/arm/mach-imx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200204F: arch/arm/include/asm/arch-imx/
205F: arch/arm/include/asm/arch-mx*/
206F: arch/arm/include/asm/arch-vf610/
Stefano Babic552a8482017-06-29 10:16:06 +0200207F: arch/arm/include/asm/mach-imx/
Fabio Estevam77cbd3a2016-07-26 21:27:49 -0300208F: board/freescale/*mx*/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200209
Peter Griffinae4dc152016-04-20 17:13:58 +0100210ARM HISILICON
211M: Peter Griffin <peter.griffin@linaro.org>
Manivannan Sadhasivam379e5742019-08-02 20:40:11 +0530212M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Peter Griffinae4dc152016-04-20 17:13:58 +0100213S: Maintained
214F: arch/arm/cpu/armv8/hisilicon
Heinrich Schuchardt0f8525f2018-03-12 23:02:17 +0100215F: arch/arm/include/asm/arch-hi6220/
Manivannan Sadhasivam379e5742019-08-02 20:40:11 +0530216F: arch/arm/include/asm/arch-hi3660/
Peter Griffinae4dc152016-04-20 17:13:58 +0100217
Stefan Roese1579faf2019-02-15 13:56:56 +0100218ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
Stefan Roesef822d852016-01-14 05:00:00 +0100219M: Stefan Roese <sr@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200220S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700221T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
Masahiro Yamada56f86e32015-02-20 17:04:06 +0900222F: arch/arm/mach-kirkwood/
Stefan Roesef822d852016-01-14 05:00:00 +0100223F: arch/arm/mach-mvebu/
Ken Ma592b4a72018-05-25 15:49:24 +0800224F: drivers/ata/ahci_mvebu.c
Stefan Roese1579faf2019-02-15 13:56:56 +0100225F: drivers/ddr/marvell/
226F: drivers/gpio/mvebu_gpio.c
227F: drivers/spi/kirkwood_spi.c
228F: drivers/pci/pci_mvebu.c
229F: drivers/pci/pcie_dw_mvebu.c
230F: drivers/watchdog/orion_wdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200231
232ARM MARVELL PXA
233M: Marek Vasut <marex@denx.de>
234S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700235T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200236F: arch/arm/cpu/pxa/
237F: arch/arm/include/asm/arch-pxa/
238
Ryder Leea9da9ee2018-11-15 10:08:06 +0800239ARM MEDIATEK
240M: Ryder Lee <ryder.lee@mediatek.com>
241M: Weijie Gao <weijie.gao@mediatek.com>
Ryder Lee8702e612019-07-29 22:17:46 +0800242R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
Ryder Leea9da9ee2018-11-15 10:08:06 +0800243S: Maintained
244F: arch/arm/mach-mediatek/
245F: arch/arm/include/asm/arch-mediatek/
246F: board/mediatek/
247F: doc/README.mediatek
248F: drivers/clk/mediatek/
249F: drivers/mmc/mtk-sd.c
250F: drivers/pinctrl/mediatek/
251F: drivers/power/domain/mtk-power-domain.c
252F: drivers/ram/mediatek/
Weijie Gao603fcd12019-07-22 17:09:01 +0530253F: drivers/spi/mtk_snfi_spi.c
Ryder Leea9da9ee2018-11-15 10:08:06 +0800254F: drivers/timer/mtk_timer.c
255F: drivers/watchdog/mtk_wdt.c
Weijie Gaod049ff92018-12-20 16:12:58 +0800256F: drivers/net/mtk_eth.c
257F: drivers/reset/reset-mediatek.c
Ryder Leea9da9ee2018-11-15 10:08:06 +0800258F: tools/mtk_image.c
259F: tools/mtk_image.h
260N: mediatek
261
Eugen Hristev413ca722019-02-05 10:20:39 +0000262ARM MICROCHIP/ATMEL AT91
263M: Eugen Hristev <eugen.hristev@microchip.com>
264S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700265T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
Eugen Hristev413ca722019-02-05 10:20:39 +0000266F: arch/arm/mach-at91/
267F: board/atmel/
Eugen Hristev4c497532019-10-09 09:23:46 +0000268F: drivers/misc/microchip_flexcom.c
Eugen Hristev413ca722019-02-05 10:20:39 +0000269
Manivannan Sadhasivame2a14842018-06-14 23:38:39 +0530270ARM OWL
271M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
272S: Maintained
273F: arch/arm/include/asm/arch-owl/
274F: arch/arm/mach-owl/
Manivannan Sadhasivame2a14842018-06-14 23:38:39 +0530275F: drivers/clk/owl/
276F: drivers/serial/serial_owl.c
Amit Singh Tomarb1a6bb32020-04-19 19:28:25 +0530277F: include/configs/owl-common.h
278F: configs/bubblegum_96_defconfig
Manivannan Sadhasivame2a14842018-06-14 23:38:39 +0530279
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900280ARM RENESAS RMOBILE/R-CAR
281M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Marek Vasut9db60e22017-10-15 14:51:55 +0200282M: Marek Vasut <marek.vasut+renesas@gmail.com>
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900283S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700284T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Nobuhiro Iwamatsu4810c2f2015-10-10 06:09:03 +0900285F: arch/arm/mach-rmobile/
286
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900287ARM ROCKCHIP
288M: Simon Glass <sjg@chromium.org>
Philipp Tomsichf8714372017-06-21 15:13:38 +0200289M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Kever Yang37dc8aa2019-04-03 15:28:16 +0800290M: Kever Yang <kever.yang@rock-chips.com>
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900291S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700292T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
Philipp Tomsich8b451932017-11-27 00:18:42 +0100293F: arch/arm/include/asm/arch-rockchip/
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900294F: arch/arm/mach-rockchip/
Kever Yangae0fc892017-05-23 15:01:14 +0800295F: board/rockchip/
Philipp Tomsich8b451932017-11-27 00:18:42 +0100296F: drivers/clk/rockchip/
297F: drivers/gpio/rk_gpio.c
298F: drivers/misc/rockchip-efuse.c
Philipp Tomsich47b85832018-03-26 19:59:09 +0200299F: drivers/mmc/rockchip_sdhci.c
300F: drivers/mmc/rockchip_dw_mmc.c
Philipp Tomsich8b451932017-11-27 00:18:42 +0100301F: drivers/pinctrl/rockchip/
302F: drivers/ram/rockchip/
303F: drivers/sysreset/sysreset_rockchip.c
Philipp Tomsich3f565522018-02-23 17:38:53 +0100304F: drivers/video/rockchip/
Philipp Tomsich8b451932017-11-27 00:18:42 +0100305F: tools/rkcommon.c
306F: tools/rkcommon.h
307F: tools/rkimage.c
308F: tools/rksd.c
309F: tools/rkspi.c
Masahiro Yamadac3caeac2016-01-05 10:47:10 +0900310
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200311ARM SAMSUNG
312M: Minkyu Kang <mk7.kang@samsung.com>
313S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700314T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
Minkyu Kang225f5ee2015-11-20 15:24:57 +0900315F: arch/arm/mach-exynos/
316F: arch/arm/mach-s5pc1xx/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200317F: arch/arm/cpu/armv7/s5p-common/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200318
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200319ARM SNAPDRAGON
Ramon Fried0dfe4422019-06-06 21:35:05 +0300320M: Ramon Fried <rfried.dev@gmail.com>
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200321S: Maintained
322F: arch/arm/mach-snapdragon/
Ramon Friedce18baf2018-08-03 20:56:27 +0300323F: drivers/gpio/msm_gpio.c
324F: drivers/mmc/msm_sdhci.c
Ramon Fried92454e42018-09-21 13:35:47 +0300325F: drivers/phy/msm8916-usbh-phy.c
Ramon Friedce18baf2018-08-03 20:56:27 +0300326F: drivers/serial/serial_msm.c
Ramon Fried654dd4a2018-07-02 02:57:56 +0300327F: drivers/smem/msm_smem.c
Ramon Friedce18baf2018-08-03 20:56:27 +0300328F: drivers/usb/host/ehci-msm.c
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200329
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100330ARM STI
331M: Patrice Chotard <patrice.chotard@st.com>
332S: Maintained
Patrice Chotardd21ffa22020-03-12 11:11:18 +0100333T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100334F: arch/arm/mach-sti/
335F: arch/arm/include/asm/arch-sti*/
Patrice Chotardd21ffa22020-03-12 11:11:18 +0100336F: drivers/phy/sti_usb_phy.c
337F: drivers/pinctrl/pinctrl-sti.c
338F: drivers/mmc/sti_sdhci.c
339F: drivers/reset/sti-reset.c
340F: drivers/serial/serial_sti_asc.c
341F: drivers/sysreset/sysreset_sti.c
342F: drivers/timer/sti-timer.c
343F: drivers/usb/host/dwc3-sti-glue.c
344F: include/dwc3-sti-glue.h
345F: include/dt-bindings/clock/stih407-clks.h
346F: include/dt-bindings/clock/stih410-clks.h
347F: include/dt-bindings/reset/stih407-resets.h
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100348
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200349ARM STM SPEAR
Bin Meng3a53aba2016-02-21 19:54:41 -0800350#M: Vipin Kumar <vipin.kumar@st.com>
351S: Orphaned (Since 2016-02)
Bin Meng13181642019-06-18 20:40:54 -0700352T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200353F: arch/arm/cpu/arm926ejs/spear/
354F: arch/arm/include/asm/arch-spear/
355
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100356ARM STM STM32MP
357M: Patrick Delaunay <patrick.delaunay@st.com>
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200358M: Patrice Chotard <patrice.chotard@st.com>
Patrick Delaunay84ee59a2018-11-08 17:52:21 +0100359L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
Patrick Delaunay8c018232019-07-30 19:16:56 +0200360T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100361S: Maintained
Patrick Delaunay67eea682019-01-21 17:20:00 +0100362F: arch/arm/mach-stm32mp/
Patrick Delaunayefa667d2020-02-25 19:04:14 +0100363F: doc/board/st/
Patrick Delaunay8c018232019-07-30 19:16:56 +0200364F: drivers/adc/stm32-adc*
Heinrich Schuchardtb57aaa02018-04-04 01:16:08 +0200365F: drivers/clk/clk_stm32mp1.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200366F: drivers/gpio/stm32_gpio.c
367F: drivers/hwspinlock/stm32_hwspinlock.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200368F: drivers/i2c/stm32f7_i2c.c
Fabien Dessenneb04553e2019-05-14 11:20:35 +0200369F: drivers/mailbox/stm32-ipcc.c
Patrick Delaunayc3600e12018-05-17 15:24:06 +0200370F: drivers/misc/stm32mp_fuse.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200371F: drivers/misc/stm32_rcc.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200372F: drivers/mmc/stm32_sdmmc2.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200373F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200374F: drivers/phy/phy-stm32-usbphyc.c
375F: drivers/pinctrl/pinctrl_stm32.c
Patrick Delaunay42f01aa2019-02-04 11:26:17 +0100376F: drivers/power/pmic/stpmic1.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200377F: drivers/power/regulator/stm32-vrefbuf.c
Patrick Delaunay42f01aa2019-02-04 11:26:17 +0100378F: drivers/power/regulator/stpmic1.c
Heinrich Schuchardtb57aaa02018-04-04 01:16:08 +0200379F: drivers/ram/stm32mp1/
Fabien Dessenne5dca7d12019-05-31 15:11:35 +0200380F: drivers/remoteproc/stm32_copro.c
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200381F: drivers/reset/stm32-reset.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200382F: drivers/rtc/stm32_rtc.c
383F: drivers/serial/serial_stm32.*
Patrice Chotardf65b82f2018-08-06 11:52:23 +0200384F: drivers/spi/stm32_qspi.c
Patrice Chotarda2a89b22019-04-30 18:08:28 +0200385F: drivers/spi/stm32_spi.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200386F: drivers/video/stm32/stm32_ltdc.c
Patrice Chotard8c1007a2019-04-30 17:26:22 +0200387F: drivers/watchdog/stm32mp_wdt.c
Patrick Delaunay8c018232019-07-30 19:16:56 +0200388F: include/dt-bindings/clock/stm32fx-clock.h
389F: include/dt-bindings/clock/stm32mp1-clks.h
390F: include/dt-bindings/clock/stm32mp1-clksrc.h
391F: include/dt-bindings/pinctrl/stm32-pinfunc.h
392F: include/dt-bindings/reset/stm32mp1-resets.h
393F: include/stm32_rcc.h
394F: tools/stm32image.c
395
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100396
Vikas Manocha9fa32b12014-11-18 10:42:22 -0800397ARM STM STV0991
398M: Vikas Manocha <vikas.manocha@st.com>
399S: Maintained
400F: arch/arm/cpu/armv7/stv0991/
401F: arch/arm/include/asm/arch-stv0991/
402
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200403ARM SUNXI
Jagan Teki59aea292019-04-12 18:44:34 +0530404M: Jagan Teki <jagan@amarulasolutions.com>
Maxime Ripard9bd9b2b2019-10-03 18:32:11 +0200405M: Maxime Ripard <mripard@kernel.org>
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800406S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700407T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200408F: arch/arm/cpu/armv7/sunxi/
409F: arch/arm/include/asm/arch-sunxi/
Chen-Yu Tsaied8f2a22017-03-01 14:03:34 +0800410F: arch/arm/mach-sunxi/
411F: board/sunxi/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200412
413ARM TEGRA
414M: Tom Warren <twarren@nvidia.com>
415S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700416T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
Masahiro Yamada09f455d2015-02-20 17:04:04 +0900417F: arch/arm/mach-tegra/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200418F: arch/arm/include/asm/arch-tegra*/
419
420ARM TI
Lokesh Vutla713a02a2020-01-16 13:20:05 +0530421M: Lokesh Vutla <lokeshvutla@ti.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200422S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700423T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
Masahiro Yamada26f7c112015-04-08 18:23:23 +0900424F: arch/arm/mach-davinci/
Lokesh Vutla586bde92018-08-27 15:57:08 +0530425F: arch/arm/mach-k3/
Masahiro Yamada26f7c112015-04-08 18:23:23 +0900426F: arch/arm/mach-keystone/
Lokesh Vutla16c2a972020-03-16 20:00:54 +0530427F: arch/arm/mach-omap2/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200428F: arch/arm/include/asm/arch-omap*/
429F: arch/arm/include/asm/ti-common/
Lokesh Vutla16c2a972020-03-16 20:00:54 +0530430F: board/ti/
431F: drivers/dma/ti*
432F: drivers/firmware/ti_sci.*
433F: drivers/gpio/omap_gpio.c
434F: drivers/memory/ti-aemif.c
435F: drivers/misc/k3_avs.c
436F: drivers/mailbox/k3-sec-procy.c
437F: drivers/pci/pcie_dw_ti.c
438F: drivers/phy/keystone-usb-phy.c
439F: drivers/phy/omap-usb2-phy.c
440F: drivers/phy/phy-ti-am654.c
441F: drivers/phy/ti-pipe3-phy.c
442F: drivers/ram/k3*
443F: drivers/remoteproc/k3_system_controller.c
444F: drivers/remoteproc/ti*
445F: drivers/reset/reset-ti-sci.c
446F: drivers/rtc/davinci.c
447F: drivers/serial/serial_omap.c
448F: drivers/soc/ti/
449F: drivers/sysreset/sysreset-ti-sci.c
450F: drivers/thermal/ti-bandgap.c
451F: drivers/timer/omap-timer.c
452F: drivers/watchdog/omap_wdt.c
453F: include/linux/soc/ti/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200454
Stephan Gerhold293f9eb2020-01-04 18:45:18 +0100455ARM U8500
456M: Stephan Gerhold <stephan@gerhold.net>
457R: Linus Walleij <linus.walleij@linaro.org>
458S: Maintained
459F: arch/arm/dts/ste-*
460F: arch/arm/mach-u8500/
461F: drivers/timer/nomadik-mtu-timer.c
462
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900463ARM UNIPHIER
Masahiro Yamadaed6226c2015-03-11 13:01:35 +0900464M: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900465S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700466T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
Masahiro Yamada4c425572015-02-27 02:26:42 +0900467F: arch/arm/mach-uniphier/
Masahiro Yamada5fd3f432015-12-17 18:00:39 +0900468F: configs/uniphier_*_defconfig
Masahiro Yamadaeb006c82015-02-05 14:30:24 +0900469N: uniphier
Masahiro Yamada0fb63aa2014-10-03 19:21:08 +0900470
Michal Simekec48b6c2018-08-22 14:55:27 +0200471ARM VERSAL
472M: Michal Simek <michal.simek@xilinx.com>
473S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700474T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simekec48b6c2018-08-22 14:55:27 +0200475F: arch/arm/mach-versal/
Ashok Reddy Soma50283582020-03-11 03:06:04 -0600476F: drivers/watchdog/xilinx_wwdt.c
Michal Simek13210cd2019-09-11 09:20:41 +0200477N: (?<!uni)versal
Michal Simekec48b6c2018-08-22 14:55:27 +0200478
Liviu Dudau0fabfeb2018-09-28 13:43:31 +0100479ARM VERSATILE EXPRESS DRIVERS
480M: Liviu Dudau <liviu.dudau@foss.arm.com>
481S: Maintained
482T: git git://github.com/ARM-software/u-boot.git
483F: drivers/misc/vexpress_config.c
484N: vexpress
485
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200486ARM ZYNQ
487M: Michal Simek <monstr@monstr.eu>
488S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700489T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100490F: arch/arm/mach-zynq/
491F: drivers/clk/clk_zynq.c
492F: drivers/fpga/zynqpl.c
493F: drivers/gpio/zynq_gpio.c
494F: drivers/i2c/i2c-cdns.c
495F: drivers/i2c/muxes/pca954x.c
496F: drivers/i2c/zynq_i2c.c
497F: drivers/mmc/zynq_sdhci.c
Miquel Raynala430fa02018-08-16 17:30:07 +0200498F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100499F: drivers/net/phy/xilinx_phy.c
500F: drivers/net/zynq_gem.c
501F: drivers/serial/serial_zynq.c
502F: drivers/spi/zynq_qspi.c
503F: drivers/spi/zynq_spi.c
504F: drivers/usb/host/ehci-zynq.c
505F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt23e7e6b2018-04-04 09:22:03 +0200506F: include/zynqpl.h
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100507F: tools/zynqimage.c
508N: zynq
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200509
Michal Simek84c72042015-01-15 10:01:51 +0100510ARM ZYNQMP
511M: Michal Simek <michal.simek@xilinx.com>
512S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700513T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek274ccb52019-01-17 08:22:43 +0100514F: arch/arm/mach-zynqmp/
Michal Simek3d142282018-03-13 11:50:22 +0100515F: drivers/clk/clk_zynqmp.c
Rajan Vaja14723ed2019-02-15 04:45:32 -0800516F: driver/firmware/firmware-zynqmp.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100517F: drivers/fpga/zynqpl.c
518F: drivers/gpio/zynq_gpio.c
519F: drivers/i2c/i2c-cdns.c
520F: drivers/i2c/muxes/pca954x.c
521F: drivers/i2c/zynq_i2c.c
Ibai Erkiaga660b0c72019-09-27 11:36:56 +0100522F: drivers/mailbox/zynqmp-ipi.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100523F: drivers/mmc/zynq_sdhci.c
Miquel Raynala430fa02018-08-16 17:30:07 +0200524F: drivers/mtd/nand/raw/zynq_nand.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100525F: drivers/net/phy/xilinx_phy.c
526F: drivers/net/zynq_gem.c
527F: drivers/serial/serial_zynq.c
528F: drivers/spi/zynq_qspi.c
529F: drivers/spi/zynq_spi.c
Michal Simek72c37d12018-04-17 13:40:46 +0200530F: drivers/timer/cadence-ttc.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100531F: drivers/usb/host/ehci-zynq.c
532F: drivers/watchdog/cdns_wdt.c
Heinrich Schuchardt23e7e6b2018-04-04 09:22:03 +0200533F: include/zynqmppl.h
Ibai Erkiaga009ab7b2019-09-27 11:37:01 +0100534F: include/zynqmp_firmware.h
Alexander Grafb123aff2018-04-13 14:18:51 +0200535F: tools/zynqmp*
Michal Simek2570e122018-07-24 16:27:00 +0200536N: ultra96
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100537N: zynqmp
Michal Simek84c72042015-01-15 10:01:51 +0100538
Michal Simek1d6c54e2018-04-12 17:39:46 +0200539ARM ZYNQMP R5
540M: Michal Simek <michal.simek@xilinx.com>
541S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700542T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek1d6c54e2018-04-12 17:39:46 +0200543F: arch/arm/mach-zynqmp-r5/
544
liu haoe3aafef2019-10-31 07:51:08 +0000545ARM PHYTIUM
546M: liuhao <liuhao@phytium.com.cn>
547M: shuyiqi <shuyiqi@phytium.com.cn>
548S: Maintained
549F: drivers/pci/pcie_phytium.c
550F: arch/arm/dts/phytium-durian.dts
551
Simon Glassbb484702018-11-25 20:07:26 -0700552BINMAN
553M: Simon Glass <sjg@chromium.org>
554S: Maintained
555F: tools/binman/
556
Marek Behún3e29bd22020-03-25 12:04:46 +0100557BTRFS
558M: Marek Behun <marek.behun@nic.cz>
559S: Maintained
560F: cmd/btrfs.c
561F: fs/btrfs/
562F: include/btrfs.h
563
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200564BUILDMAN
565M: Simon Glass <sjg@chromium.org>
566S: Maintained
567F: tools/buildman/
568
569CFI FLASH
570M: Stefan Roese <sr@denx.de>
571S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700572T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
Stefan Roesec4c2e142014-10-31 13:57:42 +0100573F: drivers/mtd/cfi_flash.c
574F: drivers/mtd/jedec_flash.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200575
Lukasz Majewski37d73372019-06-24 15:50:52 +0200576CLOCK
577M: Lukasz Majewski <lukma@denx.de>
578S: Maintained
579T: git git://git.denx.de/u-boot-dfu.git
580F: drivers/clk/
581F: drivers/clk/imx/
582
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200583COLDFIRE
Fabio Estevam08ae21a2018-05-01 15:54:39 -0300584M: Huan Wang <alison.wang@nxp.com>
angelo@sysam.it82ebb7e2014-11-24 15:36:57 +0100585M: Angelo Dureghello <angelo@sysam.it>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200586S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700587T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200588F: arch/m68k/
589
590DFU
Lukasz Majewski56acf012017-01-16 00:04:10 +0100591M: Lukasz Majewski <lukma@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200592S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700593T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
Lukasz Majewskid4c9a902019-03-30 16:22:21 +0100594F: cmd/dfu.c
595F: cmd/usb_*.c
596F: common/dfu.c
597F: common/update.c
598F: common/usb_storage.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200599F: drivers/dfu/
Lukasz Majewski55ca6132015-02-26 13:23:49 +0100600F: drivers/usb/gadget/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200601
602DRIVER MODEL
603M: Simon Glass <sjg@chromium.org>
604S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700605T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200606F: drivers/core/
607F: include/dm/
608F: test/dm/
609
Alexander Grafe4a73942016-03-04 01:10:10 +0100610EFI PAYLOAD
Alexander Graf7590f902019-02-14 14:35:17 +0100611M: Heinrich Schuchardt <xypron.glpk@gmx.de>
612R: Alexander Graf <agraf@csgraf.de>
Alexander Grafe4a73942016-03-04 01:10:10 +0100613S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700614T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
Heinrich Schuchardt080cc0b2020-02-22 07:45:50 +0100615F: doc/api/efi.rst
Heinrich Schuchardt73d95c22019-07-26 06:46:08 +0200616F: doc/uefi/*
Heinrich Schuchardt5b2118a2018-09-04 19:34:55 +0200617F: include/capitalization.h
Heinrich Schuchardt1db6ab22019-05-08 19:41:35 +0200618F: include/charset.h
Heinrich Schuchardt0bc4b0d2018-09-04 19:34:58 +0200619F: include/cp1250.h
620F: include/cp437.h
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +0200621F: include/efi*
Heinrich Schuchardt268ec6e2018-01-31 18:45:35 +0000622F: include/pe.h
623F: include/asm-generic/pe.h
Heinrich Schuchardt0b8a88a2018-07-05 19:43:50 +0200624F: lib/charset.c
Heinrich Schuchardtbc0bd772018-01-02 16:00:45 +0100625F: lib/efi*/
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +0200626F: test/py/tests/test_efi*
Heinrich Schuchardtf11a1642018-08-31 21:31:28 +0200627F: test/unicode_ut.c
Alexander Grafe4a73942016-03-04 01:10:10 +0100628F: cmd/bootefi.c
AKASHI Takahiro59df7e72019-02-25 15:54:38 +0900629F: cmd/efidebug.c
AKASHI Takahiro49d81fd2019-02-25 15:54:36 +0900630F: cmd/nvedit_efi.c
Heinrich Schuchardtac020192018-01-17 20:16:09 +0100631F: tools/file2include.c
Alexander Grafe4a73942016-03-04 01:10:10 +0100632
Joe Hershberger28005402019-11-20 16:09:05 -0600633ENVIRONMENT
634M: Joe Hershberger <joe.hershberger@ni.com>
635R: Wolfgang Denk <wd@denx.de>
636S: Maintained
637F: env/
638F: include/env*
639F: test/env/
640F: tools/env*
641F: tools/mkenvimage.c
642
Michal Simek7e163422018-07-18 17:03:13 +0200643FPGA
644M: Michal Simek <michal.simek@xilinx.com>
645S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700646T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Michal Simek7e163422018-07-18 17:03:13 +0200647F: drivers/fpga/
648F: cmd/fpga.c
649F: include/fpga.h
650
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200651FLATTENED DEVICE TREE
652M: Simon Glass <sjg@chromium.org>
653S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700654T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200655F: lib/fdtdec*
656F: lib/libfdt/
657F: include/fdt*
Heinrich Schuchardt18fa6232018-03-12 23:08:09 +0100658F: include/linux/libfdt*
Andreas Färber643f8d42016-10-26 18:14:00 +0200659F: cmd/fdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200660F: common/fdt_support.c
661
662FREEBSD
663M: Rafal Jaworowski <raj@semihalf.com>
664S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700665T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200666
667FREESCALE QORIQ
Priyanka Jain87d5b222019-09-09 16:55:08 +0530668M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200669S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700670T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
Qiang Zhao0652d9f2019-05-07 03:16:09 +0000671F: drivers/watchdog/sp805_wdt.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200672
673I2C
674M: Heiko Schocher <hs@denx.de>
675S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700676T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200677F: drivers/i2c/
678
Simon Glasse9c8d492017-12-04 13:48:24 -0700679LOGGING
680M: Simon Glass <sjg@chromium.org>
681S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700682T: git https://gitlab.denx.de/u-boot/u-boot.git
Heinrich Schuchardtbefadde2020-02-26 21:48:16 +0100683F: common/log*
Simon Glasse9c8d492017-12-04 13:48:24 -0700684F: cmd/log.c
Heinrich Schuchardt395041b2020-02-26 21:48:18 +0100685F: test/log/
Simon Glass20faa272017-12-04 13:48:30 -0700686F: test/py/tests/test_log.py
Simon Glasse9c8d492017-12-04 13:48:24 -0700687
Liviu Dudauc1a65a82018-09-28 13:50:53 +0100688MALI DISPLAY PROCESSORS
689M: Liviu Dudau <liviu.dudau@foss.arm.com>
690S: Supported
691T: git git://github.com/ARM-software/u-boot.git
692F: drivers/video/mali_dp.c
Heiko Schochere3bc4bb2018-10-11 07:26:33 +0200693F: drivers/i2c/i2c-versatile.c
Liviu Dudauc1a65a82018-09-28 13:50:53 +0100694
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200695MICROBLAZE
696M: Michal Simek <monstr@monstr.eu>
697S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700698T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200699F: arch/microblaze/
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100700F: cmd/mfsl.c
701F: drivers/gpio/xilinx_gpio.c
702F: drivers/net/xilinx_axi_emac.c
703F: drivers/net/xilinx_emaclite.c
704F: drivers/serial/serial_xuartlite.c
705F: drivers/spi/xilinx_spi.c
Michal Simek0d832b32018-07-13 11:04:56 +0200706F: drivers/sysreset/sysreset_gpio.c
Michal Simek8ae3d0b2018-03-13 11:07:25 +0100707F: drivers/watchdog/xilinx_tb_wdt.c
708N: xilinx
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200709
710MIPS
711M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
712S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700713T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200714F: arch/mips/
715
Alex Nemirovsky800775e2020-01-30 12:34:54 -0800716MIPS CORTINA ACCESS CAxxxx
717M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
718S: Supported
719F: board/cortina/common/
720F: drivers/gpio/cortina_gpio.c
721F: drivers/watchdog/cortina_wdt.c
722F: drivers/serial/serial_cortina.c
Arthur Lid55e4e72020-02-20 18:19:35 -0800723F: drivers/mmc/ca_dw_mmc.c
Alex Nemirovsky800775e2020-01-30 12:34:54 -0800724
Gregory CLEMENTdd1033e2018-12-14 16:16:47 +0100725MIPS MSCC
726M: Gregory CLEMENT <gregory.clement@bootlin.com>
727M: Lars Povlsen <lars.povlsen@microchip.com>
728M: Horatiu Vultur <horatiu.vultur@microchip.com>
729S: Maintained
730F: arch/mips/mach-mscc/
Gregory CLEMENTf8c8ced2018-12-14 16:16:50 +0100731F: arch/mips/dts/luton*
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100732F: arch/mips/dts/mscc*
733F: arch/mips/dts/ocelot*
Horatiu Vulturd1182052019-01-12 18:56:57 +0100734F: arch/mips/dts/jr2*
Horatiu Vultur393b77d2019-01-12 18:56:59 +0100735F: arch/mips/dts/serval*
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100736F: board/mscc/
737F: configs/mscc*
Lars Povlsenbe8313f2019-01-02 09:52:21 +0100738F: drivers/gpio/mscc_sgpio.c
Lars Povlsenfd6e0b02019-01-08 10:38:33 +0100739F: drivers/spi/mscc_bb_spi.c
Gregory CLEMENT6787c1e2018-12-14 16:16:49 +0100740F: include/configs/vcoreiii.h
Horatiu Vultur8c211af2019-04-24 11:27:59 +0200741F: include/dt-bindings/mscc/
Horatiu Vultur051de9b2019-01-12 18:56:55 +0100742F: drivers/pinctrl/mscc/
Horatiu Vultur4c661572019-01-31 15:30:33 +0100743F: drivers/net/mscc_eswitch/
Gregory CLEMENTdd1033e2018-12-14 16:16:47 +0100744
Paul Burtoncd71b1d2018-12-16 19:25:22 -0300745MIPS JZ4780
746M: Ezequiel Garcia <ezequiel@collabora.com>
747S: Maintained
748F: arch/mips/mach-jz47xx/
749
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200750MMC
Peng Fan16a6d512019-04-24 11:56:58 +0000751M: Peng Fan <peng.fan@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200752S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700753T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200754F: drivers/mmc/
755
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100756NAND FLASH
Tom Rini9f8aba72018-07-26 12:02:03 -0400757#M: Scott Wood <oss@buserror.net>
758S: Orphaned (Since 2018-07)
Bin Meng13181642019-06-18 20:40:54 -0700759T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
Miquel Raynala430fa02018-08-16 17:30:07 +0200760F: drivers/mtd/nand/raw/
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100761
762NDS32
Rick Chen995fa612019-07-09 13:59:28 +0800763M: Rick Chen <rick@andestech.com>
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100764S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700765T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100766F: arch/nds32/
767
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100768NETWORK
769M: Joe Hershberger <joe.hershberger@ni.com>
770S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700771T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100772F: drivers/net/
Heinrich Schuchardt69fbf232019-07-14 21:55:25 +0200773F: include/net.h
Heinrich Schuchardtb7d6e0a2018-03-07 04:04:29 +0100774F: net/
775
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100776NIOS
777M: Thomas Chou <thomas@wytron.com.tw>
778S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700779T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100780F: arch/nios2/
781
782ONENAND
783#M: Lukasz Majewski <l.majewski@majess.pl>
784S: Orphaned (Since 2017-01)
Bin Meng13181642019-06-18 20:40:54 -0700785T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100786F: drivers/mtd/onenand/
787
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200788PATMAN
789M: Simon Glass <sjg@chromium.org>
790S: Maintained
791F: tools/patman/
792
Ramon Fried914026d2019-04-27 11:15:21 +0300793PCI Endpoint
794M: Ramon Fried <rfried.dev@gmail.com>
795S: Maintained
796F: drivers/pci_endpoint/
797F: include/pci_ep.h
798
Heiko Schocherb61cbbd2019-10-14 11:29:39 +0200799PCI MPC85xx
800M: Heiko Schocher <hs@denx.de>
801S: Maintained
802F: drivers/pci/pci_mpc85xx.c
803
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100804POWER
805M: Jaehoon Chung <jh80.chung@samsung.com>
806S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700807T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100808F: drivers/power/
809
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200810POWERPC
811M: Wolfgang Denk <wd@denx.de>
812S: Maintained
813F: arch/powerpc/
814
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200815POWERPC MPC8XX
Christophe Leroy907208c2017-07-06 10:23:22 +0200816M: Christophe Leroy <christophe.leroy@c-s.fr>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200817S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700818T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200819F: arch/powerpc/cpu/mpc8xx/
820
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200821POWERPC MPC83XX
mario.six@gdsys.cce5ed4c32017-06-09 14:50:47 +0200822M: Mario Six <mario.six@gdsys.cc>
823S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700824T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
Mario Sixe4061552018-08-06 10:23:30 +0200825F: drivers/ram/mpc83xx_sdram.c
826F: include/dt-bindings/memory/mpc83xx-sdram.h
Mario Six76fdad12018-08-06 10:23:35 +0200827F: drivers/sysreset/sysreset_mpc83xx.c
828F: drivers/sysreset/sysreset_mpc83xx.h
Mario Six07d538d2018-08-06 10:23:36 +0200829F: drivers/clk/mpc83xx_clk.c
830F: drivers/clk/mpc83xx_clk.h
831F: include/dt-bindings/clk/mpc83xx-clk.h
Mario Six2c217492018-08-06 10:23:38 +0200832F: drivers/timer/mpc83xx_timer.c
Mario Six19fbdca2018-08-06 10:23:45 +0200833F: drivers/cpu/mpc83xx_cpu.c
834F: drivers/cpu/mpc83xx_cpu.h
Mario Sixd2166312018-08-06 10:23:46 +0200835F: drivers/misc/mpc83xx_serdes.c
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200836F: arch/powerpc/cpu/mpc83xx/
837F: arch/powerpc/include/asm/arch-mpc83xx/
838
839POWERPC MPC85XX
Priyanka Jain87d5b222019-09-09 16:55:08 +0530840M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200841S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700842T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200843F: arch/powerpc/cpu/mpc85xx/
844
845POWERPC MPC86XX
Priyanka Jain87d5b222019-09-09 16:55:08 +0530846M: Priyanka Jain <priyanka.jain@nxp.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200847S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700848T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200849F: arch/powerpc/cpu/mpc86xx/
850
Rick Chenf94c44e2017-12-26 13:55:52 +0800851RISC-V
852M: Rick Chen <rick@andestech.com>
853S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700854T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
Rick Chenf94c44e2017-12-26 13:55:52 +0800855F: arch/riscv/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100856F: cmd/riscv/
Rick Chenf94c44e2017-12-26 13:55:52 +0800857F: tools/prelink-riscv.c
858
Sughosh Ganu3e635982020-01-10 15:53:51 +0530859RNG
860M: Sughosh Ganu <sughosh.ganu@linaro.org>
861R: Heinrich Schuchardt <xypron.glpk@gmx.de>
862S: Maintained
863F: cmd/rng.c
864F: drivers/rng/
865F: drivers/virtio/virtio_rng.c
866F: include/rng.h
867
Heinrich Schuchardt4ef17f92018-03-05 08:15:51 +0100868ROCKUSB
869M: Eddie Cai <eddie.cai.linux@gmail.com>
870S: Maintained
871F: drivers/usb/gadget/f_rockusb.c
872F: cmd/rockusb.c
873F: doc/README.rockusb
874
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200875SANDBOX
876M: Simon Glass <sjg@chromium.org>
877S: Maintained
878F: arch/sandbox/
879
880SH
Marek Vasutd04ecc42019-05-16 22:16:54 +0200881M: Marek Vasut <marek.vasut+renesas@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200882M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
883S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700884T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200885F: arch/sh/
886
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200887SPI
Jagan Teki59aea292019-04-12 18:44:34 +0530888M: Jagan Teki <jagan@amarulasolutions.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200889S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700890T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200891F: drivers/spi/
892F: include/spi*
893
Vignesh R4d40e002019-02-05 11:29:29 +0530894SPI-NOR
Jagan Teki59aea292019-04-12 18:44:34 +0530895M: Jagan Teki <jagan@amarulasolutions.com>
Vignesh R4d40e002019-02-05 11:29:29 +0530896M: Vignesh R <vigneshr@ti.com>
897S: Maintained
898F: drivers/mtd/spi/
899F: include/spi_flash.h
900F: include/linux/mtd/cfi.h
901F: include/linux/mtd/spi-nor.h
902
Mateusz Kulikowskie721e982016-03-31 23:12:34 +0200903SPMI
904M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
905S: Maintained
906F: drivers/spmi/
907F: include/spmi/
908
Liviu Dudau055da182018-09-28 13:49:31 +0100909TDA19988 HDMI ENCODER
910M: Liviu Dudau <liviu.dudau@foss.arm.com>
911S: Maintained
912F: drivers/video/tda19988.c
913
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600914TI SYSTEM SECURITY
915M: Andrew F. Davis <afd@ti.com>
916S: Supported
917F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600918F: arch/arm/mach-omap2/sec-common.c
919F: arch/arm/mach-omap2/config_secure.mk
Andrew F. Davis3a543a82019-04-12 12:54:45 -0400920F: arch/arm/mach-k3/security.c
Andrew F. Davis50836962019-04-12 12:54:46 -0400921F: arch/arm/mach-k3/config_secure.mk
Andrew F. Davisa42eee12017-01-27 10:39:20 -0600922F: configs/am335x_hs_evm_defconfig
Andrew F. Davisc2dca332017-09-20 14:33:51 -0500923F: configs/am335x_hs_evm_uart_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600924F: configs/am43xx_hs_evm_defconfig
925F: configs/am57xx_hs_evm_defconfig
Andrew F. Davis995985c2019-01-28 11:43:25 -0600926F: configs/am57xx_hs_evm_usb_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600927F: configs/dra7xx_hs_evm_defconfig
Andrew F. Davis83ae6472019-01-28 11:43:24 -0600928F: configs/dra7xx_hs_evm_usb_defconfig
Lokesh Vutla8a707ba2017-04-26 11:35:19 +0530929F: configs/k2hk_hs_evm_defconfig
930F: configs/k2e_hs_evm_defconfig
931F: configs/k2g_hs_evm_defconfig
Madan Srinivasf274f262018-03-06 11:10:10 -0500932F: configs/k2l_hs_evm_defconfig
Andrew F. Davis0a4b11b2019-04-12 12:54:47 -0400933F: configs/am65x_hs_evm_r5_defconfig
934F: configs/am65x_hs_evm_a53_defconfig
Andrew F. Davis9bc97792020-01-10 14:35:23 -0500935F: configs/j721e_hs_evm_r5_defconfig
936F: configs/j721e_hs_evm_a72_defconfig
Andrew F. Davis4e2fdf42017-01-11 11:09:27 -0600937
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200938TQ GROUP
Bin Meng3a53aba2016-02-21 19:54:41 -0800939#M: Martin Krause <martin.krause@tq-systems.de>
940S: Orphaned (Since 2016-02)
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200941T: git git://git.denx.de/u-boot-tq-group.git
942
Jens Wiklander9ff4a312018-09-25 16:40:09 +0200943TEE
944M: Jens Wiklander <jens.wiklander@linaro.org>
945S: Maintained
946F: drivers/tee/
947F: include/tee.h
Jens Wiklander1cc8cc42018-09-25 16:40:15 +0200948F: include/tee/
Jens Wiklander9ff4a312018-09-25 16:40:09 +0200949
Bryan O'Donoghue5fbc6672019-05-04 01:08:26 +0100950TEE-lib
951M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
952S: Maintained
953F: lib/optee
954
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200955UBI
956M: Kyungmin Park <kmpark@infradead.org>
Heiko Schocher69337a92014-11-18 09:08:45 +0100957M: Heiko Schocher <hs@denx.de>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200958S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700959T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200960F: drivers/mtd/ubi/
961
Faiz Abbas7feafb02019-10-15 18:24:36 +0530962UFS
963M: Faiz Abbas <faiz_abbas@ti.com>
964S: Maintained
965F: drivers/ufs/
966
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200967USB
968M: Marek Vasut <marex@denx.de>
969S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700970T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200971F: drivers/usb/
Heinrich Schuchardt5c7fa842019-12-17 10:37:19 +0100972F: common/usb.c
973F: common/usb_kbd.c
Marek Vasutcb11eed2020-03-25 21:35:53 +0100974F: include/usb.h
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200975
Bin Mengc0c5f912017-11-06 07:39:01 -0800976USB xHCI
977M: Bin Meng <bmeng.cn@gmail.com>
978S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700979T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
Bin Mengc0c5f912017-11-06 07:39:01 -0800980F: drivers/usb/host/xhci*
Jean-Jacques Hiblot1708a122019-09-11 11:33:46 +0200981F: include/usb/xhci.h
Bin Mengc0c5f912017-11-06 07:39:01 -0800982
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200983VIDEO
984M: Anatolij Gustschin <agust@denx.de>
985S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700986T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200987F: drivers/video/
Anatolij Gustschinc967fb72017-08-28 22:39:41 +0200988F: common/lcd*.c
989F: include/lcd*.h
Heinrich Schuchardt9cdbc902018-09-19 20:16:32 +0200990F: include/video*.h
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200991
992X86
993M: Simon Glass <sjg@chromium.org>
Bin Mengdc5210a2017-07-23 07:36:33 -0700994M: Bin Meng <bmeng.cn@gmail.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200995S: Maintained
Bin Meng13181642019-06-18 20:40:54 -0700996T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200997F: arch/x86/
Heinrich Schuchardtdab87882018-12-26 17:20:35 +0100998F: cmd/x86/
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +0200999
Chris Zankelde5e5ce2016-08-10 18:36:43 +03001000XTENSA
1001M: Max Filippov <jcmvbkbc@gmail.com>
1002S: Maintained
1003F: arch/xtensa/
1004
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +02001005THE REST
Tom Rini4e34d612015-03-02 08:37:50 -05001006M: Tom Rini <trini@konsulko.com>
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +02001007L: u-boot@lists.denx.de
1008Q: http://patchwork.ozlabs.org/project/uboot/list/
1009S: Maintained
Bin Meng13181642019-06-18 20:40:54 -07001010T: git https://gitlab.denx.de/u-boot/u-boot.git
Otavio Salvador80870e22018-12-07 19:00:41 -05001011F: configs/tools-only_defconfig
Daniel Schwierzeck00f141c2014-08-01 02:24:08 +02001012F: *
1013F: */