]> git.ipfire.org Git - thirdparty/u-boot.git/blame - MAINTAINERS
arm: imx: Check header before calling spl_load_imx_container
[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 -----------------------------------
c77504df
SG
53ACPI:
54M: Simon Glass <sjg@chromium.org>
55S: Maintained
56F: cmd/acpi.c
57F: lib/acpi/
58
0d6c7c60
IO
59ANDROID AB
60M: Igor Opaniuk <igor.opaniuk@gmail.com>
0c0859cf 61R: Sam Protsenko <joe.skb7@gmail.com>
0d6c7c60
IO
62S: Maintained
63F: cmd/ab_select.c
64F: common/android_ab.c
586a1bf5 65F: doc/android/ab.rst
0d6c7c60
IO
66F: include/android_ab.h
67F: test/py/tests/test_android/test_ab.py
68
69ANDROID AVB
70M: Igor Opaniuk <igor.opaniuk@gmail.com>
71S: Maintained
72F: cmd/avb.c
73F: common/avb_verify.c
586a1bf5 74F: doc/android/avb2.rst
0d6c7c60
IO
75F: include/avb_verify.h
76F: lib/libavb/
77F: test/py/tests/test_android/test_avb.py
78
00f141cc
DS
79ARC
80M: Alexey Brodkin <alexey.brodkin@synopsys.com>
4006200d 81M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
00f141cc 82S: Maintained
4006200d 83L: uboot-snps-arc@synopsys.com
a3bbd0b9 84T: git https://source.denx.de/u-boot/custodians/u-boot-arc.git
00f141cc 85F: arch/arc/
b08b113e 86F: board/synopsys/
00f141cc 87
e80dac0a
EP
88ARC HSDK CGU CLOCK
89M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
90S: Maintained
91L: uboot-snps-arc@synopsys.com
92F: drivers/clk/clk-hsdk-cgu.c
93F: include/dt-bindings/clock/snps,hsdk-cgu.h
94F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
95
b7d6e0ab
HS
96ARC HSDK CREG GPIO
97M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
98S: Maintained
99L: uboot-snps-arc@synopsys.com
7620ec4d 100F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
b7d6e0ab
HS
101F: drivers/gpio/hsdk-creg-gpio.c
102
05635359
EP
103ARC HSDK RESET
104M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
105S: Maintained
106L: uboot-snps-arc@synopsys.com
107F: include/dt-bindings/reset/snps,hsdk-reset.h
108F: drivers/reset/reset-hsdk.c
109
15736e28
EP
110ARC SYNOPSYS DW MMC EXTENSIONS
111M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
112S: Maintained
113L: uboot-snps-arc@synopsys.com
114F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
115F: drivers/mmc/snps_dw_mmc.c
116
003b657e
MK
117APPLE M1 SOC SUPPORT
118M: Mark Kettenis <kettenis@openbsd.org>
119S: Maintained
120F: arch/arm/include/asm/arch-m1/
121F: arch/arm/mach-apple/
122F: configs/apple_m1_defconfig
123F: drivers/iommu/apple_dart.c
a30f60ca 124F: drivers/nvme/nvme_apple.c
bdebb00d 125F: drivers/pci/pcie_apple.c
b99c6357 126F: drivers/phy/phy-apple-atc.c
b814e000 127F: drivers/pinctrl/pinctrl-apple.c
ee327d1d 128F: drivers/watchdog/apple_wdt.c
003b657e
MK
129F: include/configs/apple.h
130
00f141cc 131ARM
2ada73ea 132M: Tom Rini <trini@konsulko.com>
00f141cc 133S: Maintained
a3bbd0b9 134T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git
00f141cc 135F: arch/arm/
6831a4be 136F: arch/arm/dts/Makefile
dab8788a 137F: cmd/arm/
00f141cc 138
d8540a16
PM
139ARM ALTERA SOCFPGA
140M: Marek Vasut <marex@denx.de>
a339f524 141M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
d3cffc83
LFT
142M: Tien Fong Chee <tien.fong.chee@intel.com>
143S: Maintained
a3bbd0b9 144T: git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
f22dede2 145F: arch/arm/mach-socfpga/
690c1296 146F: drivers/sysreset/sysreset_socfpga*
d8540a16 147
535d74a8 148ARM AMLOGIC SOC SUPPORT
23dc815c 149M: Neil Armstrong <neil.armstrong@linaro.org>
535d74a8
NA
150S: Maintained
151L: u-boot-amlogic@groups.io
a3bbd0b9 152T: git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git
535d74a8
NA
153F: arch/arm/mach-meson/
154F: arch/arm/include/asm/arch-meson/
311106a1 155F: cmd/meson/
f5abfed8 156F: drivers/clk/meson/
535d74a8
NA
157F: drivers/serial/serial_meson.c
158F: drivers/reset/reset-meson.c
159F: drivers/i2c/meson_i2c.c
160F: drivers/net/phy/meson-gxl.c
161F: drivers/adc/meson-saradc.c
162F: drivers/phy/meson*
163F: drivers/mmc/meson_gx_mmc.c
ef2eb106 164F: drivers/sm/meson-sm.c
535d74a8
NA
165F: drivers/spi/meson_spifc.c
166F: drivers/pinctrl/meson/
167F: drivers/power/domain/meson-gx-pwrc-vpu.c
168F: drivers/video/meson/
818055fd 169F: drivers/watchdog/meson_gxbb_wdt.c
535d74a8 170F: include/configs/meson64.h
880c0aa9 171F: include/configs/meson64_android.h
9c55f5d1 172F: doc/board/amlogic/
535d74a8
NA
173N: meson
174
aff987c4
CWW
175ARM ASPEED
176M: Ryan Chen <ryan_chen@aspeedtech.com>
177M: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
178R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
24c8d1ab 179R: Joel Stanley <joel@jms.id.au>
aff987c4
CWW
180S: Maintained
181F: arch/arm/mach-aspeed/
182F: arch/arm/include/asm/arch-aspeed/
183F: board/aspeed/
184F: drivers/clk/aspeed/
24c8d1ab
JS
185F: drivers/crypto/aspeed/
186F: drivers/gpio/gpio-aspeed.c
187F: drivers/i2c/ast_i2c.[ch]
188F: drivers/mmc/aspeed_sdhci.c
189F: drivers/net/aspeed_mdio.c
190F: drivers/net/ftgmac100.[ch]
aff987c4 191F: drivers/pinctrl/aspeed/
24c8d1ab
JS
192F: drivers/pwm/pwm-aspeed.c
193F: drivers/ram/aspeed/
194F: drivers/reset/reset-ast2500.c
195F: drivers/watchdog/ast_wdt.c
aff987c4
CWW
196N: aspeed
197
02675393 198ARM BROADCOM BCM283X / BCM27XX
3157bbfa 199M: Matthias Brugger <mbrugger@suse.com>
58880b52 200M: Peter Robinson <pbrobinson@gmail.com>
958d55f2 201S: Maintained
78b7aa45 202F: arch/arm/dts/bcm283*
fe84ebf0 203F: arch/arm/mach-bcm283x/
78b7aa45 204F: board/raspberrypi/
fe84ebf0
SW
205F: drivers/gpio/bcm2835_gpio.c
206F: drivers/mmc/bcm2835_sdhci.c
c8a73a26 207F: drivers/mmc/bcm2835_sdhost.c
fe84ebf0 208F: drivers/serial/serial_bcm283x_mu.c
6001985f 209F: drivers/serial/serial_bcm283x_pl011.c
fe84ebf0
SW
210F: drivers/video/bcm2835.c
211F: include/dm/platform_data/serial_bcm283x_mu.h
78b7aa45 212F: include/dt-bindings/pinctrl/bcm2835.h
caf2233b 213F: drivers/pinctrl/broadcom/
02675393
MB
214F: configs/rpi_*
215T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git
fe84ebf0 216
f8209d30
WZ
217ARM BROADCOM BCMBCA
218M: Anand Gore <anand.gore@broadcom.com>
219M: William Zhang <william.zhang@broadcom.com>
220M: Kursad Oney <kursad.oney@broadcom.com>
221M: Joel Peshkin <joel.peshkin@broadcom.com>
b23c8040 222M: Philippe Reynes <philippe.reynes@softathome.com>
f8209d30
WZ
223S: Maintained
224F: arch/arm/mach-bcmbca/
225F: board/broadcom/bcmbca/
41c65ce4
WZ
226N: bcmbca
227N: bcm[9]?47622
e5703df2 228N: bcm[9]?4908
dc6117dc 229N: bcm[9]?4912
21385adf 230N: bcm[9]?63138
c6e0073c 231N: bcm[9]?63146
7e3d6959 232N: bcm[9]?63148
61546e7c 233N: bcm[9]?63158
41c65ce4 234N: bcm[9]?63178
4054fd71 235N: bcm[9]?6756
1b81843b 236N: bcm[9]?6813
adb34dd5 237N: bcm[9]?6846
62c0ae40 238N: bcm[9]?6855
dc244ca3 239N: bcm[9]?6856
b0e2b6ab 240N: bcm[9]?6858
4cab0384 241N: bcm[9]?6878
f8209d30 242
894c3ad2
TF
243ARM BROADCOM BCMSTB
244M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
245S: Maintained
246F: arch/arm/mach-bcmstb/
247F: board/broadcom/bcmstb/
3f20321a 248F: configs/bcm7*_defconfig
894c3ad2
TF
249F: doc/README.bcm7xxx
250F: drivers/mmc/bcmstb_sdhci.c
251F: drivers/spi/bcmstb_spi.c
252
800775eb
AN
253ARM CORTINA ACCESS CAxxxx
254M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
255S: Supported
256F: board/cortina/common/
257F: drivers/gpio/cortina_gpio.c
258F: drivers/watchdog/cortina_wdt.c
259F: drivers/serial/serial_cortina.c
047e31ed 260F: drivers/led/led_cortina.c
d55e4e74 261F: drivers/mmc/ca_dw_mmc.c
24f27942 262F: drivers/spi/ca_sflash.c
7f5ea250
AL
263F: drivers/i2c/i2c-cortina.c
264F: drivers/i2c/i2c-cortina.h
161df94b
KL
265F: drivers/mtd/nand/raw/cortina_nand.c
266F: drivers/mtd/nand/raw/cortina_nand.h
febe13b4
AT
267F: drivers/net/cortina_ni.c
268F: drivers/net/cortina_ni.h
a70d7b01 269F: drivers/net/phy/ca_phy.c
34a5addb 270F: configs/cortina_presidio-asic-pnand_defconfig
800775eb 271
39d383bd
AEK
272ARM FF-A
273M: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
274S: Maintained
a09852d8
AEK
275F: arch/sandbox/include/asm/sandbox_arm_ffa.h
276F: arch/sandbox/include/asm/sandbox_arm_ffa_priv.h
f16a48fe 277F: cmd/armffa.c
39d383bd 278F: doc/arch/arm64.ffa.rst
f16a48fe 279F: doc/usage/cmd/armffa.rst
39d383bd
AEK
280F: drivers/firmware/arm-ffa/
281F: include/arm_ffa.h
f16a48fe 282F: test/cmd/armffa.c
a2f5c91c 283F: test/dm/ffa.c
39d383bd 284
00f141cc
DS
285ARM FREESCALE IMX
286M: Stefano Babic <sbabic@denx.de>
73127e90 287M: Fabio Estevam <festevam@gmail.com>
d17b0bed 288R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
00f141cc 289S: Maintained
a3bbd0b9 290T: git https://source.denx.de/u-boot/custodians/u-boot-imx.git
fdfbd70d 291F: arch/Kconfig.nxp
00f141cc
DS
292F: arch/arm/cpu/arm1136/mx*/
293F: arch/arm/cpu/arm926ejs/mx*/
00f141cc 294F: arch/arm/cpu/armv7/vf610/
6ad85a45 295F: arch/arm/dts/*imx*
552a848e 296F: arch/arm/mach-imx/
bb19f851 297F: arch/arm/include/asm/arch-imx*/
00f141cc
DS
298F: arch/arm/include/asm/arch-mx*/
299F: arch/arm/include/asm/arch-vf610/
552a848e 300F: arch/arm/include/asm/mach-imx/
77cbd3a1 301F: board/freescale/*mx*/
f23f1b53 302F: board/freescale/common/
b7d29fd8 303F: drivers/serial/serial_mxc.c
ab12179b 304F: include/imx_container.h
00f141cc 305
ae4dc15d
PG
306ARM HISILICON
307M: Peter Griffin <peter.griffin@linaro.org>
379e574f 308M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
ae4dc15d
PG
309S: Maintained
310F: arch/arm/cpu/armv8/hisilicon
0f8525f5 311F: arch/arm/include/asm/arch-hi6220/
379e574f 312F: arch/arm/include/asm/arch-hi3660/
e90711f0 313F: arch/arm/mach-histb
ae4dc15d 314
478c0071
NH
315ARM HPE GXP ARCHITECTURE
316M: Jean-Marie Verdun <verdun@hpe.com>
317M: Nick Hawkins <nick.hawkins@hpe.com>
318S: Maintained
319F: arch/arm/dts/hpe-bmc*
320F: arch/arm/dts/hpe-gxp*
321F: arch/arm/mach-hpe/
322F: board/hpe/
323F: configs/gxp_defconfig
324F: doc/device-tree-bindings/spi/hpe,gxp-spi.yaml
325F: drivers/timer/gxp-timer.c
326F: drivers/spi/gxp_spi.c
327
e479a7d5
RM
328ARM IPQ40XX
329M: Robert Marko <robert.marko@sartura.hr>
330M: Luka Kovacic <luka.kovacic@sartura.hr>
331M: Luka Perkov <luka.perkov@sartura.hr>
332S: Maintained
333F: arch/arm/mach-ipq40xx/
a5fc5873 334F: include/dt-bindings/clock/qcom,ipq4019-gcc.h
8ef7df5d
RM
335F: include/dt-bindings/reset/qcom,ipq4019-reset.h
336F: drivers/reset/reset-ipq4019.c
dec04202 337F: drivers/phy/phy-qcom-ipq4019-usb.c
367ea426 338F: drivers/spi/spi-qup.c
975151d0 339F: drivers/net/mdio-ipq4019.c
033ec636 340F: drivers/rng/msm_rng.c
e479a7d5 341
2645bc0e
SA
342ARM LAYERSCAPE SFP
343M: Sean Anderson <sean.anderson@seco.com>
344S: Maintained
345F: drivers/misc/ls2_sfp.c
346
1579faf5 347ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
f822d857 348M: Stefan Roese <sr@denx.de>
00f141cc 349S: Maintained
a3bbd0b9 350T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
56f86e39 351F: arch/arm/mach-kirkwood/
f822d857 352F: arch/arm/mach-mvebu/
592b4a7e 353F: drivers/ata/ahci_mvebu.c
ba4e6f8a 354F: drivers/clk/mvebu/
1579faf5
SR
355F: drivers/ddr/marvell/
356F: drivers/gpio/mvebu_gpio.c
ba4e6f8a
T
357F: drivers/i2c/mvtwsi.c
358F: drivers/mmc/xenon_sdhci.c
359F: drivers/phy/marvell/
360F: drivers/pinctrl/mvebu/
361F: drivers/rtc/armada38x.c
1579faf5 362F: drivers/spi/kirkwood_spi.c
ba4e6f8a 363F: drivers/spi/mvebu_a3700_spi.c
1579faf5 364F: drivers/pci/pcie_dw_mvebu.c
2f5ad77c 365F: drivers/pci/pcie-xilinx-nwl.c
ba4e6f8a 366F: drivers/watchdog/armada-37xx-wdt.c
1579faf5 367F: drivers/watchdog/orion_wdt.c
ba4e6f8a 368F: include/configs/mv-common.h
00f141cc 369
22f69fc7 370ARM MARVELL PCIE CONTROLLER DRIVERS
22f69fc7
T
371M: Stefan Roese <sr@denx.de>
372S: Maintained
373T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
374F: drivers/pci/pci-aardvark.c
375F: drivers/pci/pci_mvebu.c
376
c53a30f0
T
377ARM MARVELL SERIAL DRIVERS
378M: Pali Rohár <pali@kernel.org>
379M: Stefan Roese <sr@denx.de>
380S: Maintained
381T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
382F: drivers/serial/serial_mvebu_a3700.c
383
a9da9eeb
RL
384ARM MEDIATEK
385M: Ryder Lee <ryder.lee@mediatek.com>
386M: Weijie Gao <weijie.gao@mediatek.com>
0cd791ce 387M: Chunfeng Yun <chunfeng.yun@mediatek.com>
8702e614 388R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
a9da9eeb
RL
389S: Maintained
390F: arch/arm/mach-mediatek/
391F: arch/arm/include/asm/arch-mediatek/
392F: board/mediatek/
c01a7773
CY
393F: doc/device-tree-bindings/phy/phy-mtk-*
394F: doc/device-tree-bindings/usb/mediatek,*
a9da9eeb
RL
395F: doc/README.mediatek
396F: drivers/clk/mediatek/
812f3c4e
WG
397F: drivers/cpu/mtk_cpu.c
398F: drivers/i2c/mtk_i2c.c
a9da9eeb 399F: drivers/mmc/mtk-sd.c
c01a7773 400F: drivers/phy/phy-mtk-*
a9da9eeb
RL
401F: drivers/pinctrl/mediatek/
402F: drivers/power/domain/mtk-power-domain.c
403F: drivers/ram/mediatek/
603fcd16 404F: drivers/spi/mtk_snfi_spi.c
812f3c4e 405F: drivers/spi/mtk_spim.c
a9da9eeb 406F: drivers/timer/mtk_timer.c
0cd791ce
CY
407F: drivers/usb/host/xhci-mtk.c
408F: drivers/usb/mtu3/
a9da9eeb 409F: drivers/watchdog/mtk_wdt.c
d049ff9c 410F: drivers/net/mtk_eth.c
812f3c4e 411F: drivers/net/mtk_eth.h
d049ff9c 412F: drivers/reset/reset-mediatek.c
a9da9eeb
RL
413F: tools/mtk_image.c
414F: tools/mtk_image.h
812f3c4e
WG
415F: tools/mtk_nand_headers.c
416F: tools/mtk_nand_headers.h
a9da9eeb
RL
417N: mediatek
418
040978ae
RM
419ARM METHODE SUPPORT
420M: Robert Marko <robert.marko@sartura.hr>
421S: Maintained
422F: arch/arm/dts/armada-3720-eDPU*
423F: arch/arm/dts/armada-3720-uDPU*
424F: configs/eDPU_defconfig
425F: configs/uDPU_defconfig
426
413ca720
EH
427ARM MICROCHIP/ATMEL AT91
428M: Eugen Hristev <eugen.hristev@microchip.com>
429S: Maintained
0beb6490 430T: git https://source.denx.de/u-boot/custodians/u-boot-at91.git
50429959
EH
431F: arch/arm/dts/at91*
432F: arch/arm/dts/sam*
413ca720
EH
433F: arch/arm/mach-at91/
434F: board/atmel/
01c35f26 435F: drivers/cpu/at91_cpu.c
68ddf18d 436F: drivers/memory/atmel-ebi.c
4c49753c 437F: drivers/misc/microchip_flexcom.c
70fb1ae9 438F: drivers/timer/atmel_tcb_timer.c
50429959
EH
439F: include/dt-bindings/clk/at91.h
440F: include/dt-bindings/clock/at91.h
441F: include/dt-bindings/dma/at91.h
442F: include/dt-bindings/mfd/at91-usart.h
0d58dafd 443F: include/dt-bindings/mfd/atmel-flexcom.h
50429959
EH
444F: include/dt-bindings/pinctrl/at91.h
445F: include/dt-bindings/sound/microchip,pdmc.h
96b9a5cd 446F: drivers/timer/mchp-pit64b-timer.c
413ca720 447
c8f3402a
MW
448ARM MSC SM2S IMX8MP SOM
449M: Martyn Welch <martyn.welch@collabora.com>
450M: Ian Ray <ian.ray@ge.com>
451S: Maintained
452F: arch/arm/dts/imx8mp-msc-sm2s*
453F: board/msc/sm2s_imx8mp/
454F: configs/msc_sm2s_imx8mp_defconfig
455F: include/configs/msc_sm2s_imx8mp.h
456
b39cacc2
SB
457ARM NEXELL S5P4418
458M: Stefan Bosch <stefan_b@posteo.net>
459S: Maintained
460F: arch/arm/cpu/armv7/s5p4418/
461F: arch/arm/dts/s5p4418*
462F: arch/arm/mach-nexell/
463F: board/friendlyarm/
464F: configs/s5p4418_nanopi2_defconfig
465F: doc/README.s5p4418
466F: drivers/gpio/nx_gpio.c
467F: drivers/i2c/nx_i2c.c
468F: drivers/mmc/nexell_dw_mmc_dm.c
469F: drivers/pinctrl/nexell/
5ec6cbcc 470F: drivers/serial/serial_s5p4418_pl011.c
b39cacc2
SB
471F: drivers/video/nexell/
472F: drivers/video/nexell_display.c
473F: include/configs/s5p4418_nanopi2.h
474
e2a1484c
MS
475ARM OWL
476M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
477S: Maintained
478F: arch/arm/include/asm/arch-owl/
479F: arch/arm/mach-owl/
1e374089 480F: doc/board/actions/
e2a1484c
MS
481F: drivers/clk/owl/
482F: drivers/serial/serial_owl.c
b1a6bb3b
AST
483F: include/configs/owl-common.h
484F: configs/bubblegum_96_defconfig
dd786d4c 485F: configs/cubieboard7_defconfig
e2a1484c 486
4810c2f8
NI
487ARM RENESAS RMOBILE/R-CAR
488M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3cc7708d 489M: Marek Vasut <marek.vasut+renesas@mailbox.org>
4810c2f8 490S: Maintained
a3bbd0b9 491T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
4810c2f8 492F: arch/arm/mach-rmobile/
3cc7708d
MV
493F: drivers/clk/renesas/
494F: drivers/gpio/gpio-rcar.c
495F: drivers/i2c/rcar_*
496F: drivers/i2c/sh_i2c.c
497F: drivers/mmc/renesas-sdhi.c
498F: drivers/mmc/sh_mmcif*
499F: drivers/mmc/tmio-common*
500F: drivers/mtd/renesas_rpc_hf.c
501F: drivers/net/ravb.c
502F: drivers/net/rswitch.c
503F: drivers/net/sh_eth*
504F: drivers/pci/pci-rcar-*
505F: drivers/phy/phy-rcar-*
506F: drivers/phy/renesas/
507F: drivers/pinctrl/renesas/
508F: drivers/serial/serial_sh*
509F: drivers/spi/renesas_rpc_spi.c
510F: drivers/spi/sh_qspi.c
511F: drivers/sysinfo/rcar3.c
512F: drivers/usb/host/xhci-rcar*
4810c2f8 513
c3caeac0
MY
514ARM ROCKCHIP
515M: Simon Glass <sjg@chromium.org>
87f9c08d 516M: Philipp Tomsich <philipp.tomsich@vrull.eu>
37dc8aaa 517M: Kever Yang <kever.yang@rock-chips.com>
c3caeac0 518S: Maintained
a3bbd0b9 519T: git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
a2b13273 520F: arch/arm/dts/px30*
ba366809
JJ
521F: arch/arm/dts/rk3*
522F: arch/arm/dts/rockchip*
a2b13273 523F: arch/arm/dts/rv11*
8b45193a 524F: arch/arm/include/asm/arch-rockchip/
c3caeac0 525F: arch/arm/mach-rockchip/
a2b13273
KY
526F: board/amarula/vyasa-rk3288/
527F: board/anbernic/rgxx3_rk3566/
528F: board/chipspark/popmetal_rk3288
529F: board/engicam/px30_core/
530F: board/firefly/
531F: board/mqmaker/miqi_rk3288/
532F: board/phytec/phycore_rk3288
533F: board/pine64
534F: board/radxa/
ae0fc89e 535F: board/rockchip/
a2b13273
KY
536F: board/theobroma-systems
537F: board/vamrs/rock960_rk3399/
8b45193a
PT
538F: drivers/clk/rockchip/
539F: drivers/gpio/rk_gpio.c
540F: drivers/misc/rockchip-efuse.c
47b8583f
PT
541F: drivers/mmc/rockchip_sdhci.c
542F: drivers/mmc/rockchip_dw_mmc.c
8b45193a
PT
543F: drivers/pinctrl/rockchip/
544F: drivers/ram/rockchip/
545F: drivers/sysreset/sysreset_rockchip.c
3f565522 546F: drivers/video/rockchip/
8b45193a
PT
547F: tools/rkcommon.c
548F: tools/rkcommon.h
549F: tools/rkimage.c
550F: tools/rksd.c
551F: tools/rkspi.c
ba366809 552N: rockchip
c3caeac0 553
00f141cc
DS
554ARM SAMSUNG
555M: Minkyu Kang <mk7.kang@samsung.com>
556S: Maintained
a3bbd0b9 557T: git https://source.denx.de/u-boot/custodians/u-boot-samsung.git
225f5eec
MK
558F: arch/arm/mach-exynos/
559F: arch/arm/mach-s5pc1xx/
00f141cc 560F: arch/arm/cpu/armv7/s5p-common/
00f141cc 561
c9311b5a
PB
562ARM SANCLOUD
563M: Paul Barker <paul.barker@sancloud.com>
564R: Marc Murphy <marc.murphy@sancloud.com>
565S: Supported
566F: arch/arm/dts/am335x-sancloud*
567
e721e981 568ARM SNAPDRAGON
0dfe442e 569M: Ramon Fried <rfried.dev@gmail.com>
e721e981
MK
570S: Maintained
571F: arch/arm/mach-snapdragon/
ce18baf9
RF
572F: drivers/gpio/msm_gpio.c
573F: drivers/mmc/msm_sdhci.c
92454e47 574F: drivers/phy/msm8916-usbh-phy.c
ce18baf9 575F: drivers/serial/serial_msm.c
324df15a 576F: drivers/serial/serial_msm_geni.c
654dd4a8 577F: drivers/smem/msm_smem.c
f5a2d6b4 578F: drivers/spmi/spmi-msm.c
ce18baf9 579F: drivers/usb/host/ehci-msm.c
e721e981 580
b7d6e0ab 581ARM STI
5905e088 582M: Patrice Chotard <patrice.chotard@foss.st.com>
b7d6e0ab 583S: Maintained
a3bbd0b9 584T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
b7d6e0ab
HS
585F: arch/arm/mach-sti/
586F: arch/arm/include/asm/arch-sti*/
d21ffa2a
PC
587F: drivers/phy/sti_usb_phy.c
588F: drivers/pinctrl/pinctrl-sti.c
589F: drivers/mmc/sti_sdhci.c
590F: drivers/reset/sti-reset.c
591F: drivers/serial/serial_sti_asc.c
592F: drivers/sysreset/sysreset_sti.c
35751c7f 593F: drivers/timer/arm_global_timer.c
d21ffa2a
PC
594F: drivers/usb/host/dwc3-sti-glue.c
595F: include/dwc3-sti-glue.h
596F: include/dt-bindings/clock/stih407-clks.h
597F: include/dt-bindings/clock/stih410-clks.h
598F: include/dt-bindings/reset/stih407-resets.h
b7d6e0ab 599
2514c2d0 600ARM STM STM32MP
5905e088
PC
601M: Patrick Delaunay <patrick.delaunay@foss.st.com>
602M: Patrice Chotard <patrice.chotard@foss.st.com>
84ee59a5 603L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
a3bbd0b9 604T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
2514c2d0 605S: Maintained
67eea68a 606F: arch/arm/mach-stm32mp/
efa667d3 607F: doc/board/st/
8c018234 608F: drivers/adc/stm32-adc*
b9929333 609F: drivers/clk/stm32/
8c018234
PD
610F: drivers/gpio/stm32_gpio.c
611F: drivers/hwspinlock/stm32_hwspinlock.c
f65b82ff 612F: drivers/i2c/stm32f7_i2c.c
b04553ec 613F: drivers/mailbox/stm32-ipcc.c
c3600e1f 614F: drivers/misc/stm32mp_fuse.c
8c018234 615F: drivers/misc/stm32_rcc.c
f65b82ff 616F: drivers/mmc/stm32_sdmmc2.c
8c018234 617F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
f65b82ff
PC
618F: drivers/phy/phy-stm32-usbphyc.c
619F: drivers/pinctrl/pinctrl_stm32.c
42f01aac 620F: drivers/power/pmic/stpmic1.c
f65b82ff 621F: drivers/power/regulator/stm32-vrefbuf.c
42f01aac 622F: drivers/power/regulator/stpmic1.c
b57aaa07 623F: drivers/ram/stm32mp1/
5dca7d18 624F: drivers/remoteproc/stm32_copro.c
f65b82ff 625F: drivers/reset/stm32-reset.c
fd52e7f9 626F: drivers/rng/optee_rng.c
77e0c608 627F: drivers/rng/stm32_rng.c
8c018234
PD
628F: drivers/rtc/stm32_rtc.c
629F: drivers/serial/serial_stm32.*
f65b82ff 630F: drivers/spi/stm32_qspi.c
a2a89b2e 631F: drivers/spi/stm32_spi.c
8c018234 632F: drivers/video/stm32/stm32_ltdc.c
8c1007a2 633F: drivers/watchdog/stm32mp_wdt.c
8c018234 634F: include/dt-bindings/clock/stm32fx-clock.h
01c8b664 635F: include/dt-bindings/clock/stm32mp*
8c018234 636F: include/dt-bindings/pinctrl/stm32-pinfunc.h
01c8b664 637F: include/dt-bindings/reset/stm32mp*
8c018234 638F: include/stm32_rcc.h
284b08fb 639F: tools/logos/st.bmp
8c018234 640F: tools/stm32image.c
ce520230
PD
641N: stm
642N: stm32
8c018234 643
2514c2d0 644
9fa32b12
VM
645ARM STM STV0991
646M: Vikas Manocha <vikas.manocha@st.com>
647S: Maintained
648F: arch/arm/cpu/armv7/stv0991/
649F: arch/arm/include/asm/arch-stv0991/
650
00f141cc 651ARM SUNXI
59aea29a 652M: Jagan Teki <jagan@amarulasolutions.com>
5a4a891e 653M: Andre Przywara <andre.przywara@arm.com>
ed8f2a28 654S: Maintained
a3bbd0b9 655T: git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
00f141cc
DS
656F: arch/arm/cpu/armv7/sunxi/
657F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
658F: arch/arm/mach-sunxi/
659F: board/sunxi/
f264e796
SH
660F: drivers/clk/sunxi/
661F: drivers/phy/allwinner/
b799eabc 662F: drivers/pinctrl/sunxi/
f264e796 663F: drivers/video/sunxi/
e9e87ec4 664F: tools/sunxi*
00f141cc
DS
665
666ARM TEGRA
667M: Tom Warren <twarren@nvidia.com>
668S: Maintained
a3bbd0b9 669T: git https://source.denx.de/u-boot/custodians/u-boot-tegra.git
09f455dc 670F: arch/arm/mach-tegra/
00f141cc
DS
671F: arch/arm/include/asm/arch-tegra*/
672
673ARM TI
f91c3aa0 674M: Tom Rini <trini@konsulko.com>
00f141cc 675S: Maintained
a3bbd0b9 676T: git https://source.denx.de/u-boot/custodians/u-boot-ti.git
57b02b79 677F: arch/arm/dts/am57xx*
0bfc701e 678F: arch/arm/dts/dra7*
26f7c111 679F: arch/arm/mach-davinci/
586bde93 680F: arch/arm/mach-k3/
26f7c111 681F: arch/arm/mach-keystone/
16c2a979 682F: arch/arm/mach-omap2/
00f141cc
DS
683F: arch/arm/include/asm/arch-omap*/
684F: arch/arm/include/asm/ti-common/
16c2a979
LV
685F: board/ti/
686F: drivers/dma/ti*
687F: drivers/firmware/ti_sci.*
688F: drivers/gpio/omap_gpio.c
689F: drivers/memory/ti-aemif.c
690F: drivers/misc/k3_avs.c
691F: drivers/mailbox/k3-sec-procy.c
692F: drivers/pci/pcie_dw_ti.c
693F: drivers/phy/keystone-usb-phy.c
694F: drivers/phy/omap-usb2-phy.c
695F: drivers/phy/phy-ti-am654.c
696F: drivers/phy/ti-pipe3-phy.c
697F: drivers/ram/k3*
fc6b41fe 698F: drivers/remoteproc/ipu_rproc.c
16c2a979 699F: drivers/remoteproc/k3_system_controller.c
02bfcc5c 700F: drivers/remoteproc/pruc_rpoc.c
16c2a979 701F: drivers/remoteproc/ti*
795b2c47 702F: drivers/reset/reset-dra7.c
16c2a979
LV
703F: drivers/reset/reset-ti-sci.c
704F: drivers/rtc/davinci.c
705F: drivers/serial/serial_omap.c
706F: drivers/soc/ti/
707F: drivers/sysreset/sysreset-ti-sci.c
708F: drivers/thermal/ti-bandgap.c
709F: drivers/timer/omap-timer.c
5f9f816b 710F: drivers/video/tidss/
16c2a979 711F: drivers/watchdog/omap_wdt.c
7bafe886 712F: include/linux/pruss_driver.h
16c2a979 713F: include/linux/soc/ti/
00f141cc 714
293f9ebb
SG
715ARM U8500
716M: Stephan Gerhold <stephan@gerhold.net>
717R: Linus Walleij <linus.walleij@linaro.org>
718S: Maintained
719F: arch/arm/dts/ste-*
720F: arch/arm/mach-u8500/
7093df3c
SG
721F: drivers/gpio/nmk_gpio.c
722F: drivers/phy/phy-ab8500-usb.c
723F: drivers/power/pmic/ab8500.c
293f9ebb 724F: drivers/timer/nomadik-mtu-timer.c
7093df3c
SG
725F: drivers/usb/musb-new/ux500.c
726F: drivers/video/mcde_simple.c
293f9ebb 727
0fb63aa6 728ARM UNIPHIER
ff6156f0
KH
729M: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
730R: Dai Okamura <okamura.dai@socionext.com>
731S: Maintained
732F: arch/arm/dts/uniphier-*
4c425570 733F: arch/arm/mach-uniphier/
5fd3f434 734F: configs/uniphier_*_defconfig
eb006c83 735N: uniphier
0fb63aa6 736
f6aebdf6
MS
737ARM VERSAL NET
738M: Michal Simek <michal.simek@amd.com>
739S: Maintained
740T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
741F: arch/arm/mach-versal-net/
64fc7fc8 742F: drivers/soc/soc_xilinx_versal_net.c
f6aebdf6
MS
743N: (?<!uni)versal-net
744
ec48b6c9 745ARM VERSAL
fcbdd7a0 746M: Michal Simek <michal.simek@amd.com>
ec48b6c9 747S: Maintained
a3bbd0b9 748T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
ec48b6c9 749F: arch/arm/mach-versal/
258ce79c 750F: drivers/net/xilinx_axi_mrmac.*
42e20f52 751F: drivers/soc/soc_xilinx_versal.c
cf553bf2 752F: drivers/spi/cadence_ospi_versal.c
5028358a 753F: drivers/watchdog/xilinx_wwdt.c
13210cd9 754N: (?<!uni)versal
ec48b6c9 755
0fabfeb2
LD
756ARM VERSATILE EXPRESS DRIVERS
757M: Liviu Dudau <liviu.dudau@foss.arm.com>
758S: Maintained
759T: git git://github.com/ARM-software/u-boot.git
760F: drivers/misc/vexpress_config.c
761N: vexpress
762
00f141cc
DS
763ARM ZYNQ
764M: Michal Simek <monstr@monstr.eu>
765S: Maintained
a3bbd0b9 766T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
8ae3d0b5 767F: arch/arm/mach-zynq/
79d4204f 768F: doc/board/xilinx/
1ac1a04b 769F: doc/device-tree-bindings/video/syncoam,seps525.txt
8ae3d0b5
MS
770F: drivers/clk/clk_zynq.c
771F: drivers/fpga/zynqpl.c
772F: drivers/gpio/zynq_gpio.c
773F: drivers/i2c/i2c-cdns.c
774F: drivers/i2c/muxes/pca954x.c
775F: drivers/i2c/zynq_i2c.c
776F: drivers/mmc/zynq_sdhci.c
a430fa06 777F: drivers/mtd/nand/raw/zynq_nand.c
a744a284 778F: drivers/net/phy/ethernet_id.c
8ae3d0b5
MS
779F: drivers/net/phy/xilinx_phy.c
780F: drivers/net/zynq_gem.c
dbd673f1 781F: drivers/pinctrl/pinctrl-zynqmp.c
8ae3d0b5
MS
782F: drivers/serial/serial_zynq.c
783F: drivers/spi/zynq_qspi.c
784F: drivers/spi/zynq_spi.c
785F: drivers/usb/host/ehci-zynq.c
786F: drivers/watchdog/cdns_wdt.c
23e7e6b6 787F: include/zynqpl.h
8ae3d0b5
MS
788F: tools/zynqimage.c
789N: zynq
00f141cc 790
84c7204b 791ARM ZYNQMP
fcbdd7a0 792M: Michal Simek <michal.simek@amd.com>
84c7204b 793S: Maintained
a3bbd0b9 794T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
274ccb5b 795F: arch/arm/mach-zynqmp/
3d14228f 796F: drivers/clk/clk_zynqmp.c
14723ed5 797F: driver/firmware/firmware-zynqmp.c
8ae3d0b5 798F: drivers/fpga/zynqpl.c
15efe0f3 799F: drivers/gpio/gpio_slg7xl45106.c
8ae3d0b5 800F: drivers/gpio/zynq_gpio.c
3b441cf4 801F: drivers/gpio/zynqmp_gpio_modepin.c
8ae3d0b5
MS
802F: drivers/i2c/i2c-cdns.c
803F: drivers/i2c/muxes/pca954x.c
804F: drivers/i2c/zynq_i2c.c
660b0c77 805F: drivers/mailbox/zynqmp-ipi.c
8ae3d0b5 806F: drivers/mmc/zynq_sdhci.c
a430fa06 807F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
808F: drivers/net/phy/xilinx_phy.c
809F: drivers/net/zynq_gem.c
1d78d683 810F: drivers/phy/phy-zynqmp.c
e0283cbd 811F: drivers/power/domain/zynqmp-power-domain.c
fb92cc2c 812F: drivers/pwm/pwm-cadence-ttc.c
8ae3d0b5 813F: drivers/serial/serial_zynq.c
3f123b74 814F: drivers/reset/reset-zynqmp.c
1f065e8f 815F: drivers/rtc/zynqmp_rtc.c
a890a53a 816F: drivers/soc/soc_xilinx_zynqmp.c
8ae3d0b5
MS
817F: drivers/spi/zynq_qspi.c
818F: drivers/spi/zynq_spi.c
72c37d12 819F: drivers/timer/cadence-ttc.c
b66d7af4 820F: drivers/video/seps525.c
a29f44d6 821F: drivers/video/zynqmp/
8ae3d0b5 822F: drivers/watchdog/cdns_wdt.c
23e7e6b6 823F: include/zynqmppl.h
009ab7b9 824F: include/zynqmp_firmware.h
b123aff2 825F: tools/zynqmp*
2570e129 826N: ultra96
8ae3d0b5 827N: zynqmp
84c7204b 828
1d6c54ec 829ARM ZYNQMP R5
fcbdd7a0 830M: Michal Simek <michal.simek@amd.com>
1d6c54ec 831S: Maintained
a3bbd0b9 832T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1d6c54ec
MS
833F: arch/arm/mach-zynqmp-r5/
834
e3aafef4 835ARM PHYTIUM
836M: liuhao <liuhao@phytium.com.cn>
837M: shuyiqi <shuyiqi@phytium.com.cn>
838S: Maintained
839F: drivers/pci/pcie_phytium.c
840F: arch/arm/dts/phytium-durian.dts
841
4088f5fc
RC
842ASPEED AST2600 I2C DRIVER
843M: Ryan Chen <ryan_chen@aspeedtech.com>
844R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
845S: Maintained
846F: drivers/i2c/ast2600_i2c.c
847
4daa6bb6
CTK
848ASPEED FMC SPI DRIVER
849M: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
850M: Cédric Le Goater <clg@kaod.org>
851R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
852S: Maintained
853F: drivers/spi/spi-aspeed-smc.c
854
bb48470d
SG
855BINMAN
856M: Simon Glass <sjg@chromium.org>
06c73e37 857M: Alper Nebi Yasak <alpernebiyasak@gmail.com>
bb48470d
SG
858S: Maintained
859F: tools/binman/
860
c41e209e
TW
861BLKMAP
862M: Tobias Waldekranz <tobias@waldekranz.com>
863S: Maintained
bb56da11 864F: cmd/blkmap.c
3eee5d07 865F: doc/usage/blkmap.rst
c41e209e
TW
866F: drivers/block/blkmap.c
867F: include/blkmap.h
6da06a03 868F: test/dm/blkmap.c
c41e209e 869
9d260253
SG
870BOOTDEVICE
871M: Simon Glass <sjg@chromium.org>
872S: Maintained
201417d7 873F: boot/bootdev*.c
a8f5be17
SG
874F: boot/bootflow.c
875F: boot/bootmeth*.c
ef5e3891 876F: boot/bootstd.c
5d053cca 877F: cmd/bootdev.c
31aefaf8 878F: cmd/bootflow.c
e7b2ce19
SG
879F: doc/develop/bootstd.rst
880F: doc/usage/bootdev.rst
881F: doc/usage/bootflow.rst
882F: doc/usage/bootmeth.rst
b8aa463e 883F: drivers/mmc/mmc_bootdev.c
31aefaf8 884F: include/bootdev.h
9d260253 885F: include/bootflow.h
a950d31a 886F: include/bootmeth.h
201417d7 887F: include/bootstd.h
4fd8d077 888F: net/eth_bootdevice.c
fb1451be 889F: test/boot/
9d260253 890
3e29bd26 891BTRFS
61143f74 892M: Marek Behún <kabel@kernel.org>
b737c822
QW
893R: Qu Wenruo <wqu@suse.com>
894L: linux-btrfs@vger.kernel.org
3e29bd26
MB
895S: Maintained
896F: cmd/btrfs.c
897F: fs/btrfs/
898F: include/btrfs.h
899
00f141cc
DS
900BUILDMAN
901M: Simon Glass <sjg@chromium.org>
902S: Maintained
903F: tools/buildman/
904
5005dfbf
TR
905CAAM
906M: Gaurav Jain <gaurav.jain@nxp.com>
907S: Maintained
908F: arch/arm/dts/ls1021a-twr-u-boot.dtsi
909F: drivers/crypto/fsl/
910F: include/fsl_sec.h
911
690a1d69
RK
912CAT
913M: Roger Knecht <rknecht@pm.me>
914S: Maintained
915F: cmd/cat.c
916
00f141cc
DS
917CFI FLASH
918M: Stefan Roese <sr@denx.de>
919S: Maintained
a3bbd0b9 920T: git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git
c4c2e141
SR
921F: drivers/mtd/cfi_flash.c
922F: drivers/mtd/jedec_flash.c
00f141cc 923
37d73373
LM
924CLOCK
925M: Lukasz Majewski <lukma@denx.de>
4469d3b4 926M: Sean Anderson <seanga2@gmail.com>
37d73373 927S: Maintained
a3bbd0b9 928T: git https://source.denx.de/u-boot/custodians/u-boot-clk.git
37d73373
LM
929F: drivers/clk/
930F: drivers/clk/imx/
931
00f141cc 932COLDFIRE
08ae21af 933M: Huan Wang <alison.wang@nxp.com>
94a51af4 934M: Angelo Dureghello <angelo@kernel-space.org>
00f141cc 935S: Maintained
a3bbd0b9 936T: git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
00f141cc 937F: arch/m68k/
ee67ec98 938F: doc/arch/m68k.rst
59dee11b 939F: drivers/watchdog/mcf_wdt.c
00f141cc 940
c2c69718
SR
941CYCLIC
942M: Stefan Roese <sr@denx.de>
943S: Maintained
1f865ee0 944F: cmd/cyclic.c
c2c69718
SR
945F: common/cyclic.c
946F: include/cyclic.h
947
00f141cc 948DFU
56acf018 949M: Lukasz Majewski <lukma@denx.de>
00f141cc 950S: Maintained
a3bbd0b9 951T: git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
d4c9a908
LM
952F: cmd/dfu.c
953F: cmd/usb_*.c
954F: common/dfu.c
955F: common/update.c
f4c1f705 956F: doc/api/dfu.rst
75d48d11 957F: doc/usage/dfu.rst
00f141cc 958F: drivers/dfu/
55ca6138 959F: drivers/usb/gadget/
f4c1f705 960F: include/dfu.h
00f141cc
DS
961
962DRIVER MODEL
963M: Simon Glass <sjg@chromium.org>
964S: Maintained
a3bbd0b9 965T: git https://source.denx.de/u-boot/custodians/u-boot-dm.git
51028db1 966F: doc/driver-model/
00f141cc
DS
967F: drivers/core/
968F: include/dm/
969F: test/dm/
970
91aa8476
SG
971EFI APP
972M: Simon Glass <sjg@chromium.org>
973M: Heinrich Schuchardt <xypron.glpk@gmx.de>
974S: Maintained
975W: https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html
e16c47fa
SG
976F: board/efi/efi-x86_app
977F: configs/efi-x86_app*
978F: doc/develop/uefi/u-boot_on_efi.rst
42b7f421
SG
979F: drivers/block/efi-media-uclass.c
980F: drivers/block/sb_efi_media.c
91aa8476 981F: lib/efi/efi_app.c
6b2f8290 982F: scripts/build-efi.sh
42b7f421 983F: test/dm/efi_media.c
91aa8476 984
e4a7394a 985EFI PAYLOAD
7590f907 986M: Heinrich Schuchardt <xypron.glpk@gmx.de>
a093d72e 987M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
e4a7394a 988S: Maintained
a3bbd0b9 989T: git https://source.denx.de/u-boot/custodians/u-boot-efi.git
607566d0 990F: arch/arm/lib/*_efi.*
00ec77f2
HS
991F: cmd/bootefi.c
992F: cmd/eficonfig.c
993F: cmd/efidebug.c
994F: cmd/nvedit_efi.c
080cc0b1 995F: doc/api/efi.rst
d75f48a8 996F: doc/develop/uefi/*
118a0ecd 997F: doc/mkeficapsule.1
0c1b71cd 998F: doc/usage/bootefi.rst
87e9963d 999F: drivers/rtc/emul_rtc.c
5b2118a2 1000F: include/capitalization.h
1db6ab28 1001F: include/charset.h
0bc4b0da
HS
1002F: include/cp1250.h
1003F: include/cp437.h
623b3a57 1004F: include/efi*
268ec6e0
HS
1005F: include/pe.h
1006F: include/asm-generic/pe.h
1af680d5 1007F: include/mm_communication.h
0b8a88ab 1008F: lib/charset.c
bc0bd77e 1009F: lib/efi*/
ae54b946 1010F: test/lib/efi_*
623b3a57 1011F: test/py/tests/test_efi*
661c02ce 1012F: test/py/tests/test_efi*/
f11a164b 1013F: test/unicode_ut.c
e4a7394a 1014F: cmd/bootefi.c
59df7e7e 1015F: cmd/efidebug.c
49d81fdf 1016F: cmd/nvedit_efi.c
77504ee6 1017F: tools/efivar.py
ac020196 1018F: tools/file2include.c
77cae565 1019F: tools/mkeficapsule.c
e4a7394a 1020
2800540d
JH
1021ENVIRONMENT
1022M: Joe Hershberger <joe.hershberger@ni.com>
2800540d
JH
1023S: Maintained
1024F: env/
1025F: include/env*
1026F: test/env/
1027F: tools/env*
1028F: tools/mkenvimage.c
1029
86b9c3e4
SG
1030ENVIRONMENT AS TEXT
1031M: Simon Glass <sjg@chromium.org>
86b9c3e4
SG
1032S: Maintained
1033F: doc/usage/environment.rst
1034F: scripts/env2string.awk
1035
830613f8
HJ
1036EROFS
1037M: Huang Jianan <jnhuang95@gmail.com>
1038L: linux-erofs@lists.ozlabs.org
1039S: Maintained
739941e1 1040F: cmd/erofs.c
830613f8
HJ
1041F: fs/erofs/
1042F: include/erofs.h
2c30aa3d 1043F: test/py/tests/test_fs/test_erofs.py
830613f8 1044
87a5d1b5
SG
1045EVENTS
1046M: Simon Glass <sjg@chromium.org>
1047S: Maintained
c81b460c 1048F: cmd/event.c
87a5d1b5
SG
1049F: common/event.c
1050F: include/event.h
9de3773a 1051F: scripts/event_dump.py
7d02645f 1052F: test/common/event.c
9de3773a 1053F: test/py/tests/test_event_dump.py
87a5d1b5 1054
7d3bebb2
SA
1055FASTBOOT
1056S: Orphaned
1057F: cmd/fastboot.c
1058F: doc/android/fastboot*.rst
1059F: include/fastboot.h
1060F: include/fastboot-internal.h
443d3191
DM
1061F: include/net/fastboot_tcp.h
1062F: include/net/fastboot_udp.h
7d3bebb2
SA
1063F: drivers/fastboot/
1064F: drivers/usb/gadget/f_fastboot.c
443d3191
DM
1065F: net/fastboot_tcp.c
1066F: net/fastboot_udp.c
7d3bebb2
SA
1067F: test/dm/fastboot.c
1068
7e16342b 1069FPGA
fcbdd7a0 1070M: Michal Simek <michal.simek@amd.com>
7e16342b 1071S: Maintained
a3bbd0b9 1072T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
7e16342b
MS
1073F: drivers/fpga/
1074F: cmd/fpga.c
1075F: include/fpga.h
1323d08b 1076F: test/dm/fpga.c
7e16342b 1077
00f141cc
DS
1078FLATTENED DEVICE TREE
1079M: Simon Glass <sjg@chromium.org>
1080S: Maintained
a3bbd0b9 1081T: git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
00f141cc
DS
1082F: lib/fdtdec*
1083F: lib/libfdt/
1084F: include/fdt*
18fa6230 1085F: include/linux/libfdt*
643f8d4c 1086F: cmd/fdt.c
00f141cc 1087F: common/fdt_support.c
d7faa082 1088F: scripts/dtc-version.sh
00f141cc
DS
1089
1090FREEBSD
1091M: Rafal Jaworowski <raj@semihalf.com>
1092S: Maintained
a3bbd0b9 1093T: git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
00f141cc
DS
1094
1095FREESCALE QORIQ
87d5b225 1096M: Priyanka Jain <priyanka.jain@nxp.com>
00f141cc 1097S: Maintained
a3bbd0b9 1098T: git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
0652d9fb 1099F: drivers/watchdog/sp805_wdt.c
f27d73e9 1100F: drivers/watchdog/sbsa_gwdt.c
00f141cc 1101
8479b9e6
TH
1102GATEWORKS_SC
1103M: Tim Harvey <tharvey@gateworks.com>
1104S: Maintained
1105F: drivers/misc/gsc.c
1106F: include/gsc.h
1107
00f141cc
DS
1108I2C
1109M: Heiko Schocher <hs@denx.de>
1110S: Maintained
a3bbd0b9 1111T: git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
00f141cc
DS
1112F: drivers/i2c/
1113
6c963324
MB
1114KWBIMAGE / KWBOOT TOOLS
1115M: Pali Rohár <pali@kernel.org>
61143f74 1116M: Marek Behún <kabel@kernel.org>
6c963324
MB
1117M: Stefan Roese <sr@denx.de>
1118S: Maintained
1119T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
1120F: doc/README.kwbimage
1121F: doc/kwboot.1
1122F: tools/kwb*
1123
067cfc1c
IV
1124LED
1125M: Ivan Vozvakhov <i.vozvakhov@vk.team>
1126S: Supported
1127F: doc/device-tree-bindings/leds/leds-pwm.txt
1128F: drivers/led/led_pwm.c
1129
e9c8d49d
SG
1130LOGGING
1131M: Simon Glass <sjg@chromium.org>
1132S: Maintained
a3bbd0b9 1133T: git https://source.denx.de/u-boot/u-boot.git
befadde0 1134F: common/log*
e9c8d49d 1135F: cmd/log.c
a7813918 1136F: doc/develop/logging.rst
e405efcf 1137F: include/log.h
72eda507 1138F: lib/getopt.c
395041b2 1139F: test/log/
20faa27c 1140F: test/py/tests/test_log.py
e9c8d49d 1141
c1a65a8c
LD
1142MALI DISPLAY PROCESSORS
1143M: Liviu Dudau <liviu.dudau@foss.arm.com>
1144S: Supported
1145T: git git://github.com/ARM-software/u-boot.git
1146F: drivers/video/mali_dp.c
e3bc4bb8 1147F: drivers/i2c/i2c-versatile.c
c1a65a8c 1148
00f141cc
DS
1149MICROBLAZE
1150M: Michal Simek <monstr@monstr.eu>
1151S: Maintained
a3bbd0b9 1152T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
00f141cc 1153F: arch/microblaze/
8ae3d0b5
MS
1154F: cmd/mfsl.c
1155F: drivers/gpio/xilinx_gpio.c
1156F: drivers/net/xilinx_axi_emac.c
1157F: drivers/net/xilinx_emaclite.c
1158F: drivers/serial/serial_xuartlite.c
1159F: drivers/spi/xilinx_spi.c
0d832b32 1160F: drivers/sysreset/sysreset_gpio.c
a36d8672 1161F: drivers/timer/xilinx-timer.c
8ae3d0b5
MS
1162F: drivers/watchdog/xilinx_tb_wdt.c
1163N: xilinx
00f141cc
DS
1164
1165MIPS
1166M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
1167S: Maintained
a3bbd0b9 1168T: git https://source.denx.de/u-boot/custodians/u-boot-mips.git
00f141cc
DS
1169F: arch/mips/
1170
800775eb
AN
1171MIPS CORTINA ACCESS CAxxxx
1172M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
1173S: Supported
1174F: board/cortina/common/
1175F: drivers/gpio/cortina_gpio.c
1176F: drivers/watchdog/cortina_wdt.c
1177F: drivers/serial/serial_cortina.c
047e31ed 1178F: drivers/led/led_cortina.c
d55e4e74 1179F: drivers/mmc/ca_dw_mmc.c
24f27942 1180F: drivers/spi/ca_sflash.c
7f5ea250
AL
1181F: drivers/i2c/i2c-cortina.c
1182F: drivers/i2c/i2c-cortina.h
febe13b4
AT
1183F: drivers/net/cortina_ni.c
1184F: drivers/net/cortina_ni.h
a70d7b01 1185F: drivers/net/phy/ca_phy.c
800775eb 1186
9f03585e
WG
1187MIPS MEDIATEK
1188M: Weijie Gao <weijie.gao@mediatek.com>
1189R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
1190S: Maintained
1191F: arch/mips/mach-mtmips/
1192F: arch/mips/dts/mt7620.dtsi
dd6bf539 1193F: arch/mips/dts/mt7621.dtsi
9f03585e 1194F: arch/mips/dts/mt7620-u-boot.dtsi
dd6bf539 1195F: arch/mips/dts/mt7621-u-boot.dtsi
9f03585e 1196F: include/configs/mt7620.h
dd6bf539 1197F: include/configs/mt7621.h
9f03585e 1198F: include/dt-bindings/clock/mt7620-clk.h
dd6bf539 1199F: include/dt-bindings/clock/mt7621-clk.h
9f03585e
WG
1200F: include/dt-bindings/clock/mt7628-clk.h
1201F: include/dt-bindings/reset/mt7620-reset.h
dd6bf539 1202F: include/dt-bindings/reset/mt7621-reset.h
9f03585e
WG
1203F: include/dt-bindings/reset/mt7628-reset.h
1204F: drivers/clk/mtmips/
1205F: drivers/pinctrl/mtmips/
1206F: drivers/gpio/mt7620_gpio.c
dd6bf539
WG
1207F: drivers/mtd/nand/raw/mt7621_nand.c
1208F: drivers/mtd/nand/raw/mt7621_nand.h
1209F: drivers/mtd/nand/raw/mt7621_nand_spl.c
9f03585e
WG
1210F: drivers/net/mt7620-eth.c
1211F: drivers/phy/mt7620-usb-phy.c
1212F: drivers/reset/reset-mtmips.c
1213F: drivers/serial/serial_mt7620.c
1214F: drivers/spi/mt7620_spi.c
1215F: drivers/sysreset/sysreset_resetctl.c
1216F: drivers/watchdog/mt7620_wdt.c
1217
dd1033e4
GC
1218MIPS MSCC
1219M: Gregory CLEMENT <gregory.clement@bootlin.com>
1220M: Lars Povlsen <lars.povlsen@microchip.com>
1221M: Horatiu Vultur <horatiu.vultur@microchip.com>
1222S: Maintained
1223F: arch/mips/mach-mscc/
f8c8cedd 1224F: arch/mips/dts/luton*
6787c1ec
GC
1225F: arch/mips/dts/mscc*
1226F: arch/mips/dts/ocelot*
d1182056 1227F: arch/mips/dts/jr2*
393b77d8 1228F: arch/mips/dts/serval*
6787c1ec
GC
1229F: board/mscc/
1230F: configs/mscc*
be8313fe 1231F: drivers/gpio/mscc_sgpio.c
fd6e0b05 1232F: drivers/spi/mscc_bb_spi.c
6787c1ec 1233F: include/configs/vcoreiii.h
8c211af8 1234F: include/dt-bindings/mscc/
051de9b3 1235F: drivers/pinctrl/mscc/
4c66157f 1236F: drivers/net/mscc_eswitch/
dd1033e4 1237
cd71b1d5
PB
1238MIPS JZ4780
1239M: Ezequiel Garcia <ezequiel@collabora.com>
1240S: Maintained
1241F: arch/mips/mach-jz47xx/
1242
0dc4ab9c
AW
1243MIPS Octeon
1244M: Aaron Williams <awilliams@marvell.com>
1245S: Maintained
1246F: arch/mips/mach-octeon/
1247F: arch/mips/include/asm/arch-octeon/
ff7e4f03 1248F: arch/mips/dts/mrvl,cn73xx.dtsi
0dc4ab9c 1249
00f141cc 1250MMC
16a6d510 1251M: Peng Fan <peng.fan@nxp.com>
af8e2d47 1252M: Jaehoon Chung <jh80.chung@samsung.com>
00f141cc 1253S: Maintained
a3bbd0b9 1254T: git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
00f141cc
DS
1255F: drivers/mmc/
1256
b7d6e0ab
HS
1257NETWORK
1258M: Joe Hershberger <joe.hershberger@ni.com>
9644bd0d 1259M: Ramon Fried <rfried.dev@gmail.com>
b7d6e0ab 1260S: Maintained
a3bbd0b9 1261T: git https://source.denx.de/u-boot/custodians/u-boot-net.git
b7d6e0ab 1262F: drivers/net/
69fbf238 1263F: include/net.h
b7d6e0ab
HS
1264F: net/
1265
4ef17f9c
HS
1266NIOS
1267M: Thomas Chou <thomas@wytron.com.tw>
1268S: Maintained
a3bbd0b9 1269T: git https://source.denx.de/u-boot/custodians/u-boot-nios.git
4ef17f9c
HS
1270F: arch/nios2/
1271
f68d5a66
BM
1272NVMe
1273M: Bin Meng <bmeng.cn@gmail.com>
1274S: Maintained
1275F: drivers/nvme/
1276F: cmd/nvme.c
1277F: include/nvme.h
1278F: doc/develop/driver-model/nvme.rst
1279
f37af276
AEK
1280NVMXIP
1281M: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
1282S: Maintained
1283F: doc/develop/driver-model/nvmxip.rst
9e115ace 1284F: doc/device-tree-bindings/nvmxip/nvmxip_qspi.txt
f37af276 1285F: drivers/mtd/nvmxip/
56722faf 1286F: test/dm/nvmxip.c
f37af276 1287
c8ce7ba8
SA
1288NVMEM
1289M: Sean Anderson <seanga2@gmail.com>
1290S: Maintained
1291F: doc/api/nvmem.rst
1292F: drivers/misc/nvmem.c
46b2e5e9 1293F: drivers/reboot-mode/reboot-mode-nvmem.c
c8ce7ba8
SA
1294F: include/nvmem.h
1295
3ef2050a
RPNO
1296NXP C45 TJA11XX PHY DRIVER
1297M: Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
1298S: Maintained
1299F: drivers/net/phy/nxp-c45-tja11xx.c
1300
4ef17f9c
HS
1301ONENAND
1302#M: Lukasz Majewski <l.majewski@majess.pl>
1303S: Orphaned (Since 2017-01)
a3bbd0b9 1304T: git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
4ef17f9c
HS
1305F: drivers/mtd/onenand/
1306
3675ac08
OK
1307OUT4-IMX6ULL-NANO BOARD
1308M: Oleh Kravchenko <oleg@kaa.org.ua>
1309S: Maintained
1310T: git https://github.com/Oleh-Kravchenko/u-boot-out4.git
1180baec 1311F: arch/arm/dts/ev-imx280-nano-x-mb.dts
3675ac08
OK
1312F: arch/arm/dts/o4-imx-nano.dts
1313F: arch/arm/dts/o4-imx6ull-nano.dtsi
1314F: board/out4
1180baec 1315F: configs/ev-imx280-nano-x-mb_defconfig
3675ac08
OK
1316F: configs/o4-imx6ull-nano_defconfig
1317F: include/configs/o4-imx6ull-nano.h
1318
00f141cc
DS
1319PATMAN
1320M: Simon Glass <sjg@chromium.org>
1321S: Maintained
1322F: tools/patman/
1323
914026d2
RF
1324PCI Endpoint
1325M: Ramon Fried <rfried.dev@gmail.com>
1326S: Maintained
1327F: drivers/pci_endpoint/
1328F: include/pci_ep.h
1329
b61cbbdc
HS
1330PCI MPC85xx
1331M: Heiko Schocher <hs@denx.de>
1332S: Maintained
1333F: drivers/pci/pci_mpc85xx.c
1334
447dfbc0
SC
1335PCI MPS
1336M: Stephen Carlson <stcarlso@linux.microsoft.com>
1337S: Maintained
1338F: cmd/pci_mps.c
1339F: test/cmd/pci_mps.c
1340
4ef17f9c
HS
1341POWER
1342M: Jaehoon Chung <jh80.chung@samsung.com>
1343S: Maintained
a3bbd0b9 1344T: git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
4ef17f9c 1345F: drivers/power/
69c82fa2 1346F: include/power/
4ef17f9c 1347
00f141cc 1348POWERPC
fa140172 1349S: Orphan (Since 2022-10-21)
00f141cc
DS
1350F: arch/powerpc/
1351
00f141cc 1352POWERPC MPC8XX
12ff1a8d 1353M: Christophe Leroy <christophe.leroy@csgroup.eu>
00f141cc 1354S: Maintained
a3bbd0b9 1355T: git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
00f141cc
DS
1356F: arch/powerpc/cpu/mpc8xx/
1357
00f141cc 1358POWERPC MPC83XX
e5ed4c3e 1359M: Mario Six <mario.six@gdsys.cc>
1360S: Maintained
a3bbd0b9 1361T: git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git
e4061556
MS
1362F: drivers/ram/mpc83xx_sdram.c
1363F: include/dt-bindings/memory/mpc83xx-sdram.h
76fdad1f
MS
1364F: drivers/sysreset/sysreset_mpc83xx.c
1365F: drivers/sysreset/sysreset_mpc83xx.h
07d538d2
MS
1366F: drivers/clk/mpc83xx_clk.c
1367F: drivers/clk/mpc83xx_clk.h
1368F: include/dt-bindings/clk/mpc83xx-clk.h
2c21749d 1369F: drivers/timer/mpc83xx_timer.c
19fbdca4
MS
1370F: drivers/cpu/mpc83xx_cpu.c
1371F: drivers/cpu/mpc83xx_cpu.h
d2166319 1372F: drivers/misc/mpc83xx_serdes.c
00f141cc
DS
1373F: arch/powerpc/cpu/mpc83xx/
1374F: arch/powerpc/include/asm/arch-mpc83xx/
1375
1376POWERPC MPC85XX
707b17f6 1377M: Marek Behún <kabel@kernel.org>
00f141cc 1378S: Maintained
a3bbd0b9 1379T: git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
00f141cc
DS
1380F: arch/powerpc/cpu/mpc85xx/
1381
28b395cc
FS
1382RAW NAND
1383M: Dario Binacchi <dario.binacchi@amarulasolutions.com>
1384M: Michael Trimarchi <michael@amarulasolutions.com>
1385S: Maintained
1386T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
1387F: drivers/mtd/nand/raw/
1388
f94c44e5
RC
1389RISC-V
1390M: Rick Chen <rick@andestech.com>
c0c80e78 1391M: Leo <ycliang@andestech.com>
f94c44e5 1392S: Maintained
a3bbd0b9 1393T: git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
f94c44e5 1394F: arch/riscv/
dab8788a 1395F: cmd/riscv/
093ff96e 1396F: doc/arch/riscv.rst
9c6d0509 1397F: doc/usage/sbi.rst
24ed5317 1398F: drivers/sysreset/sysreset_sbi.c
79b135f1 1399F: drivers/timer/andes_plmt_timer.c
9675d920 1400F: drivers/timer/riscv_aclint_timer.c
f94c44e5
RC
1401F: tools/prelink-riscv.c
1402
fd426b31 1403RISC-V CANAAN KENDRYTE K210
f9c7d4f9
SA
1404M: Sean Anderson <seanga2@gmail.com>
1405S: Maintained
fd426b31
DLM
1406F: doc/device-tree-bindings/mfd/canaan,k210-sysctl.txt
1407F: doc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt
1408F: drivers/clk/clk_k210.c
1409F: drivers/pinctrl/pinctrl-k210.c
1410F: include/k210/
f9c7d4f9 1411
3e635983
SG
1412RNG
1413M: Sughosh Ganu <sughosh.ganu@linaro.org>
1414R: Heinrich Schuchardt <xypron.glpk@gmx.de>
1415S: Maintained
1416F: cmd/rng.c
c7ff87e0 1417F: doc/api/rng.rst
3e635983
SG
1418F: drivers/rng/
1419F: drivers/virtio/virtio_rng.c
1420F: include/rng.h
1421
4ef17f9c
HS
1422ROCKUSB
1423M: Eddie Cai <eddie.cai.linux@gmail.com>
1424S: Maintained
1425F: drivers/usb/gadget/f_rockusb.c
1426F: cmd/rockusb.c
1427F: doc/README.rockusb
1428
00f141cc
DS
1429SANDBOX
1430M: Simon Glass <sjg@chromium.org>
1431S: Maintained
1432F: arch/sandbox/
b0b3524d 1433F: doc/arch/sandbox.rst
eab09fbe 1434F: drivers/*/*sandbox*.c
7f0f1806 1435F: include/dt-bindings/*/sandbox*.h
86daa47c 1436F: include/os.h
00f141cc 1437
41a29f28
LW
1438SEAMA
1439M: Linus Walleij <linus.walleij@linaro.org>
1440S: Maintained
1441F: cmd/seama.c
1442F: doc/usage/cmd/seama.rst
1443F: test/cmd/seama.c
1444
c8f4cc95
SA
1445SEMIHOSTING
1446R: Sean Anderson <sean.anderson@seco.com>
1447S: Orphaned
1448N: semihosting
1449
f4f8d8bb
RG
1450SETEXPR
1451M: Roland Gaudig <roland.gaudig@weidmueller.com>
1452S: Maintained
1453F: cmd/printf.c
236d39bd 1454F: doc/usage/setexpr.rst
f4f8d8bb 1455
00f141cc 1456SH
d04ecc4c 1457M: Marek Vasut <marek.vasut+renesas@gmail.com>
00f141cc
DS
1458M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1459S: Maintained
a3bbd0b9 1460T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
00f141cc
DS
1461F: arch/sh/
1462
42595eb7
MW
1463SL28CLPD
1464M: Michael Walle <michael@walle.cc>
1465S: Maintained
07d6cb93 1466F: drivers/gpio/sl28cpld-gpio.c
42595eb7 1467F: drivers/misc/sl28cpld.c
f606c9a8 1468F: drivers/watchdog/sl28cpld-wdt.c
42595eb7 1469
53355bb8
EC
1470SMCCC TRNG
1471M: Etienne Carriere <etienne.carriere@linaro.org>
1472S: Maintained
1473F: drivers/rng/smccc_trng.c
1474
00f141cc 1475SPI
59aea29a 1476M: Jagan Teki <jagan@amarulasolutions.com>
00f141cc 1477S: Maintained
a3bbd0b9 1478T: git https://source.denx.de/u-boot/custodians/u-boot-spi.git
00f141cc
DS
1479F: drivers/spi/
1480F: include/spi*
1481
175bc1c6
FS
1482SPI NAND
1483M: Dario Binacchi <dario.binacchi@amarulasolutions.com>
1484M: Michael Trimarchi <michael@amarulasolutions.com>
1485R: Frieder Schrempf <frieder.schrempf@kontron.de>
1486S: Maintained
1487T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
1488F: drivers/mtd/nand/spi/
1489
4d40e009 1490SPI-NOR
59aea29a 1491M: Jagan Teki <jagan@amarulasolutions.com>
4d40e009
V
1492M: Vignesh R <vigneshr@ti.com>
1493S: Maintained
1494F: drivers/mtd/spi/
1495F: include/spi_flash.h
1496F: include/linux/mtd/cfi.h
1497F: include/linux/mtd/spi-nor.h
1498
e721e981
MK
1499SPMI
1500M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
1501S: Maintained
1502F: drivers/spmi/
1503F: include/spmi/
1504
c5100613 1505SQUASHFS
468091a4 1506M: Joao Marcos Costa <jmcosta944@gmail.com>
42ef2edc 1507R: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
c4d0384a 1508R: Miquel Raynal <miquel.raynal@bootlin.com>
c5100613
JMC
1509S: Maintained
1510F: fs/squashfs/
1511F: include/sqfs.h
bba604b6 1512F: cmd/sqfs.c
f428e33b 1513F: test/py/tests/test_fs/test_squashfs/
c5100613 1514
4e9bce12
JP
1515STACKPROTECTOR
1516M: Joel Peshkin <joel.peshkin@broadcom.com>
1517S: Maintained
1518F: common/stackprot.c
1519F: cmd/stackprot_test.c
1520F: test/py/tests/test_stackprotector.py
1521
1c085cc6
RK
1522TARGET_BCMNS3
1523M: Bharat Gooty <bharat.gooty@broadcom.com>
1524M: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
1525S: Maintained
1526F: board/broadcom/bcmns3/
1527F: doc/README.bcmns3
1528F: configs/bcm_ns3_defconfig
1529F: include/configs/bcm_ns3.h
1530F: include/dt-bindings/memory/bcm-ns3-mc.h
1531F: arch/arm/Kconfig
1532F: arch/arm/dts/ns3-board.dts
1533F: arch/arm/dts/ns3.dtsi
1534F: arch/arm/cpu/armv8/bcmns3
1535F: arch/arm/include/asm/arch-bcmns3/
975d2a69
RK
1536F: cmd/broadcom/Makefile
1537F: cmd/broadcom/chimp_boot.c
1538F: cmd/broadcom/nitro_image_load.c
1539F: cmd/broadcom/chimp_handshake.c
1c085cc6 1540
055da186
LD
1541TDA19988 HDMI ENCODER
1542M: Liviu Dudau <liviu.dudau@foss.arm.com>
1543S: Maintained
1544F: drivers/video/tda19988.c
1545
4e2fdf45
AD
1546TI SYSTEM SECURITY
1547M: Andrew F. Davis <afd@ti.com>
1548S: Supported
1549F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4e2fdf45
AD
1550F: arch/arm/mach-omap2/sec-common.c
1551F: arch/arm/mach-omap2/config_secure.mk
3a543a80 1552F: arch/arm/mach-k3/security.c
a42eee12 1553F: configs/am335x_hs_evm_defconfig
c2dca337 1554F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45 1555F: configs/am43xx_hs_evm_defconfig
86c4e533 1556F: configs/am43xx_hs_evm_qspi_defconfig
4e2fdf45 1557F: configs/am57xx_hs_evm_defconfig
995985c1 1558F: configs/am57xx_hs_evm_usb_defconfig
4e2fdf45 1559F: configs/dra7xx_hs_evm_defconfig
83ae6475 1560F: configs/dra7xx_hs_evm_usb_defconfig
8a707baf
LV
1561F: configs/k2hk_hs_evm_defconfig
1562F: configs/k2e_hs_evm_defconfig
1563F: configs/k2g_hs_evm_defconfig
f274f265 1564F: configs/k2l_hs_evm_defconfig
4e2fdf45 1565
2a10e06e
IA
1566TPM DRIVERS
1567M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
1568S: Maintained
8aedcaf9 1569T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
a390050b 1570F: cmd/tpm*
2a10e06e 1571F: drivers/tpm/
a390050b 1572F: include/tpm*
2a10e06e 1573
00f141cc 1574TQ GROUP
3a53aba3
BM
1575#M: Martin Krause <martin.krause@tq-systems.de>
1576S: Orphaned (Since 2016-02)
00f141cc
DS
1577T: git git://git.denx.de/u-boot-tq-group.git
1578
9ff4a311
JW
1579TEE
1580M: Jens Wiklander <jens.wiklander@linaro.org>
8aedcaf9
IA
1581M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
1582T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
9ff4a311
JW
1583S: Maintained
1584F: drivers/tee/
1585F: include/tee.h
1cc8cc4e 1586F: include/tee/
9ff4a311 1587
5fbc667d
BD
1588TEE-lib
1589M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
1590S: Maintained
1591F: lib/optee
1592
00f141cc
DS
1593UBI
1594M: Kyungmin Park <kmpark@infradead.org>
69337a9d 1595M: Heiko Schocher <hs@denx.de>
00f141cc 1596S: Maintained
a3bbd0b9 1597T: git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
00f141cc
DS
1598F: drivers/mtd/ubi/
1599
7feafb0a 1600UFS
f75bd201 1601M: Bhupesh Sharma <bhupesh.linux@gmail.com>
4901d249 1602M: Neha Malcom Francis <n-francis@ti.com>
7feafb0a
FA
1603S: Maintained
1604F: drivers/ufs/
1605
00f141cc
DS
1606USB
1607M: Marek Vasut <marex@denx.de>
1608S: Maintained
a3bbd0b9 1609T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git
00f141cc 1610F: drivers/usb/
5c7fa84f
HS
1611F: common/usb.c
1612F: common/usb_kbd.c
9f52e765 1613F: common/usb_storage.c
cb11eed2 1614F: include/usb.h
00f141cc 1615
c0c5f910
BM
1616USB xHCI
1617M: Bin Meng <bmeng.cn@gmail.com>
1618S: Maintained
a3bbd0b9 1619T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
c0c5f910 1620F: drivers/usb/host/xhci*
1708a123 1621F: include/usb/xhci.h
c0c5f910 1622
b83dc8df
AEK
1623UUID testing
1624M: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
1625S: Maintained
1626F: test/lib/uuid.c
1627
00f141cc
DS
1628VIDEO
1629M: Anatolij Gustschin <agust@denx.de>
1630S: Maintained
a3bbd0b9 1631T: git https://source.denx.de/u-boot/custodians/u-boot-video.git
00f141cc 1632F: drivers/video/
9cdbc906 1633F: include/video*.h
00f141cc 1634
200fdd3b
BM
1635VirtIO
1636M: Bin Meng <bmeng.cn@gmail.com>
1637S: Maintained
1638F: drivers/virtio/
1639F: cmd/virtio.c
1640F: include/config/virtio/
1641F: include/config/virtio.h
1642F: include/config/cmd/virtio.h
1643F: include/virtio*.h
1644F: test/dm/virtio.c
1645F: doc/develop/driver-model/virtio.rst
1646
a12366a8
SR
1647WATCHDOG
1648M: Stefan Roese <sr@denx.de>
1649S: Maintained
1650T: git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
1651F: cmd/wdt.c
1652F: drivers/watchdog/
1653F: include/watchdog*.h
1654
00f141cc
DS
1655X86
1656M: Simon Glass <sjg@chromium.org>
dc5210a2 1657M: Bin Meng <bmeng.cn@gmail.com>
00f141cc 1658S: Maintained
a3bbd0b9 1659T: git https://source.denx.de/u-boot/custodians/u-boot-x86.git
00f141cc 1660F: arch/x86/
dab8788a 1661F: cmd/x86/
00f141cc 1662
607274f7 1663XEN
800f0d05 1664M: Anastasiia Lukianenko <vicooodin@gmail.com>
607274f7
AL
1665M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
1666S: Maintained
1667F: arch/arm/cpu/armv8/xen/
1668F: arch/arm/include/asm/xen.h
1669F: arch/arm/include/asm/xen/
1670F: cmd/pvblock.c
1671F: drivers/serial/serial_xen.c
1672F: drivers/xen/
1673F: include/pvblock.h
1674F: include/xen/
1675F: include/xen.h
1676F: lib/sscanf.c
1677F: test/lib/sscanf.c
1678
de5e5cea
CZ
1679XTENSA
1680M: Max Filippov <jcmvbkbc@gmail.com>
1681S: Maintained
1682F: arch/xtensa/
1683
23c0df6e
RK
1684XXD
1685M: Roger Knecht <rknecht@pm.me>
1686S: Maintained
1687F: cmd/xxd.c
1688F: doc/usage/cmd/xxd.rst
1689F: test/py/tests/test_xxd/
1690
00f141cc 1691THE REST
4e34d610 1692M: Tom Rini <trini@konsulko.com>
00f141cc
DS
1693L: u-boot@lists.denx.de
1694Q: http://patchwork.ozlabs.org/project/uboot/list/
1695S: Maintained
a3bbd0b9 1696T: git https://source.denx.de/u-boot/u-boot.git
80870e2a 1697F: configs/tools-only_defconfig
00f141cc
DS
1698F: *
1699F: */