]> git.ipfire.org Git - thirdparty/u-boot.git/blame - MAINTAINERS
defconfig: sandbox: Enable SANDBOX_CLK_CCF to reuse generic CCF code
[thirdparty/u-boot.git] / MAINTAINERS
CommitLineData
00f141cc
DS
1Descriptions of section entries:
2
3 P: Person (obsolete)
4 M: Mail patches to: FullName <address@domain>
65fa17d4
HS
5 R: Designated reviewer: FullName <address@domain>
6 These reviewers should be CCed on patches.
00f141cc
DS
7 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.
00f141cc
DS
15 Orphan: No current maintainer [but maybe you could take the
16 role as you write your new code].
00f141cc
DS
17 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>
4006200d 55M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
00f141cc 56S: Maintained
4006200d 57L: uboot-snps-arc@synopsys.com
13181641 58T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
00f141cc 59F: arch/arc/
b08b113e 60F: board/synopsys/
00f141cc 61
e80dac0a
EP
62ARC 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
b7d6e0ab
HS
70ARC HSDK CREG GPIO
71M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
72S: Maintained
73L: uboot-snps-arc@synopsys.com
7620ec4d 74F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
b7d6e0ab
HS
75F: drivers/gpio/hsdk-creg-gpio.c
76
15736e28
EP
77ARC 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
00f141cc
DS
84ARM
85M: Albert Aribaud <albert.u.boot@aribaud.net>
86S: Maintained
13181641 87T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
00f141cc 88F: arch/arm/
dab8788a 89F: cmd/arm/
00f141cc 90
d8540a16
PM
91ARM ALTERA SOCFPGA
92M: Marek Vasut <marex@denx.de>
a339f524 93M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
d8540a16 94S: Maintainted
13181641 95T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
f22dede2 96F: arch/arm/mach-socfpga/
d8540a16 97
535d74a8
NA
98ARM AMLOGIC SOC SUPPORT
99M: Neil Armstrong <narmstrong@baylibre.com>
100S: Maintained
101L: u-boot-amlogic@groups.io
13181641 102T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
535d74a8
NA
103F: arch/arm/mach-meson/
104F: arch/arm/include/asm/arch-meson/
f5abfed8 105F: drivers/clk/meson/
535d74a8
NA
106F: drivers/serial/serial_meson.c
107F: drivers/reset/reset-meson.c
108F: drivers/i2c/meson_i2c.c
109F: drivers/net/phy/meson-gxl.c
110F: drivers/adc/meson-saradc.c
111F: drivers/phy/meson*
112F: drivers/mmc/meson_gx_mmc.c
113F: drivers/spi/meson_spifc.c
114F: drivers/pinctrl/meson/
115F: drivers/power/domain/meson-gx-pwrc-vpu.c
116F: drivers/video/meson/
117F: include/configs/meson64.h
118N: meson
119
fe84ebf0 120ARM BROADCOM BCM283X
3157bbfa 121M: Matthias Brugger <mbrugger@suse.com>
958d55f2 122S: Maintained
fe84ebf0
SW
123F: arch/arm/mach-bcm283x/
124F: drivers/gpio/bcm2835_gpio.c
125F: drivers/mmc/bcm2835_sdhci.c
c8a73a26 126F: drivers/mmc/bcm2835_sdhost.c
fe84ebf0 127F: drivers/serial/serial_bcm283x_mu.c
6001985f 128F: drivers/serial/serial_bcm283x_pl011.c
fe84ebf0
SW
129F: drivers/video/bcm2835.c
130F: include/dm/platform_data/serial_bcm283x_mu.h
caf2233b 131F: drivers/pinctrl/broadcom/
fe84ebf0 132
894c3ad2
TF
133ARM BROADCOM BCMSTB
134M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
135S: Maintained
136F: arch/arm/mach-bcmstb/
137F: board/broadcom/bcmstb/
3f20321a 138F: configs/bcm7*_defconfig
894c3ad2
TF
139F: doc/README.bcm7xxx
140F: drivers/mmc/bcmstb_sdhci.c
141F: drivers/spi/bcmstb_spi.c
142
da1f7997
MB
143ARM/CZ.NIC TURRIS MOX SUPPORT
144M: Marek Behun <marek.behun@nic.cz>
145S: Maintained
146F: arch/arm/dts/armada-3720-turris-mox.dts
147F: board/CZ.NIC/
148F: configs/turris_*_defconfig
149F: include/configs/turris_*.h
150
00f141cc
DS
151ARM FREESCALE IMX
152M: Stefano Babic <sbabic@denx.de>
73127e90 153M: Fabio Estevam <festevam@gmail.com>
d17b0bed 154R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
00f141cc 155S: Maintained
13181641 156T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
00f141cc
DS
157F: arch/arm/cpu/arm1136/mx*/
158F: arch/arm/cpu/arm926ejs/mx*/
00f141cc 159F: arch/arm/cpu/armv7/vf610/
6ad85a45 160F: arch/arm/dts/*imx*
552a848e 161F: arch/arm/mach-imx/
00f141cc
DS
162F: arch/arm/include/asm/arch-imx/
163F: arch/arm/include/asm/arch-mx*/
164F: arch/arm/include/asm/arch-vf610/
552a848e 165F: arch/arm/include/asm/mach-imx/
77cbd3a1 166F: board/freescale/*mx*/
00f141cc 167
ae4dc15d
PG
168ARM HISILICON
169M: Peter Griffin <peter.griffin@linaro.org>
170S: Maintained
171F: arch/arm/cpu/armv8/hisilicon
0f8525f5 172F: arch/arm/include/asm/arch-hi6220/
ae4dc15d 173
1579faf5 174ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
f822d857 175M: Stefan Roese <sr@denx.de>
00f141cc 176S: Maintained
13181641 177T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
56f86e39 178F: arch/arm/mach-kirkwood/
f822d857 179F: arch/arm/mach-mvebu/
592b4a7e 180F: drivers/ata/ahci_mvebu.c
1579faf5
SR
181F: drivers/ddr/marvell/
182F: drivers/gpio/mvebu_gpio.c
183F: drivers/spi/kirkwood_spi.c
184F: drivers/pci/pci_mvebu.c
185F: drivers/pci/pcie_dw_mvebu.c
186F: drivers/watchdog/orion_wdt.c
00f141cc
DS
187
188ARM MARVELL PXA
189M: Marek Vasut <marex@denx.de>
190S: Maintained
13181641 191T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
00f141cc
DS
192F: arch/arm/cpu/pxa/
193F: arch/arm/include/asm/arch-pxa/
194
a9da9eeb
RL
195ARM MEDIATEK
196M: Ryder Lee <ryder.lee@mediatek.com>
197M: Weijie Gao <weijie.gao@mediatek.com>
198S: Maintained
199F: arch/arm/mach-mediatek/
200F: arch/arm/include/asm/arch-mediatek/
201F: board/mediatek/
202F: doc/README.mediatek
203F: drivers/clk/mediatek/
204F: drivers/mmc/mtk-sd.c
205F: drivers/pinctrl/mediatek/
206F: drivers/power/domain/mtk-power-domain.c
207F: drivers/ram/mediatek/
208F: drivers/spi/mtk_qspi.c
209F: drivers/timer/mtk_timer.c
210F: drivers/watchdog/mtk_wdt.c
d049ff9c
WG
211F: drivers/net/mtk_eth.c
212F: drivers/reset/reset-mediatek.c
a9da9eeb
RL
213F: tools/mtk_image.c
214F: tools/mtk_image.h
215N: mediatek
216
413ca720
EH
217ARM MICROCHIP/ATMEL AT91
218M: Eugen Hristev <eugen.hristev@microchip.com>
219S: Maintained
13181641 220T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
413ca720
EH
221F: arch/arm/mach-at91/
222F: board/atmel/
223
e2a1484c
MS
224ARM OWL
225M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
226S: Maintained
227F: arch/arm/include/asm/arch-owl/
228F: arch/arm/mach-owl/
229F: board/ucRobotics/
230F: drivers/clk/owl/
231F: drivers/serial/serial_owl.c
232
4810c2f8
NI
233ARM RENESAS RMOBILE/R-CAR
234M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9db60e25 235M: Marek Vasut <marek.vasut+renesas@gmail.com>
4810c2f8 236S: Maintained
13181641 237T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
4810c2f8
NI
238F: arch/arm/mach-rmobile/
239
c3caeac0
MY
240ARM ROCKCHIP
241M: Simon Glass <sjg@chromium.org>
f8714372 242M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
37dc8aaa 243M: Kever Yang <kever.yang@rock-chips.com>
c3caeac0 244S: Maintained
13181641 245T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
8b45193a 246F: arch/arm/include/asm/arch-rockchip/
c3caeac0 247F: arch/arm/mach-rockchip/
ae0fc89e 248F: board/rockchip/
8b45193a
PT
249F: drivers/clk/rockchip/
250F: drivers/gpio/rk_gpio.c
251F: drivers/misc/rockchip-efuse.c
47b8583f
PT
252F: drivers/mmc/rockchip_sdhci.c
253F: drivers/mmc/rockchip_dw_mmc.c
8b45193a
PT
254F: drivers/pinctrl/rockchip/
255F: drivers/ram/rockchip/
256F: drivers/sysreset/sysreset_rockchip.c
3f565522 257F: drivers/video/rockchip/
8b45193a
PT
258F: tools/rkcommon.c
259F: tools/rkcommon.h
260F: tools/rkimage.c
261F: tools/rksd.c
262F: tools/rkspi.c
c3caeac0 263
00f141cc
DS
264ARM SAMSUNG
265M: Minkyu Kang <mk7.kang@samsung.com>
266S: Maintained
13181641 267T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
225f5eec
MK
268F: arch/arm/mach-exynos/
269F: arch/arm/mach-s5pc1xx/
00f141cc 270F: arch/arm/cpu/armv7/s5p-common/
00f141cc 271
e721e981 272ARM SNAPDRAGON
0dfe442e 273M: Ramon Fried <rfried.dev@gmail.com>
e721e981
MK
274S: Maintained
275F: arch/arm/mach-snapdragon/
ce18baf9
RF
276F: drivers/gpio/msm_gpio.c
277F: drivers/mmc/msm_sdhci.c
92454e47 278F: drivers/phy/msm8916-usbh-phy.c
ce18baf9 279F: drivers/serial/serial_msm.c
654dd4a8 280F: drivers/smem/msm_smem.c
ce18baf9 281F: drivers/usb/host/ehci-msm.c
e721e981 282
b7d6e0ab
HS
283ARM STI
284M: Patrice Chotard <patrice.chotard@st.com>
285S: Maintained
286F: arch/arm/mach-sti/
287F: arch/arm/include/asm/arch-sti*/
288
00f141cc 289ARM STM SPEAR
3a53aba3
BM
290#M: Vipin Kumar <vipin.kumar@st.com>
291S: Orphaned (Since 2016-02)
13181641 292T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
00f141cc
DS
293F: arch/arm/cpu/arm926ejs/spear/
294F: arch/arm/include/asm/arch-spear/
295
2514c2d0
PD
296ARM STM STM32MP
297M: Patrick Delaunay <patrick.delaunay@st.com>
f65b82ff 298M: Patrice Chotard <patrice.chotard@st.com>
84ee59a5 299L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
94217814 300T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm
2514c2d0 301S: Maintained
67eea68a 302F: arch/arm/mach-stm32mp/
b57aaa07 303F: drivers/clk/clk_stm32mp1.c
f65b82ff 304F: drivers/i2c/stm32f7_i2c.c
b04553ec 305F: drivers/mailbox/stm32-ipcc.c
c3600e1f 306F: drivers/misc/stm32mp_fuse.c
f65b82ff
PC
307F: drivers/mmc/stm32_sdmmc2.c
308F: drivers/phy/phy-stm32-usbphyc.c
309F: drivers/pinctrl/pinctrl_stm32.c
42f01aac 310F: drivers/power/pmic/stpmic1.c
f65b82ff 311F: drivers/power/regulator/stm32-vrefbuf.c
42f01aac 312F: drivers/power/regulator/stpmic1.c
b57aaa07 313F: drivers/ram/stm32mp1/
f65b82ff
PC
314F: drivers/misc/stm32_rcc.c
315F: drivers/reset/stm32-reset.c
316F: drivers/spi/stm32_qspi.c
a2a89b2e 317F: drivers/spi/stm32_spi.c
8c1007a2 318F: drivers/watchdog/stm32mp_wdt.c
2514c2d0 319
9fa32b12
VM
320ARM STM STV0991
321M: Vikas Manocha <vikas.manocha@st.com>
322S: Maintained
323F: arch/arm/cpu/armv7/stv0991/
324F: arch/arm/include/asm/arch-stv0991/
325
00f141cc 326ARM SUNXI
59aea29a 327M: Jagan Teki <jagan@amarulasolutions.com>
bf8f4c44 328M: Maxime Ripard <maxime.ripard@bootlin.com>
ed8f2a28 329S: Maintained
13181641 330T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
00f141cc
DS
331F: arch/arm/cpu/armv7/sunxi/
332F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
333F: arch/arm/mach-sunxi/
334F: board/sunxi/
00f141cc
DS
335
336ARM TEGRA
337M: Tom Warren <twarren@nvidia.com>
338S: Maintained
13181641 339T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
09f455dc 340F: arch/arm/mach-tegra/
00f141cc
DS
341F: arch/arm/include/asm/arch-tegra*/
342
343ARM TI
4e34d610 344M: Tom Rini <trini@konsulko.com>
00f141cc 345S: Maintained
13181641 346T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
26f7c111 347F: arch/arm/mach-davinci/
586bde93 348F: arch/arm/mach-k3/
26f7c111 349F: arch/arm/mach-keystone/
00f141cc
DS
350F: arch/arm/include/asm/arch-omap*/
351F: arch/arm/include/asm/ti-common/
352
0fb63aa6 353ARM UNIPHIER
ed6226c4 354M: Masahiro Yamada <yamada.masahiro@socionext.com>
0fb63aa6 355S: Maintained
13181641 356T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
4c425570 357F: arch/arm/mach-uniphier/
5fd3f434 358F: configs/uniphier_*_defconfig
eb006c83 359N: uniphier
0fb63aa6 360
ec48b6c9
MS
361ARM VERSAL
362M: Michal Simek <michal.simek@xilinx.com>
363S: Maintained
13181641 364T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
ec48b6c9
MS
365F: arch/arm/mach-versal/
366
0fabfeb2
LD
367ARM VERSATILE EXPRESS DRIVERS
368M: Liviu Dudau <liviu.dudau@foss.arm.com>
369S: Maintained
370T: git git://github.com/ARM-software/u-boot.git
371F: drivers/misc/vexpress_config.c
372N: vexpress
373
00f141cc
DS
374ARM ZYNQ
375M: Michal Simek <monstr@monstr.eu>
376S: Maintained
13181641 377T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
8ae3d0b5
MS
378F: arch/arm/mach-zynq/
379F: drivers/clk/clk_zynq.c
380F: drivers/fpga/zynqpl.c
381F: drivers/gpio/zynq_gpio.c
382F: drivers/i2c/i2c-cdns.c
383F: drivers/i2c/muxes/pca954x.c
384F: drivers/i2c/zynq_i2c.c
385F: drivers/mmc/zynq_sdhci.c
a430fa06 386F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
387F: drivers/net/phy/xilinx_phy.c
388F: drivers/net/zynq_gem.c
389F: drivers/serial/serial_zynq.c
390F: drivers/spi/zynq_qspi.c
391F: drivers/spi/zynq_spi.c
392F: drivers/usb/host/ehci-zynq.c
393F: drivers/watchdog/cdns_wdt.c
23e7e6b6 394F: include/zynqpl.h
8ae3d0b5
MS
395F: tools/zynqimage.c
396N: zynq
00f141cc 397
84c7204b
MS
398ARM ZYNQMP
399M: Michal Simek <michal.simek@xilinx.com>
400S: Maintained
13181641 401T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
274ccb5b 402F: arch/arm/mach-zynqmp/
3d14228f 403F: drivers/clk/clk_zynqmp.c
8ae3d0b5
MS
404F: drivers/fpga/zynqpl.c
405F: drivers/gpio/zynq_gpio.c
406F: drivers/i2c/i2c-cdns.c
407F: drivers/i2c/muxes/pca954x.c
408F: drivers/i2c/zynq_i2c.c
409F: drivers/mmc/zynq_sdhci.c
a430fa06 410F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
411F: drivers/net/phy/xilinx_phy.c
412F: drivers/net/zynq_gem.c
413F: drivers/serial/serial_zynq.c
414F: drivers/spi/zynq_qspi.c
415F: drivers/spi/zynq_spi.c
72c37d12 416F: drivers/timer/cadence-ttc.c
8ae3d0b5
MS
417F: drivers/usb/host/ehci-zynq.c
418F: drivers/watchdog/cdns_wdt.c
23e7e6b6 419F: include/zynqmppl.h
b123aff2 420F: tools/zynqmp*
2570e129 421N: ultra96
8ae3d0b5 422N: zynqmp
84c7204b 423
1d6c54ec
MS
424ARM ZYNQMP R5
425M: Michal Simek <michal.simek@xilinx.com>
426S: Maintained
13181641 427T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
1d6c54ec
MS
428F: arch/arm/mach-zynqmp-r5/
429
bb48470d
SG
430BINMAN
431M: Simon Glass <sjg@chromium.org>
432S: Maintained
433F: tools/binman/
434
00f141cc
DS
435BUILDMAN
436M: Simon Glass <sjg@chromium.org>
437S: Maintained
438F: tools/buildman/
439
440CFI FLASH
441M: Stefan Roese <sr@denx.de>
442S: Maintained
13181641 443T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
c4c2e141
SR
444F: drivers/mtd/cfi_flash.c
445F: drivers/mtd/jedec_flash.c
00f141cc
DS
446
447COLDFIRE
08ae21af 448M: Huan Wang <alison.wang@nxp.com>
82ebb7e5 449M: Angelo Dureghello <angelo@sysam.it>
00f141cc 450S: Maintained
13181641 451T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
00f141cc
DS
452F: arch/m68k/
453
454DFU
56acf018 455M: Lukasz Majewski <lukma@denx.de>
00f141cc 456S: Maintained
13181641 457T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
d4c9a908
LM
458F: cmd/dfu.c
459F: cmd/usb_*.c
460F: common/dfu.c
461F: common/update.c
462F: common/usb_storage.c
00f141cc 463F: drivers/dfu/
55ca6138 464F: drivers/usb/gadget/
00f141cc
DS
465
466DRIVER MODEL
467M: Simon Glass <sjg@chromium.org>
468S: Maintained
13181641 469T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
00f141cc
DS
470F: drivers/core/
471F: include/dm/
472F: test/dm/
473
e4a7394a 474EFI PAYLOAD
7590f907
AG
475M: Heinrich Schuchardt <xypron.glpk@gmx.de>
476R: Alexander Graf <agraf@csgraf.de>
e4a7394a 477S: Maintained
13181641 478T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
1914e5b5 479F: doc/README.uefi
29a8a282 480F: doc/README.iscsi
656d8da9 481F: doc/efi.rst
5b2118a2 482F: include/capitalization.h
1db6ab28 483F: include/charset.h
0bc4b0da
HS
484F: include/cp1250.h
485F: include/cp437.h
623b3a57 486F: include/efi*
268ec6e0
HS
487F: include/pe.h
488F: include/asm-generic/pe.h
0b8a88ab 489F: lib/charset.c
bc0bd77e 490F: lib/efi*/
623b3a57 491F: test/py/tests/test_efi*
f11a164b 492F: test/unicode_ut.c
e4a7394a 493F: cmd/bootefi.c
59df7e7e 494F: cmd/efidebug.c
49d81fdf 495F: cmd/nvedit_efi.c
ac020196 496F: tools/file2include.c
e4a7394a 497
7e16342b
MS
498FPGA
499M: Michal Simek <michal.simek@xilinx.com>
500S: Maintained
13181641 501T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
7e16342b
MS
502F: drivers/fpga/
503F: cmd/fpga.c
504F: include/fpga.h
505
00f141cc
DS
506FLATTENED DEVICE TREE
507M: Simon Glass <sjg@chromium.org>
508S: Maintained
13181641 509T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
00f141cc
DS
510F: lib/fdtdec*
511F: lib/libfdt/
512F: include/fdt*
18fa6230 513F: include/linux/libfdt*
643f8d4c 514F: cmd/fdt.c
00f141cc
DS
515F: common/fdt_support.c
516
517FREEBSD
518M: Rafal Jaworowski <raj@semihalf.com>
519S: Maintained
13181641 520T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
00f141cc
DS
521
522FREESCALE QORIQ
44c21e94 523M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
00f141cc 524S: Maintained
13181641 525T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
0652d9fb 526F: drivers/watchdog/sp805_wdt.c
00f141cc
DS
527
528I2C
529M: Heiko Schocher <hs@denx.de>
530S: Maintained
13181641 531T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
00f141cc
DS
532F: drivers/i2c/
533
e9c8d49d
SG
534LOGGING
535M: Simon Glass <sjg@chromium.org>
536S: Maintained
13181641 537T: git https://gitlab.denx.de/u-boot/u-boot.git
e9c8d49d
SG
538F: common/log.c
539F: cmd/log.c
ef11ed82 540F: test/log/log_test.c
20faa27c 541F: test/py/tests/test_log.py
e9c8d49d 542
c1a65a8c
LD
543MALI DISPLAY PROCESSORS
544M: Liviu Dudau <liviu.dudau@foss.arm.com>
545S: Supported
546T: git git://github.com/ARM-software/u-boot.git
547F: drivers/video/mali_dp.c
e3bc4bb8 548F: drivers/i2c/i2c-versatile.c
c1a65a8c 549
00f141cc
DS
550MICROBLAZE
551M: Michal Simek <monstr@monstr.eu>
552S: Maintained
13181641 553T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
00f141cc 554F: arch/microblaze/
8ae3d0b5
MS
555F: cmd/mfsl.c
556F: drivers/gpio/xilinx_gpio.c
557F: drivers/net/xilinx_axi_emac.c
558F: drivers/net/xilinx_emaclite.c
559F: drivers/serial/serial_xuartlite.c
560F: drivers/spi/xilinx_spi.c
0d832b32 561F: drivers/sysreset/sysreset_gpio.c
8ae3d0b5
MS
562F: drivers/watchdog/xilinx_tb_wdt.c
563N: xilinx
00f141cc
DS
564
565MIPS
566M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
567S: Maintained
13181641 568T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
00f141cc
DS
569F: arch/mips/
570
dd1033e4
GC
571MIPS MSCC
572M: Gregory CLEMENT <gregory.clement@bootlin.com>
573M: Lars Povlsen <lars.povlsen@microchip.com>
574M: Horatiu Vultur <horatiu.vultur@microchip.com>
575S: Maintained
576F: arch/mips/mach-mscc/
f8c8cedd 577F: arch/mips/dts/luton*
6787c1ec
GC
578F: arch/mips/dts/mscc*
579F: arch/mips/dts/ocelot*
d1182056 580F: arch/mips/dts/jr2*
393b77d8 581F: arch/mips/dts/serval*
6787c1ec
GC
582F: board/mscc/
583F: configs/mscc*
be8313fe 584F: drivers/gpio/mscc_sgpio.c
fd6e0b05 585F: drivers/spi/mscc_bb_spi.c
6787c1ec 586F: include/configs/vcoreiii.h
8c211af8 587F: include/dt-bindings/mscc/
051de9b3 588F: drivers/pinctrl/mscc/
4c66157f 589F: drivers/net/mscc_eswitch/
dd1033e4 590
cd71b1d5
PB
591MIPS JZ4780
592M: Ezequiel Garcia <ezequiel@collabora.com>
593S: Maintained
594F: arch/mips/mach-jz47xx/
595
00f141cc 596MMC
16a6d510 597M: Peng Fan <peng.fan@nxp.com>
00f141cc 598S: Maintained
13181641 599T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
00f141cc
DS
600F: drivers/mmc/
601
4ef17f9c 602NAND FLASH
9f8aba7a
TR
603#M: Scott Wood <oss@buserror.net>
604S: Orphaned (Since 2018-07)
13181641 605T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
a430fa06 606F: drivers/mtd/nand/raw/
4ef17f9c
HS
607
608NDS32
609M: Macpaul Lin <macpaul@andestech.com>
610S: Maintained
13181641 611T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
4ef17f9c
HS
612F: arch/nds32/
613
b7d6e0ab
HS
614NETWORK
615M: Joe Hershberger <joe.hershberger@ni.com>
616S: Maintained
13181641 617T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
b7d6e0ab
HS
618F: drivers/net/
619F: net/
620
4ef17f9c
HS
621NIOS
622M: Thomas Chou <thomas@wytron.com.tw>
623S: Maintained
13181641 624T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
4ef17f9c
HS
625F: arch/nios2/
626
627ONENAND
628#M: Lukasz Majewski <l.majewski@majess.pl>
629S: Orphaned (Since 2017-01)
13181641 630T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
4ef17f9c
HS
631F: drivers/mtd/onenand/
632
00f141cc
DS
633PATMAN
634M: Simon Glass <sjg@chromium.org>
635S: Maintained
636F: tools/patman/
637
914026d2
RF
638PCI Endpoint
639M: Ramon Fried <rfried.dev@gmail.com>
640S: Maintained
641F: drivers/pci_endpoint/
642F: include/pci_ep.h
643
4ef17f9c
HS
644POWER
645M: Jaehoon Chung <jh80.chung@samsung.com>
646S: Maintained
13181641 647T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
4ef17f9c
HS
648F: drivers/power/
649
00f141cc
DS
650POWERPC
651M: Wolfgang Denk <wd@denx.de>
652S: Maintained
653F: arch/powerpc/
654
00f141cc 655POWERPC MPC8XX
907208c4 656M: Christophe Leroy <christophe.leroy@c-s.fr>
00f141cc 657S: Maintained
13181641 658T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
00f141cc
DS
659F: arch/powerpc/cpu/mpc8xx/
660
00f141cc 661POWERPC MPC83XX
e5ed4c3e 662M: Mario Six <mario.six@gdsys.cc>
663S: Maintained
13181641 664T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
e4061556
MS
665F: drivers/ram/mpc83xx_sdram.c
666F: include/dt-bindings/memory/mpc83xx-sdram.h
76fdad1f
MS
667F: drivers/sysreset/sysreset_mpc83xx.c
668F: drivers/sysreset/sysreset_mpc83xx.h
07d538d2
MS
669F: drivers/clk/mpc83xx_clk.c
670F: drivers/clk/mpc83xx_clk.h
671F: include/dt-bindings/clk/mpc83xx-clk.h
2c21749d 672F: drivers/timer/mpc83xx_timer.c
19fbdca4
MS
673F: drivers/cpu/mpc83xx_cpu.c
674F: drivers/cpu/mpc83xx_cpu.h
d2166319 675F: drivers/misc/mpc83xx_serdes.c
00f141cc
DS
676F: arch/powerpc/cpu/mpc83xx/
677F: arch/powerpc/include/asm/arch-mpc83xx/
678
679POWERPC MPC85XX
44c21e94 680M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
00f141cc 681S: Maintained
13181641 682T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
00f141cc
DS
683F: arch/powerpc/cpu/mpc85xx/
684
685POWERPC MPC86XX
44c21e94 686M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
00f141cc 687S: Maintained
13181641 688T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
00f141cc
DS
689F: arch/powerpc/cpu/mpc86xx/
690
f94c44e5
RC
691RISC-V
692M: Rick Chen <rick@andestech.com>
693S: Maintained
13181641 694T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
f94c44e5 695F: arch/riscv/
dab8788a 696F: cmd/riscv/
f94c44e5
RC
697F: tools/prelink-riscv.c
698
4ef17f9c
HS
699ROCKUSB
700M: Eddie Cai <eddie.cai.linux@gmail.com>
701S: Maintained
702F: drivers/usb/gadget/f_rockusb.c
703F: cmd/rockusb.c
704F: doc/README.rockusb
705
00f141cc
DS
706SANDBOX
707M: Simon Glass <sjg@chromium.org>
708S: Maintained
709F: arch/sandbox/
710
711SH
d04ecc4c 712M: Marek Vasut <marek.vasut+renesas@gmail.com>
00f141cc
DS
713M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
714S: Maintained
13181641 715T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
00f141cc
DS
716F: arch/sh/
717
00f141cc 718SPI
59aea29a 719M: Jagan Teki <jagan@amarulasolutions.com>
00f141cc 720S: Maintained
13181641 721T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
00f141cc
DS
722F: drivers/spi/
723F: include/spi*
724
4d40e009 725SPI-NOR
59aea29a 726M: Jagan Teki <jagan@amarulasolutions.com>
4d40e009
V
727M: Vignesh R <vigneshr@ti.com>
728S: Maintained
729F: drivers/mtd/spi/
730F: include/spi_flash.h
731F: include/linux/mtd/cfi.h
732F: include/linux/mtd/spi-nor.h
733
e721e981
MK
734SPMI
735M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
736S: Maintained
737F: drivers/spmi/
738F: include/spmi/
739
055da186
LD
740TDA19988 HDMI ENCODER
741M: Liviu Dudau <liviu.dudau@foss.arm.com>
742S: Maintained
743F: drivers/video/tda19988.c
744
4e2fdf45
AD
745TI SYSTEM SECURITY
746M: Andrew F. Davis <afd@ti.com>
747S: Supported
748F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4e2fdf45
AD
749F: arch/arm/mach-omap2/sec-common.c
750F: arch/arm/mach-omap2/config_secure.mk
3a543a80 751F: arch/arm/mach-k3/security.c
50836967 752F: arch/arm/mach-k3/config_secure.mk
a42eee12 753F: configs/am335x_hs_evm_defconfig
c2dca337 754F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45
AD
755F: configs/am43xx_hs_evm_defconfig
756F: configs/am57xx_hs_evm_defconfig
995985c1 757F: configs/am57xx_hs_evm_usb_defconfig
4e2fdf45 758F: configs/dra7xx_hs_evm_defconfig
83ae6475 759F: configs/dra7xx_hs_evm_usb_defconfig
8a707baf
LV
760F: configs/k2hk_hs_evm_defconfig
761F: configs/k2e_hs_evm_defconfig
762F: configs/k2g_hs_evm_defconfig
f274f265 763F: configs/k2l_hs_evm_defconfig
0a4b11b0
AD
764F: configs/am65x_hs_evm_r5_defconfig
765F: configs/am65x_hs_evm_a53_defconfig
4e2fdf45 766
00f141cc 767TQ GROUP
3a53aba3
BM
768#M: Martin Krause <martin.krause@tq-systems.de>
769S: Orphaned (Since 2016-02)
00f141cc
DS
770T: git git://git.denx.de/u-boot-tq-group.git
771
9ff4a311
JW
772TEE
773M: Jens Wiklander <jens.wiklander@linaro.org>
774S: Maintained
775F: drivers/tee/
776F: include/tee.h
1cc8cc4e 777F: include/tee/
9ff4a311 778
00f141cc
DS
779UBI
780M: Kyungmin Park <kmpark@infradead.org>
69337a9d 781M: Heiko Schocher <hs@denx.de>
00f141cc 782S: Maintained
13181641 783T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
00f141cc
DS
784F: drivers/mtd/ubi/
785
786USB
787M: Marek Vasut <marex@denx.de>
788S: Maintained
13181641 789T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
00f141cc
DS
790F: drivers/usb/
791
c0c5f910
BM
792USB xHCI
793M: Bin Meng <bmeng.cn@gmail.com>
794S: Maintained
13181641 795T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
c0c5f910
BM
796F: drivers/usb/host/xhci*
797
00f141cc
DS
798VIDEO
799M: Anatolij Gustschin <agust@denx.de>
800S: Maintained
13181641 801T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
00f141cc 802F: drivers/video/
c967fb78
AG
803F: common/lcd*.c
804F: include/lcd*.h
9cdbc906 805F: include/video*.h
00f141cc
DS
806
807X86
808M: Simon Glass <sjg@chromium.org>
dc5210a2 809M: Bin Meng <bmeng.cn@gmail.com>
00f141cc 810S: Maintained
13181641 811T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
00f141cc 812F: arch/x86/
dab8788a 813F: cmd/x86/
00f141cc 814
de5e5cea
CZ
815XTENSA
816M: Max Filippov <jcmvbkbc@gmail.com>
817S: Maintained
818F: arch/xtensa/
819
00f141cc 820THE REST
4e34d610 821M: Tom Rini <trini@konsulko.com>
00f141cc
DS
822L: u-boot@lists.denx.de
823Q: http://patchwork.ozlabs.org/project/uboot/list/
824S: Maintained
13181641 825T: git https://gitlab.denx.de/u-boot/u-boot.git
80870e2a 826F: configs/tools-only_defconfig
00f141cc
DS
827F: *
828F: */