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