uboot/MAINTAINERS
<<
>>
Prefs
   1Descriptions of section entries:
   2
   3        P: Person (obsolete)
   4        M: Mail patches to: FullName <address@domain>
   5        R: Designated reviewer: FullName <address@domain>
   6           These reviewers should be CCed on patches.
   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.
  15           Orphan:      No current maintainer [but maybe you could take the
  16                        role as you write your new code].
  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                -----------------------------------
  53ACPI:
  54M:      Simon Glass <sjg@chromium.org>
  55S:      Maintained
  56F:      cmd/acpi.c
  57F:      lib/acpi/
  58
  59ANDROID AB
  60M:      Igor Opaniuk <igor.opaniuk@gmail.com>
  61R:      Sam Protsenko <joe.skb7@gmail.com>
  62S:      Maintained
  63F:      cmd/ab_select.c
  64F:      common/android_ab.c
  65F:      doc/android/ab.rst
  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
  74F:      doc/android/avb2.rst
  75F:      include/avb_verify.h
  76F:      lib/libavb/
  77F:      test/py/tests/test_android/test_avb.py
  78
  79ARC
  80M:      Alexey Brodkin <alexey.brodkin@synopsys.com>
  81M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  82S:      Maintained
  83L:      uboot-snps-arc@synopsys.com
  84T:      git https://source.denx.de/u-boot/custodians/u-boot-arc.git
  85F:      arch/arc/
  86F:      board/synopsys/
  87
  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
  96ARC HSDK CREG GPIO
  97M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  98S:      Maintained
  99L:      uboot-snps-arc@synopsys.com
 100F:      doc/device-tree-bindings/gpio/snps,creg-gpio.txt
 101F:      drivers/gpio/hsdk-creg-gpio.c
 102
 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
 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
 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
 124F:      drivers/nvme/nvme_apple.c
 125F:      drivers/pci/pcie_apple.c
 126F:      drivers/pinctrl/pinctrl-apple.c
 127F:      drivers/watchdog/apple_wdt.c
 128F:      include/configs/apple.h
 129
 130ARM
 131M:      Tom Rini <trini@konsulko.com>
 132S:      Maintained
 133T:      git https://source.denx.de/u-boot/custodians/u-boot-arm.git
 134F:      arch/arm/
 135F:      cmd/arm/
 136
 137ARM ALTERA SOCFPGA
 138M:      Marek Vasut <marex@denx.de>
 139M:      Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
 140M:      Tien Fong Chee <tien.fong.chee@intel.com>
 141S:      Maintained
 142T:      git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
 143F:      arch/arm/mach-socfpga/
 144F:      drivers/sysreset/sysreset_socfpga*
 145
 146ARM AMLOGIC SOC SUPPORT
 147M:      Neil Armstrong <neil.armstrong@linaro.org>
 148S:      Maintained
 149L:      u-boot-amlogic@groups.io
 150T:      git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git
 151F:      arch/arm/mach-meson/
 152F:      arch/arm/include/asm/arch-meson/
 153F:      cmd/meson/
 154F:      drivers/clk/meson/
 155F:      drivers/serial/serial_meson.c
 156F:      drivers/reset/reset-meson.c
 157F:      drivers/i2c/meson_i2c.c
 158F:      drivers/net/phy/meson-gxl.c
 159F:      drivers/adc/meson-saradc.c
 160F:      drivers/phy/meson*
 161F:      drivers/mmc/meson_gx_mmc.c
 162F:      drivers/spi/meson_spifc.c
 163F:      drivers/pinctrl/meson/
 164F:      drivers/power/domain/meson-gx-pwrc-vpu.c
 165F:      drivers/video/meson/
 166F:      drivers/watchdog/meson_gxbb_wdt.c
 167F:      include/configs/meson64.h
 168F:      include/configs/meson64_android.h
 169F:      doc/board/amlogic/
 170N:      meson
 171
 172ARM ASPEED
 173M:      Ryan Chen <ryan_chen@aspeedtech.com>
 174M:      Chia-Wei Wang <chiawei_wang@aspeedtech.com>
 175R:      Aspeed BMC SW team <BMC-SW@aspeedtech.com>
 176R:      Joel Stanley <joel@jms.id.au>
 177S:      Maintained
 178F:      arch/arm/mach-aspeed/
 179F:      arch/arm/include/asm/arch-aspeed/
 180F:      board/aspeed/
 181F:      drivers/clk/aspeed/
 182F:      drivers/crypto/aspeed/
 183F:      drivers/gpio/gpio-aspeed.c
 184F:      drivers/i2c/ast_i2c.[ch]
 185F:      drivers/mmc/aspeed_sdhci.c
 186F:      drivers/net/aspeed_mdio.c
 187F:      drivers/net/ftgmac100.[ch]
 188F:      drivers/pinctrl/aspeed/
 189F:      drivers/pwm/pwm-aspeed.c
 190F:      drivers/ram/aspeed/
 191F:      drivers/reset/reset-ast2500.c
 192F:      drivers/watchdog/ast_wdt.c
 193N:      aspeed
 194
 195ARM BROADCOM BCM283X / BCM27XX
 196M:      Matthias Brugger <mbrugger@suse.com>
 197M:      Peter Robinson <pbrobinson@gmail.com>
 198S:      Maintained
 199F:      arch/arm/dts/bcm283*
 200F:      arch/arm/mach-bcm283x/
 201F:      board/raspberrypi/
 202F:      drivers/gpio/bcm2835_gpio.c
 203F:      drivers/mmc/bcm2835_sdhci.c
 204F:      drivers/mmc/bcm2835_sdhost.c
 205F:      drivers/serial/serial_bcm283x_mu.c
 206F:      drivers/serial/serial_bcm283x_pl011.c
 207F:      drivers/video/bcm2835.c
 208F:      include/dm/platform_data/serial_bcm283x_mu.h
 209F:      include/dt-bindings/pinctrl/bcm2835.h
 210F:      drivers/pinctrl/broadcom/
 211F:      configs/rpi_*
 212T:      git https://source.denx.de/u-boot/custodians/u-boot-arm.git
 213
 214ARM BROADCOM BCMBCA
 215M:      Anand Gore <anand.gore@broadcom.com>
 216M:      William Zhang <william.zhang@broadcom.com>
 217M:      Kursad Oney <kursad.oney@broadcom.com>
 218M:      Joel Peshkin <joel.peshkin@broadcom.com>
 219M:      Philippe Reynes <philippe.reynes@softathome.com>
 220S:      Maintained
 221F:      arch/arm/mach-bcmbca/
 222F:      board/broadcom/bcmbca/
 223N:      bcmbca
 224N:      bcm[9]?47622
 225N:      bcm[9]?4908
 226N:      bcm[9]?4912
 227N:      bcm[9]?63138
 228N:      bcm[9]?63146
 229N:      bcm[9]?63148
 230N:      bcm[9]?63158
 231N:      bcm[9]?63178
 232N:      bcm[9]?6756
 233N:      bcm[9]?6813
 234N:      bcm[9]?6846
 235N:      bcm[9]?6855
 236N:      bcm[9]?6856
 237N:      bcm[9]?6858
 238N:      bcm[9]?6878
 239
 240ARM BROADCOM BCMSTB
 241M:      Thomas Fitzsimmons <fitzsim@fitzsim.org>
 242S:      Maintained
 243F:      arch/arm/mach-bcmstb/
 244F:      board/broadcom/bcmstb/
 245F:      configs/bcm7*_defconfig
 246F:      doc/README.bcm7xxx
 247F:      drivers/mmc/bcmstb_sdhci.c
 248F:      drivers/spi/bcmstb_spi.c
 249
 250ARM CORTINA ACCESS CAxxxx
 251M:      Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
 252S:      Supported
 253F:      board/cortina/common/
 254F:      drivers/gpio/cortina_gpio.c
 255F:      drivers/watchdog/cortina_wdt.c
 256F:      drivers/serial/serial_cortina.c
 257F:      drivers/led/led_cortina.c
 258F:      drivers/mmc/ca_dw_mmc.c
 259F:      drivers/spi/ca_sflash.c
 260F:      drivers/i2c/i2c-cortina.c
 261F:      drivers/i2c/i2c-cortina.h
 262F:      drivers/mtd/nand/raw/cortina_nand.c
 263F:      drivers/mtd/nand/raw/cortina_nand.h
 264F:      drivers/net/cortina_ni.c
 265F:      drivers/net/cortina_ni.h
 266F:      drivers/net/phy/ca_phy.c
 267F:      configs/cortina_presidio-asic-pnand_defconfig
 268
 269ARM FREESCALE IMX
 270M:      Stefano Babic <sbabic@denx.de>
 271M:      Fabio Estevam <festevam@gmail.com>
 272R:      NXP i.MX U-Boot Team <uboot-imx@nxp.com>
 273S:      Maintained
 274T:      git https://source.denx.de/u-boot/custodians/u-boot-imx.git
 275F:      arch/arm/cpu/arm1136/mx*/
 276F:      arch/arm/cpu/arm926ejs/mx*/
 277F:      arch/arm/cpu/armv7/vf610/
 278F:      arch/arm/dts/*imx*
 279F:      arch/arm/mach-imx/
 280F:      arch/arm/include/asm/arch-imx*/
 281F:      arch/arm/include/asm/arch-mx*/
 282F:      arch/arm/include/asm/arch-vf610/
 283F:      arch/arm/include/asm/mach-imx/
 284F:      board/freescale/*mx*/
 285F:      drivers/serial/serial_mxc.c
 286
 287ARM HISILICON
 288M:      Peter Griffin <peter.griffin@linaro.org>
 289M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 290S:      Maintained
 291F:      arch/arm/cpu/armv8/hisilicon
 292F:      arch/arm/include/asm/arch-hi6220/
 293F:      arch/arm/include/asm/arch-hi3660/
 294
 295ARM HPE GXP ARCHITECTURE
 296M:      Jean-Marie Verdun <verdun@hpe.com>
 297M:      Nick Hawkins <nick.hawkins@hpe.com>
 298S:      Maintained
 299F:      arch/arm/dts/hpe-bmc*
 300F:      arch/arm/dts/hpe-gxp*
 301F:      arch/arm/mach-hpe/
 302F:      board/hpe/
 303F:      configs/gxp_defconfig
 304F:      doc/device-tree-bindings/spi/hpe,gxp-spi.yaml
 305F:      drivers/timer/gxp-timer.c
 306F:      drivers/spi/gxp_spi.c
 307
 308ARM IPQ40XX
 309M:      Robert Marko <robert.marko@sartura.hr>
 310M:      Luka Kovacic <luka.kovacic@sartura.hr>
 311M:      Luka Perkov <luka.perkov@sartura.hr>
 312S:      Maintained
 313F:      arch/arm/mach-ipq40xx/
 314F:      include/dt-bindings/clock/qcom,ipq4019-gcc.h
 315F:      include/dt-bindings/reset/qcom,ipq4019-reset.h
 316F:      drivers/reset/reset-ipq4019.c
 317F:      drivers/phy/phy-qcom-ipq4019-usb.c
 318F:      drivers/spi/spi-qup.c
 319F:      drivers/net/mdio-ipq4019.c
 320F:      drivers/rng/msm_rng.c
 321
 322ARM LAYERSCAPE SFP
 323M:      Sean Anderson <sean.anderson@seco.com>
 324S:      Maintained
 325F:      drivers/misc/ls2_sfp.c
 326
 327ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
 328M:      Stefan Roese <sr@denx.de>
 329S:      Maintained
 330T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
 331F:      arch/arm/mach-kirkwood/
 332F:      arch/arm/mach-mvebu/
 333F:      drivers/ata/ahci_mvebu.c
 334F:      drivers/clk/mvebu/
 335F:      drivers/ddr/marvell/
 336F:      drivers/gpio/mvebu_gpio.c
 337F:      drivers/i2c/mvtwsi.c
 338F:      drivers/mmc/xenon_sdhci.c
 339F:      drivers/phy/marvell/
 340F:      drivers/pinctrl/mvebu/
 341F:      drivers/rtc/armada38x.c
 342F:      drivers/spi/kirkwood_spi.c
 343F:      drivers/spi/mvebu_a3700_spi.c
 344F:      drivers/pci/pcie_dw_mvebu.c
 345F:      drivers/watchdog/armada-37xx-wdt.c
 346F:      drivers/watchdog/orion_wdt.c
 347F:      include/configs/mv-common.h
 348
 349ARM MARVELL PCIE CONTROLLER DRIVERS
 350M:      Pali Rohár <pali@kernel.org>
 351M:      Stefan Roese <sr@denx.de>
 352S:      Maintained
 353T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
 354F:      drivers/pci/pci-aardvark.c
 355F:      drivers/pci/pci_mvebu.c
 356
 357ARM MARVELL SERIAL DRIVERS
 358M:      Pali Rohár <pali@kernel.org>
 359M:      Stefan Roese <sr@denx.de>
 360S:      Maintained
 361T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
 362F:      drivers/serial/serial_mvebu_a3700.c
 363
 364ARM MEDIATEK
 365M:      Ryder Lee <ryder.lee@mediatek.com>
 366M:      Weijie Gao <weijie.gao@mediatek.com>
 367M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
 368R:      GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
 369S:      Maintained
 370F:      arch/arm/mach-mediatek/
 371F:      arch/arm/include/asm/arch-mediatek/
 372F:      board/mediatek/
 373F:      doc/device-tree-bindings/phy/phy-mtk-*
 374F:      doc/device-tree-bindings/usb/mediatek,*
 375F:      doc/README.mediatek
 376F:      drivers/clk/mediatek/
 377F:      drivers/cpu/mtk_cpu.c
 378F:      drivers/i2c/mtk_i2c.c
 379F:      drivers/mmc/mtk-sd.c
 380F:      drivers/phy/phy-mtk-*
 381F:      drivers/pinctrl/mediatek/
 382F:      drivers/power/domain/mtk-power-domain.c
 383F:      drivers/ram/mediatek/
 384F:      drivers/spi/mtk_snfi_spi.c
 385F:      drivers/spi/mtk_spim.c
 386F:      drivers/timer/mtk_timer.c
 387F:      drivers/usb/host/xhci-mtk.c
 388F:      drivers/usb/mtu3/
 389F:      drivers/watchdog/mtk_wdt.c
 390F:      drivers/net/mtk_eth.c
 391F:      drivers/net/mtk_eth.h
 392F:      drivers/reset/reset-mediatek.c
 393F:      tools/mtk_image.c
 394F:      tools/mtk_image.h
 395F:      tools/mtk_nand_headers.c
 396F:      tools/mtk_nand_headers.h
 397N:      mediatek
 398
 399ARM METHODE SUPPORT
 400M:      Robert Marko <robert.marko@sartura.hr>
 401S:      Maintained
 402F:      arch/arm/dts/armada-3720-eDPU*
 403F:      arch/arm/dts/armada-3720-uDPU*
 404F:      configs/eDPU_defconfig
 405F:      configs/uDPU_defconfig
 406
 407ARM MICROCHIP/ATMEL AT91
 408M:      Eugen Hristev <eugen.hristev@microchip.com>
 409S:      Maintained
 410T:      git https://source.denx.de/u-boot/custodians/u-boot-atmel.git
 411F:      arch/arm/mach-at91/
 412F:      board/atmel/
 413F:      drivers/cpu/at91_cpu.c
 414F:      drivers/memory/atmel-ebi.c
 415F:      drivers/misc/microchip_flexcom.c
 416F:      drivers/timer/atmel_tcb_timer.c
 417F:      include/dt-bindings/mfd/atmel-flexcom.h
 418F:      drivers/timer/mchp-pit64b-timer.c
 419
 420ARM MSC SM2S IMX8MP SOM
 421M:      Martyn Welch <martyn.welch@collabora.com>
 422M:      Ian Ray <ian.ray@ge.com>
 423S:      Maintained
 424F:      arch/arm/dts/imx8mp-msc-sm2s*
 425F:      board/msc/sm2s_imx8mp/
 426F:      configs/msc_sm2s_imx8mp_defconfig
 427F:      include/configs/msc_sm2s_imx8mp.h
 428
 429ARM NEXELL S5P4418
 430M:      Stefan Bosch <stefan_b@posteo.net>
 431S:      Maintained
 432F:      arch/arm/cpu/armv7/s5p4418/
 433F:      arch/arm/dts/s5p4418*
 434F:      arch/arm/mach-nexell/
 435F:      board/friendlyarm/
 436F:      configs/s5p4418_nanopi2_defconfig
 437F:      doc/README.s5p4418
 438F:      drivers/gpio/nx_gpio.c
 439F:      drivers/i2c/nx_i2c.c
 440F:      drivers/mmc/nexell_dw_mmc_dm.c
 441F:      drivers/pinctrl/nexell/
 442F:      drivers/serial/serial_s5p4418_pl011.c
 443F:      drivers/video/nexell/
 444F:      drivers/video/nexell_display.c
 445F:      include/configs/s5p4418_nanopi2.h
 446
 447ARM OWL
 448M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 449S:      Maintained
 450F:      arch/arm/include/asm/arch-owl/
 451F:      arch/arm/mach-owl/
 452F:      doc/board/actions/
 453F:      drivers/clk/owl/
 454F:      drivers/serial/serial_owl.c
 455F:      include/configs/owl-common.h
 456F:      configs/bubblegum_96_defconfig
 457F:      configs/cubieboard7_defconfig
 458
 459ARM RENESAS RMOBILE/R-CAR
 460M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
 461M:      Marek Vasut <marek.vasut+renesas@gmail.com>
 462S:      Maintained
 463T:      git https://source.denx.de/u-boot/custodians/u-boot-sh.git
 464F:      arch/arm/mach-rmobile/
 465
 466ARM ROCKCHIP
 467M:      Simon Glass <sjg@chromium.org>
 468M:      Philipp Tomsich <philipp.tomsich@vrull.eu>
 469M:      Kever Yang <kever.yang@rock-chips.com>
 470S:      Maintained
 471T:      git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
 472F:      arch/arm/dts/rk3*
 473F:      arch/arm/dts/rockchip*
 474F:      arch/arm/dts/rv1108*
 475F:      arch/arm/include/asm/arch-rockchip/
 476F:      arch/arm/mach-rockchip/
 477F:      board/rockchip/
 478F:      drivers/clk/rockchip/
 479F:      drivers/gpio/rk_gpio.c
 480F:      drivers/misc/rockchip-efuse.c
 481F:      drivers/mmc/rockchip_sdhci.c
 482F:      drivers/mmc/rockchip_dw_mmc.c
 483F:      drivers/pinctrl/rockchip/
 484F:      drivers/ram/rockchip/
 485F:      drivers/sysreset/sysreset_rockchip.c
 486F:      drivers/video/rockchip/
 487F:      tools/rkcommon.c
 488F:      tools/rkcommon.h
 489F:      tools/rkimage.c
 490F:      tools/rksd.c
 491F:      tools/rkspi.c
 492N:      rockchip
 493
 494ARM SAMSUNG
 495M:      Minkyu Kang <mk7.kang@samsung.com>
 496S:      Maintained
 497T:      git https://source.denx.de/u-boot/custodians/u-boot-samsung.git
 498F:      arch/arm/mach-exynos/
 499F:      arch/arm/mach-s5pc1xx/
 500F:      arch/arm/cpu/armv7/s5p-common/
 501
 502ARM SANCLOUD
 503M:      Paul Barker <paul.barker@sancloud.com>
 504R:      Marc Murphy <marc.murphy@sancloud.com>
 505S:      Supported
 506F:      arch/arm/dts/am335x-sancloud*
 507
 508ARM SNAPDRAGON
 509M:      Ramon Fried <rfried.dev@gmail.com>
 510S:      Maintained
 511F:      arch/arm/mach-snapdragon/
 512F:      drivers/gpio/msm_gpio.c
 513F:      drivers/mmc/msm_sdhci.c
 514F:      drivers/phy/msm8916-usbh-phy.c
 515F:      drivers/serial/serial_msm.c
 516F:      drivers/serial/serial_msm_geni.c
 517F:      drivers/smem/msm_smem.c
 518F:      drivers/spmi/spmi-msm.c
 519F:      drivers/usb/host/ehci-msm.c
 520
 521ARM STI
 522M:      Patrice Chotard <patrice.chotard@foss.st.com>
 523S:      Maintained
 524T:      git https://source.denx.de/u-boot/custodians/u-boot-stm.git
 525F:      arch/arm/mach-sti/
 526F:      arch/arm/include/asm/arch-sti*/
 527F:      drivers/phy/sti_usb_phy.c
 528F:      drivers/pinctrl/pinctrl-sti.c
 529F:      drivers/mmc/sti_sdhci.c
 530F:      drivers/reset/sti-reset.c
 531F:      drivers/serial/serial_sti_asc.c
 532F:      drivers/sysreset/sysreset_sti.c
 533F:      drivers/timer/arm_global_timer.c
 534F:      drivers/usb/host/dwc3-sti-glue.c
 535F:      include/dwc3-sti-glue.h
 536F:      include/dt-bindings/clock/stih407-clks.h
 537F:      include/dt-bindings/clock/stih410-clks.h
 538F:      include/dt-bindings/reset/stih407-resets.h
 539
 540ARM STM STM32MP
 541M:      Patrick Delaunay <patrick.delaunay@foss.st.com>
 542M:      Patrice Chotard <patrice.chotard@foss.st.com>
 543L:      uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
 544T:      git https://source.denx.de/u-boot/custodians/u-boot-stm.git
 545S:      Maintained
 546F:      arch/arm/mach-stm32mp/
 547F:      doc/board/st/
 548F:      drivers/adc/stm32-adc*
 549F:      drivers/clk/stm32/
 550F:      drivers/gpio/stm32_gpio.c
 551F:      drivers/hwspinlock/stm32_hwspinlock.c
 552F:      drivers/i2c/stm32f7_i2c.c
 553F:      drivers/mailbox/stm32-ipcc.c
 554F:      drivers/misc/stm32mp_fuse.c
 555F:      drivers/misc/stm32_rcc.c
 556F:      drivers/mmc/stm32_sdmmc2.c
 557F:      drivers/mtd/nand/raw/stm32_fmc2_nand.c
 558F:      drivers/phy/phy-stm32-usbphyc.c
 559F:      drivers/pinctrl/pinctrl_stm32.c
 560F:      drivers/power/pmic/stpmic1.c
 561F:      drivers/power/regulator/stm32-vrefbuf.c
 562F:      drivers/power/regulator/stpmic1.c
 563F:      drivers/ram/stm32mp1/
 564F:      drivers/remoteproc/stm32_copro.c
 565F:      drivers/reset/stm32-reset.c
 566F:      drivers/rng/optee_rng.c
 567F:      drivers/rng/stm32mp1_rng.c
 568F:      drivers/rtc/stm32_rtc.c
 569F:      drivers/serial/serial_stm32.*
 570F:      drivers/spi/stm32_qspi.c
 571F:      drivers/spi/stm32_spi.c
 572F:      drivers/video/stm32/stm32_ltdc.c
 573F:      drivers/watchdog/stm32mp_wdt.c
 574F:      include/dt-bindings/clock/stm32fx-clock.h
 575F:      include/dt-bindings/clock/stm32mp*
 576F:      include/dt-bindings/pinctrl/stm32-pinfunc.h
 577F:      include/dt-bindings/reset/stm32mp*
 578F:      include/stm32_rcc.h
 579F:      tools/stm32image.c
 580N:      stm
 581N:      stm32
 582
 583
 584ARM STM STV0991
 585M:      Vikas Manocha <vikas.manocha@st.com>
 586S:      Maintained
 587F:      arch/arm/cpu/armv7/stv0991/
 588F:      arch/arm/include/asm/arch-stv0991/
 589
 590ARM SUNXI
 591M:      Jagan Teki <jagan@amarulasolutions.com>
 592M:      Andre Przywara <andre.przywara@arm.com>
 593S:      Maintained
 594T:      git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
 595F:      arch/arm/cpu/armv7/sunxi/
 596F:      arch/arm/include/asm/arch-sunxi/
 597F:      arch/arm/mach-sunxi/
 598F:      board/sunxi/
 599F:      drivers/clk/sunxi/
 600F:      drivers/phy/allwinner/
 601F:      drivers/pinctrl/sunxi/
 602F:      drivers/video/sunxi/
 603F:      tools/sunxi*
 604
 605ARM TEGRA
 606M:      Tom Warren <twarren@nvidia.com>
 607S:      Maintained
 608T:      git https://source.denx.de/u-boot/custodians/u-boot-tegra.git
 609F:      arch/arm/mach-tegra/
 610F:      arch/arm/include/asm/arch-tegra*/
 611
 612ARM TI
 613M:      Tom Rini <trini@konsulko.com>
 614S:      Maintained
 615T:      git https://source.denx.de/u-boot/custodians/u-boot-ti.git
 616F:      arch/arm/dts/am57xx*
 617F:      arch/arm/dts/dra7*
 618F:      arch/arm/mach-davinci/
 619F:      arch/arm/mach-k3/
 620F:      arch/arm/mach-keystone/
 621F:      arch/arm/mach-omap2/
 622F:      arch/arm/include/asm/arch-omap*/
 623F:      arch/arm/include/asm/ti-common/
 624F:      board/ti/
 625F:      drivers/dma/ti*
 626F:      drivers/firmware/ti_sci.*
 627F:      drivers/gpio/omap_gpio.c
 628F:      drivers/memory/ti-aemif.c
 629F:      drivers/misc/k3_avs.c
 630F:      drivers/mailbox/k3-sec-procy.c
 631F:      drivers/pci/pcie_dw_ti.c
 632F:      drivers/phy/keystone-usb-phy.c
 633F:      drivers/phy/omap-usb2-phy.c
 634F:      drivers/phy/phy-ti-am654.c
 635F:      drivers/phy/ti-pipe3-phy.c
 636F:      drivers/ram/k3*
 637F:      drivers/remoteproc/ipu_rproc.c
 638F:      drivers/remoteproc/k3_system_controller.c
 639F:      drivers/remoteproc/pruc_rpoc.c
 640F:      drivers/remoteproc/ti*
 641F:      drivers/reset/reset-dra7.c
 642F:      drivers/reset/reset-ti-sci.c
 643F:      drivers/rtc/davinci.c
 644F:      drivers/serial/serial_omap.c
 645F:      drivers/soc/ti/
 646F:      drivers/sysreset/sysreset-ti-sci.c
 647F:      drivers/thermal/ti-bandgap.c
 648F:      drivers/timer/omap-timer.c
 649F:      drivers/video/tidss/
 650F:      drivers/watchdog/omap_wdt.c
 651F:      include/linux/pruss_driver.h
 652F:      include/linux/soc/ti/
 653
 654ARM U8500
 655M:      Stephan Gerhold <stephan@gerhold.net>
 656R:      Linus Walleij <linus.walleij@linaro.org>
 657S:      Maintained
 658F:      arch/arm/dts/ste-*
 659F:      arch/arm/mach-u8500/
 660F:      drivers/gpio/nmk_gpio.c
 661F:      drivers/phy/phy-ab8500-usb.c
 662F:      drivers/power/pmic/ab8500.c
 663F:      drivers/timer/nomadik-mtu-timer.c
 664F:      drivers/usb/musb-new/ux500.c
 665F:      drivers/video/mcde_simple.c
 666
 667ARM UNIPHIER
 668S:      Orphan (Since 2020-09)
 669F:      arch/arm/mach-uniphier/
 670F:      configs/uniphier_*_defconfig
 671N:      uniphier
 672
 673ARM VERSAL NET
 674M:      Michal Simek <michal.simek@amd.com>
 675S:      Maintained
 676T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 677F:      arch/arm/mach-versal-net/
 678F:      drivers/soc/soc_xilinx_versal_net.c
 679N:      (?<!uni)versal-net
 680
 681ARM VERSAL
 682M:      Michal Simek <michal.simek@amd.com>
 683S:      Maintained
 684T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 685F:      arch/arm/mach-versal/
 686F:      drivers/net/xilinx_axi_mrmac.*
 687F:      drivers/soc/soc_xilinx_versal.c
 688F:      drivers/spi/cadence_ospi_versal.c
 689F:      drivers/watchdog/xilinx_wwdt.c
 690N:      (?<!uni)versal
 691
 692ARM VERSATILE EXPRESS DRIVERS
 693M:      Liviu Dudau <liviu.dudau@foss.arm.com>
 694S:      Maintained
 695T:      git git://github.com/ARM-software/u-boot.git
 696F:      drivers/misc/vexpress_config.c
 697N:      vexpress
 698
 699ARM ZYNQ
 700M:      Michal Simek <monstr@monstr.eu>
 701S:      Maintained
 702T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 703F:      arch/arm/mach-zynq/
 704F:      doc/board/xilinx/
 705F:      doc/device-tree-bindings/video/syncoam,seps525.txt
 706F:      drivers/clk/clk_zynq.c
 707F:      drivers/fpga/zynqpl.c
 708F:      drivers/gpio/zynq_gpio.c
 709F:      drivers/i2c/i2c-cdns.c
 710F:      drivers/i2c/muxes/pca954x.c
 711F:      drivers/i2c/zynq_i2c.c
 712F:      drivers/mmc/zynq_sdhci.c
 713F:      drivers/mtd/nand/raw/zynq_nand.c
 714F:      drivers/net/phy/ethernet_id.c
 715F:      drivers/net/phy/xilinx_phy.c
 716F:      drivers/net/zynq_gem.c
 717F:      drivers/pinctrl/pinctrl-zynqmp.c
 718F:      drivers/serial/serial_zynq.c
 719F:      drivers/spi/zynq_qspi.c
 720F:      drivers/spi/zynq_spi.c
 721F:      drivers/usb/host/ehci-zynq.c
 722F:      drivers/watchdog/cdns_wdt.c
 723F:      include/zynqpl.h
 724F:      tools/zynqimage.c
 725N:      zynq
 726
 727ARM ZYNQMP
 728M:      Michal Simek <michal.simek@amd.com>
 729S:      Maintained
 730T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 731F:      arch/arm/mach-zynqmp/
 732F:      drivers/clk/clk_zynqmp.c
 733F:      driver/firmware/firmware-zynqmp.c
 734F:      drivers/fpga/zynqpl.c
 735F:      drivers/gpio/gpio_slg7xl45106.c
 736F:      drivers/gpio/zynq_gpio.c
 737F:      drivers/gpio/zynqmp_gpio_modepin.c
 738F:      drivers/i2c/i2c-cdns.c
 739F:      drivers/i2c/muxes/pca954x.c
 740F:      drivers/i2c/zynq_i2c.c
 741F:      drivers/mailbox/zynqmp-ipi.c
 742F:      drivers/mmc/zynq_sdhci.c
 743F:      drivers/mtd/nand/raw/zynq_nand.c
 744F:      drivers/net/phy/xilinx_phy.c
 745F:      drivers/net/zynq_gem.c
 746F:      drivers/phy/phy-zynqmp.c
 747F:      drivers/power/domain/zynqmp-power-domain.c
 748F:      drivers/pwm/pwm-cadence-ttc.c
 749F:      drivers/serial/serial_zynq.c
 750F:      drivers/reset/reset-zynqmp.c
 751F:      drivers/rtc/zynqmp_rtc.c
 752F:      drivers/soc/soc_xilinx_zynqmp.c
 753F:      drivers/spi/zynq_qspi.c
 754F:      drivers/spi/zynq_spi.c
 755F:      drivers/timer/cadence-ttc.c
 756F:      drivers/video/seps525.c
 757F:      drivers/watchdog/cdns_wdt.c
 758F:      include/zynqmppl.h
 759F:      include/zynqmp_firmware.h
 760F:      tools/zynqmp*
 761N:      ultra96
 762N:      zynqmp
 763
 764ARM ZYNQMP R5
 765M:      Michal Simek <michal.simek@amd.com>
 766S:      Maintained
 767T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 768F:      arch/arm/mach-zynqmp-r5/
 769
 770ARM PHYTIUM
 771M:      liuhao <liuhao@phytium.com.cn>
 772M:      shuyiqi <shuyiqi@phytium.com.cn>
 773S:      Maintained
 774F:      drivers/pci/pcie_phytium.c
 775F:      arch/arm/dts/phytium-durian.dts
 776
 777ASPEED AST2600 I2C DRIVER
 778M:      Ryan Chen <ryan_chen@aspeedtech.com>
 779R:      Aspeed BMC SW team <BMC-SW@aspeedtech.com>
 780S:      Maintained
 781F:      drivers/i2c/ast2600_i2c.c
 782
 783ASPEED FMC SPI DRIVER
 784M:      Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
 785M:      Cédric Le Goater <clg@kaod.org>
 786R:      Aspeed BMC SW team <BMC-SW@aspeedtech.com>
 787S:      Maintained
 788F:      drivers/spi/spi-aspeed-smc.c
 789
 790BINMAN
 791M:      Simon Glass <sjg@chromium.org>
 792M:      Alper Nebi Yasak <alpernebiyasak@gmail.com>
 793S:      Maintained
 794F:      tools/binman/
 795
 796BOOTDEVICE
 797M:      Simon Glass <sjg@chromium.org>
 798S:      Maintained
 799F:      boot/bootdev*.c
 800F:      boot/bootflow.c
 801F:      boot/bootmeth*.c
 802F:      boot/bootstd.c
 803F:      cmd/bootdev.c
 804F:      cmd/bootflow.c
 805F:      doc/develop/bootstd.rst
 806F:      doc/usage/bootdev.rst
 807F:      doc/usage/bootflow.rst
 808F:      doc/usage/bootmeth.rst
 809F:      drivers/mmc/mmc_bootdev.c
 810F:      include/bootdev.h
 811F:      include/bootflow.h
 812F:      include/bootmeth.h
 813F:      include/bootstd.h
 814F:      net/eth_bootdevice.c
 815F:      test/boot/
 816
 817BTRFS
 818M:      Marek Behún <kabel@kernel.org>
 819R:      Qu Wenruo <wqu@suse.com>
 820L:      linux-btrfs@vger.kernel.org
 821S:      Maintained
 822F:      cmd/btrfs.c
 823F:      fs/btrfs/
 824F:      include/btrfs.h
 825
 826BUILDMAN
 827M:      Simon Glass <sjg@chromium.org>
 828S:      Maintained
 829F:      tools/buildman/
 830
 831CAT
 832M:      Roger Knecht <rknecht@pm.me>
 833S:      Maintained
 834F:      cmd/cat.c
 835
 836CFI FLASH
 837M:      Stefan Roese <sr@denx.de>
 838S:      Maintained
 839T:      git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git
 840F:      drivers/mtd/cfi_flash.c
 841F:      drivers/mtd/jedec_flash.c
 842
 843CLOCK
 844M:      Lukasz Majewski <lukma@denx.de>
 845M:      Sean Anderson <seanga2@gmail.com>
 846S:      Maintained
 847T:      git https://source.denx.de/u-boot/custodians/u-boot-clk.git
 848F:      drivers/clk/
 849F:      drivers/clk/imx/
 850
 851COLDFIRE
 852M:      Huan Wang <alison.wang@nxp.com>
 853M:      Angelo Dureghello <angelo@kernel-space.org>
 854S:      Maintained
 855T:      git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
 856F:      arch/m68k/
 857F:      doc/arch/m68k.rst
 858
 859CYCLIC
 860M:      Stefan Roese <sr@denx.de>
 861S:      Maintained
 862F:      cmd/cyclic.c
 863F:      common/cyclic.c
 864F:      include/cyclic.h
 865
 866DFU
 867M:      Lukasz Majewski <lukma@denx.de>
 868S:      Maintained
 869T:      git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
 870F:      cmd/dfu.c
 871F:      cmd/usb_*.c
 872F:      common/dfu.c
 873F:      common/update.c
 874F:      doc/api/dfu.rst
 875F:      doc/usage/dfu.rst
 876F:      drivers/dfu/
 877F:      drivers/usb/gadget/
 878F:      include/dfu.h
 879
 880DRIVER MODEL
 881M:      Simon Glass <sjg@chromium.org>
 882S:      Maintained
 883T:      git https://source.denx.de/u-boot/custodians/u-boot-dm.git
 884F:      doc/driver-model/
 885F:      drivers/core/
 886F:      include/dm/
 887F:      test/dm/
 888
 889EFI APP
 890M:      Simon Glass <sjg@chromium.org>
 891M:      Heinrich Schuchardt <xypron.glpk@gmx.de>
 892S:      Maintained
 893W:      https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html
 894F:      board/efi/efi-x86_app
 895F:      configs/efi-x86_app*
 896F:      doc/develop/uefi/u-boot_on_efi.rst
 897F:      drivers/block/efi-media-uclass.c
 898F:      drivers/block/sb_efi_media.c
 899F:      lib/efi/efi_app.c
 900F:      scripts/build-efi.sh
 901F:      test/dm/efi_media.c
 902
 903EFI PAYLOAD
 904M:      Heinrich Schuchardt <xypron.glpk@gmx.de>
 905M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
 906S:      Maintained
 907T:      git https://source.denx.de/u-boot/custodians/u-boot-efi.git
 908F:      arch/arm/lib/*_efi.*
 909F:      cmd/bootefi.c
 910F:      cmd/eficonfig.c
 911F:      cmd/efidebug.c
 912F:      cmd/nvedit_efi.c
 913F:      doc/api/efi.rst
 914F:      doc/develop/uefi/*
 915F:      doc/mkeficapsule.1
 916F:      doc/usage/bootefi.rst
 917F:      drivers/rtc/emul_rtc.c
 918F:      include/capitalization.h
 919F:      include/charset.h
 920F:      include/cp1250.h
 921F:      include/cp437.h
 922F:      include/efi*
 923F:      include/pe.h
 924F:      include/asm-generic/pe.h
 925F:      include/mm_communication.h
 926F:      lib/charset.c
 927F:      lib/efi*/
 928F:      test/lib/efi_*
 929F:      test/py/tests/test_efi*
 930F:      test/py/tests/test_efi*/
 931F:      test/unicode_ut.c
 932F:      cmd/bootefi.c
 933F:      cmd/efidebug.c
 934F:      cmd/nvedit_efi.c
 935F:      tools/efivar.py
 936F:      tools/file2include.c
 937F:      tools/mkeficapsule.c
 938
 939ENVIRONMENT
 940M:      Joe Hershberger <joe.hershberger@ni.com>
 941R:      Wolfgang Denk <wd@denx.de>
 942S:      Maintained
 943F:      env/
 944F:      include/env*
 945F:      test/env/
 946F:      tools/env*
 947F:      tools/mkenvimage.c
 948
 949ENVIRONMENT AS TEXT
 950M:      Simon Glass <sjg@chromium.org>
 951R:      Wolfgang Denk <wd@denx.de>
 952S:      Maintained
 953F:      doc/usage/environment.rst
 954F:      scripts/env2string.awk
 955
 956EROFS
 957M:      Huang Jianan <jnhuang95@gmail.com>
 958L:      linux-erofs@lists.ozlabs.org
 959S:      Maintained
 960F:      cmd/erofs.c
 961F:      fs/erofs/
 962F:      include/erofs.h
 963F:      test/py/tests/test_fs/test_erofs.py
 964
 965EVENTS
 966M:      Simon Glass <sjg@chromium.org>
 967S:      Maintained
 968F:      cmd/event.c
 969F:      common/event.c
 970F:      include/event.h
 971F:      scripts/event_dump.py
 972F:      test/common/event.c
 973F:      test/py/tests/test_event_dump.py
 974
 975FASTBOOT
 976S:      Orphaned
 977F:      cmd/fastboot.c
 978F:      doc/android/fastboot*.rst
 979F:      include/fastboot.h
 980F:      include/fastboot-internal.h
 981F:      include/net/fastboot.h
 982F:      drivers/fastboot/
 983F:      drivers/usb/gadget/f_fastboot.c
 984F:      net/fastboot.c
 985F:      test/dm/fastboot.c
 986
 987FPGA
 988M:      Michal Simek <michal.simek@amd.com>
 989S:      Maintained
 990T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 991F:      drivers/fpga/
 992F:      cmd/fpga.c
 993F:      include/fpga.h
 994F:      test/dm/fpga.c
 995
 996FLATTENED DEVICE TREE
 997M:      Simon Glass <sjg@chromium.org>
 998S:      Maintained
 999T:      git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
1000F:      lib/fdtdec*
1001F:      lib/libfdt/
1002F:      include/fdt*
1003F:      include/linux/libfdt*
1004F:      cmd/fdt.c
1005F:      common/fdt_support.c
1006F:      scripts/dtc-version.sh
1007
1008FREEBSD
1009M:      Rafal Jaworowski <raj@semihalf.com>
1010S:      Maintained
1011T:      git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
1012
1013FREESCALE QORIQ
1014M:      Priyanka Jain <priyanka.jain@nxp.com>
1015S:      Maintained
1016T:      git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
1017F:      drivers/watchdog/sp805_wdt.c
1018F:      drivers/watchdog/sbsa_gwdt.c
1019
1020GATEWORKS_SC
1021M:      Tim Harvey <tharvey@gateworks.com>
1022S:      Maintained
1023F:      drivers/misc/gsc.c
1024F:      include/gsc.h
1025
1026I2C
1027M:      Heiko Schocher <hs@denx.de>
1028S:      Maintained
1029T:      git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
1030F:      drivers/i2c/
1031
1032KWBIMAGE / KWBOOT TOOLS
1033M:      Pali Rohár <pali@kernel.org>
1034M:      Marek Behún <kabel@kernel.org>
1035M:      Stefan Roese <sr@denx.de>
1036S:      Maintained
1037T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
1038F:      doc/README.kwbimage
1039F:      doc/kwboot.1
1040F:      tools/kwb*
1041
1042LED
1043M:      Ivan Vozvakhov <i.vozvakhov@vk.team>
1044S:      Supported
1045F:      doc/device-tree-bindings/leds/leds-pwm.txt
1046F:      drivers/led/led_pwm.c
1047
1048LOGGING
1049M:      Simon Glass <sjg@chromium.org>
1050S:      Maintained
1051T:      git https://source.denx.de/u-boot/u-boot.git
1052F:      common/log*
1053F:      cmd/log.c
1054F:      doc/develop/logging.rst
1055F:      include/log.h
1056F:      lib/getopt.c
1057F:      test/log/
1058F:      test/py/tests/test_log.py
1059
1060MALI DISPLAY PROCESSORS
1061M:      Liviu Dudau <liviu.dudau@foss.arm.com>
1062S:      Supported
1063T:      git git://github.com/ARM-software/u-boot.git
1064F:      drivers/video/mali_dp.c
1065F:      drivers/i2c/i2c-versatile.c
1066
1067MICROBLAZE
1068M:      Michal Simek <monstr@monstr.eu>
1069S:      Maintained
1070T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1071F:      arch/microblaze/
1072F:      cmd/mfsl.c
1073F:      drivers/gpio/xilinx_gpio.c
1074F:      drivers/net/xilinx_axi_emac.c
1075F:      drivers/net/xilinx_emaclite.c
1076F:      drivers/serial/serial_xuartlite.c
1077F:      drivers/spi/xilinx_spi.c
1078F:      drivers/sysreset/sysreset_gpio.c
1079F:      drivers/timer/xilinx-timer.c
1080F:      drivers/watchdog/xilinx_tb_wdt.c
1081N:      xilinx
1082
1083MIPS
1084M:      Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
1085S:      Maintained
1086T:      git https://source.denx.de/u-boot/custodians/u-boot-mips.git
1087F:      arch/mips/
1088
1089MIPS CORTINA ACCESS CAxxxx
1090M:      Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
1091S:      Supported
1092F:      board/cortina/common/
1093F:      drivers/gpio/cortina_gpio.c
1094F:      drivers/watchdog/cortina_wdt.c
1095F:      drivers/serial/serial_cortina.c
1096F:      drivers/led/led_cortina.c
1097F:      drivers/mmc/ca_dw_mmc.c
1098F:      drivers/spi/ca_sflash.c
1099F:      drivers/i2c/i2c-cortina.c
1100F:      drivers/i2c/i2c-cortina.h
1101F:      drivers/net/cortina_ni.c
1102F:      drivers/net/cortina_ni.h
1103F:      drivers/net/phy/ca_phy.c
1104
1105MIPS MEDIATEK
1106M:      Weijie Gao <weijie.gao@mediatek.com>
1107R:      GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
1108S:      Maintained
1109F:      arch/mips/mach-mtmips/
1110F:      arch/mips/dts/mt7620.dtsi
1111F:      arch/mips/dts/mt7621.dtsi
1112F:      arch/mips/dts/mt7620-u-boot.dtsi
1113F:      arch/mips/dts/mt7621-u-boot.dtsi
1114F:      include/configs/mt7620.h
1115F:      include/configs/mt7621.h
1116F:      include/dt-bindings/clock/mt7620-clk.h
1117F:      include/dt-bindings/clock/mt7621-clk.h
1118F:      include/dt-bindings/clock/mt7628-clk.h
1119F:      include/dt-bindings/reset/mt7620-reset.h
1120F:      include/dt-bindings/reset/mt7621-reset.h
1121F:      include/dt-bindings/reset/mt7628-reset.h
1122F:      drivers/clk/mtmips/
1123F:      drivers/pinctrl/mtmips/
1124F:      drivers/gpio/mt7620_gpio.c
1125F:      drivers/mtd/nand/raw/mt7621_nand.c
1126F:      drivers/mtd/nand/raw/mt7621_nand.h
1127F:      drivers/mtd/nand/raw/mt7621_nand_spl.c
1128F:      drivers/net/mt7620-eth.c
1129F:      drivers/phy/mt7620-usb-phy.c
1130F:      drivers/reset/reset-mtmips.c
1131F:      drivers/serial/serial_mt7620.c
1132F:      drivers/spi/mt7620_spi.c
1133F:      drivers/sysreset/sysreset_resetctl.c
1134F:      drivers/watchdog/mt7620_wdt.c
1135
1136MIPS MSCC
1137M:      Gregory CLEMENT <gregory.clement@bootlin.com>
1138M:      Lars Povlsen <lars.povlsen@microchip.com>
1139M:      Horatiu Vultur <horatiu.vultur@microchip.com>
1140S:      Maintained
1141F:      arch/mips/mach-mscc/
1142F:      arch/mips/dts/luton*
1143F:      arch/mips/dts/mscc*
1144F:      arch/mips/dts/ocelot*
1145F:      arch/mips/dts/jr2*
1146F:      arch/mips/dts/serval*
1147F:      board/mscc/
1148F:      configs/mscc*
1149F:      drivers/gpio/mscc_sgpio.c
1150F:      drivers/spi/mscc_bb_spi.c
1151F:      include/configs/vcoreiii.h
1152F:      include/dt-bindings/mscc/
1153F:      drivers/pinctrl/mscc/
1154F:      drivers/net/mscc_eswitch/
1155
1156MIPS JZ4780
1157M:      Ezequiel Garcia <ezequiel@collabora.com>
1158S:      Maintained
1159F:      arch/mips/mach-jz47xx/
1160
1161MIPS Octeon
1162M:      Aaron Williams <awilliams@marvell.com>
1163S:      Maintained
1164F:      arch/mips/mach-octeon/
1165F:      arch/mips/include/asm/arch-octeon/
1166F:      arch/mips/dts/mrvl,cn73xx.dtsi
1167
1168MMC
1169M:      Peng Fan <peng.fan@nxp.com>
1170M:      Jaehoon Chung <jh80.chung@samsung.com>
1171S:      Maintained
1172T:      git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
1173F:      drivers/mmc/
1174
1175NAND FLASH
1176M:      Dario Binacchi <dario.binacchi@amarulasolutions.com>
1177M:      Michael Trimarchi <michael@amarulasolutions.com>
1178S:      Maintained
1179T:      git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
1180F:      drivers/mtd/nand/raw/
1181
1182NETWORK
1183M:      Joe Hershberger <joe.hershberger@ni.com>
1184M:      Ramon Fried <rfried.dev@gmail.com>
1185S:      Maintained
1186T:      git https://source.denx.de/u-boot/custodians/u-boot-net.git
1187F:      drivers/net/
1188F:      include/net.h
1189F:      net/
1190
1191NIOS
1192M:      Thomas Chou <thomas@wytron.com.tw>
1193S:      Maintained
1194T:      git https://source.denx.de/u-boot/custodians/u-boot-nios.git
1195F:      arch/nios2/
1196
1197NVMe
1198M:      Bin Meng <bmeng.cn@gmail.com>
1199S:      Maintained
1200F:      drivers/nvme/
1201F:      cmd/nvme.c
1202F:      include/nvme.h
1203F:      doc/develop/driver-model/nvme.rst
1204
1205NVMEM
1206M:      Sean Anderson <seanga2@gmail.com>
1207S:      Maintained
1208F:      doc/api/nvmem.rst
1209F:      drivers/misc/nvmem.c
1210F:      drivers/reboot-mode/reboot-mode-nvmem.c
1211F:      include/nvmem.h
1212
1213NXP C45 TJA11XX PHY DRIVER
1214M:      Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
1215S:      Maintained
1216F:      drivers/net/phy/nxp-c45-tja11xx.c
1217
1218ONENAND
1219#M:     Lukasz Majewski <l.majewski@majess.pl>
1220S:      Orphaned (Since 2017-01)
1221T:      git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
1222F:      drivers/mtd/onenand/
1223
1224OUT4-IMX6ULL-NANO BOARD
1225M:      Oleh Kravchenko <oleg@kaa.org.ua>
1226S:      Maintained
1227T:      git https://github.com/Oleh-Kravchenko/u-boot-out4.git
1228F:      arch/arm/dts/ev-imx280-nano-x-mb.dts
1229F:      arch/arm/dts/o4-imx-nano.dts
1230F:      arch/arm/dts/o4-imx6ull-nano.dtsi
1231F:      board/out4
1232F:      configs/ev-imx280-nano-x-mb_defconfig
1233F:      configs/o4-imx6ull-nano_defconfig
1234F:      include/configs/o4-imx6ull-nano.h
1235
1236PATMAN
1237M:      Simon Glass <sjg@chromium.org>
1238S:      Maintained
1239F:      tools/patman/
1240
1241PCI Endpoint
1242M:      Ramon Fried <rfried.dev@gmail.com>
1243S:      Maintained
1244F:      drivers/pci_endpoint/
1245F:  include/pci_ep.h
1246
1247PCI MPC85xx
1248M:      Heiko Schocher <hs@denx.de>
1249S:      Maintained
1250F:      drivers/pci/pci_mpc85xx.c
1251
1252POWER
1253M:      Jaehoon Chung <jh80.chung@samsung.com>
1254S:      Maintained
1255T:      git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
1256F:      drivers/power/
1257F:      include/power/
1258
1259POWERPC
1260M:      Wolfgang Denk <wd@denx.de>
1261S:      Maintained
1262F:      arch/powerpc/
1263
1264POWERPC MPC8XX
1265M:      Christophe Leroy <christophe.leroy@csgroup.eu>
1266S:      Maintained
1267T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
1268F:      arch/powerpc/cpu/mpc8xx/
1269
1270POWERPC MPC83XX
1271M:      Mario Six <mario.six@gdsys.cc>
1272S:      Maintained
1273T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git
1274F:      drivers/ram/mpc83xx_sdram.c
1275F:      include/dt-bindings/memory/mpc83xx-sdram.h
1276F:      drivers/sysreset/sysreset_mpc83xx.c
1277F:      drivers/sysreset/sysreset_mpc83xx.h
1278F:      drivers/clk/mpc83xx_clk.c
1279F:      drivers/clk/mpc83xx_clk.h
1280F:      include/dt-bindings/clk/mpc83xx-clk.h
1281F:      drivers/timer/mpc83xx_timer.c
1282F:      drivers/cpu/mpc83xx_cpu.c
1283F:      drivers/cpu/mpc83xx_cpu.h
1284F:      drivers/misc/mpc83xx_serdes.c
1285F:      arch/powerpc/cpu/mpc83xx/
1286F:      arch/powerpc/include/asm/arch-mpc83xx/
1287
1288POWERPC MPC85XX
1289M:      Marek Behún <kabel@kernel.org>
1290S:      Maintained
1291T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
1292F:      arch/powerpc/cpu/mpc85xx/
1293
1294RISC-V
1295M:      Rick Chen <rick@andestech.com>
1296M:      Leo <ycliang@andestech.com>
1297S:      Maintained
1298T:      git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
1299F:      arch/riscv/
1300F:      cmd/riscv/
1301F:      doc/arch/riscv.rst
1302F:      doc/usage/sbi.rst
1303F:      drivers/sysreset/sysreset_sbi.c
1304F:      drivers/timer/andes_plmt_timer.c
1305F:      drivers/timer/sifive_clint_timer.c
1306F:      tools/prelink-riscv.c
1307
1308RISC-V CANAAN KENDRYTE K210
1309M:      Sean Anderson <seanga2@gmail.com>
1310S:      Maintained
1311F:      doc/device-tree-bindings/mfd/canaan,k210-sysctl.txt
1312F:      doc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt
1313F:      drivers/clk/clk_k210.c
1314F:      drivers/pinctrl/pinctrl-k210.c
1315F:      include/k210/
1316
1317RNG
1318M:      Sughosh Ganu <sughosh.ganu@linaro.org>
1319R:      Heinrich Schuchardt <xypron.glpk@gmx.de>
1320S:      Maintained
1321F:      cmd/rng.c
1322F:      doc/api/rng.rst
1323F:      drivers/rng/
1324F:      drivers/virtio/virtio_rng.c
1325F:      include/rng.h
1326
1327ROCKUSB
1328M:      Eddie Cai <eddie.cai.linux@gmail.com>
1329S:      Maintained
1330F:      drivers/usb/gadget/f_rockusb.c
1331F:      cmd/rockusb.c
1332F:      doc/README.rockusb
1333
1334SANDBOX
1335M:      Simon Glass <sjg@chromium.org>
1336S:      Maintained
1337F:      arch/sandbox/
1338F:      doc/arch/sandbox.rst
1339F:      drivers/*/*sandbox*.c
1340F:      include/dt-bindings/*/sandbox*.h
1341
1342SEAMA
1343M:      Linus Walleij <linus.walleij@linaro.org>
1344S:      Maintained
1345F:      cmd/seama.c
1346F:      doc/usage/cmd/seama.rst
1347F:      test/cmd/seama.c
1348
1349SEMIHOSTING
1350R:      Sean Anderson <sean.anderson@seco.com>
1351S:      Orphaned
1352N:      semihosting
1353
1354SETEXPR
1355M:      Roland Gaudig <roland.gaudig@weidmueller.com>
1356S:      Maintained
1357F:      cmd/printf.c
1358F:      doc/usage/setexpr.rst
1359
1360SH
1361M:      Marek Vasut <marek.vasut+renesas@gmail.com>
1362M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1363S:      Maintained
1364T:      git https://source.denx.de/u-boot/custodians/u-boot-sh.git
1365F:      arch/sh/
1366
1367SL28CLPD
1368M:      Michael Walle <michael@walle.cc>
1369S:      Maintained
1370F:      drivers/gpio/sl28cpld-gpio.c
1371F:      drivers/misc/sl28cpld.c
1372F:      drivers/watchdog/sl28cpld-wdt.c
1373
1374SMCCC TRNG
1375M:      Etienne Carriere <etienne.carriere@linaro.org>
1376S:      Maintained
1377F:      drivers/rng/smccc_trng.c
1378
1379SPI
1380M:      Jagan Teki <jagan@amarulasolutions.com>
1381S:      Maintained
1382T:      git https://source.denx.de/u-boot/custodians/u-boot-spi.git
1383F:      drivers/spi/
1384F:      include/spi*
1385
1386SPI-NOR
1387M:      Jagan Teki <jagan@amarulasolutions.com>
1388M:      Vignesh R <vigneshr@ti.com>
1389S:      Maintained
1390F:      drivers/mtd/spi/
1391F:      include/spi_flash.h
1392F:      include/linux/mtd/cfi.h
1393F:      include/linux/mtd/spi-nor.h
1394
1395SPMI
1396M:      Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
1397S:      Maintained
1398F:      drivers/spmi/
1399F:      include/spmi/
1400
1401SQUASHFS
1402M:      Joao Marcos Costa <jmcosta944@gmail.com>
1403R:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
1404R:      Miquel Raynal <miquel.raynal@bootlin.com>
1405S:      Maintained
1406F:      fs/squashfs/
1407F:      include/sqfs.h
1408F:      cmd/sqfs.c
1409F:      test/py/tests/test_fs/test_squashfs/
1410
1411STACKPROTECTOR
1412M:      Joel Peshkin <joel.peshkin@broadcom.com>
1413S:      Maintained
1414F:      common/stackprot.c
1415F:      cmd/stackprot_test.c
1416F:      test/py/tests/test_stackprotector.py
1417
1418TARGET_BCMNS3
1419M:      Bharat Gooty <bharat.gooty@broadcom.com>
1420M:      Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
1421S:      Maintained
1422F:      board/broadcom/bcmns3/
1423F:      doc/README.bcmns3
1424F:      configs/bcm_ns3_defconfig
1425F:      include/configs/bcm_ns3.h
1426F:      include/dt-bindings/memory/bcm-ns3-mc.h
1427F:      arch/arm/Kconfig
1428F:      arch/arm/dts/ns3-board.dts
1429F:      arch/arm/dts/ns3.dtsi
1430F:      arch/arm/cpu/armv8/bcmns3
1431F:      arch/arm/include/asm/arch-bcmns3/
1432F:      cmd/broadcom/Makefile
1433F:      cmd/broadcom/chimp_boot.c
1434F:      cmd/broadcom/nitro_image_load.c
1435F:      cmd/broadcom/chimp_handshake.c
1436
1437TDA19988 HDMI ENCODER
1438M:      Liviu Dudau <liviu.dudau@foss.arm.com>
1439S:      Maintained
1440F:      drivers/video/tda19988.c
1441
1442TI SYSTEM SECURITY
1443M:      Andrew F. Davis <afd@ti.com>
1444S:      Supported
1445F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
1446F:      arch/arm/mach-omap2/sec-common.c
1447F:      arch/arm/mach-omap2/config_secure.mk
1448F:      arch/arm/mach-k3/security.c
1449F:      arch/arm/mach-k3/config_secure.mk
1450F:      configs/am335x_hs_evm_defconfig
1451F:      configs/am335x_hs_evm_uart_defconfig
1452F:      configs/am43xx_hs_evm_defconfig
1453F:      configs/am43xx_hs_evm_qspi_defconfig
1454F:      configs/am57xx_hs_evm_defconfig
1455F:      configs/am57xx_hs_evm_usb_defconfig
1456F:      configs/dra7xx_hs_evm_defconfig
1457F:      configs/dra7xx_hs_evm_usb_defconfig
1458F:      configs/k2hk_hs_evm_defconfig
1459F:      configs/k2e_hs_evm_defconfig
1460F:      configs/k2g_hs_evm_defconfig
1461F:      configs/k2l_hs_evm_defconfig
1462F:      configs/am65x_hs_evm_r5_defconfig
1463F:      configs/am65x_hs_evm_a53_defconfig
1464F:      configs/j7200_hs_evm_a72_defconfig
1465F:      configs/j7200_hs_evm_r5_defconfig
1466F:      configs/j721e_hs_evm_a72_defconfig
1467F:      configs/j721e_hs_evm_r5_defconfig
1468F:      configs/j721s2_hs_evm_a72_defconfig
1469F:      configs/j721s2_hs_evm_r5_defconfig
1470
1471TPM DRIVERS
1472M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
1473S:      Maintained
1474T:      git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
1475F:      drivers/tpm/
1476
1477TQ GROUP
1478#M:     Martin Krause <martin.krause@tq-systems.de>
1479S:      Orphaned (Since 2016-02)
1480T:      git git://git.denx.de/u-boot-tq-group.git
1481
1482TEE
1483M:      Jens Wiklander <jens.wiklander@linaro.org>
1484M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
1485T:      git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
1486S:      Maintained
1487F:      drivers/tee/
1488F:      include/tee.h
1489F:      include/tee/
1490
1491TEE-lib
1492M:      Bryan O'Donoghue <bryan.odonoghue@linaro.org>
1493S:      Maintained
1494F:      lib/optee
1495
1496UBI
1497M:      Kyungmin Park <kmpark@infradead.org>
1498M:      Heiko Schocher <hs@denx.de>
1499S:      Maintained
1500T:      git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
1501F:      drivers/mtd/ubi/
1502
1503UFS
1504M:      Faiz Abbas <faiz_abbas@ti.com>
1505S:      Maintained
1506F:      drivers/ufs/
1507
1508USB
1509M:      Marek Vasut <marex@denx.de>
1510S:      Maintained
1511T:      git https://source.denx.de/u-boot/custodians/u-boot-usb.git
1512F:      drivers/usb/
1513F:      common/usb.c
1514F:      common/usb_kbd.c
1515F:      common/usb_storage.c
1516F:      include/usb.h
1517
1518USB xHCI
1519M:      Bin Meng <bmeng.cn@gmail.com>
1520S:      Maintained
1521T:      git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
1522F:      drivers/usb/host/xhci*
1523F:      include/usb/xhci.h
1524
1525VIDEO
1526M:      Anatolij Gustschin <agust@denx.de>
1527S:      Maintained
1528T:      git https://source.denx.de/u-boot/custodians/u-boot-video.git
1529F:      drivers/video/
1530F:      include/video*.h
1531
1532VirtIO
1533M:      Bin Meng <bmeng.cn@gmail.com>
1534S:      Maintained
1535F:      drivers/virtio/
1536F:      cmd/virtio.c
1537F:      include/config/virtio/
1538F:      include/config/virtio.h
1539F:      include/config/cmd/virtio.h
1540F:      include/virtio*.h
1541F:      test/dm/virtio.c
1542F:      doc/develop/driver-model/virtio.rst
1543
1544WATCHDOG
1545M:      Stefan Roese <sr@denx.de>
1546S:      Maintained
1547T:      git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
1548F:      cmd/wdt.c
1549F:      drivers/watchdog/
1550F:      include/watchdog*.h
1551
1552X86
1553M:      Simon Glass <sjg@chromium.org>
1554M:      Bin Meng <bmeng.cn@gmail.com>
1555S:      Maintained
1556T:      git https://source.denx.de/u-boot/custodians/u-boot-x86.git
1557F:      arch/x86/
1558F:      cmd/x86/
1559
1560XEN
1561M:      Anastasiia Lukianenko <vicooodin@gmail.com>
1562M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
1563S:      Maintained
1564F:      arch/arm/cpu/armv8/xen/
1565F:      arch/arm/include/asm/xen.h
1566F:      arch/arm/include/asm/xen/
1567F:      cmd/pvblock.c
1568F:      drivers/serial/serial_xen.c
1569F:      drivers/xen/
1570F:      include/pvblock.h
1571F:      include/xen/
1572F:      include/xen.h
1573F:      lib/sscanf.c
1574F:      test/lib/sscanf.c
1575
1576XTENSA
1577M:      Max Filippov <jcmvbkbc@gmail.com>
1578S:      Maintained
1579F:      arch/xtensa/
1580
1581XXD
1582M:      Roger Knecht <rknecht@pm.me>
1583S:      Maintained
1584F:      cmd/xxd.c
1585F:      doc/usage/cmd/xxd.rst
1586F:      test/py/tests/test_xxd/
1587
1588THE REST
1589M:      Tom Rini <trini@konsulko.com>
1590L:      u-boot@lists.denx.de
1591Q:      http://patchwork.ozlabs.org/project/uboot/list/
1592S:      Maintained
1593T:      git https://source.denx.de/u-boot/u-boot.git
1594F:      configs/tools-only_defconfig
1595F:      *
1596F:      */
1597
1598CAAM
1599M:      Gaurav Jain <gaurav.jain@nxp.com>
1600S:      Maintained
1601F:      arch/arm/dts/ls1021a-twr-u-boot.dtsi
1602F:      drivers/crypto/fsl/
1603F:      include/fsl_sec.h
1604