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 12300f141ccSDaniel SchwierzeckARM FREESCALE IMX 12400f141ccSDaniel SchwierzeckM: Stefano Babic <sbabic@denx.de> 1252aaf7c49SFabio EstevamM: Fabio Estevam <fabio.estevam@nxp.com> 1260ea82ba2SPeng FanR: NXP Linux Team <linux-imx@nxp.com> 12700f141ccSDaniel SchwierzeckS: Maintained 12800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-imx.git 12900f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm1136/mx*/ 13000f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/mx*/ 13100f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/vf610/ 132552a848eSStefano BabicF: arch/arm/mach-imx/ 13300f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-imx/ 13400f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-mx*/ 13500f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-vf610/ 136552a848eSStefano BabicF: arch/arm/include/asm/mach-imx/ 13777cbd3a1SFabio EstevamF: board/freescale/*mx*/ 13800f141ccSDaniel Schwierzeck 139ae4dc15dSPeter GriffinARM HISILICON 140ae4dc15dSPeter GriffinM: Peter Griffin <peter.griffin@linaro.org> 141ae4dc15dSPeter GriffinS: Maintained 142ae4dc15dSPeter GriffinF: arch/arm/cpu/armv8/hisilicon 1430f8525f5SHeinrich SchuchardtF: arch/arm/include/asm/arch-hi6220/ 144ae4dc15dSPeter Griffin 1454b8cb843SMarek BehúnARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX 14600f141ccSDaniel SchwierzeckM: Prafulla Wadaskar <prafulla@marvell.com> 1475ea01961SLuka PerkovM: Luka Perkov <luka.perkov@sartura.hr> 148f822d857SStefan RoeseM: Stefan Roese <sr@denx.de> 14900f141ccSDaniel SchwierzeckS: Maintained 15000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-marvell.git 15156f86e39SMasahiro YamadaF: arch/arm/mach-kirkwood/ 152f822d857SStefan RoeseF: arch/arm/mach-mvebu/ 153592b4a7eSKen MaF: drivers/ata/ahci_mvebu.c 1544b8cb843SMarek BehúnF: drivers/phy/marvell/ 15500f141ccSDaniel Schwierzeck 15600f141ccSDaniel SchwierzeckARM MARVELL PXA 15700f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 15800f141ccSDaniel SchwierzeckS: Maintained 15900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-pxa.git 16000f141ccSDaniel SchwierzeckF: arch/arm/cpu/pxa/ 16100f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-pxa/ 16200f141ccSDaniel Schwierzeck 163a9da9eebSRyder LeeARM MEDIATEK 164a9da9eebSRyder LeeM: Ryder Lee <ryder.lee@mediatek.com> 165a9da9eebSRyder LeeM: Weijie Gao <weijie.gao@mediatek.com> 166a9da9eebSRyder LeeS: Maintained 167a9da9eebSRyder LeeF: arch/arm/mach-mediatek/ 168a9da9eebSRyder LeeF: arch/arm/include/asm/arch-mediatek/ 169a9da9eebSRyder LeeF: board/mediatek/ 170a9da9eebSRyder LeeF: doc/README.mediatek 171a9da9eebSRyder LeeF: drivers/clk/mediatek/ 172a9da9eebSRyder LeeF: drivers/mmc/mtk-sd.c 173a9da9eebSRyder LeeF: drivers/pinctrl/mediatek/ 174a9da9eebSRyder LeeF: drivers/power/domain/mtk-power-domain.c 175a9da9eebSRyder LeeF: drivers/ram/mediatek/ 176a9da9eebSRyder LeeF: drivers/spi/mtk_qspi.c 177a9da9eebSRyder LeeF: drivers/timer/mtk_timer.c 178a9da9eebSRyder LeeF: drivers/watchdog/mtk_wdt.c 179a9da9eebSRyder LeeF: tools/mtk_image.c 180a9da9eebSRyder LeeF: tools/mtk_image.h 181a9da9eebSRyder LeeN: mediatek 182a9da9eebSRyder Lee 183e2a1484cSManivannan SadhasivamARM OWL 184e2a1484cSManivannan SadhasivamM: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> 185e2a1484cSManivannan SadhasivamS: Maintained 186e2a1484cSManivannan SadhasivamF: arch/arm/include/asm/arch-owl/ 187e2a1484cSManivannan SadhasivamF: arch/arm/mach-owl/ 188e2a1484cSManivannan SadhasivamF: board/ucRobotics/ 189e2a1484cSManivannan SadhasivamF: drivers/clk/owl/ 190e2a1484cSManivannan SadhasivamF: drivers/serial/serial_owl.c 191e2a1484cSManivannan Sadhasivam 1924810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR 1934810c2f8SNobuhiro IwamatsuM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 1949db60e25SMarek VasutM: Marek Vasut <marek.vasut+renesas@gmail.com> 1954810c2f8SNobuhiro IwamatsuS: Maintained 1964810c2f8SNobuhiro IwamatsuT: git git://git.denx.de/u-boot-sh.git 1974810c2f8SNobuhiro IwamatsuF: arch/arm/mach-rmobile/ 1984810c2f8SNobuhiro Iwamatsu 199c3caeac0SMasahiro YamadaARM ROCKCHIP 200c3caeac0SMasahiro YamadaM: Simon Glass <sjg@chromium.org> 201f8714372SPhilipp TomsichM: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> 202c3caeac0SMasahiro YamadaS: Maintained 203c3caeac0SMasahiro YamadaT: git git://git.denx.de/u-boot-rockchip.git 2048b45193aSPhilipp TomsichF: arch/arm/include/asm/arch-rockchip/ 205c3caeac0SMasahiro YamadaF: arch/arm/mach-rockchip/ 206ae0fc89eSKever YangF: board/rockchip/ 2078b45193aSPhilipp TomsichF: drivers/clk/rockchip/ 2088b45193aSPhilipp TomsichF: drivers/gpio/rk_gpio.c 2098b45193aSPhilipp TomsichF: drivers/misc/rockchip-efuse.c 21047b8583fSPhilipp TomsichF: drivers/mmc/rockchip_sdhci.c 21147b8583fSPhilipp TomsichF: drivers/mmc/rockchip_dw_mmc.c 2128b45193aSPhilipp TomsichF: drivers/pinctrl/rockchip/ 2138b45193aSPhilipp TomsichF: drivers/ram/rockchip/ 2148b45193aSPhilipp TomsichF: drivers/sysreset/sysreset_rockchip.c 2153f565522SPhilipp TomsichF: drivers/video/rockchip/ 2168b45193aSPhilipp TomsichF: tools/rkcommon.c 2178b45193aSPhilipp TomsichF: tools/rkcommon.h 2188b45193aSPhilipp TomsichF: tools/rkimage.c 2198b45193aSPhilipp TomsichF: tools/rksd.c 2208b45193aSPhilipp TomsichF: tools/rkspi.c 221c3caeac0SMasahiro Yamada 22200f141ccSDaniel SchwierzeckARM SAMSUNG 22300f141ccSDaniel SchwierzeckM: Minkyu Kang <mk7.kang@samsung.com> 22400f141ccSDaniel SchwierzeckS: Maintained 22500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-samsung.git 226225f5eecSMinkyu KangF: arch/arm/mach-exynos/ 227225f5eecSMinkyu KangF: arch/arm/mach-s5pc1xx/ 22800f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/s5p-common/ 22900f141ccSDaniel Schwierzeck 230e721e981SMateusz KulikowskiARM SNAPDRAGON 23192a14a47SRamon FriedM: Ramon Fried <ramon.fried@gmail.com> 232e721e981SMateusz KulikowskiS: Maintained 233e721e981SMateusz KulikowskiF: arch/arm/mach-snapdragon/ 234ce18baf9SRamon FriedF: drivers/gpio/msm_gpio.c 235ce18baf9SRamon FriedF: drivers/mmc/msm_sdhci.c 23692454e47SRamon FriedF: drivers/phy/msm8916-usbh-phy.c 237ce18baf9SRamon FriedF: drivers/serial/serial_msm.c 238654dd4a8SRamon FriedF: drivers/smem/msm_smem.c 239ce18baf9SRamon FriedF: drivers/usb/host/ehci-msm.c 240e721e981SMateusz Kulikowski 241b7d6e0abSHeinrich SchuchardtARM STI 242b7d6e0abSHeinrich SchuchardtM: Patrice Chotard <patrice.chotard@st.com> 243b7d6e0abSHeinrich SchuchardtS: Maintained 244b7d6e0abSHeinrich SchuchardtF: arch/arm/mach-sti/ 245b7d6e0abSHeinrich SchuchardtF: arch/arm/include/asm/arch-sti*/ 246b7d6e0abSHeinrich Schuchardt 24700f141ccSDaniel SchwierzeckARM STM SPEAR 2483a53aba3SBin Meng#M: Vipin Kumar <vipin.kumar@st.com> 2493a53aba3SBin MengS: Orphaned (Since 2016-02) 25000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-stm.git 25100f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/spear/ 25200f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-spear/ 25300f141ccSDaniel Schwierzeck 2542514c2d0SPatrick DelaunayARM STM STM32MP 2552514c2d0SPatrick DelaunayM: Patrick Delaunay <patrick.delaunay@st.com> 256f65b82ffSPatrice ChotardM: Christophe Kerello <christophe.kerello@st.com> 257f65b82ffSPatrice ChotardM: Patrice Chotard <patrice.chotard@st.com> 25884ee59a5SPatrick DelaunayL: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers) 2592514c2d0SPatrick DelaunayS: Maintained 2602514c2d0SPatrick DelaunayF: arch/arm/mach-stm32mp 261b57aaa07SHeinrich SchuchardtF: drivers/clk/clk_stm32mp1.c 262f65b82ffSPatrice ChotardF: drivers/i2c/stm32f7_i2c.c 263c3600e1fSPatrick DelaunayF: drivers/misc/stm32mp_fuse.c 264f65b82ffSPatrice ChotardF: drivers/mmc/stm32_sdmmc2.c 265f65b82ffSPatrice ChotardF: drivers/phy/phy-stm32-usbphyc.c 266f65b82ffSPatrice ChotardF: drivers/pinctrl/pinctrl_stm32.c 267f65b82ffSPatrice ChotardF: drivers/power/regulator/stm32-vrefbuf.c 268b57aaa07SHeinrich SchuchardtF: drivers/ram/stm32mp1/ 269f65b82ffSPatrice ChotardF: drivers/misc/stm32_rcc.c 270f65b82ffSPatrice ChotardF: drivers/reset/stm32-reset.c 271f65b82ffSPatrice ChotardF: drivers/spi/stm32_qspi.c 2722514c2d0SPatrick Delaunay 2739fa32b12SVikas ManochaARM STM STV0991 2749fa32b12SVikas ManochaM: Vikas Manocha <vikas.manocha@st.com> 2759fa32b12SVikas ManochaS: Maintained 2769fa32b12SVikas ManochaF: arch/arm/cpu/armv7/stv0991/ 2779fa32b12SVikas ManochaF: arch/arm/include/asm/arch-stv0991/ 2789fa32b12SVikas Manocha 27900f141ccSDaniel SchwierzeckARM SUNXI 280543bd273SJagan TekiM: Jagan Teki <jagan@openedev.com> 281bf8f4c44SMaxime RipardM: Maxime Ripard <maxime.ripard@bootlin.com> 282ed8f2a28SChen-Yu TsaiS: Maintained 28300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sunxi.git 28400f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/sunxi/ 28500f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-sunxi/ 286ed8f2a28SChen-Yu TsaiF: arch/arm/mach-sunxi/ 287ed8f2a28SChen-Yu TsaiF: board/sunxi/ 28800f141ccSDaniel Schwierzeck 28900f141ccSDaniel SchwierzeckARM TEGRA 29000f141ccSDaniel SchwierzeckM: Tom Warren <twarren@nvidia.com> 29100f141ccSDaniel SchwierzeckS: Maintained 29200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tegra.git 29309f455dcSMasahiro YamadaF: arch/arm/mach-tegra/ 29400f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-tegra*/ 29500f141ccSDaniel Schwierzeck 29600f141ccSDaniel SchwierzeckARM TI 2974e34d610STom RiniM: Tom Rini <trini@konsulko.com> 29800f141ccSDaniel SchwierzeckS: Maintained 29900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ti.git 30026f7c111SMasahiro YamadaF: arch/arm/mach-davinci/ 301586bde93SLokesh VutlaF: arch/arm/mach-k3/ 30226f7c111SMasahiro YamadaF: arch/arm/mach-keystone/ 30300f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-omap*/ 30400f141ccSDaniel SchwierzeckF: arch/arm/include/asm/ti-common/ 30500f141ccSDaniel Schwierzeck 3060fb63aa6SMasahiro YamadaARM UNIPHIER 307ed6226c4SMasahiro YamadaM: Masahiro Yamada <yamada.masahiro@socionext.com> 3080fb63aa6SMasahiro YamadaS: Maintained 3090fb63aa6SMasahiro YamadaT: git git://git.denx.de/u-boot-uniphier.git 3104c425570SMasahiro YamadaF: arch/arm/mach-uniphier/ 3115fd3f434SMasahiro YamadaF: configs/uniphier_*_defconfig 312eb006c83SMasahiro YamadaN: uniphier 3130fb63aa6SMasahiro Yamada 314ec48b6c9SMichal SimekARM VERSAL 315ec48b6c9SMichal SimekM: Michal Simek <michal.simek@xilinx.com> 316ec48b6c9SMichal SimekS: Maintained 317ec48b6c9SMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 318ec48b6c9SMichal SimekF: arch/arm/mach-versal/ 319ec48b6c9SMichal Simek 3200fabfeb2SLiviu DudauARM VERSATILE EXPRESS DRIVERS 3210fabfeb2SLiviu DudauM: Liviu Dudau <liviu.dudau@foss.arm.com> 3220fabfeb2SLiviu DudauS: Maintained 3230fabfeb2SLiviu DudauT: git git://github.com/ARM-software/u-boot.git 3240fabfeb2SLiviu DudauF: drivers/misc/vexpress_config.c 3250fabfeb2SLiviu DudauN: vexpress 3260fabfeb2SLiviu Dudau 32700f141ccSDaniel SchwierzeckARM ZYNQ 32800f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 32900f141ccSDaniel SchwierzeckS: Maintained 3308ae3d0b5SMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 3318ae3d0b5SMichal SimekF: arch/arm/mach-zynq/ 3328ae3d0b5SMichal SimekF: drivers/clk/clk_zynq.c 3338ae3d0b5SMichal SimekF: drivers/fpga/zynqpl.c 3348ae3d0b5SMichal SimekF: drivers/gpio/zynq_gpio.c 3358ae3d0b5SMichal SimekF: drivers/i2c/i2c-cdns.c 3368ae3d0b5SMichal SimekF: drivers/i2c/muxes/pca954x.c 3378ae3d0b5SMichal SimekF: drivers/i2c/zynq_i2c.c 3388ae3d0b5SMichal SimekF: drivers/mmc/zynq_sdhci.c 339a430fa06SMiquel RaynalF: drivers/mtd/nand/raw/zynq_nand.c 3408ae3d0b5SMichal SimekF: drivers/net/phy/xilinx_phy.c 3418ae3d0b5SMichal SimekF: drivers/net/zynq_gem.c 3428ae3d0b5SMichal SimekF: drivers/serial/serial_zynq.c 3438ae3d0b5SMichal SimekF: drivers/spi/zynq_qspi.c 3448ae3d0b5SMichal SimekF: drivers/spi/zynq_spi.c 3458ae3d0b5SMichal SimekF: drivers/usb/host/ehci-zynq.c 3468ae3d0b5SMichal SimekF: drivers/watchdog/cdns_wdt.c 34723e7e6b6SHeinrich SchuchardtF: include/zynqpl.h 3488ae3d0b5SMichal SimekF: tools/zynqimage.c 3498ae3d0b5SMichal SimekN: zynq 35000f141ccSDaniel Schwierzeck 35184c7204bSMichal SimekARM ZYNQMP 35284c7204bSMichal SimekM: Michal Simek <michal.simek@xilinx.com> 35384c7204bSMichal SimekS: Maintained 3548ae3d0b5SMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 3556de7a5b9SMichal SimekF: arch/arm/cpu/armv8/zynqmp/ 3563d14228fSMichal SimekF: drivers/clk/clk_zynqmp.c 3578ae3d0b5SMichal SimekF: drivers/fpga/zynqpl.c 3588ae3d0b5SMichal SimekF: drivers/gpio/zynq_gpio.c 3598ae3d0b5SMichal SimekF: drivers/i2c/i2c-cdns.c 3608ae3d0b5SMichal SimekF: drivers/i2c/muxes/pca954x.c 3618ae3d0b5SMichal SimekF: drivers/i2c/zynq_i2c.c 3628ae3d0b5SMichal SimekF: drivers/mmc/zynq_sdhci.c 363a430fa06SMiquel RaynalF: drivers/mtd/nand/raw/zynq_nand.c 3648ae3d0b5SMichal SimekF: drivers/net/phy/xilinx_phy.c 3658ae3d0b5SMichal SimekF: drivers/net/zynq_gem.c 3668ae3d0b5SMichal SimekF: drivers/serial/serial_zynq.c 3678ae3d0b5SMichal SimekF: drivers/spi/zynq_qspi.c 3688ae3d0b5SMichal SimekF: drivers/spi/zynq_spi.c 36972c37d12SMichal SimekF: drivers/timer/cadence-ttc.c 3708ae3d0b5SMichal SimekF: drivers/usb/host/ehci-zynq.c 3718ae3d0b5SMichal SimekF: drivers/watchdog/cdns_wdt.c 37223e7e6b6SHeinrich SchuchardtF: include/zynqmppl.h 373b123aff2SAlexander GrafF: tools/zynqmp* 3742570e129SMichal SimekN: ultra96 3758ae3d0b5SMichal SimekN: zynqmp 37684c7204bSMichal Simek 3771d6c54ecSMichal SimekARM ZYNQMP R5 3781d6c54ecSMichal SimekM: Michal Simek <michal.simek@xilinx.com> 3791d6c54ecSMichal SimekS: Maintained 3801d6c54ecSMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 3811d6c54ecSMichal SimekF: arch/arm/mach-zynqmp-r5/ 3821d6c54ecSMichal Simek 383bb48470dSSimon GlassBINMAN 384bb48470dSSimon GlassM: Simon Glass <sjg@chromium.org> 385bb48470dSSimon GlassS: Maintained 386bb48470dSSimon GlassF: tools/binman/ 387bb48470dSSimon Glass 38800f141ccSDaniel SchwierzeckBUILDMAN 38900f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 39000f141ccSDaniel SchwierzeckS: Maintained 39100f141ccSDaniel SchwierzeckF: tools/buildman/ 39200f141ccSDaniel Schwierzeck 39300f141ccSDaniel SchwierzeckCFI FLASH 39400f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 39500f141ccSDaniel SchwierzeckS: Maintained 39600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-cfi-flash.git 397c4c2e141SStefan RoeseF: drivers/mtd/cfi_flash.c 398c4c2e141SStefan RoeseF: drivers/mtd/jedec_flash.c 39900f141ccSDaniel Schwierzeck 40000f141ccSDaniel SchwierzeckCOLDFIRE 40108ae21afSFabio EstevamM: Huan Wang <alison.wang@nxp.com> 40282ebb7e5Sangelo@sysam.itM: Angelo Dureghello <angelo@sysam.it> 40300f141ccSDaniel SchwierzeckS: Maintained 40400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-coldfire.git 40500f141ccSDaniel SchwierzeckF: arch/m68k/ 40600f141ccSDaniel Schwierzeck 40700f141ccSDaniel SchwierzeckDFU 40856acf018SLukasz MajewskiM: Lukasz Majewski <lukma@denx.de> 40900f141ccSDaniel SchwierzeckS: Maintained 41000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-dfu.git 41100f141ccSDaniel SchwierzeckF: drivers/dfu/ 41255ca6138SLukasz MajewskiF: drivers/usb/gadget/ 41300f141ccSDaniel Schwierzeck 41400f141ccSDaniel SchwierzeckDRIVER MODEL 41500f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 41600f141ccSDaniel SchwierzeckS: Maintained 4178770633eSMasahiro YamadaT: git git://git.denx.de/u-boot-dm.git 41800f141ccSDaniel SchwierzeckF: drivers/core/ 41900f141ccSDaniel SchwierzeckF: include/dm/ 42000f141ccSDaniel SchwierzeckF: test/dm/ 42100f141ccSDaniel Schwierzeck 422e4a7394aSAlexander GrafEFI PAYLOAD 423e4a7394aSAlexander GrafM: Alexander Graf <agraf@suse.de> 42465fa17d4SHeinrich SchuchardtR: Heinrich Schuchardt <xypron.glpk@gmx.de> 425e4a7394aSAlexander GrafS: Maintained 426bc188a30SAlexander GrafT: git git://github.com/agraf/u-boot.git 4271914e5b5SHeinrich SchuchardtF: doc/README.uefi 42829a8a282SHeinrich SchuchardtF: doc/README.iscsi 42904459788SHeinrich SchuchardtF: Documentation/efi.rst 4305b2118a2SHeinrich SchuchardtF: include/capitalization.h 4310bc4b0daSHeinrich SchuchardtF: include/cp1250.h 4320bc4b0daSHeinrich SchuchardtF: include/cp437.h 433623b3a57SHeinrich SchuchardtF: include/efi* 434268ec6e0SHeinrich SchuchardtF: include/pe.h 435268ec6e0SHeinrich SchuchardtF: include/asm-generic/pe.h 4360b8a88abSHeinrich SchuchardtF: lib/charset.c 437bc0bd77eSHeinrich SchuchardtF: lib/efi*/ 438623b3a57SHeinrich SchuchardtF: test/py/tests/test_efi* 439f11a164bSHeinrich SchuchardtF: test/unicode_ut.c 440e4a7394aSAlexander GrafF: cmd/bootefi.c 441ac020196SHeinrich SchuchardtF: tools/file2include.c 442e4a7394aSAlexander Graf 4437e16342bSMichal SimekFPGA 4447e16342bSMichal SimekM: Michal Simek <michal.simek@xilinx.com> 4457e16342bSMichal SimekS: Maintained 4467e16342bSMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 4477e16342bSMichal SimekF: drivers/fpga/ 4487e16342bSMichal SimekF: cmd/fpga.c 4497e16342bSMichal SimekF: include/fpga.h 4507e16342bSMichal Simek 45100f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE 45200f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 45300f141ccSDaniel SchwierzeckS: Maintained 45400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fdt.git 45500f141ccSDaniel SchwierzeckF: lib/fdtdec* 45600f141ccSDaniel SchwierzeckF: lib/libfdt/ 45700f141ccSDaniel SchwierzeckF: include/fdt* 45818fa6230SHeinrich SchuchardtF: include/linux/libfdt* 459643f8d4cSAndreas FärberF: cmd/fdt.c 46000f141ccSDaniel SchwierzeckF: common/fdt_support.c 46100f141ccSDaniel Schwierzeck 46200f141ccSDaniel SchwierzeckFREEBSD 46300f141ccSDaniel SchwierzeckM: Rafal Jaworowski <raj@semihalf.com> 46400f141ccSDaniel SchwierzeckS: Maintained 46500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-freebsd.git 46600f141ccSDaniel Schwierzeck 46700f141ccSDaniel SchwierzeckFREESCALE QORIQ 4682f231025SYork SunM: York Sun <york.sun@nxp.com> 46900f141ccSDaniel SchwierzeckS: Maintained 47000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fsl-qoriq.git 47100f141ccSDaniel Schwierzeck 47200f141ccSDaniel SchwierzeckI2C 47300f141ccSDaniel SchwierzeckM: Heiko Schocher <hs@denx.de> 47400f141ccSDaniel SchwierzeckS: Maintained 47500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-i2c.git 47600f141ccSDaniel SchwierzeckF: drivers/i2c/ 47700f141ccSDaniel Schwierzeck 478e9c8d49dSSimon GlassLOGGING 479e9c8d49dSSimon GlassM: Simon Glass <sjg@chromium.org> 480e9c8d49dSSimon GlassS: Maintained 481e9c8d49dSSimon GlassT: git git://git.denx.de/u-boot.git 482e9c8d49dSSimon GlassF: common/log.c 483e9c8d49dSSimon GlassF: cmd/log.c 484ef11ed82SSimon GlassF: test/log/log_test.c 48520faa27cSSimon GlassF: test/py/tests/test_log.py 486e9c8d49dSSimon Glass 487c1a65a8cSLiviu DudauMALI DISPLAY PROCESSORS 488c1a65a8cSLiviu DudauM: Liviu Dudau <liviu.dudau@foss.arm.com> 489c1a65a8cSLiviu DudauS: Supported 490c1a65a8cSLiviu DudauT: git git://github.com/ARM-software/u-boot.git 491c1a65a8cSLiviu DudauF: drivers/video/mali_dp.c 492e3bc4bb8SHeiko SchocherF: drivers/i2c/i2c-versatile.c 493c1a65a8cSLiviu Dudau 49400f141ccSDaniel SchwierzeckMICROBLAZE 49500f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 49600f141ccSDaniel SchwierzeckS: Maintained 49700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-microblaze.git 49800f141ccSDaniel SchwierzeckF: arch/microblaze/ 4998ae3d0b5SMichal SimekF: cmd/mfsl.c 5008ae3d0b5SMichal SimekF: drivers/gpio/xilinx_gpio.c 5018ae3d0b5SMichal SimekF: drivers/net/xilinx_axi_emac.c 5028ae3d0b5SMichal SimekF: drivers/net/xilinx_emaclite.c 5038ae3d0b5SMichal SimekF: drivers/serial/serial_xuartlite.c 5048ae3d0b5SMichal SimekF: drivers/spi/xilinx_spi.c 5050d832b32SMichal SimekF: drivers/sysreset/sysreset_gpio.c 5068ae3d0b5SMichal SimekF: drivers/watchdog/xilinx_tb_wdt.c 5078ae3d0b5SMichal SimekN: xilinx 50800f141ccSDaniel Schwierzeck 50900f141ccSDaniel SchwierzeckMIPS 51000f141ccSDaniel SchwierzeckM: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 51100f141ccSDaniel SchwierzeckS: Maintained 51200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mips.git 51300f141ccSDaniel SchwierzeckF: arch/mips/ 51400f141ccSDaniel Schwierzeck 51500f141ccSDaniel SchwierzeckMMC 516dbc39699SJaehoon ChungM: Jaehoon Chung <jh80.chung@samsung.com> 51700f141ccSDaniel SchwierzeckS: Maintained 51800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mmc.git 51900f141ccSDaniel SchwierzeckF: drivers/mmc/ 52000f141ccSDaniel Schwierzeck 5214ef17f9cSHeinrich SchuchardtNAND FLASH 5229f8aba7aSTom Rini#M: Scott Wood <oss@buserror.net> 5239f8aba7aSTom RiniS: Orphaned (Since 2018-07) 5244ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-nand-flash.git 525a430fa06SMiquel RaynalF: drivers/mtd/nand/raw/ 5264ef17f9cSHeinrich Schuchardt 5274ef17f9cSHeinrich SchuchardtNDS32 5284ef17f9cSHeinrich SchuchardtM: Macpaul Lin <macpaul@andestech.com> 5294ef17f9cSHeinrich SchuchardtS: Maintained 5304ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-nds32.git 5314ef17f9cSHeinrich SchuchardtF: arch/nds32/ 5324ef17f9cSHeinrich Schuchardt 533b7d6e0abSHeinrich SchuchardtNETWORK 534b7d6e0abSHeinrich SchuchardtM: Joe Hershberger <joe.hershberger@ni.com> 535b7d6e0abSHeinrich SchuchardtS: Maintained 536b7d6e0abSHeinrich SchuchardtT: git git://git.denx.de/u-boot-net.git 537b7d6e0abSHeinrich SchuchardtF: drivers/net/ 538b7d6e0abSHeinrich SchuchardtF: net/ 539b7d6e0abSHeinrich Schuchardt 5404ef17f9cSHeinrich SchuchardtNIOS 5414ef17f9cSHeinrich SchuchardtM: Thomas Chou <thomas@wytron.com.tw> 5424ef17f9cSHeinrich SchuchardtS: Maintained 5434ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-nios.git 5444ef17f9cSHeinrich SchuchardtF: arch/nios2/ 5454ef17f9cSHeinrich Schuchardt 5464ef17f9cSHeinrich SchuchardtONENAND 5474ef17f9cSHeinrich Schuchardt#M: Lukasz Majewski <l.majewski@majess.pl> 5484ef17f9cSHeinrich SchuchardtS: Orphaned (Since 2017-01) 5494ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-onenand.git 5504ef17f9cSHeinrich SchuchardtF: drivers/mtd/onenand/ 5514ef17f9cSHeinrich Schuchardt 55200f141ccSDaniel SchwierzeckPATMAN 55300f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 55400f141ccSDaniel SchwierzeckS: Maintained 55500f141ccSDaniel SchwierzeckF: tools/patman/ 55600f141ccSDaniel Schwierzeck 5574ef17f9cSHeinrich SchuchardtPOWER 5584ef17f9cSHeinrich SchuchardtM: Jaehoon Chung <jh80.chung@samsung.com> 5594ef17f9cSHeinrich SchuchardtS: Maintained 5604ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-pmic.git 5614ef17f9cSHeinrich SchuchardtF: drivers/power/ 5624ef17f9cSHeinrich Schuchardt 56300f141ccSDaniel SchwierzeckPOWERPC 56400f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 56500f141ccSDaniel SchwierzeckS: Maintained 56600f141ccSDaniel SchwierzeckF: arch/powerpc/ 56700f141ccSDaniel Schwierzeck 56800f141ccSDaniel SchwierzeckPOWERPC MPC8XX 569907208c4SChristophe LeroyM: Christophe Leroy <christophe.leroy@c-s.fr> 57000f141ccSDaniel SchwierzeckS: Maintained 57100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc8xx.git 57200f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc8xx/ 57300f141ccSDaniel Schwierzeck 57400f141ccSDaniel SchwierzeckPOWERPC MPC83XX 575e5ed4c3eSmario.six@gdsys.ccM: Mario Six <mario.six@gdsys.cc> 576e5ed4c3eSmario.six@gdsys.ccS: Maintained 57700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc83xx.git 578e4061556SMario SixF: drivers/ram/mpc83xx_sdram.c 579e4061556SMario SixF: include/dt-bindings/memory/mpc83xx-sdram.h 58076fdad1fSMario SixF: drivers/sysreset/sysreset_mpc83xx.c 58176fdad1fSMario SixF: drivers/sysreset/sysreset_mpc83xx.h 58207d538d2SMario SixF: drivers/clk/mpc83xx_clk.c 58307d538d2SMario SixF: drivers/clk/mpc83xx_clk.h 58407d538d2SMario SixF: include/dt-bindings/clk/mpc83xx-clk.h 5852c21749dSMario SixF: drivers/timer/mpc83xx_timer.c 58619fbdca4SMario SixF: drivers/cpu/mpc83xx_cpu.c 58719fbdca4SMario SixF: drivers/cpu/mpc83xx_cpu.h 588d2166319SMario SixF: drivers/misc/mpc83xx_serdes.c 58900f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc83xx/ 59000f141ccSDaniel SchwierzeckF: arch/powerpc/include/asm/arch-mpc83xx/ 59100f141ccSDaniel Schwierzeck 59200f141ccSDaniel SchwierzeckPOWERPC MPC85XX 5932f231025SYork SunM: York Sun <york.sun@nxp.com> 59400f141ccSDaniel SchwierzeckS: Maintained 59500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc85xx.git 59600f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc85xx/ 59700f141ccSDaniel Schwierzeck 59800f141ccSDaniel SchwierzeckPOWERPC MPC86XX 5992f231025SYork SunM: York Sun <york.sun@nxp.com> 60000f141ccSDaniel SchwierzeckS: Maintained 60100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc86xx.git 60200f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc86xx/ 60300f141ccSDaniel Schwierzeck 604f94c44e5SRick ChenRISC-V 605f94c44e5SRick ChenM: Rick Chen <rick@andestech.com> 606f94c44e5SRick ChenS: Maintained 607f94c44e5SRick ChenT: git git://git.denx.de/u-boot-riscv.git 608f94c44e5SRick ChenF: arch/riscv/ 609f94c44e5SRick ChenF: tools/prelink-riscv.c 610f94c44e5SRick Chen 6114ef17f9cSHeinrich SchuchardtROCKUSB 6124ef17f9cSHeinrich SchuchardtM: Eddie Cai <eddie.cai.linux@gmail.com> 6134ef17f9cSHeinrich SchuchardtS: Maintained 6144ef17f9cSHeinrich SchuchardtF: drivers/usb/gadget/f_rockusb.c 6154ef17f9cSHeinrich SchuchardtF: cmd/rockusb.c 6164ef17f9cSHeinrich SchuchardtF: doc/README.rockusb 6174ef17f9cSHeinrich Schuchardt 61800f141ccSDaniel SchwierzeckSANDBOX 61900f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 62000f141ccSDaniel SchwierzeckS: Maintained 62100f141ccSDaniel SchwierzeckF: arch/sandbox/ 62200f141ccSDaniel Schwierzeck 62300f141ccSDaniel SchwierzeckSH 62400f141ccSDaniel SchwierzeckM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 62500f141ccSDaniel SchwierzeckS: Maintained 62600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sh.git 62700f141ccSDaniel SchwierzeckF: arch/sh/ 62800f141ccSDaniel Schwierzeck 62900f141ccSDaniel SchwierzeckSPI 63016185a85SJagan TekiM: Jagan Teki <jagan@openedev.com> 63100f141ccSDaniel SchwierzeckS: Maintained 63200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-spi.git 63300f141ccSDaniel SchwierzeckF: drivers/mtd/spi/ 63400f141ccSDaniel SchwierzeckF: drivers/spi/ 63500f141ccSDaniel SchwierzeckF: include/spi* 63600f141ccSDaniel Schwierzeck 637e721e981SMateusz KulikowskiSPMI 638e721e981SMateusz KulikowskiM: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> 639e721e981SMateusz KulikowskiS: Maintained 640e721e981SMateusz KulikowskiF: drivers/spmi/ 641e721e981SMateusz KulikowskiF: include/spmi/ 642e721e981SMateusz Kulikowski 643055da186SLiviu DudauTDA19988 HDMI ENCODER 644055da186SLiviu DudauM: Liviu Dudau <liviu.dudau@foss.arm.com> 645055da186SLiviu DudauS: Maintained 646055da186SLiviu DudauF: drivers/video/tda19988.c 647055da186SLiviu Dudau 6484e2fdf45SAndrew F. DavisTI SYSTEM SECURITY 6494e2fdf45SAndrew F. DavisM: Andrew F. Davis <afd@ti.com> 6504e2fdf45SAndrew F. DavisS: Supported 6514e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S 6524e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/sec-common.c 6534e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/config_secure.mk 654a42eee12SAndrew F. DavisF: configs/am335x_hs_evm_defconfig 655c2dca337SAndrew F. DavisF: configs/am335x_hs_evm_uart_defconfig 6564e2fdf45SAndrew F. DavisF: configs/am43xx_hs_evm_defconfig 6574e2fdf45SAndrew F. DavisF: configs/am57xx_hs_evm_defconfig 6584e2fdf45SAndrew F. DavisF: configs/dra7xx_hs_evm_defconfig 6598a707bafSLokesh VutlaF: configs/k2hk_hs_evm_defconfig 6608a707bafSLokesh VutlaF: configs/k2e_hs_evm_defconfig 6618a707bafSLokesh VutlaF: configs/k2g_hs_evm_defconfig 662f274f265SMadan SrinivasF: configs/k2l_hs_evm_defconfig 6634e2fdf45SAndrew F. Davis 66400f141ccSDaniel SchwierzeckTQ GROUP 6653a53aba3SBin Meng#M: Martin Krause <martin.krause@tq-systems.de> 6663a53aba3SBin MengS: Orphaned (Since 2016-02) 66700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tq-group.git 66800f141ccSDaniel Schwierzeck 6699ff4a311SJens WiklanderTEE 6709ff4a311SJens WiklanderM: Jens Wiklander <jens.wiklander@linaro.org> 6719ff4a311SJens WiklanderS: Maintained 6729ff4a311SJens WiklanderF: drivers/tee/ 6739ff4a311SJens WiklanderF: include/tee.h 6741cc8cc4eSJens WiklanderF: include/tee/ 6759ff4a311SJens Wiklander 67600f141ccSDaniel SchwierzeckUBI 67700f141ccSDaniel SchwierzeckM: Kyungmin Park <kmpark@infradead.org> 67869337a9dSHeiko SchocherM: Heiko Schocher <hs@denx.de> 67900f141ccSDaniel SchwierzeckS: Maintained 68000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ubi.git 68100f141ccSDaniel SchwierzeckF: drivers/mtd/ubi/ 68200f141ccSDaniel Schwierzeck 68300f141ccSDaniel SchwierzeckUSB 68400f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 68500f141ccSDaniel SchwierzeckS: Maintained 68600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-usb.git 68700f141ccSDaniel SchwierzeckF: drivers/usb/ 68800f141ccSDaniel Schwierzeck 689c0c5f910SBin MengUSB xHCI 690c0c5f910SBin MengM: Bin Meng <bmeng.cn@gmail.com> 691c0c5f910SBin MengS: Maintained 692c0c5f910SBin MengT: git git://git.denx.de/u-boot-usb.git topic-xhci 693c0c5f910SBin MengF: drivers/usb/host/xhci* 694c0c5f910SBin Meng 69500f141ccSDaniel SchwierzeckVIDEO 69600f141ccSDaniel SchwierzeckM: Anatolij Gustschin <agust@denx.de> 69700f141ccSDaniel SchwierzeckS: Maintained 69800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-video.git 69900f141ccSDaniel SchwierzeckF: drivers/video/ 700c967fb78SAnatolij GustschinF: common/lcd*.c 701c967fb78SAnatolij GustschinF: include/lcd*.h 7029cdbc906SHeinrich SchuchardtF: include/video*.h 70300f141ccSDaniel Schwierzeck 70400f141ccSDaniel SchwierzeckX86 70500f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 706dc5210a2SBin MengM: Bin Meng <bmeng.cn@gmail.com> 70700f141ccSDaniel SchwierzeckS: Maintained 70800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-x86.git 70900f141ccSDaniel SchwierzeckF: arch/x86/ 71000f141ccSDaniel Schwierzeck 711de5e5ceaSChris ZankelXTENSA 712de5e5ceaSChris ZankelM: Max Filippov <jcmvbkbc@gmail.com> 713de5e5ceaSChris ZankelS: Maintained 714de5e5ceaSChris ZankelF: arch/xtensa/ 715de5e5ceaSChris Zankel 71600f141ccSDaniel SchwierzeckTHE REST 7174e34d610STom RiniM: Tom Rini <trini@konsulko.com> 71800f141ccSDaniel SchwierzeckL: u-boot@lists.denx.de 71900f141ccSDaniel SchwierzeckQ: http://patchwork.ozlabs.org/project/uboot/list/ 72000f141ccSDaniel SchwierzeckS: Maintained 72100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot.git 722*80870e2aSOtavio SalvadorF: configs/tools-only_defconfig 72300f141ccSDaniel SchwierzeckF: * 72400f141ccSDaniel SchwierzeckF: */ 725