100f141ccSDaniel SchwierzeckDescriptions of section entries: 200f141ccSDaniel Schwierzeck 300f141ccSDaniel Schwierzeck P: Person (obsolete) 400f141ccSDaniel Schwierzeck M: Mail patches to: FullName <address@domain> 565fa17d4SHeinrich Schuchardt R: Designated reviewer: FullName <address@domain> 665fa17d4SHeinrich Schuchardt These reviewers should be CCed on patches. 700f141ccSDaniel Schwierzeck L: Mailing list that is relevant to this area 800f141ccSDaniel Schwierzeck W: Web-page with status/info 900f141ccSDaniel Schwierzeck Q: Patchwork web based patch tracking system site 1000f141ccSDaniel Schwierzeck T: SCM tree type and location. 1100f141ccSDaniel Schwierzeck Type is one of: git, hg, quilt, stgit, topgit 1200f141ccSDaniel Schwierzeck S: Status, one of the following: 1300f141ccSDaniel Schwierzeck Supported: Someone is actually paid to look after this. 1400f141ccSDaniel Schwierzeck Maintained: Someone actually looks after it. 1500f141ccSDaniel Schwierzeck Odd Fixes: It has a maintainer but they don't have time to do 1600f141ccSDaniel Schwierzeck much other than throw the odd patch in. See below.. 1700f141ccSDaniel Schwierzeck Orphan: No current maintainer [but maybe you could take the 1800f141ccSDaniel Schwierzeck role as you write your new code]. 1900f141ccSDaniel Schwierzeck Obsolete: Old code. Something tagged obsolete generally means 2000f141ccSDaniel Schwierzeck it has been replaced by a better system and you 2100f141ccSDaniel Schwierzeck should be using that. 2200f141ccSDaniel Schwierzeck F: Files and directories with wildcard patterns. 2300f141ccSDaniel Schwierzeck A trailing slash includes all files and subdirectory files. 2400f141ccSDaniel Schwierzeck F: drivers/net/ all files in and below drivers/net 2500f141ccSDaniel Schwierzeck F: drivers/net/* all files in drivers/net, but not below 2600f141ccSDaniel Schwierzeck F: */net/* all files in "any top level directory"/net 2700f141ccSDaniel Schwierzeck One pattern per line. Multiple F: lines acceptable. 2800f141ccSDaniel Schwierzeck N: Files and directories with regex patterns. 2900f141ccSDaniel Schwierzeck N: [^a-z]tegra all files whose path contains the word tegra 3000f141ccSDaniel Schwierzeck One pattern per line. Multiple N: lines acceptable. 3100f141ccSDaniel Schwierzeck scripts/get_maintainer.pl has different behavior for files that 3200f141ccSDaniel Schwierzeck match F: pattern and matches of N: patterns. By default, 3300f141ccSDaniel Schwierzeck get_maintainer will not look at git log history when an F: pattern 3400f141ccSDaniel Schwierzeck match occurs. When an N: match occurs, git log history is used 3500f141ccSDaniel Schwierzeck to also notify the people that have git commit signatures. 3600f141ccSDaniel Schwierzeck X: Files and directories that are NOT maintained, same rules as F: 3700f141ccSDaniel Schwierzeck Files exclusions are tested before file matches. 3800f141ccSDaniel Schwierzeck Can be useful for excluding a specific subdirectory, for instance: 3900f141ccSDaniel Schwierzeck F: net/ 4000f141ccSDaniel Schwierzeck X: net/ipv6/ 4100f141ccSDaniel Schwierzeck matches all files in and below net excluding net/ipv6/ 4200f141ccSDaniel Schwierzeck K: Keyword perl extended regex pattern to match content in a 4300f141ccSDaniel Schwierzeck patch or file. For instance: 4400f141ccSDaniel Schwierzeck K: of_get_profile 4500f141ccSDaniel Schwierzeck matches patches or files that contain "of_get_profile" 4600f141ccSDaniel Schwierzeck K: \b(printk|pr_(info|err))\b 4700f141ccSDaniel Schwierzeck matches patches or files that contain one or more of the words 4800f141ccSDaniel Schwierzeck printk, pr_info or pr_err 4900f141ccSDaniel Schwierzeck One regex pattern per line. Multiple K: lines acceptable. 5000f141ccSDaniel Schwierzeck 5100f141ccSDaniel SchwierzeckNote: For the hard of thinking, this list is meant to remain in alphabetical 5200f141ccSDaniel Schwierzeckorder. If you could add yourselves to it in alphabetical order that would be 5300f141ccSDaniel Schwierzeckso much easier [Ed] 5400f141ccSDaniel Schwierzeck 5500f141ccSDaniel SchwierzeckMaintainers List (try to look for most precise areas first) 5600f141ccSDaniel Schwierzeck 5700f141ccSDaniel Schwierzeck ----------------------------------- 5800f141ccSDaniel SchwierzeckARC 5900f141ccSDaniel SchwierzeckM: Alexey Brodkin <alexey.brodkin@synopsys.com> 604006200dSEugeniy PaltsevM: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> 6100f141ccSDaniel SchwierzeckS: Maintained 624006200dSEugeniy PaltsevL: uboot-snps-arc@synopsys.com 6300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-arc.git 6400f141ccSDaniel SchwierzeckF: arch/arc/ 65b08b113eSAlexey BrodkinF: board/synopsys/ 6600f141ccSDaniel Schwierzeck 67e80dac0aSEugeniy PaltsevARC HSDK CGU CLOCK 68e80dac0aSEugeniy PaltsevM: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> 69e80dac0aSEugeniy PaltsevS: Maintained 70e80dac0aSEugeniy PaltsevL: uboot-snps-arc@synopsys.com 71e80dac0aSEugeniy PaltsevF: drivers/clk/clk-hsdk-cgu.c 72e80dac0aSEugeniy PaltsevF: include/dt-bindings/clock/snps,hsdk-cgu.h 73e80dac0aSEugeniy PaltsevF: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt 74e80dac0aSEugeniy Paltsev 75b7d6e0abSHeinrich SchuchardtARC HSDK CREG GPIO 76b7d6e0abSHeinrich SchuchardtM: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> 77b7d6e0abSHeinrich SchuchardtS: Maintained 78b7d6e0abSHeinrich SchuchardtL: uboot-snps-arc@synopsys.com 797620ec4dSEugeniy PaltsevF: doc/device-tree-bindings/gpio/snps,creg-gpio.txt 80b7d6e0abSHeinrich SchuchardtF: drivers/gpio/hsdk-creg-gpio.c 81b7d6e0abSHeinrich Schuchardt 8200f141ccSDaniel SchwierzeckARM 8300f141ccSDaniel SchwierzeckM: Albert Aribaud <albert.u.boot@aribaud.net> 8400f141ccSDaniel SchwierzeckS: Maintained 8500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-arm.git 8600f141ccSDaniel SchwierzeckF: arch/arm/ 8700f141ccSDaniel Schwierzeck 88d8540a16SPavel MachekARM ALTERA SOCFPGA 89d8540a16SPavel MachekM: Marek Vasut <marex@denx.de> 90d8540a16SPavel MachekS: Maintainted 91d8540a16SPavel MachekT: git git://git.denx.de/u-boot-socfpga.git 92f22dede2SJagan TekiF: arch/arm/mach-socfpga/ 93d8540a16SPavel Machek 9400f141ccSDaniel SchwierzeckARM ATMEL AT91 9509c2b8f3SAndreas BießmannM: Andreas Bießmann <andreas@biessmann.org> 9600f141ccSDaniel SchwierzeckS: Maintained 9700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-atmel.git 9862011840SMasahiro YamadaF: arch/arm/mach-at91/ 9900f141ccSDaniel Schwierzeck 100fe84ebf0SStephen WarrenARM BROADCOM BCM283X 101958d55f2SAlexander GrafM: Alexander Graf <agraf@suse.de> 102958d55f2SAlexander GrafS: Maintained 103fe84ebf0SStephen WarrenF: arch/arm/mach-bcm283x/ 104fe84ebf0SStephen WarrenF: drivers/gpio/bcm2835_gpio.c 105fe84ebf0SStephen WarrenF: drivers/mmc/bcm2835_sdhci.c 106c8a73a26SAlexander GrafF: drivers/mmc/bcm2835_sdhost.c 107fe84ebf0SStephen WarrenF: drivers/serial/serial_bcm283x_mu.c 1086001985fSAlexander GrafF: drivers/serial/serial_bcm283x_pl011.c 109fe84ebf0SStephen WarrenF: drivers/video/bcm2835.c 110fe84ebf0SStephen WarrenF: include/dm/platform_data/serial_bcm283x_mu.h 111caf2233bSAlexander GrafF: drivers/pinctrl/broadcom/ 112fe84ebf0SStephen Warren 113894c3ad2SThomas FitzsimmonsARM BROADCOM BCMSTB 114894c3ad2SThomas FitzsimmonsM: Thomas Fitzsimmons <fitzsim@fitzsim.org> 115894c3ad2SThomas FitzsimmonsS: Maintained 116894c3ad2SThomas FitzsimmonsF: arch/arm/mach-bcmstb/ 117894c3ad2SThomas FitzsimmonsF: board/broadcom/bcmstb/ 1183f20321aSThomas FitzsimmonsF: configs/bcm7*_defconfig 119894c3ad2SThomas FitzsimmonsF: doc/README.bcm7xxx 120894c3ad2SThomas FitzsimmonsF: drivers/mmc/bcmstb_sdhci.c 121894c3ad2SThomas FitzsimmonsF: drivers/spi/bcmstb_spi.c 122894c3ad2SThomas Fitzsimmons 123da1f7997SMarek BehúnARM/CZ.NIC TURRIS MOX SUPPORT 124da1f7997SMarek BehúnM: Marek Behun <marek.behun@nic.cz> 125da1f7997SMarek BehúnS: Maintained 126da1f7997SMarek BehúnF: arch/arm/dts/armada-3720-turris-mox.dts 127da1f7997SMarek BehúnF: board/CZ.NIC/ 128da1f7997SMarek BehúnF: configs/turris_*_defconfig 129da1f7997SMarek BehúnF: include/configs/turris_*.h 130da1f7997SMarek Behún 13100f141ccSDaniel SchwierzeckARM FREESCALE IMX 13200f141ccSDaniel SchwierzeckM: Stefano Babic <sbabic@denx.de> 1332aaf7c49SFabio EstevamM: Fabio Estevam <fabio.estevam@nxp.com> 134d17b0bedSPeng FanR: NXP i.MX U-Boot Team <uboot-imx@nxp.com> 13500f141ccSDaniel SchwierzeckS: Maintained 13600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-imx.git 13700f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm1136/mx*/ 13800f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/mx*/ 13900f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/vf610/ 140552a848eSStefano BabicF: arch/arm/mach-imx/ 14100f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-imx/ 14200f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-mx*/ 14300f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-vf610/ 144552a848eSStefano BabicF: arch/arm/include/asm/mach-imx/ 14577cbd3a1SFabio EstevamF: board/freescale/*mx*/ 14600f141ccSDaniel Schwierzeck 147ae4dc15dSPeter GriffinARM HISILICON 148ae4dc15dSPeter GriffinM: Peter Griffin <peter.griffin@linaro.org> 149ae4dc15dSPeter GriffinS: Maintained 150ae4dc15dSPeter GriffinF: arch/arm/cpu/armv8/hisilicon 1510f8525f5SHeinrich SchuchardtF: arch/arm/include/asm/arch-hi6220/ 152ae4dc15dSPeter Griffin 1534b8cb843SMarek BehúnARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX 15400f141ccSDaniel SchwierzeckM: Prafulla Wadaskar <prafulla@marvell.com> 1555ea01961SLuka PerkovM: Luka Perkov <luka.perkov@sartura.hr> 156f822d857SStefan RoeseM: Stefan Roese <sr@denx.de> 15700f141ccSDaniel SchwierzeckS: Maintained 15800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-marvell.git 15956f86e39SMasahiro YamadaF: arch/arm/mach-kirkwood/ 160f822d857SStefan RoeseF: arch/arm/mach-mvebu/ 161592b4a7eSKen MaF: drivers/ata/ahci_mvebu.c 1624b8cb843SMarek BehúnF: drivers/phy/marvell/ 16300f141ccSDaniel Schwierzeck 16400f141ccSDaniel SchwierzeckARM MARVELL PXA 16500f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 16600f141ccSDaniel SchwierzeckS: Maintained 16700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-pxa.git 16800f141ccSDaniel SchwierzeckF: arch/arm/cpu/pxa/ 16900f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-pxa/ 17000f141ccSDaniel Schwierzeck 171a9da9eebSRyder LeeARM MEDIATEK 172a9da9eebSRyder LeeM: Ryder Lee <ryder.lee@mediatek.com> 173a9da9eebSRyder LeeM: Weijie Gao <weijie.gao@mediatek.com> 174a9da9eebSRyder LeeS: Maintained 175a9da9eebSRyder LeeF: arch/arm/mach-mediatek/ 176a9da9eebSRyder LeeF: arch/arm/include/asm/arch-mediatek/ 177a9da9eebSRyder LeeF: board/mediatek/ 178a9da9eebSRyder LeeF: doc/README.mediatek 179a9da9eebSRyder LeeF: drivers/clk/mediatek/ 180a9da9eebSRyder LeeF: drivers/mmc/mtk-sd.c 181a9da9eebSRyder LeeF: drivers/pinctrl/mediatek/ 182a9da9eebSRyder LeeF: drivers/power/domain/mtk-power-domain.c 183a9da9eebSRyder LeeF: drivers/ram/mediatek/ 184a9da9eebSRyder LeeF: drivers/spi/mtk_qspi.c 185a9da9eebSRyder LeeF: drivers/timer/mtk_timer.c 186a9da9eebSRyder LeeF: drivers/watchdog/mtk_wdt.c 187d049ff9cSWeijie GaoF: drivers/net/mtk_eth.c 188d049ff9cSWeijie GaoF: drivers/reset/reset-mediatek.c 189a9da9eebSRyder LeeF: tools/mtk_image.c 190a9da9eebSRyder LeeF: tools/mtk_image.h 191a9da9eebSRyder LeeN: mediatek 192a9da9eebSRyder Lee 193e2a1484cSManivannan SadhasivamARM OWL 194e2a1484cSManivannan SadhasivamM: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> 195e2a1484cSManivannan SadhasivamS: Maintained 196e2a1484cSManivannan SadhasivamF: arch/arm/include/asm/arch-owl/ 197e2a1484cSManivannan SadhasivamF: arch/arm/mach-owl/ 198e2a1484cSManivannan SadhasivamF: board/ucRobotics/ 199e2a1484cSManivannan SadhasivamF: drivers/clk/owl/ 200e2a1484cSManivannan SadhasivamF: drivers/serial/serial_owl.c 201e2a1484cSManivannan Sadhasivam 2024810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR 2034810c2f8SNobuhiro IwamatsuM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 2049db60e25SMarek VasutM: Marek Vasut <marek.vasut+renesas@gmail.com> 2054810c2f8SNobuhiro IwamatsuS: Maintained 2064810c2f8SNobuhiro IwamatsuT: git git://git.denx.de/u-boot-sh.git 2074810c2f8SNobuhiro IwamatsuF: arch/arm/mach-rmobile/ 2084810c2f8SNobuhiro Iwamatsu 209c3caeac0SMasahiro YamadaARM ROCKCHIP 210c3caeac0SMasahiro YamadaM: Simon Glass <sjg@chromium.org> 211f8714372SPhilipp TomsichM: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> 212c3caeac0SMasahiro YamadaS: Maintained 213c3caeac0SMasahiro YamadaT: git git://git.denx.de/u-boot-rockchip.git 2148b45193aSPhilipp TomsichF: arch/arm/include/asm/arch-rockchip/ 215c3caeac0SMasahiro YamadaF: arch/arm/mach-rockchip/ 216ae0fc89eSKever YangF: board/rockchip/ 2178b45193aSPhilipp TomsichF: drivers/clk/rockchip/ 2188b45193aSPhilipp TomsichF: drivers/gpio/rk_gpio.c 2198b45193aSPhilipp TomsichF: drivers/misc/rockchip-efuse.c 22047b8583fSPhilipp TomsichF: drivers/mmc/rockchip_sdhci.c 22147b8583fSPhilipp TomsichF: drivers/mmc/rockchip_dw_mmc.c 2228b45193aSPhilipp TomsichF: drivers/pinctrl/rockchip/ 2238b45193aSPhilipp TomsichF: drivers/ram/rockchip/ 2248b45193aSPhilipp TomsichF: drivers/sysreset/sysreset_rockchip.c 2253f565522SPhilipp TomsichF: drivers/video/rockchip/ 2268b45193aSPhilipp TomsichF: tools/rkcommon.c 2278b45193aSPhilipp TomsichF: tools/rkcommon.h 2288b45193aSPhilipp TomsichF: tools/rkimage.c 2298b45193aSPhilipp TomsichF: tools/rksd.c 2308b45193aSPhilipp TomsichF: tools/rkspi.c 231c3caeac0SMasahiro Yamada 23200f141ccSDaniel SchwierzeckARM SAMSUNG 23300f141ccSDaniel SchwierzeckM: Minkyu Kang <mk7.kang@samsung.com> 23400f141ccSDaniel SchwierzeckS: Maintained 23500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-samsung.git 236225f5eecSMinkyu KangF: arch/arm/mach-exynos/ 237225f5eecSMinkyu KangF: arch/arm/mach-s5pc1xx/ 23800f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/s5p-common/ 23900f141ccSDaniel Schwierzeck 240e721e981SMateusz KulikowskiARM SNAPDRAGON 24192a14a47SRamon FriedM: Ramon Fried <ramon.fried@gmail.com> 242e721e981SMateusz KulikowskiS: Maintained 243e721e981SMateusz KulikowskiF: arch/arm/mach-snapdragon/ 244ce18baf9SRamon FriedF: drivers/gpio/msm_gpio.c 245ce18baf9SRamon FriedF: drivers/mmc/msm_sdhci.c 24692454e47SRamon FriedF: drivers/phy/msm8916-usbh-phy.c 247ce18baf9SRamon FriedF: drivers/serial/serial_msm.c 248654dd4a8SRamon FriedF: drivers/smem/msm_smem.c 249ce18baf9SRamon FriedF: drivers/usb/host/ehci-msm.c 250e721e981SMateusz Kulikowski 251b7d6e0abSHeinrich SchuchardtARM STI 252b7d6e0abSHeinrich SchuchardtM: Patrice Chotard <patrice.chotard@st.com> 253b7d6e0abSHeinrich SchuchardtS: Maintained 254b7d6e0abSHeinrich SchuchardtF: arch/arm/mach-sti/ 255b7d6e0abSHeinrich SchuchardtF: arch/arm/include/asm/arch-sti*/ 256b7d6e0abSHeinrich Schuchardt 25700f141ccSDaniel SchwierzeckARM STM SPEAR 2583a53aba3SBin Meng#M: Vipin Kumar <vipin.kumar@st.com> 2593a53aba3SBin MengS: Orphaned (Since 2016-02) 26000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-stm.git 26100f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/spear/ 26200f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-spear/ 26300f141ccSDaniel Schwierzeck 2642514c2d0SPatrick DelaunayARM STM STM32MP 2652514c2d0SPatrick DelaunayM: Patrick Delaunay <patrick.delaunay@st.com> 266f65b82ffSPatrice ChotardM: Christophe Kerello <christophe.kerello@st.com> 267f65b82ffSPatrice ChotardM: Patrice Chotard <patrice.chotard@st.com> 26884ee59a5SPatrick DelaunayL: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers) 2692514c2d0SPatrick DelaunayS: Maintained 270*67eea68aSPatrick DelaunayF: arch/arm/mach-stm32mp/ 271b57aaa07SHeinrich SchuchardtF: drivers/clk/clk_stm32mp1.c 272f65b82ffSPatrice ChotardF: drivers/i2c/stm32f7_i2c.c 273c3600e1fSPatrick DelaunayF: drivers/misc/stm32mp_fuse.c 274f65b82ffSPatrice ChotardF: drivers/mmc/stm32_sdmmc2.c 275f65b82ffSPatrice ChotardF: drivers/phy/phy-stm32-usbphyc.c 276f65b82ffSPatrice ChotardF: drivers/pinctrl/pinctrl_stm32.c 277f65b82ffSPatrice ChotardF: drivers/power/regulator/stm32-vrefbuf.c 278b57aaa07SHeinrich SchuchardtF: drivers/ram/stm32mp1/ 279f65b82ffSPatrice ChotardF: drivers/misc/stm32_rcc.c 280f65b82ffSPatrice ChotardF: drivers/reset/stm32-reset.c 281f65b82ffSPatrice ChotardF: drivers/spi/stm32_qspi.c 2822514c2d0SPatrick Delaunay 2839fa32b12SVikas ManochaARM STM STV0991 2849fa32b12SVikas ManochaM: Vikas Manocha <vikas.manocha@st.com> 2859fa32b12SVikas ManochaS: Maintained 2869fa32b12SVikas ManochaF: arch/arm/cpu/armv7/stv0991/ 2879fa32b12SVikas ManochaF: arch/arm/include/asm/arch-stv0991/ 2889fa32b12SVikas Manocha 28900f141ccSDaniel SchwierzeckARM SUNXI 290543bd273SJagan TekiM: Jagan Teki <jagan@openedev.com> 291bf8f4c44SMaxime RipardM: Maxime Ripard <maxime.ripard@bootlin.com> 292ed8f2a28SChen-Yu TsaiS: Maintained 29300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sunxi.git 29400f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/sunxi/ 29500f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-sunxi/ 296ed8f2a28SChen-Yu TsaiF: arch/arm/mach-sunxi/ 297ed8f2a28SChen-Yu TsaiF: board/sunxi/ 29800f141ccSDaniel Schwierzeck 29900f141ccSDaniel SchwierzeckARM TEGRA 30000f141ccSDaniel SchwierzeckM: Tom Warren <twarren@nvidia.com> 30100f141ccSDaniel SchwierzeckS: Maintained 30200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tegra.git 30309f455dcSMasahiro YamadaF: arch/arm/mach-tegra/ 30400f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-tegra*/ 30500f141ccSDaniel Schwierzeck 30600f141ccSDaniel SchwierzeckARM TI 3074e34d610STom RiniM: Tom Rini <trini@konsulko.com> 30800f141ccSDaniel SchwierzeckS: Maintained 30900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ti.git 31026f7c111SMasahiro YamadaF: arch/arm/mach-davinci/ 311586bde93SLokesh VutlaF: arch/arm/mach-k3/ 31226f7c111SMasahiro YamadaF: arch/arm/mach-keystone/ 31300f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-omap*/ 31400f141ccSDaniel SchwierzeckF: arch/arm/include/asm/ti-common/ 31500f141ccSDaniel Schwierzeck 3160fb63aa6SMasahiro YamadaARM UNIPHIER 317ed6226c4SMasahiro YamadaM: Masahiro Yamada <yamada.masahiro@socionext.com> 3180fb63aa6SMasahiro YamadaS: Maintained 3190fb63aa6SMasahiro YamadaT: git git://git.denx.de/u-boot-uniphier.git 3204c425570SMasahiro YamadaF: arch/arm/mach-uniphier/ 3215fd3f434SMasahiro YamadaF: configs/uniphier_*_defconfig 322eb006c83SMasahiro YamadaN: uniphier 3230fb63aa6SMasahiro Yamada 324ec48b6c9SMichal SimekARM VERSAL 325ec48b6c9SMichal SimekM: Michal Simek <michal.simek@xilinx.com> 326ec48b6c9SMichal SimekS: Maintained 327ec48b6c9SMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 328ec48b6c9SMichal SimekF: arch/arm/mach-versal/ 329ec48b6c9SMichal Simek 3300fabfeb2SLiviu DudauARM VERSATILE EXPRESS DRIVERS 3310fabfeb2SLiviu DudauM: Liviu Dudau <liviu.dudau@foss.arm.com> 3320fabfeb2SLiviu DudauS: Maintained 3330fabfeb2SLiviu DudauT: git git://github.com/ARM-software/u-boot.git 3340fabfeb2SLiviu DudauF: drivers/misc/vexpress_config.c 3350fabfeb2SLiviu DudauN: vexpress 3360fabfeb2SLiviu Dudau 33700f141ccSDaniel SchwierzeckARM ZYNQ 33800f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 33900f141ccSDaniel SchwierzeckS: Maintained 3408ae3d0b5SMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 3418ae3d0b5SMichal SimekF: arch/arm/mach-zynq/ 3428ae3d0b5SMichal SimekF: drivers/clk/clk_zynq.c 3438ae3d0b5SMichal SimekF: drivers/fpga/zynqpl.c 3448ae3d0b5SMichal SimekF: drivers/gpio/zynq_gpio.c 3458ae3d0b5SMichal SimekF: drivers/i2c/i2c-cdns.c 3468ae3d0b5SMichal SimekF: drivers/i2c/muxes/pca954x.c 3478ae3d0b5SMichal SimekF: drivers/i2c/zynq_i2c.c 3488ae3d0b5SMichal SimekF: drivers/mmc/zynq_sdhci.c 349a430fa06SMiquel RaynalF: drivers/mtd/nand/raw/zynq_nand.c 3508ae3d0b5SMichal SimekF: drivers/net/phy/xilinx_phy.c 3518ae3d0b5SMichal SimekF: drivers/net/zynq_gem.c 3528ae3d0b5SMichal SimekF: drivers/serial/serial_zynq.c 3538ae3d0b5SMichal SimekF: drivers/spi/zynq_qspi.c 3548ae3d0b5SMichal SimekF: drivers/spi/zynq_spi.c 3558ae3d0b5SMichal SimekF: drivers/usb/host/ehci-zynq.c 3568ae3d0b5SMichal SimekF: drivers/watchdog/cdns_wdt.c 35723e7e6b6SHeinrich SchuchardtF: include/zynqpl.h 3588ae3d0b5SMichal SimekF: tools/zynqimage.c 3598ae3d0b5SMichal SimekN: zynq 36000f141ccSDaniel Schwierzeck 36184c7204bSMichal SimekARM ZYNQMP 36284c7204bSMichal SimekM: Michal Simek <michal.simek@xilinx.com> 36384c7204bSMichal SimekS: Maintained 3648ae3d0b5SMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 365274ccb5bSMichal SimekF: arch/arm/mach-zynqmp/ 3663d14228fSMichal SimekF: drivers/clk/clk_zynqmp.c 3678ae3d0b5SMichal SimekF: drivers/fpga/zynqpl.c 3688ae3d0b5SMichal SimekF: drivers/gpio/zynq_gpio.c 3698ae3d0b5SMichal SimekF: drivers/i2c/i2c-cdns.c 3708ae3d0b5SMichal SimekF: drivers/i2c/muxes/pca954x.c 3718ae3d0b5SMichal SimekF: drivers/i2c/zynq_i2c.c 3728ae3d0b5SMichal SimekF: drivers/mmc/zynq_sdhci.c 373a430fa06SMiquel RaynalF: drivers/mtd/nand/raw/zynq_nand.c 3748ae3d0b5SMichal SimekF: drivers/net/phy/xilinx_phy.c 3758ae3d0b5SMichal SimekF: drivers/net/zynq_gem.c 3768ae3d0b5SMichal SimekF: drivers/serial/serial_zynq.c 3778ae3d0b5SMichal SimekF: drivers/spi/zynq_qspi.c 3788ae3d0b5SMichal SimekF: drivers/spi/zynq_spi.c 37972c37d12SMichal SimekF: drivers/timer/cadence-ttc.c 3808ae3d0b5SMichal SimekF: drivers/usb/host/ehci-zynq.c 3818ae3d0b5SMichal SimekF: drivers/watchdog/cdns_wdt.c 38223e7e6b6SHeinrich SchuchardtF: include/zynqmppl.h 383b123aff2SAlexander GrafF: tools/zynqmp* 3842570e129SMichal SimekN: ultra96 3858ae3d0b5SMichal SimekN: zynqmp 38684c7204bSMichal Simek 3871d6c54ecSMichal SimekARM ZYNQMP R5 3881d6c54ecSMichal SimekM: Michal Simek <michal.simek@xilinx.com> 3891d6c54ecSMichal SimekS: Maintained 3901d6c54ecSMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 3911d6c54ecSMichal SimekF: arch/arm/mach-zynqmp-r5/ 3921d6c54ecSMichal Simek 393bb48470dSSimon GlassBINMAN 394bb48470dSSimon GlassM: Simon Glass <sjg@chromium.org> 395bb48470dSSimon GlassS: Maintained 396bb48470dSSimon GlassF: tools/binman/ 397bb48470dSSimon Glass 39800f141ccSDaniel SchwierzeckBUILDMAN 39900f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 40000f141ccSDaniel SchwierzeckS: Maintained 40100f141ccSDaniel SchwierzeckF: tools/buildman/ 40200f141ccSDaniel Schwierzeck 40300f141ccSDaniel SchwierzeckCFI FLASH 40400f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 40500f141ccSDaniel SchwierzeckS: Maintained 40600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-cfi-flash.git 407c4c2e141SStefan RoeseF: drivers/mtd/cfi_flash.c 408c4c2e141SStefan RoeseF: drivers/mtd/jedec_flash.c 40900f141ccSDaniel Schwierzeck 41000f141ccSDaniel SchwierzeckCOLDFIRE 41108ae21afSFabio EstevamM: Huan Wang <alison.wang@nxp.com> 41282ebb7e5Sangelo@sysam.itM: Angelo Dureghello <angelo@sysam.it> 41300f141ccSDaniel SchwierzeckS: Maintained 41400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-coldfire.git 41500f141ccSDaniel SchwierzeckF: arch/m68k/ 41600f141ccSDaniel Schwierzeck 41700f141ccSDaniel SchwierzeckDFU 41856acf018SLukasz MajewskiM: Lukasz Majewski <lukma@denx.de> 41900f141ccSDaniel SchwierzeckS: Maintained 42000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-dfu.git 42100f141ccSDaniel SchwierzeckF: drivers/dfu/ 42255ca6138SLukasz MajewskiF: drivers/usb/gadget/ 42300f141ccSDaniel Schwierzeck 42400f141ccSDaniel SchwierzeckDRIVER MODEL 42500f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 42600f141ccSDaniel SchwierzeckS: Maintained 4278770633eSMasahiro YamadaT: git git://git.denx.de/u-boot-dm.git 42800f141ccSDaniel SchwierzeckF: drivers/core/ 42900f141ccSDaniel SchwierzeckF: include/dm/ 43000f141ccSDaniel SchwierzeckF: test/dm/ 43100f141ccSDaniel Schwierzeck 432e4a7394aSAlexander GrafEFI PAYLOAD 433e4a7394aSAlexander GrafM: Alexander Graf <agraf@suse.de> 43465fa17d4SHeinrich SchuchardtR: Heinrich Schuchardt <xypron.glpk@gmx.de> 435e4a7394aSAlexander GrafS: Maintained 436bc188a30SAlexander GrafT: git git://github.com/agraf/u-boot.git 4371914e5b5SHeinrich SchuchardtF: doc/README.uefi 43829a8a282SHeinrich SchuchardtF: doc/README.iscsi 43904459788SHeinrich SchuchardtF: Documentation/efi.rst 4405b2118a2SHeinrich SchuchardtF: include/capitalization.h 4410bc4b0daSHeinrich SchuchardtF: include/cp1250.h 4420bc4b0daSHeinrich SchuchardtF: include/cp437.h 443623b3a57SHeinrich SchuchardtF: include/efi* 444268ec6e0SHeinrich SchuchardtF: include/pe.h 445268ec6e0SHeinrich SchuchardtF: include/asm-generic/pe.h 4460b8a88abSHeinrich SchuchardtF: lib/charset.c 447bc0bd77eSHeinrich SchuchardtF: lib/efi*/ 448623b3a57SHeinrich SchuchardtF: test/py/tests/test_efi* 449f11a164bSHeinrich SchuchardtF: test/unicode_ut.c 450e4a7394aSAlexander GrafF: cmd/bootefi.c 451ac020196SHeinrich SchuchardtF: tools/file2include.c 452e4a7394aSAlexander Graf 4537e16342bSMichal SimekFPGA 4547e16342bSMichal SimekM: Michal Simek <michal.simek@xilinx.com> 4557e16342bSMichal SimekS: Maintained 4567e16342bSMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 4577e16342bSMichal SimekF: drivers/fpga/ 4587e16342bSMichal SimekF: cmd/fpga.c 4597e16342bSMichal SimekF: include/fpga.h 4607e16342bSMichal Simek 46100f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE 46200f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 46300f141ccSDaniel SchwierzeckS: Maintained 46400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fdt.git 46500f141ccSDaniel SchwierzeckF: lib/fdtdec* 46600f141ccSDaniel SchwierzeckF: lib/libfdt/ 46700f141ccSDaniel SchwierzeckF: include/fdt* 46818fa6230SHeinrich SchuchardtF: include/linux/libfdt* 469643f8d4cSAndreas FärberF: cmd/fdt.c 47000f141ccSDaniel SchwierzeckF: common/fdt_support.c 47100f141ccSDaniel Schwierzeck 47200f141ccSDaniel SchwierzeckFREEBSD 47300f141ccSDaniel SchwierzeckM: Rafal Jaworowski <raj@semihalf.com> 47400f141ccSDaniel SchwierzeckS: Maintained 47500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-freebsd.git 47600f141ccSDaniel Schwierzeck 47700f141ccSDaniel SchwierzeckFREESCALE QORIQ 4782f231025SYork SunM: York Sun <york.sun@nxp.com> 47900f141ccSDaniel SchwierzeckS: Maintained 48000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fsl-qoriq.git 48100f141ccSDaniel Schwierzeck 48200f141ccSDaniel SchwierzeckI2C 48300f141ccSDaniel SchwierzeckM: Heiko Schocher <hs@denx.de> 48400f141ccSDaniel SchwierzeckS: Maintained 48500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-i2c.git 48600f141ccSDaniel SchwierzeckF: drivers/i2c/ 48700f141ccSDaniel Schwierzeck 488e9c8d49dSSimon GlassLOGGING 489e9c8d49dSSimon GlassM: Simon Glass <sjg@chromium.org> 490e9c8d49dSSimon GlassS: Maintained 491e9c8d49dSSimon GlassT: git git://git.denx.de/u-boot.git 492e9c8d49dSSimon GlassF: common/log.c 493e9c8d49dSSimon GlassF: cmd/log.c 494ef11ed82SSimon GlassF: test/log/log_test.c 49520faa27cSSimon GlassF: test/py/tests/test_log.py 496e9c8d49dSSimon Glass 497c1a65a8cSLiviu DudauMALI DISPLAY PROCESSORS 498c1a65a8cSLiviu DudauM: Liviu Dudau <liviu.dudau@foss.arm.com> 499c1a65a8cSLiviu DudauS: Supported 500c1a65a8cSLiviu DudauT: git git://github.com/ARM-software/u-boot.git 501c1a65a8cSLiviu DudauF: drivers/video/mali_dp.c 502e3bc4bb8SHeiko SchocherF: drivers/i2c/i2c-versatile.c 503c1a65a8cSLiviu Dudau 50400f141ccSDaniel SchwierzeckMICROBLAZE 50500f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 50600f141ccSDaniel SchwierzeckS: Maintained 50700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-microblaze.git 50800f141ccSDaniel SchwierzeckF: arch/microblaze/ 5098ae3d0b5SMichal SimekF: cmd/mfsl.c 5108ae3d0b5SMichal SimekF: drivers/gpio/xilinx_gpio.c 5118ae3d0b5SMichal SimekF: drivers/net/xilinx_axi_emac.c 5128ae3d0b5SMichal SimekF: drivers/net/xilinx_emaclite.c 5138ae3d0b5SMichal SimekF: drivers/serial/serial_xuartlite.c 5148ae3d0b5SMichal SimekF: drivers/spi/xilinx_spi.c 5150d832b32SMichal SimekF: drivers/sysreset/sysreset_gpio.c 5168ae3d0b5SMichal SimekF: drivers/watchdog/xilinx_tb_wdt.c 5178ae3d0b5SMichal SimekN: xilinx 51800f141ccSDaniel Schwierzeck 51900f141ccSDaniel SchwierzeckMIPS 52000f141ccSDaniel SchwierzeckM: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 52100f141ccSDaniel SchwierzeckS: Maintained 52200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mips.git 52300f141ccSDaniel SchwierzeckF: arch/mips/ 52400f141ccSDaniel Schwierzeck 525dd1033e4SGregory CLEMENTMIPS MSCC 526dd1033e4SGregory CLEMENTM: Gregory CLEMENT <gregory.clement@bootlin.com> 527dd1033e4SGregory CLEMENTM: Lars Povlsen <lars.povlsen@microchip.com> 528dd1033e4SGregory CLEMENTM: Horatiu Vultur <horatiu.vultur@microchip.com> 529dd1033e4SGregory CLEMENTS: Maintained 530dd1033e4SGregory CLEMENTF: arch/mips/mach-mscc/ 531f8c8ceddSGregory CLEMENTF: arch/mips/dts/luton* 5326787c1ecSGregory CLEMENTF: arch/mips/dts/mscc* 5336787c1ecSGregory CLEMENTF: arch/mips/dts/ocelot* 534d1182056SHoratiu VulturF: arch/mips/dts/jr2* 535393b77d8SHoratiu VulturF: arch/mips/dts/serval* 5366787c1ecSGregory CLEMENTF: board/mscc/ 5376787c1ecSGregory CLEMENTF: configs/mscc* 538be8313feSLars PovlsenF: drivers/gpio/mscc_sgpio.c 539fd6e0b05SLars PovlsenF: drivers/spi/mscc_bb_spi.c 5406787c1ecSGregory CLEMENTF: include/configs/vcoreiii.h 541051de9b3SHoratiu VulturF: drivers/pinctrl/mscc/ 542c8546163SGregory CLEMENTF: drivers/net/ocelot_switch.c 543dd1033e4SGregory CLEMENT 544cd71b1d5SPaul BurtonMIPS JZ4780 545cd71b1d5SPaul BurtonM: Ezequiel Garcia <ezequiel@collabora.com> 546cd71b1d5SPaul BurtonS: Maintained 547cd71b1d5SPaul BurtonF: arch/mips/mach-jz47xx/ 548cd71b1d5SPaul Burton 54900f141ccSDaniel SchwierzeckMMC 550dbc39699SJaehoon ChungM: Jaehoon Chung <jh80.chung@samsung.com> 55100f141ccSDaniel SchwierzeckS: Maintained 55200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mmc.git 55300f141ccSDaniel SchwierzeckF: drivers/mmc/ 55400f141ccSDaniel Schwierzeck 5554ef17f9cSHeinrich SchuchardtNAND FLASH 5569f8aba7aSTom Rini#M: Scott Wood <oss@buserror.net> 5579f8aba7aSTom RiniS: Orphaned (Since 2018-07) 5584ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-nand-flash.git 559a430fa06SMiquel RaynalF: drivers/mtd/nand/raw/ 5604ef17f9cSHeinrich Schuchardt 5614ef17f9cSHeinrich SchuchardtNDS32 5624ef17f9cSHeinrich SchuchardtM: Macpaul Lin <macpaul@andestech.com> 5634ef17f9cSHeinrich SchuchardtS: Maintained 5644ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-nds32.git 5654ef17f9cSHeinrich SchuchardtF: arch/nds32/ 5664ef17f9cSHeinrich Schuchardt 567b7d6e0abSHeinrich SchuchardtNETWORK 568b7d6e0abSHeinrich SchuchardtM: Joe Hershberger <joe.hershberger@ni.com> 569b7d6e0abSHeinrich SchuchardtS: Maintained 570b7d6e0abSHeinrich SchuchardtT: git git://git.denx.de/u-boot-net.git 571b7d6e0abSHeinrich SchuchardtF: drivers/net/ 572b7d6e0abSHeinrich SchuchardtF: net/ 573b7d6e0abSHeinrich Schuchardt 5744ef17f9cSHeinrich SchuchardtNIOS 5754ef17f9cSHeinrich SchuchardtM: Thomas Chou <thomas@wytron.com.tw> 5764ef17f9cSHeinrich SchuchardtS: Maintained 5774ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-nios.git 5784ef17f9cSHeinrich SchuchardtF: arch/nios2/ 5794ef17f9cSHeinrich Schuchardt 5804ef17f9cSHeinrich SchuchardtONENAND 5814ef17f9cSHeinrich Schuchardt#M: Lukasz Majewski <l.majewski@majess.pl> 5824ef17f9cSHeinrich SchuchardtS: Orphaned (Since 2017-01) 5834ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-onenand.git 5844ef17f9cSHeinrich SchuchardtF: drivers/mtd/onenand/ 5854ef17f9cSHeinrich Schuchardt 58600f141ccSDaniel SchwierzeckPATMAN 58700f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 58800f141ccSDaniel SchwierzeckS: Maintained 58900f141ccSDaniel SchwierzeckF: tools/patman/ 59000f141ccSDaniel Schwierzeck 5914ef17f9cSHeinrich SchuchardtPOWER 5924ef17f9cSHeinrich SchuchardtM: Jaehoon Chung <jh80.chung@samsung.com> 5934ef17f9cSHeinrich SchuchardtS: Maintained 5944ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-pmic.git 5954ef17f9cSHeinrich SchuchardtF: drivers/power/ 5964ef17f9cSHeinrich Schuchardt 59700f141ccSDaniel SchwierzeckPOWERPC 59800f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 59900f141ccSDaniel SchwierzeckS: Maintained 60000f141ccSDaniel SchwierzeckF: arch/powerpc/ 60100f141ccSDaniel Schwierzeck 60200f141ccSDaniel SchwierzeckPOWERPC MPC8XX 603907208c4SChristophe LeroyM: Christophe Leroy <christophe.leroy@c-s.fr> 60400f141ccSDaniel SchwierzeckS: Maintained 60500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc8xx.git 60600f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc8xx/ 60700f141ccSDaniel Schwierzeck 60800f141ccSDaniel SchwierzeckPOWERPC MPC83XX 609e5ed4c3eSmario.six@gdsys.ccM: Mario Six <mario.six@gdsys.cc> 610e5ed4c3eSmario.six@gdsys.ccS: Maintained 61100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc83xx.git 612e4061556SMario SixF: drivers/ram/mpc83xx_sdram.c 613e4061556SMario SixF: include/dt-bindings/memory/mpc83xx-sdram.h 61476fdad1fSMario SixF: drivers/sysreset/sysreset_mpc83xx.c 61576fdad1fSMario SixF: drivers/sysreset/sysreset_mpc83xx.h 61607d538d2SMario SixF: drivers/clk/mpc83xx_clk.c 61707d538d2SMario SixF: drivers/clk/mpc83xx_clk.h 61807d538d2SMario SixF: include/dt-bindings/clk/mpc83xx-clk.h 6192c21749dSMario SixF: drivers/timer/mpc83xx_timer.c 62019fbdca4SMario SixF: drivers/cpu/mpc83xx_cpu.c 62119fbdca4SMario SixF: drivers/cpu/mpc83xx_cpu.h 622d2166319SMario SixF: drivers/misc/mpc83xx_serdes.c 62300f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc83xx/ 62400f141ccSDaniel SchwierzeckF: arch/powerpc/include/asm/arch-mpc83xx/ 62500f141ccSDaniel Schwierzeck 62600f141ccSDaniel SchwierzeckPOWERPC MPC85XX 6272f231025SYork SunM: York Sun <york.sun@nxp.com> 62800f141ccSDaniel SchwierzeckS: Maintained 62900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc85xx.git 63000f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc85xx/ 63100f141ccSDaniel Schwierzeck 63200f141ccSDaniel SchwierzeckPOWERPC MPC86XX 6332f231025SYork SunM: York Sun <york.sun@nxp.com> 63400f141ccSDaniel SchwierzeckS: Maintained 63500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc86xx.git 63600f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc86xx/ 63700f141ccSDaniel Schwierzeck 638f94c44e5SRick ChenRISC-V 639f94c44e5SRick ChenM: Rick Chen <rick@andestech.com> 640f94c44e5SRick ChenS: Maintained 641f94c44e5SRick ChenT: git git://git.denx.de/u-boot-riscv.git 642f94c44e5SRick ChenF: arch/riscv/ 643f94c44e5SRick ChenF: tools/prelink-riscv.c 644f94c44e5SRick Chen 6454ef17f9cSHeinrich SchuchardtROCKUSB 6464ef17f9cSHeinrich SchuchardtM: Eddie Cai <eddie.cai.linux@gmail.com> 6474ef17f9cSHeinrich SchuchardtS: Maintained 6484ef17f9cSHeinrich SchuchardtF: drivers/usb/gadget/f_rockusb.c 6494ef17f9cSHeinrich SchuchardtF: cmd/rockusb.c 6504ef17f9cSHeinrich SchuchardtF: doc/README.rockusb 6514ef17f9cSHeinrich Schuchardt 65200f141ccSDaniel SchwierzeckSANDBOX 65300f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 65400f141ccSDaniel SchwierzeckS: Maintained 65500f141ccSDaniel SchwierzeckF: arch/sandbox/ 65600f141ccSDaniel Schwierzeck 65700f141ccSDaniel SchwierzeckSH 65800f141ccSDaniel SchwierzeckM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 65900f141ccSDaniel SchwierzeckS: Maintained 66000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sh.git 66100f141ccSDaniel SchwierzeckF: arch/sh/ 66200f141ccSDaniel Schwierzeck 66300f141ccSDaniel SchwierzeckSPI 66416185a85SJagan TekiM: Jagan Teki <jagan@openedev.com> 66500f141ccSDaniel SchwierzeckS: Maintained 66600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-spi.git 66700f141ccSDaniel SchwierzeckF: drivers/mtd/spi/ 66800f141ccSDaniel SchwierzeckF: drivers/spi/ 66900f141ccSDaniel SchwierzeckF: include/spi* 67000f141ccSDaniel Schwierzeck 671e721e981SMateusz KulikowskiSPMI 672e721e981SMateusz KulikowskiM: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> 673e721e981SMateusz KulikowskiS: Maintained 674e721e981SMateusz KulikowskiF: drivers/spmi/ 675e721e981SMateusz KulikowskiF: include/spmi/ 676e721e981SMateusz Kulikowski 677055da186SLiviu DudauTDA19988 HDMI ENCODER 678055da186SLiviu DudauM: Liviu Dudau <liviu.dudau@foss.arm.com> 679055da186SLiviu DudauS: Maintained 680055da186SLiviu DudauF: drivers/video/tda19988.c 681055da186SLiviu Dudau 6824e2fdf45SAndrew F. DavisTI SYSTEM SECURITY 6834e2fdf45SAndrew F. DavisM: Andrew F. Davis <afd@ti.com> 6844e2fdf45SAndrew F. DavisS: Supported 6854e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S 6864e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/sec-common.c 6874e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/config_secure.mk 688a42eee12SAndrew F. DavisF: configs/am335x_hs_evm_defconfig 689c2dca337SAndrew F. DavisF: configs/am335x_hs_evm_uart_defconfig 6904e2fdf45SAndrew F. DavisF: configs/am43xx_hs_evm_defconfig 6914e2fdf45SAndrew F. DavisF: configs/am57xx_hs_evm_defconfig 6924e2fdf45SAndrew F. DavisF: configs/dra7xx_hs_evm_defconfig 6938a707bafSLokesh VutlaF: configs/k2hk_hs_evm_defconfig 6948a707bafSLokesh VutlaF: configs/k2e_hs_evm_defconfig 6958a707bafSLokesh VutlaF: configs/k2g_hs_evm_defconfig 696f274f265SMadan SrinivasF: configs/k2l_hs_evm_defconfig 6974e2fdf45SAndrew F. Davis 69800f141ccSDaniel SchwierzeckTQ GROUP 6993a53aba3SBin Meng#M: Martin Krause <martin.krause@tq-systems.de> 7003a53aba3SBin MengS: Orphaned (Since 2016-02) 70100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tq-group.git 70200f141ccSDaniel Schwierzeck 7039ff4a311SJens WiklanderTEE 7049ff4a311SJens WiklanderM: Jens Wiklander <jens.wiklander@linaro.org> 7059ff4a311SJens WiklanderS: Maintained 7069ff4a311SJens WiklanderF: drivers/tee/ 7079ff4a311SJens WiklanderF: include/tee.h 7081cc8cc4eSJens WiklanderF: include/tee/ 7099ff4a311SJens Wiklander 71000f141ccSDaniel SchwierzeckUBI 71100f141ccSDaniel SchwierzeckM: Kyungmin Park <kmpark@infradead.org> 71269337a9dSHeiko SchocherM: Heiko Schocher <hs@denx.de> 71300f141ccSDaniel SchwierzeckS: Maintained 71400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ubi.git 71500f141ccSDaniel SchwierzeckF: drivers/mtd/ubi/ 71600f141ccSDaniel Schwierzeck 71700f141ccSDaniel SchwierzeckUSB 71800f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 71900f141ccSDaniel SchwierzeckS: Maintained 72000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-usb.git 72100f141ccSDaniel SchwierzeckF: drivers/usb/ 72200f141ccSDaniel Schwierzeck 723c0c5f910SBin MengUSB xHCI 724c0c5f910SBin MengM: Bin Meng <bmeng.cn@gmail.com> 725c0c5f910SBin MengS: Maintained 726c0c5f910SBin MengT: git git://git.denx.de/u-boot-usb.git topic-xhci 727c0c5f910SBin MengF: drivers/usb/host/xhci* 728c0c5f910SBin Meng 72900f141ccSDaniel SchwierzeckVIDEO 73000f141ccSDaniel SchwierzeckM: Anatolij Gustschin <agust@denx.de> 73100f141ccSDaniel SchwierzeckS: Maintained 73200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-video.git 73300f141ccSDaniel SchwierzeckF: drivers/video/ 734c967fb78SAnatolij GustschinF: common/lcd*.c 735c967fb78SAnatolij GustschinF: include/lcd*.h 7369cdbc906SHeinrich SchuchardtF: include/video*.h 73700f141ccSDaniel Schwierzeck 73800f141ccSDaniel SchwierzeckX86 73900f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 740dc5210a2SBin MengM: Bin Meng <bmeng.cn@gmail.com> 74100f141ccSDaniel SchwierzeckS: Maintained 74200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-x86.git 74300f141ccSDaniel SchwierzeckF: arch/x86/ 74400f141ccSDaniel Schwierzeck 745de5e5ceaSChris ZankelXTENSA 746de5e5ceaSChris ZankelM: Max Filippov <jcmvbkbc@gmail.com> 747de5e5ceaSChris ZankelS: Maintained 748de5e5ceaSChris ZankelF: arch/xtensa/ 749de5e5ceaSChris Zankel 75000f141ccSDaniel SchwierzeckTHE REST 7514e34d610STom RiniM: Tom Rini <trini@konsulko.com> 75200f141ccSDaniel SchwierzeckL: u-boot@lists.denx.de 75300f141ccSDaniel SchwierzeckQ: http://patchwork.ozlabs.org/project/uboot/list/ 75400f141ccSDaniel SchwierzeckS: Maintained 75500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot.git 75680870e2aSOtavio SalvadorF: configs/tools-only_defconfig 75700f141ccSDaniel SchwierzeckF: * 75800f141ccSDaniel SchwierzeckF: */ 759