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                -----------------------------------
  53ANDROID AB
  54M:      Igor Opaniuk <igor.opaniuk@gmail.com>
  55R:      Sam Protsenko <joe.skb7@gmail.com>
  56S:      Maintained
  57F:      cmd/ab_select.c
  58F:      common/android_ab.c
  59F:      doc/android/ab.rst
  60F:      include/android_ab.h
  61F:      test/py/tests/test_android/test_ab.py
  62
  63ANDROID AVB
  64M:      Igor Opaniuk <igor.opaniuk@gmail.com>
  65S:      Maintained
  66F:      cmd/avb.c
  67F:      common/avb_verify.c
  68F:      doc/android/avb2.rst
  69F:      include/avb_verify.h
  70F:      lib/libavb/
  71F:      test/py/tests/test_android/test_avb.py
  72
  73ARC
  74M:      Alexey Brodkin <alexey.brodkin@synopsys.com>
  75M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  76S:      Maintained
  77L:      uboot-snps-arc@synopsys.com
  78T:      git https://source.denx.de/u-boot/custodians/u-boot-arc.git
  79F:      arch/arc/
  80F:      board/synopsys/
  81
  82ARC HSDK CGU CLOCK
  83M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  84S:      Maintained
  85L:      uboot-snps-arc@synopsys.com
  86F:      drivers/clk/clk-hsdk-cgu.c
  87F:      include/dt-bindings/clock/snps,hsdk-cgu.h
  88F:      doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
  89
  90ARC HSDK CREG GPIO
  91M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  92S:      Maintained
  93L:      uboot-snps-arc@synopsys.com
  94F:      doc/device-tree-bindings/gpio/snps,creg-gpio.txt
  95F:      drivers/gpio/hsdk-creg-gpio.c
  96
  97ARC HSDK RESET
  98M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  99S:      Maintained
 100L:      uboot-snps-arc@synopsys.com
 101F:      include/dt-bindings/reset/snps,hsdk-reset.h
 102F:      drivers/reset/reset-hsdk.c
 103
 104ARC SYNOPSYS DW MMC EXTENSIONS
 105M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
 106S:      Maintained
 107L:      uboot-snps-arc@synopsys.com
 108F:      doc/device-tree-bindings/mmc/snps,dw-mmc.txt
 109F:      drivers/mmc/snps_dw_mmc.c
 110
 111ARM
 112M:      Tom Rini <trini@konsulko.com>
 113S:      Maintained
 114T:      git https://source.denx.de/u-boot/custodians/u-boot-arm.git
 115F:      arch/arm/
 116F:      cmd/arm/
 117
 118ARM ALTERA SOCFPGA
 119M:      Marek Vasut <marex@denx.de>
 120M:      Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
 121M:      Ley Foon Tan <lftan.linux@gmail.com>
 122S:      Maintainted
 123T:      git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
 124F:      arch/arm/mach-socfpga/
 125F:      drivers/sysreset/sysreset_socfpga*
 126
 127ARM AMLOGIC SOC SUPPORT
 128M:      Neil Armstrong <narmstrong@baylibre.com>
 129S:      Maintained
 130L:      u-boot-amlogic@groups.io
 131T:      git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git
 132F:      arch/arm/mach-meson/
 133F:      arch/arm/include/asm/arch-meson/
 134F:      drivers/clk/meson/
 135F:      drivers/serial/serial_meson.c
 136F:      drivers/reset/reset-meson.c
 137F:      drivers/i2c/meson_i2c.c
 138F:      drivers/net/phy/meson-gxl.c
 139F:      drivers/adc/meson-saradc.c
 140F:      drivers/phy/meson*
 141F:      drivers/mmc/meson_gx_mmc.c
 142F:      drivers/spi/meson_spifc.c
 143F:      drivers/pinctrl/meson/
 144F:      drivers/power/domain/meson-gx-pwrc-vpu.c
 145F:      drivers/video/meson/
 146F:      include/configs/meson64.h
 147F:      include/configs/meson64_android.h
 148F:      doc/board/amlogic/
 149N:      meson
 150
 151ARM ASPEED
 152M:      Ryan Chen <ryan_chen@aspeedtech.com>
 153M:      Chia-Wei Wang <chiawei_wang@aspeedtech.com>
 154R:      Aspeed BMC SW team <BMC-SW@aspeedtech.com>
 155S:      Maintained
 156F:      arch/arm/mach-aspeed/
 157F:      arch/arm/include/asm/arch-aspeed/
 158F:      board/aspeed/
 159F:      drivers/clk/aspeed/
 160F:      drivers/pinctrl/aspeed/
 161N:      aspeed
 162
 163ARM BROADCOM BCM283X / BCM27XX
 164M:      Matthias Brugger <mbrugger@suse.com>
 165S:      Maintained
 166F:      arch/arm/dts/bcm283*
 167F:      arch/arm/mach-bcm283x/
 168F:      board/raspberrypi/
 169F:      drivers/gpio/bcm2835_gpio.c
 170F:      drivers/mmc/bcm2835_sdhci.c
 171F:      drivers/mmc/bcm2835_sdhost.c
 172F:      drivers/serial/serial_bcm283x_mu.c
 173F:      drivers/serial/serial_bcm283x_pl011.c
 174F:      drivers/video/bcm2835.c
 175F:      include/dm/platform_data/serial_bcm283x_mu.h
 176F:      include/dt-bindings/pinctrl/bcm2835.h
 177F:      drivers/pinctrl/broadcom/
 178F:      configs/rpi_*
 179T:      git https://source.denx.de/u-boot/custodians/u-boot-arm.git
 180
 181ARM BROADCOM BCMSTB
 182M:      Thomas Fitzsimmons <fitzsim@fitzsim.org>
 183S:      Maintained
 184F:      arch/arm/mach-bcmstb/
 185F:      board/broadcom/bcmstb/
 186F:      configs/bcm7*_defconfig
 187F:      doc/README.bcm7xxx
 188F:      drivers/mmc/bcmstb_sdhci.c
 189F:      drivers/spi/bcmstb_spi.c
 190
 191ARM CORTINA ACCESS CAxxxx
 192M:      Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
 193S:      Supported
 194F:      board/cortina/common/
 195F:      drivers/gpio/cortina_gpio.c
 196F:      drivers/watchdog/cortina_wdt.c
 197F:      drivers/serial/serial_cortina.c
 198F:      drivers/led/led_cortina.c
 199F:      drivers/mmc/ca_dw_mmc.c
 200F:      drivers/spi/ca_sflash.c
 201F:      drivers/i2c/i2c-cortina.c
 202F:      drivers/i2c/i2c-cortina.h
 203F:      drivers/mtd/nand/raw/cortina_nand.c
 204F:      drivers/mtd/nand/raw/cortina_nand.h
 205F:      drivers/net/cortina_ni.c
 206F:      drivers/net/cortina_ni.h
 207F:      drivers/net/phy/ca_phy.c
 208F:      configs/cortina_presidio-asic-pnand_defconfig
 209
 210ARM/CZ.NIC TURRIS MOX SUPPORT
 211M:      Marek Behun <marek.behun@nic.cz>
 212S:      Maintained
 213F:      arch/arm/dts/armada-3720-turris-mox.dts
 214F:      board/CZ.NIC/
 215F:      configs/turris_*_defconfig
 216F:      include/configs/turris_*.h
 217
 218ARM FREESCALE IMX
 219M:      Stefano Babic <sbabic@denx.de>
 220M:      Fabio Estevam <festevam@gmail.com>
 221R:      NXP i.MX U-Boot Team <uboot-imx@nxp.com>
 222S:      Maintained
 223T:      git https://source.denx.de/u-boot/custodians/u-boot-imx.git
 224F:      arch/arm/cpu/arm1136/mx*/
 225F:      arch/arm/cpu/arm926ejs/mx*/
 226F:      arch/arm/cpu/armv7/vf610/
 227F:      arch/arm/dts/*imx*
 228F:      arch/arm/mach-imx/
 229F:      arch/arm/include/asm/arch-imx/
 230F:      arch/arm/include/asm/arch-mx*/
 231F:      arch/arm/include/asm/arch-vf610/
 232F:      arch/arm/include/asm/mach-imx/
 233F:      board/freescale/*mx*/
 234
 235ARM HISILICON
 236M:      Peter Griffin <peter.griffin@linaro.org>
 237M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 238S:      Maintained
 239F:      arch/arm/cpu/armv8/hisilicon
 240F:      arch/arm/include/asm/arch-hi6220/
 241F:      arch/arm/include/asm/arch-hi3660/
 242
 243ARM IPQ40XX
 244M:      Robert Marko <robert.marko@sartura.hr>
 245M:      Luka Kovacic <luka.kovacic@sartura.hr>
 246M:      Luka Perkov <luka.perkov@sartura.hr>
 247S:      Maintained
 248F:      arch/arm/mach-ipq40xx/
 249F:      include/dt-bindings/clock/qcom,ipq4019-gcc.h
 250F:      include/dt-bindings/reset/qcom,ipq4019-reset.h
 251F:      drivers/reset/reset-ipq4019.c
 252F:      drivers/phy/phy-qcom-ipq4019-usb.c
 253F:      drivers/spi/spi-qup.c
 254F:      drivers/net/mdio-ipq4019.c
 255F:      drivers/rng/msm_rng.c
 256
 257ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
 258M:      Stefan Roese <sr@denx.de>
 259S:      Maintained
 260T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
 261F:      arch/arm/mach-kirkwood/
 262F:      arch/arm/mach-mvebu/
 263F:      drivers/ata/ahci_mvebu.c
 264F:      drivers/ddr/marvell/
 265F:      drivers/gpio/mvebu_gpio.c
 266F:      drivers/spi/kirkwood_spi.c
 267F:      drivers/pci/pci_mvebu.c
 268F:      drivers/pci/pcie_dw_mvebu.c
 269F:      drivers/watchdog/orion_wdt.c
 270
 271ARM MARVELL PXA
 272M:      Marek Vasut <marex@denx.de>
 273S:      Maintained
 274T:      git https://source.denx.de/u-boot/custodians/u-boot-pxa.git
 275F:      arch/arm/cpu/pxa/
 276F:      arch/arm/include/asm/arch-pxa/
 277
 278ARM MEDIATEK
 279M:      Ryder Lee <ryder.lee@mediatek.com>
 280M:      Weijie Gao <weijie.gao@mediatek.com>
 281M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
 282R:      GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
 283S:      Maintained
 284F:      arch/arm/mach-mediatek/
 285F:      arch/arm/include/asm/arch-mediatek/
 286F:      board/mediatek/
 287F:      doc/device-tree-bindings/phy/phy-mtk-*
 288F:      doc/device-tree-bindings/usb/mediatek,*
 289F:      doc/README.mediatek
 290F:      drivers/clk/mediatek/
 291F:      drivers/mmc/mtk-sd.c
 292F:      drivers/phy/phy-mtk-*
 293F:      drivers/pinctrl/mediatek/
 294F:      drivers/power/domain/mtk-power-domain.c
 295F:      drivers/ram/mediatek/
 296F:      drivers/spi/mtk_snfi_spi.c
 297F:      drivers/timer/mtk_timer.c
 298F:      drivers/usb/host/xhci-mtk.c
 299F:      drivers/usb/mtu3/
 300F:      drivers/watchdog/mtk_wdt.c
 301F:      drivers/net/mtk_eth.c
 302F:      drivers/reset/reset-mediatek.c
 303F:      tools/mtk_image.c
 304F:      tools/mtk_image.h
 305N:      mediatek
 306
 307ARM MICROCHIP/ATMEL AT91
 308M:      Eugen Hristev <eugen.hristev@microchip.com>
 309S:      Maintained
 310T:      git https://source.denx.de/u-boot/custodians/u-boot-atmel.git
 311F:      arch/arm/mach-at91/
 312F:      board/atmel/
 313F:      drivers/cpu/at91_cpu.c
 314F:      drivers/misc/microchip_flexcom.c
 315F:      drivers/timer/mchp-pit64b-timer.c
 316
 317ARM NEXELL S5P4418
 318M:      Stefan Bosch <stefan_b@posteo.net>
 319S:      Maintained
 320F:      arch/arm/cpu/armv7/s5p4418/
 321F:      arch/arm/dts/s5p4418*
 322F:      arch/arm/mach-nexell/
 323F:      board/friendlyarm/
 324F:      configs/s5p4418_nanopi2_defconfig
 325F:      doc/README.s5p4418
 326F:      drivers/gpio/nx_gpio.c
 327F:      drivers/i2c/nx_i2c.c
 328F:      drivers/mmc/nexell_dw_mmc_dm.c
 329F:      drivers/pinctrl/nexell/
 330F:      drivers/video/nexell/
 331F:      drivers/video/nexell_display.c
 332F:      include/configs/s5p4418_nanopi2.h
 333
 334ARM OWL
 335M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 336S:      Maintained
 337F:      arch/arm/include/asm/arch-owl/
 338F:      arch/arm/mach-owl/
 339F:      doc/board/actions/
 340F:      drivers/clk/owl/
 341F:      drivers/serial/serial_owl.c
 342F:      include/configs/owl-common.h
 343F:      configs/bubblegum_96_defconfig
 344F:      configs/cubieboard7_defconfig
 345
 346ARM RENESAS RMOBILE/R-CAR
 347M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
 348M:      Marek Vasut <marek.vasut+renesas@gmail.com>
 349S:      Maintained
 350T:      git https://source.denx.de/u-boot/custodians/u-boot-sh.git
 351F:      arch/arm/mach-rmobile/
 352
 353ARM ROCKCHIP
 354M:      Simon Glass <sjg@chromium.org>
 355M:      Philipp Tomsich <philipp.tomsich@vrull.eu>
 356M:      Kever Yang <kever.yang@rock-chips.com>
 357S:      Maintained
 358T:      git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
 359F:      arch/arm/include/asm/arch-rockchip/
 360F:      arch/arm/mach-rockchip/
 361F:      board/rockchip/
 362F:      drivers/clk/rockchip/
 363F:      drivers/gpio/rk_gpio.c
 364F:      drivers/misc/rockchip-efuse.c
 365F:      drivers/mmc/rockchip_sdhci.c
 366F:      drivers/mmc/rockchip_dw_mmc.c
 367F:      drivers/pinctrl/rockchip/
 368F:      drivers/ram/rockchip/
 369F:      drivers/sysreset/sysreset_rockchip.c
 370F:      drivers/video/rockchip/
 371F:      tools/rkcommon.c
 372F:      tools/rkcommon.h
 373F:      tools/rkimage.c
 374F:      tools/rksd.c
 375F:      tools/rkspi.c
 376
 377ARM SAMSUNG
 378M:      Minkyu Kang <mk7.kang@samsung.com>
 379S:      Maintained
 380T:      git https://source.denx.de/u-boot/custodians/u-boot-samsung.git
 381F:      arch/arm/mach-exynos/
 382F:      arch/arm/mach-s5pc1xx/
 383F:      arch/arm/cpu/armv7/s5p-common/
 384
 385ARM SNAPDRAGON
 386M:      Ramon Fried <rfried.dev@gmail.com>
 387S:      Maintained
 388F:      arch/arm/mach-snapdragon/
 389F:      drivers/gpio/msm_gpio.c
 390F:      drivers/mmc/msm_sdhci.c
 391F:      drivers/phy/msm8916-usbh-phy.c
 392F:      drivers/serial/serial_msm.c
 393F:      drivers/smem/msm_smem.c
 394F:      drivers/usb/host/ehci-msm.c
 395
 396ARM STI
 397M:      Patrice Chotard <patrice.chotard@foss.st.com>
 398S:      Maintained
 399T:      git https://source.denx.de/u-boot/custodians/u-boot-stm.git
 400F:      arch/arm/mach-sti/
 401F:      arch/arm/include/asm/arch-sti*/
 402F:      drivers/phy/sti_usb_phy.c
 403F:      drivers/pinctrl/pinctrl-sti.c
 404F:      drivers/mmc/sti_sdhci.c
 405F:      drivers/reset/sti-reset.c
 406F:      drivers/serial/serial_sti_asc.c
 407F:      drivers/sysreset/sysreset_sti.c
 408F:      drivers/timer/sti-timer.c
 409F:      drivers/usb/host/dwc3-sti-glue.c
 410F:      include/dwc3-sti-glue.h
 411F:      include/dt-bindings/clock/stih407-clks.h
 412F:      include/dt-bindings/clock/stih410-clks.h
 413F:      include/dt-bindings/reset/stih407-resets.h
 414
 415ARM STM SPEAR
 416#M:     Vipin Kumar <vipin.kumar@st.com>
 417S:      Orphaned (Since 2016-02)
 418T:      git https://source.denx.de/u-boot/custodians/u-boot-stm.git
 419F:      arch/arm/cpu/arm926ejs/spear/
 420F:      arch/arm/include/asm/arch-spear/
 421
 422ARM STM STM32MP
 423M:      Patrick Delaunay <patrick.delaunay@foss.st.com>
 424M:      Patrice Chotard <patrice.chotard@foss.st.com>
 425L:      uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
 426T:      git https://source.denx.de/u-boot/custodians/u-boot-stm.git
 427S:      Maintained
 428F:      arch/arm/mach-stm32mp/
 429F:      doc/board/st/
 430F:      drivers/adc/stm32-adc*
 431F:      drivers/clk/clk_stm32mp1.c
 432F:      drivers/gpio/stm32_gpio.c
 433F:      drivers/hwspinlock/stm32_hwspinlock.c
 434F:      drivers/i2c/stm32f7_i2c.c
 435F:      drivers/mailbox/stm32-ipcc.c
 436F:      drivers/misc/stm32mp_fuse.c
 437F:      drivers/misc/stm32_rcc.c
 438F:      drivers/mmc/stm32_sdmmc2.c
 439F:      drivers/mtd/nand/raw/stm32_fmc2_nand.c
 440F:      drivers/phy/phy-stm32-usbphyc.c
 441F:      drivers/pinctrl/pinctrl_stm32.c
 442F:      drivers/power/pmic/stpmic1.c
 443F:      drivers/power/regulator/stm32-vrefbuf.c
 444F:      drivers/power/regulator/stpmic1.c
 445F:      drivers/ram/stm32mp1/
 446F:      drivers/remoteproc/stm32_copro.c
 447F:      drivers/reset/stm32-reset.c
 448F:      drivers/rng/stm32mp1_rng.c
 449F:      drivers/rtc/stm32_rtc.c
 450F:      drivers/serial/serial_stm32.*
 451F:      drivers/spi/stm32_qspi.c
 452F:      drivers/spi/stm32_spi.c
 453F:      drivers/video/stm32/stm32_ltdc.c
 454F:      drivers/watchdog/stm32mp_wdt.c
 455F:      include/dt-bindings/clock/stm32fx-clock.h
 456F:      include/dt-bindings/clock/stm32mp1-clks.h
 457F:      include/dt-bindings/clock/stm32mp1-clksrc.h
 458F:      include/dt-bindings/pinctrl/stm32-pinfunc.h
 459F:      include/dt-bindings/reset/stm32mp1-resets.h
 460F:      include/stm32_rcc.h
 461F:      tools/stm32image.c
 462N:      stm
 463N:      stm32
 464
 465
 466ARM STM STV0991
 467M:      Vikas Manocha <vikas.manocha@st.com>
 468S:      Maintained
 469F:      arch/arm/cpu/armv7/stv0991/
 470F:      arch/arm/include/asm/arch-stv0991/
 471
 472ARM SUNXI
 473M:      Jagan Teki <jagan@amarulasolutions.com>
 474M:      Andre Przywara <andre.przywara@arm.com>
 475S:      Maintained
 476T:      git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
 477F:      arch/arm/cpu/armv7/sunxi/
 478F:      arch/arm/include/asm/arch-sunxi/
 479F:      arch/arm/mach-sunxi/
 480F:      board/sunxi/
 481F:      drivers/clk/sunxi/
 482F:      drivers/phy/allwinner/
 483F:      drivers/video/sunxi/
 484
 485ARM TEGRA
 486M:      Tom Warren <twarren@nvidia.com>
 487S:      Maintained
 488T:      git https://source.denx.de/u-boot/custodians/u-boot-tegra.git
 489F:      arch/arm/mach-tegra/
 490F:      arch/arm/include/asm/arch-tegra*/
 491
 492ARM TI
 493M:      Lokesh Vutla <lokeshvutla@ti.com>
 494S:      Maintained
 495T:      git https://source.denx.de/u-boot/custodians/u-boot-ti.git
 496F:      arch/arm/mach-davinci/
 497F:      arch/arm/mach-k3/
 498F:      arch/arm/mach-keystone/
 499F:      arch/arm/mach-omap2/
 500F:      arch/arm/include/asm/arch-omap*/
 501F:      arch/arm/include/asm/ti-common/
 502F:      board/ti/
 503F:      drivers/dma/ti*
 504F:      drivers/firmware/ti_sci.*
 505F:      drivers/gpio/omap_gpio.c
 506F:      drivers/memory/ti-aemif.c
 507F:      drivers/misc/k3_avs.c
 508F:      drivers/mailbox/k3-sec-procy.c
 509F:      drivers/pci/pcie_dw_ti.c
 510F:      drivers/phy/keystone-usb-phy.c
 511F:      drivers/phy/omap-usb2-phy.c
 512F:      drivers/phy/phy-ti-am654.c
 513F:      drivers/phy/ti-pipe3-phy.c
 514F:      drivers/ram/k3*
 515F:      drivers/remoteproc/k3_system_controller.c
 516F:      drivers/remoteproc/ti*
 517F:      drivers/reset/reset-ti-sci.c
 518F:      drivers/rtc/davinci.c
 519F:      drivers/serial/serial_omap.c
 520F:      drivers/soc/ti/
 521F:      drivers/sysreset/sysreset-ti-sci.c
 522F:      drivers/thermal/ti-bandgap.c
 523F:      drivers/timer/omap-timer.c
 524F:      drivers/watchdog/omap_wdt.c
 525F:      include/linux/soc/ti/
 526
 527ARM U8500
 528M:      Stephan Gerhold <stephan@gerhold.net>
 529R:      Linus Walleij <linus.walleij@linaro.org>
 530S:      Maintained
 531F:      arch/arm/dts/ste-*
 532F:      arch/arm/mach-u8500/
 533F:      drivers/timer/nomadik-mtu-timer.c
 534
 535ARM UNIPHIER
 536S:      Orphan (Since 2020-09)
 537F:      arch/arm/mach-uniphier/
 538F:      configs/uniphier_*_defconfig
 539N:      uniphier
 540
 541ARM VERSAL
 542M:      Michal Simek <michal.simek@xilinx.com>
 543S:      Maintained
 544T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 545F:      arch/arm/mach-versal/
 546F:      drivers/watchdog/xilinx_wwdt.c
 547N:      (?<!uni)versal
 548
 549ARM VERSATILE EXPRESS DRIVERS
 550M:      Liviu Dudau <liviu.dudau@foss.arm.com>
 551S:      Maintained
 552T:      git git://github.com/ARM-software/u-boot.git
 553F:      drivers/misc/vexpress_config.c
 554N:      vexpress
 555
 556ARM ZYNQ
 557M:      Michal Simek <monstr@monstr.eu>
 558S:      Maintained
 559T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 560F:      arch/arm/mach-zynq/
 561F:      doc/board/xilinx/
 562F:      doc/device-tree-bindings/video/syncoam,seps525.txt
 563F:      drivers/clk/clk_zynq.c
 564F:      drivers/fpga/zynqpl.c
 565F:      drivers/gpio/zynq_gpio.c
 566F:      drivers/i2c/i2c-cdns.c
 567F:      drivers/i2c/muxes/pca954x.c
 568F:      drivers/i2c/zynq_i2c.c
 569F:      drivers/mmc/zynq_sdhci.c
 570F:      drivers/mtd/nand/raw/zynq_nand.c
 571F:      drivers/net/phy/xilinx_phy.c
 572F:      drivers/net/zynq_gem.c
 573F:      drivers/serial/serial_zynq.c
 574F:      drivers/spi/zynq_qspi.c
 575F:      drivers/spi/zynq_spi.c
 576F:      drivers/usb/host/ehci-zynq.c
 577F:      drivers/watchdog/cdns_wdt.c
 578F:      include/zynqpl.h
 579F:      tools/zynqimage.c
 580N:      zynq
 581
 582ARM ZYNQMP
 583M:      Michal Simek <michal.simek@xilinx.com>
 584S:      Maintained
 585T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 586F:      arch/arm/mach-zynqmp/
 587F:      drivers/clk/clk_zynqmp.c
 588F:      driver/firmware/firmware-zynqmp.c
 589F:      drivers/fpga/zynqpl.c
 590F:      drivers/gpio/zynq_gpio.c
 591F:      drivers/i2c/i2c-cdns.c
 592F:      drivers/i2c/muxes/pca954x.c
 593F:      drivers/i2c/zynq_i2c.c
 594F:      drivers/mailbox/zynqmp-ipi.c
 595F:      drivers/mmc/zynq_sdhci.c
 596F:      drivers/mtd/nand/raw/zynq_nand.c
 597F:      drivers/net/phy/xilinx_phy.c
 598F:      drivers/net/zynq_gem.c
 599F:      drivers/serial/serial_zynq.c
 600F:      drivers/spi/zynq_qspi.c
 601F:      drivers/spi/zynq_spi.c
 602F:      drivers/timer/cadence-ttc.c
 603F:      drivers/usb/host/ehci-zynq.c
 604F:      drivers/video/seps525.c
 605F:      drivers/watchdog/cdns_wdt.c
 606F:      include/zynqmppl.h
 607F:      include/zynqmp_firmware.h
 608F:      tools/zynqmp*
 609N:      ultra96
 610N:      zynqmp
 611
 612ARM ZYNQMP R5
 613M:      Michal Simek <michal.simek@xilinx.com>
 614S:      Maintained
 615T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 616F:      arch/arm/mach-zynqmp-r5/
 617
 618ARM PHYTIUM
 619M:      liuhao <liuhao@phytium.com.cn>
 620M:      shuyiqi <shuyiqi@phytium.com.cn>
 621S:      Maintained
 622F:      drivers/pci/pcie_phytium.c
 623F:      arch/arm/dts/phytium-durian.dts
 624
 625BINMAN
 626M:      Simon Glass <sjg@chromium.org>
 627S:      Maintained
 628F:      tools/binman/
 629
 630BTRFS
 631M:      Marek Behun <marek.behun@nic.cz>
 632R:      Qu Wenruo <wqu@suse.com>
 633L:      linux-btrfs@vger.kernel.org
 634S:      Maintained
 635F:      cmd/btrfs.c
 636F:      fs/btrfs/
 637F:      include/btrfs.h
 638
 639BUILDMAN
 640M:      Simon Glass <sjg@chromium.org>
 641S:      Maintained
 642F:      tools/buildman/
 643
 644CFI FLASH
 645M:      Stefan Roese <sr@denx.de>
 646S:      Maintained
 647T:      git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git
 648F:      drivers/mtd/cfi_flash.c
 649F:      drivers/mtd/jedec_flash.c
 650
 651CLOCK
 652M:      Lukasz Majewski <lukma@denx.de>
 653S:      Maintained
 654T:      git https://source.denx.de/u-boot/custodians/u-boot-clk.git
 655F:      drivers/clk/
 656F:      drivers/clk/imx/
 657
 658COLDFIRE
 659M:      Huan Wang <alison.wang@nxp.com>
 660M:      Angelo Dureghello <angelo@sysam.it>
 661S:      Maintained
 662T:      git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
 663F:      arch/m68k/
 664F:      doc/arch/m68k.rst
 665
 666DFU
 667M:      Lukasz Majewski <lukma@denx.de>
 668S:      Maintained
 669T:      git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
 670F:      cmd/dfu.c
 671F:      cmd/usb_*.c
 672F:      common/dfu.c
 673F:      common/update.c
 674F:      common/usb_storage.c
 675F:      doc/api/dfu.rst
 676F:      doc/usage/dfu.rst
 677F:      drivers/dfu/
 678F:      drivers/usb/gadget/
 679F:      include/dfu.h
 680
 681DRIVER MODEL
 682M:      Simon Glass <sjg@chromium.org>
 683S:      Maintained
 684T:      git https://source.denx.de/u-boot/custodians/u-boot-dm.git
 685F:      doc/driver-model/
 686F:      drivers/core/
 687F:      include/dm/
 688F:      test/dm/
 689
 690EFI PAYLOAD
 691M:      Heinrich Schuchardt <xypron.glpk@gmx.de>
 692R:      Alexander Graf <agraf@csgraf.de>
 693S:      Maintained
 694T:      git https://source.denx.de/u-boot/custodians/u-boot-efi.git
 695F:      doc/api/efi.rst
 696F:      doc/uefi/*
 697F:      doc/usage/bootefi.rst
 698F:      drivers/rtc/emul_rtc.c
 699F:      include/capitalization.h
 700F:      include/charset.h
 701F:      include/cp1250.h
 702F:      include/cp437.h
 703F:      include/efi*
 704F:      include/pe.h
 705F:      include/asm-generic/pe.h
 706F:      lib/charset.c
 707F:      lib/efi*/
 708F:      test/lib/efi_*
 709F:      test/py/tests/test_efi*
 710F:      test/py/tests/test_efi*/
 711F:      test/unicode_ut.c
 712F:      cmd/bootefi.c
 713F:      cmd/efidebug.c
 714F:      cmd/nvedit_efi.c
 715F:      tools/efivar.py
 716F:      tools/file2include.c
 717F:      tools/mkeficapsule.c
 718
 719EFI VARIABLES VIA OP-TEE
 720M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
 721S:      Maintained
 722F:      lib/efi_loader/efi_variable_tee.c
 723F:      include/mm_communication.h
 724
 725ENVIRONMENT
 726M:      Joe Hershberger <joe.hershberger@ni.com>
 727R:      Wolfgang Denk <wd@denx.de>
 728S:      Maintained
 729F:      env/
 730F:      include/env*
 731F:      test/env/
 732F:      tools/env*
 733F:      tools/mkenvimage.c
 734
 735FPGA
 736M:      Michal Simek <michal.simek@xilinx.com>
 737S:      Maintained
 738T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 739F:      drivers/fpga/
 740F:      cmd/fpga.c
 741F:      include/fpga.h
 742
 743FLATTENED DEVICE TREE
 744M:      Simon Glass <sjg@chromium.org>
 745S:      Maintained
 746T:      git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
 747F:      lib/fdtdec*
 748F:      lib/libfdt/
 749F:      include/fdt*
 750F:      include/linux/libfdt*
 751F:      cmd/fdt.c
 752F:      common/fdt_support.c
 753
 754FREEBSD
 755M:      Rafal Jaworowski <raj@semihalf.com>
 756S:      Maintained
 757T:      git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
 758
 759FREESCALE QORIQ
 760M:      Priyanka Jain <priyanka.jain@nxp.com>
 761S:      Maintained
 762T:      git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
 763F:      drivers/watchdog/sp805_wdt.c
 764F:      drivers/watchdog/sbsa_gwdt.c
 765
 766I2C
 767M:      Heiko Schocher <hs@denx.de>
 768S:      Maintained
 769T:      git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
 770F:      drivers/i2c/
 771
 772LOGGING
 773M:      Simon Glass <sjg@chromium.org>
 774S:      Maintained
 775T:      git https://source.denx.de/u-boot/u-boot.git
 776F:      common/log*
 777F:      cmd/log.c
 778F:      doc/develop/logging.rst
 779F:      include/log.h
 780F:      lib/getopt.c
 781F:      test/log/
 782F:      test/py/tests/test_log.py
 783
 784MALI DISPLAY PROCESSORS
 785M:      Liviu Dudau <liviu.dudau@foss.arm.com>
 786S:      Supported
 787T:      git git://github.com/ARM-software/u-boot.git
 788F:      drivers/video/mali_dp.c
 789F:      drivers/i2c/i2c-versatile.c
 790
 791MICROBLAZE
 792M:      Michal Simek <monstr@monstr.eu>
 793S:      Maintained
 794T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
 795F:      arch/microblaze/
 796F:      cmd/mfsl.c
 797F:      drivers/gpio/xilinx_gpio.c
 798F:      drivers/net/xilinx_axi_emac.c
 799F:      drivers/net/xilinx_emaclite.c
 800F:      drivers/serial/serial_xuartlite.c
 801F:      drivers/spi/xilinx_spi.c
 802F:      drivers/sysreset/sysreset_gpio.c
 803F:      drivers/watchdog/xilinx_tb_wdt.c
 804N:      xilinx
 805
 806MIPS
 807M:      Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
 808S:      Maintained
 809T:      git https://source.denx.de/u-boot/custodians/u-boot-mips.git
 810F:      arch/mips/
 811
 812MIPS CORTINA ACCESS CAxxxx
 813M:      Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
 814S:      Supported
 815F:      board/cortina/common/
 816F:      drivers/gpio/cortina_gpio.c
 817F:      drivers/watchdog/cortina_wdt.c
 818F:      drivers/serial/serial_cortina.c
 819F:      drivers/led/led_cortina.c
 820F:      drivers/mmc/ca_dw_mmc.c
 821F:      drivers/spi/ca_sflash.c
 822F:      drivers/i2c/i2c-cortina.c
 823F:      drivers/i2c/i2c-cortina.h
 824F:      drivers/net/cortina_ni.c
 825F:      drivers/net/cortina_ni.h
 826F:      drivers/net/phy/ca_phy.c
 827
 828MIPS MEDIATEK
 829M:      Weijie Gao <weijie.gao@mediatek.com>
 830R:      GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
 831S:      Maintained
 832F:      arch/mips/mach-mtmips/
 833F:      arch/mips/dts/mt7620.dtsi
 834F:      arch/mips/dts/mt7620-u-boot.dtsi
 835F:      include/configs/mt7620.h
 836F:      include/dt-bindings/clock/mt7620-clk.h
 837F:      include/dt-bindings/clock/mt7628-clk.h
 838F:      include/dt-bindings/reset/mt7620-reset.h
 839F:      include/dt-bindings/reset/mt7628-reset.h
 840F:      drivers/clk/mtmips/
 841F:      drivers/pinctrl/mtmips/
 842F:      drivers/gpio/mt7620_gpio.c
 843F:      drivers/net/mt7620-eth.c
 844F:      drivers/phy/mt7620-usb-phy.c
 845F:      drivers/reset/reset-mtmips.c
 846F:      drivers/serial/serial_mt7620.c
 847F:      drivers/spi/mt7620_spi.c
 848F:      drivers/sysreset/sysreset_resetctl.c
 849F:      drivers/watchdog/mt7620_wdt.c
 850
 851MIPS MSCC
 852M:      Gregory CLEMENT <gregory.clement@bootlin.com>
 853M:      Lars Povlsen <lars.povlsen@microchip.com>
 854M:      Horatiu Vultur <horatiu.vultur@microchip.com>
 855S:      Maintained
 856F:      arch/mips/mach-mscc/
 857F:      arch/mips/dts/luton*
 858F:      arch/mips/dts/mscc*
 859F:      arch/mips/dts/ocelot*
 860F:      arch/mips/dts/jr2*
 861F:      arch/mips/dts/serval*
 862F:      board/mscc/
 863F:      configs/mscc*
 864F:      drivers/gpio/mscc_sgpio.c
 865F:      drivers/spi/mscc_bb_spi.c
 866F:      include/configs/vcoreiii.h
 867F:      include/dt-bindings/mscc/
 868F:      drivers/pinctrl/mscc/
 869F:      drivers/net/mscc_eswitch/
 870
 871MIPS JZ4780
 872M:      Ezequiel Garcia <ezequiel@collabora.com>
 873S:      Maintained
 874F:      arch/mips/mach-jz47xx/
 875
 876MIPS Octeon
 877M:      Aaron Williams <awilliams@marvell.com>
 878S:      Maintained
 879F:      arch/mips/mach-octeon/
 880F:      arch/mips/include/asm/arch-octeon/
 881F:      arch/mips/dts/mrvl,cn73xx.dtsi
 882
 883MMC
 884M:      Peng Fan <peng.fan@nxp.com>
 885M:      Jaehoon Chung <jh80.chung@samsung.com>
 886S:      Maintained
 887T:      git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
 888F:      drivers/mmc/
 889
 890NAND FLASH
 891#M:     Scott Wood <oss@buserror.net>
 892S:      Orphaned (Since 2018-07)
 893T:      git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
 894F:      drivers/mtd/nand/raw/
 895
 896NDS32
 897M:      Rick Chen <rick@andestech.com>
 898S:      Maintained
 899T:      git https://source.denx.de/u-boot/custodians/u-boot-nds32.git
 900F:      arch/nds32/
 901
 902NETWORK
 903M:      Joe Hershberger <joe.hershberger@ni.com>
 904M:      Ramon Fried <rfried.dev@gmail.com>
 905S:      Maintained
 906T:      git https://source.denx.de/u-boot/custodians/u-boot-net.git
 907F:      drivers/net/
 908F:      include/net.h
 909F:      net/
 910
 911NIOS
 912M:      Thomas Chou <thomas@wytron.com.tw>
 913S:      Maintained
 914T:      git https://source.denx.de/u-boot/custodians/u-boot-nios.git
 915F:      arch/nios2/
 916
 917NVMe
 918M:      Bin Meng <bmeng.cn@gmail.com>
 919S:      Maintained
 920F:      drivers/nvme/
 921F:      cmd/nvme.c
 922F:      include/nvme.h
 923F:      doc/develop/driver-model/nvme.rst
 924
 925ONENAND
 926#M:     Lukasz Majewski <l.majewski@majess.pl>
 927S:      Orphaned (Since 2017-01)
 928T:      git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
 929F:      drivers/mtd/onenand/
 930
 931OUT4-IMX6ULL-NANO BOARD
 932M:      Oleh Kravchenko <oleg@kaa.org.ua>
 933S:      Maintained
 934T:      git https://github.com/Oleh-Kravchenko/u-boot-out4.git
 935F:      arch/arm/dts/ev-imx280-nano-x-mb.dts
 936F:      arch/arm/dts/o4-imx-nano.dts
 937F:      arch/arm/dts/o4-imx6ull-nano.dtsi
 938F:      board/out4
 939F:      configs/ev-imx280-nano-x-mb_defconfig
 940F:      configs/o4-imx6ull-nano_defconfig
 941F:      include/configs/o4-imx6ull-nano.h
 942
 943PATMAN
 944M:      Simon Glass <sjg@chromium.org>
 945S:      Maintained
 946F:      tools/patman/
 947
 948PCI Endpoint
 949M:      Ramon Fried <rfried.dev@gmail.com>
 950S:      Maintained
 951F:      drivers/pci_endpoint/
 952F:  include/pci_ep.h
 953
 954PCI MPC85xx
 955M:      Heiko Schocher <hs@denx.de>
 956S:      Maintained
 957F:      drivers/pci/pci_mpc85xx.c
 958
 959POWER
 960M:      Jaehoon Chung <jh80.chung@samsung.com>
 961S:      Maintained
 962T:      git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
 963F:      drivers/power/
 964
 965POWERPC
 966M:      Wolfgang Denk <wd@denx.de>
 967S:      Maintained
 968F:      arch/powerpc/
 969
 970POWERPC MPC8XX
 971M:      Christophe Leroy <christophe.leroy@c-s.fr>
 972S:      Maintained
 973T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
 974F:      arch/powerpc/cpu/mpc8xx/
 975
 976POWERPC MPC83XX
 977M:      Mario Six <mario.six@gdsys.cc>
 978S:      Maintained
 979T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git
 980F:      drivers/ram/mpc83xx_sdram.c
 981F:      include/dt-bindings/memory/mpc83xx-sdram.h
 982F:      drivers/sysreset/sysreset_mpc83xx.c
 983F:      drivers/sysreset/sysreset_mpc83xx.h
 984F:      drivers/clk/mpc83xx_clk.c
 985F:      drivers/clk/mpc83xx_clk.h
 986F:      include/dt-bindings/clk/mpc83xx-clk.h
 987F:      drivers/timer/mpc83xx_timer.c
 988F:      drivers/cpu/mpc83xx_cpu.c
 989F:      drivers/cpu/mpc83xx_cpu.h
 990F:      drivers/misc/mpc83xx_serdes.c
 991F:      arch/powerpc/cpu/mpc83xx/
 992F:      arch/powerpc/include/asm/arch-mpc83xx/
 993
 994POWERPC MPC85XX
 995M:      Priyanka Jain <priyanka.jain@nxp.com>
 996S:      Maintained
 997T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
 998F:      arch/powerpc/cpu/mpc85xx/
 999
1000POWERPC MPC86XX
1001M:      Priyanka Jain <priyanka.jain@nxp.com>
1002S:      Maintained
1003T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc86xx.git
1004F:      arch/powerpc/cpu/mpc86xx/
1005
1006RISC-V
1007M:      Rick Chen <rick@andestech.com>
1008M:      Leo <ycliang@andestech.com>
1009S:      Maintained
1010T:      git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
1011F:      arch/riscv/
1012F:      cmd/riscv/
1013F:      doc/usage/sbi.rst
1014F:      drivers/timer/andes_plmt_timer.c
1015F:      drivers/timer/sifive_clint_timer.c
1016F:      tools/prelink-riscv.c
1017
1018RISC-V KENDRYTE
1019M:      Sean Anderson <seanga2@gmail.com>
1020S:      Maintained
1021F:      doc/device-tree-bindings/mfd/kendryte,k210-sysctl.txt
1022F:      doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt
1023F:      drivers/clk/kendryte/
1024F:      drivers/pinctrl/kendryte/
1025F:      include/kendryte/
1026
1027RNG
1028M:      Sughosh Ganu <sughosh.ganu@linaro.org>
1029R:      Heinrich Schuchardt <xypron.glpk@gmx.de>
1030S:      Maintained
1031F:      cmd/rng.c
1032F:      doc/api/rng.rst
1033F:      drivers/rng/
1034F:      drivers/virtio/virtio_rng.c
1035F:      include/rng.h
1036
1037ROCKUSB
1038M:      Eddie Cai <eddie.cai.linux@gmail.com>
1039S:      Maintained
1040F:      drivers/usb/gadget/f_rockusb.c
1041F:      cmd/rockusb.c
1042F:      doc/README.rockusb
1043
1044SANDBOX
1045M:      Simon Glass <sjg@chromium.org>
1046S:      Maintained
1047F:      arch/sandbox/
1048F:      doc/arch/sandbox.rst
1049F:      include/dt-bindings/*/sandbox*.h
1050
1051SH
1052M:      Marek Vasut <marek.vasut+renesas@gmail.com>
1053M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1054S:      Maintained
1055T:      git https://source.denx.de/u-boot/custodians/u-boot-sh.git
1056F:      arch/sh/
1057
1058SPI
1059M:      Jagan Teki <jagan@amarulasolutions.com>
1060S:      Maintained
1061T:      git https://source.denx.de/u-boot/custodians/u-boot-spi.git
1062F:      drivers/spi/
1063F:      include/spi*
1064
1065SPI-NOR
1066M:      Jagan Teki <jagan@amarulasolutions.com>
1067M:      Vignesh R <vigneshr@ti.com>
1068S:      Maintained
1069F:      drivers/mtd/spi/
1070F:      include/spi_flash.h
1071F:      include/linux/mtd/cfi.h
1072F:      include/linux/mtd/spi-nor.h
1073
1074SPMI
1075M:      Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
1076S:      Maintained
1077F:      drivers/spmi/
1078F:      include/spmi/
1079
1080SQUASHFS
1081M:      Joao Marcos Costa <joaomarcos.costa@bootlin.com>
1082R:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
1083R:      Miquel Raynal <miquel.raynal@bootlin.com>
1084S:      Maintained
1085F:      fs/squashfs/
1086F:      include/sqfs.h
1087F:      cmd/sqfs.c
1088F:      test/py/tests/test_fs/test_squashfs/
1089
1090STACKPROTECTOR
1091M:      Joel Peshkin <joel.peshkin@broadcom.com>
1092S:      Maintained
1093F:      common/stackprot.c
1094F:      cmd/stackprot_test.c
1095F:      test/py/tests/test_stackprotector.py
1096
1097TARGET_BCMNS3
1098M:      Bharat Gooty <bharat.gooty@broadcom.com>
1099M:      Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
1100S:      Maintained
1101F:      board/broadcom/bcmns3/
1102F:      doc/README.bcmns3
1103F:      configs/bcm_ns3_defconfig
1104F:      include/configs/bcm_ns3.h
1105F:      include/dt-bindings/memory/bcm-ns3-mc.h
1106F:      arch/arm/Kconfig
1107F:      arch/arm/dts/ns3-board.dts
1108F:      arch/arm/dts/ns3.dtsi
1109F:      arch/arm/cpu/armv8/bcmns3
1110F:      arch/arm/include/asm/arch-bcmns3/
1111F:      cmd/broadcom/Makefile
1112F:      cmd/broadcom/chimp_boot.c
1113F:      cmd/broadcom/nitro_image_load.c
1114F:      cmd/broadcom/chimp_handshake.c
1115
1116TDA19988 HDMI ENCODER
1117M:      Liviu Dudau <liviu.dudau@foss.arm.com>
1118S:      Maintained
1119F:      drivers/video/tda19988.c
1120
1121TI SYSTEM SECURITY
1122M:      Andrew F. Davis <afd@ti.com>
1123S:      Supported
1124F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
1125F:      arch/arm/mach-omap2/sec-common.c
1126F:      arch/arm/mach-omap2/config_secure.mk
1127F:      arch/arm/mach-k3/security.c
1128F:      arch/arm/mach-k3/config_secure.mk
1129F:      configs/am335x_hs_evm_defconfig
1130F:      configs/am335x_hs_evm_uart_defconfig
1131F:      configs/am43xx_hs_evm_defconfig
1132F:      configs/am57xx_hs_evm_defconfig
1133F:      configs/am57xx_hs_evm_usb_defconfig
1134F:      configs/dra7xx_hs_evm_defconfig
1135F:      configs/dra7xx_hs_evm_usb_defconfig
1136F:      configs/k2hk_hs_evm_defconfig
1137F:      configs/k2e_hs_evm_defconfig
1138F:      configs/k2g_hs_evm_defconfig
1139F:      configs/k2l_hs_evm_defconfig
1140F:      configs/am65x_hs_evm_r5_defconfig
1141F:      configs/am65x_hs_evm_a53_defconfig
1142F:      configs/j721e_hs_evm_r5_defconfig
1143F:      configs/j721e_hs_evm_a72_defconfig
1144
1145TQ GROUP
1146#M:     Martin Krause <martin.krause@tq-systems.de>
1147S:      Orphaned (Since 2016-02)
1148T:      git git://git.denx.de/u-boot-tq-group.git
1149
1150TEE
1151M:      Jens Wiklander <jens.wiklander@linaro.org>
1152S:      Maintained
1153F:      drivers/tee/
1154F:      include/tee.h
1155F:      include/tee/
1156
1157TEE-lib
1158M:      Bryan O'Donoghue <bryan.odonoghue@linaro.org>
1159S:      Maintained
1160F:      lib/optee
1161
1162UBI
1163M:      Kyungmin Park <kmpark@infradead.org>
1164M:      Heiko Schocher <hs@denx.de>
1165S:      Maintained
1166T:      git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
1167F:      drivers/mtd/ubi/
1168
1169UFS
1170M:      Faiz Abbas <faiz_abbas@ti.com>
1171S:      Maintained
1172F:      drivers/ufs/
1173
1174USB
1175M:      Marek Vasut <marex@denx.de>
1176S:      Maintained
1177T:      git https://source.denx.de/u-boot/custodians/u-boot-usb.git
1178F:      drivers/usb/
1179F:      common/usb.c
1180F:      common/usb_kbd.c
1181F:      include/usb.h
1182
1183USB xHCI
1184M:      Bin Meng <bmeng.cn@gmail.com>
1185S:      Maintained
1186T:      git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
1187F:      drivers/usb/host/xhci*
1188F:      include/usb/xhci.h
1189
1190VIDEO
1191M:      Anatolij Gustschin <agust@denx.de>
1192S:      Maintained
1193T:      git https://source.denx.de/u-boot/custodians/u-boot-video.git
1194F:      drivers/video/
1195F:      common/lcd*.c
1196F:      include/lcd*.h
1197F:      include/video*.h
1198
1199VirtIO
1200M:      Bin Meng <bmeng.cn@gmail.com>
1201S:      Maintained
1202F:      drivers/virtio/
1203F:      cmd/virtio.c
1204F:      include/config/virtio/
1205F:      include/config/virtio.h
1206F:      include/config/cmd/virtio.h
1207F:      include/virtio*.h
1208F:      test/dm/virtio.c
1209F:      doc/develop/driver-model/virtio.rst
1210
1211X86
1212M:      Simon Glass <sjg@chromium.org>
1213M:      Bin Meng <bmeng.cn@gmail.com>
1214S:      Maintained
1215T:      git https://source.denx.de/u-boot/custodians/u-boot-x86.git
1216F:      arch/x86/
1217F:      cmd/x86/
1218
1219XEN
1220M:      Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
1221M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
1222S:      Maintained
1223F:      arch/arm/cpu/armv8/xen/
1224F:      arch/arm/include/asm/xen.h
1225F:      arch/arm/include/asm/xen/
1226F:      cmd/pvblock.c
1227F:      drivers/serial/serial_xen.c
1228F:      drivers/xen/
1229F:      include/pvblock.h
1230F:      include/xen/
1231F:      include/xen.h
1232F:      lib/sscanf.c
1233F:      test/lib/sscanf.c
1234
1235XTENSA
1236M:      Max Filippov <jcmvbkbc@gmail.com>
1237S:      Maintained
1238F:      arch/xtensa/
1239
1240THE REST
1241M:      Tom Rini <trini@konsulko.com>
1242L:      u-boot@lists.denx.de
1243Q:      http://patchwork.ozlabs.org/project/uboot/list/
1244S:      Maintained
1245T:      git https://source.denx.de/u-boot/u-boot.git
1246F:      configs/tools-only_defconfig
1247F:      *
1248F:      */
1249