100f141ccSDaniel SchwierzeckDescriptions of section entries: 200f141ccSDaniel Schwierzeck 300f141ccSDaniel Schwierzeck P: Person (obsolete) 400f141ccSDaniel Schwierzeck M: Mail patches to: FullName <address@domain> 500f141ccSDaniel Schwierzeck L: Mailing list that is relevant to this area 600f141ccSDaniel Schwierzeck W: Web-page with status/info 700f141ccSDaniel Schwierzeck Q: Patchwork web based patch tracking system site 800f141ccSDaniel Schwierzeck T: SCM tree type and location. 900f141ccSDaniel Schwierzeck Type is one of: git, hg, quilt, stgit, topgit 1000f141ccSDaniel Schwierzeck S: Status, one of the following: 1100f141ccSDaniel Schwierzeck Supported: Someone is actually paid to look after this. 1200f141ccSDaniel Schwierzeck Maintained: Someone actually looks after it. 1300f141ccSDaniel Schwierzeck Odd Fixes: It has a maintainer but they don't have time to do 1400f141ccSDaniel Schwierzeck much other than throw the odd patch in. See below.. 1500f141ccSDaniel Schwierzeck Orphan: No current maintainer [but maybe you could take the 1600f141ccSDaniel Schwierzeck role as you write your new code]. 1700f141ccSDaniel Schwierzeck Obsolete: Old code. Something tagged obsolete generally means 1800f141ccSDaniel Schwierzeck it has been replaced by a better system and you 1900f141ccSDaniel Schwierzeck should be using that. 2000f141ccSDaniel Schwierzeck F: Files and directories with wildcard patterns. 2100f141ccSDaniel Schwierzeck A trailing slash includes all files and subdirectory files. 2200f141ccSDaniel Schwierzeck F: drivers/net/ all files in and below drivers/net 2300f141ccSDaniel Schwierzeck F: drivers/net/* all files in drivers/net, but not below 2400f141ccSDaniel Schwierzeck F: */net/* all files in "any top level directory"/net 2500f141ccSDaniel Schwierzeck One pattern per line. Multiple F: lines acceptable. 2600f141ccSDaniel Schwierzeck N: Files and directories with regex patterns. 2700f141ccSDaniel Schwierzeck N: [^a-z]tegra all files whose path contains the word tegra 2800f141ccSDaniel Schwierzeck One pattern per line. Multiple N: lines acceptable. 2900f141ccSDaniel Schwierzeck scripts/get_maintainer.pl has different behavior for files that 3000f141ccSDaniel Schwierzeck match F: pattern and matches of N: patterns. By default, 3100f141ccSDaniel Schwierzeck get_maintainer will not look at git log history when an F: pattern 3200f141ccSDaniel Schwierzeck match occurs. When an N: match occurs, git log history is used 3300f141ccSDaniel Schwierzeck to also notify the people that have git commit signatures. 3400f141ccSDaniel Schwierzeck X: Files and directories that are NOT maintained, same rules as F: 3500f141ccSDaniel Schwierzeck Files exclusions are tested before file matches. 3600f141ccSDaniel Schwierzeck Can be useful for excluding a specific subdirectory, for instance: 3700f141ccSDaniel Schwierzeck F: net/ 3800f141ccSDaniel Schwierzeck X: net/ipv6/ 3900f141ccSDaniel Schwierzeck matches all files in and below net excluding net/ipv6/ 4000f141ccSDaniel Schwierzeck K: Keyword perl extended regex pattern to match content in a 4100f141ccSDaniel Schwierzeck patch or file. For instance: 4200f141ccSDaniel Schwierzeck K: of_get_profile 4300f141ccSDaniel Schwierzeck matches patches or files that contain "of_get_profile" 4400f141ccSDaniel Schwierzeck K: \b(printk|pr_(info|err))\b 4500f141ccSDaniel Schwierzeck matches patches or files that contain one or more of the words 4600f141ccSDaniel Schwierzeck printk, pr_info or pr_err 4700f141ccSDaniel Schwierzeck One regex pattern per line. Multiple K: lines acceptable. 4800f141ccSDaniel Schwierzeck 4900f141ccSDaniel SchwierzeckNote: For the hard of thinking, this list is meant to remain in alphabetical 5000f141ccSDaniel Schwierzeckorder. If you could add yourselves to it in alphabetical order that would be 5100f141ccSDaniel Schwierzeckso much easier [Ed] 5200f141ccSDaniel Schwierzeck 5300f141ccSDaniel SchwierzeckMaintainers List (try to look for most precise areas first) 5400f141ccSDaniel Schwierzeck 5500f141ccSDaniel Schwierzeck ----------------------------------- 5600f141ccSDaniel SchwierzeckARC 5700f141ccSDaniel SchwierzeckM: Alexey Brodkin <alexey.brodkin@synopsys.com> 5800f141ccSDaniel SchwierzeckS: Maintained 5900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-arc.git 6000f141ccSDaniel SchwierzeckF: arch/arc/ 6100f141ccSDaniel Schwierzeck 62e80dac0aSEugeniy PaltsevARC HSDK CGU CLOCK 63e80dac0aSEugeniy PaltsevM: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> 64e80dac0aSEugeniy PaltsevS: Maintained 65e80dac0aSEugeniy PaltsevL: uboot-snps-arc@synopsys.com 66e80dac0aSEugeniy PaltsevF: drivers/clk/clk-hsdk-cgu.c 67e80dac0aSEugeniy PaltsevF: include/dt-bindings/clock/snps,hsdk-cgu.h 68e80dac0aSEugeniy PaltsevF: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt 69e80dac0aSEugeniy Paltsev 70b7d6e0abSHeinrich SchuchardtARC HSDK CREG GPIO 71b7d6e0abSHeinrich SchuchardtM: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> 72b7d6e0abSHeinrich SchuchardtS: Maintained 73b7d6e0abSHeinrich SchuchardtL: uboot-snps-arc@synopsys.com 74b7d6e0abSHeinrich SchuchardtF: drivers/gpio/hsdk-creg-gpio.c 75b7d6e0abSHeinrich Schuchardt 7600f141ccSDaniel SchwierzeckARM 7700f141ccSDaniel SchwierzeckM: Albert Aribaud <albert.u.boot@aribaud.net> 7800f141ccSDaniel SchwierzeckS: Maintained 7900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-arm.git 8000f141ccSDaniel SchwierzeckF: arch/arm/ 8100f141ccSDaniel Schwierzeck 82d8540a16SPavel MachekARM ALTERA SOCFPGA 83d8540a16SPavel MachekM: Marek Vasut <marex@denx.de> 84d8540a16SPavel MachekS: Maintainted 85d8540a16SPavel MachekT: git git://git.denx.de/u-boot-socfpga.git 86f22dede2SJagan TekiF: arch/arm/mach-socfpga/ 87d8540a16SPavel Machek 8800f141ccSDaniel SchwierzeckARM ATMEL AT91 8909c2b8f3SAndreas BießmannM: Andreas Bießmann <andreas@biessmann.org> 9000f141ccSDaniel SchwierzeckS: Maintained 9100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-atmel.git 9262011840SMasahiro YamadaF: arch/arm/mach-at91/ 9300f141ccSDaniel Schwierzeck 94fe84ebf0SStephen WarrenARM BROADCOM BCM283X 95958d55f2SAlexander GrafM: Alexander Graf <agraf@suse.de> 96958d55f2SAlexander GrafS: Maintained 97fe84ebf0SStephen WarrenF: arch/arm/mach-bcm283x/ 98fe84ebf0SStephen WarrenF: drivers/gpio/bcm2835_gpio.c 99fe84ebf0SStephen WarrenF: drivers/mmc/bcm2835_sdhci.c 100c8a73a26SAlexander GrafF: drivers/mmc/bcm2835_sdhost.c 101fe84ebf0SStephen WarrenF: drivers/serial/serial_bcm283x_mu.c 1026001985fSAlexander GrafF: drivers/serial/serial_bcm283x_pl011.c 103fe84ebf0SStephen WarrenF: drivers/video/bcm2835.c 104fe84ebf0SStephen WarrenF: include/dm/platform_data/serial_bcm283x_mu.h 105caf2233bSAlexander GrafF: drivers/pinctrl/broadcom/ 106fe84ebf0SStephen Warren 10700f141ccSDaniel SchwierzeckARM FREESCALE IMX 10800f141ccSDaniel SchwierzeckM: Stefano Babic <sbabic@denx.de> 1092aaf7c49SFabio EstevamM: Fabio Estevam <fabio.estevam@nxp.com> 11000f141ccSDaniel SchwierzeckS: Maintained 11100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-imx.git 11200f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm1136/mx*/ 11300f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/mx*/ 11400f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/vf610/ 115552a848eSStefano BabicF: arch/arm/mach-imx/ 11600f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-imx/ 11700f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-mx*/ 11800f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-vf610/ 119552a848eSStefano BabicF: arch/arm/include/asm/mach-imx/ 12077cbd3a1SFabio EstevamF: board/freescale/*mx*/ 12100f141ccSDaniel Schwierzeck 122ae4dc15dSPeter GriffinARM HISILICON 123ae4dc15dSPeter GriffinM: Peter Griffin <peter.griffin@linaro.org> 124ae4dc15dSPeter GriffinS: Maintained 125ae4dc15dSPeter GriffinF: arch/arm/cpu/armv8/hisilicon 1260f8525f5SHeinrich SchuchardtF: arch/arm/include/asm/arch-hi6220/ 127ae4dc15dSPeter Griffin 128f822d857SStefan RoeseARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X 12900f141ccSDaniel SchwierzeckM: Prafulla Wadaskar <prafulla@marvell.com> 1305ea01961SLuka PerkovM: Luka Perkov <luka.perkov@sartura.hr> 131f822d857SStefan RoeseM: Stefan Roese <sr@denx.de> 13200f141ccSDaniel SchwierzeckS: Maintained 13300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-marvell.git 13456f86e39SMasahiro YamadaF: arch/arm/mach-kirkwood/ 135f822d857SStefan RoeseF: arch/arm/mach-mvebu/ 13600f141ccSDaniel Schwierzeck 13700f141ccSDaniel SchwierzeckARM MARVELL PXA 13800f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 13900f141ccSDaniel SchwierzeckS: Maintained 14000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-pxa.git 14100f141ccSDaniel SchwierzeckF: arch/arm/cpu/pxa/ 14200f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-pxa/ 14300f141ccSDaniel Schwierzeck 1444810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR 1454810c2f8SNobuhiro IwamatsuM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 1469db60e25SMarek VasutM: Marek Vasut <marek.vasut+renesas@gmail.com> 1474810c2f8SNobuhiro IwamatsuS: Maintained 1484810c2f8SNobuhiro IwamatsuT: git git://git.denx.de/u-boot-sh.git 1494810c2f8SNobuhiro IwamatsuF: arch/arm/mach-rmobile/ 1504810c2f8SNobuhiro Iwamatsu 151c3caeac0SMasahiro YamadaARM ROCKCHIP 152c3caeac0SMasahiro YamadaM: Simon Glass <sjg@chromium.org> 153f8714372SPhilipp TomsichM: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> 154c3caeac0SMasahiro YamadaS: Maintained 155c3caeac0SMasahiro YamadaT: git git://git.denx.de/u-boot-rockchip.git 1568b45193aSPhilipp TomsichF: arch/arm/include/asm/arch-rockchip/ 157c3caeac0SMasahiro YamadaF: arch/arm/mach-rockchip/ 158ae0fc89eSKever YangF: board/rockchip/ 1598b45193aSPhilipp TomsichF: drivers/clk/rockchip/ 1608b45193aSPhilipp TomsichF: drivers/gpio/rk_gpio.c 1618b45193aSPhilipp TomsichF: drivers/misc/rockchip-efuse.c 162*47b8583fSPhilipp TomsichF: drivers/mmc/rockchip_sdhci.c 163*47b8583fSPhilipp TomsichF: drivers/mmc/rockchip_dw_mmc.c 1648b45193aSPhilipp TomsichF: drivers/pinctrl/rockchip/ 1658b45193aSPhilipp TomsichF: drivers/ram/rockchip/ 1668b45193aSPhilipp TomsichF: drivers/sysreset/sysreset_rockchip.c 1673f565522SPhilipp TomsichF: drivers/video/rockchip/ 1688b45193aSPhilipp TomsichF: tools/rkcommon.c 1698b45193aSPhilipp TomsichF: tools/rkcommon.h 1708b45193aSPhilipp TomsichF: tools/rkimage.c 1718b45193aSPhilipp TomsichF: tools/rksd.c 1728b45193aSPhilipp TomsichF: tools/rkspi.c 173c3caeac0SMasahiro Yamada 17400f141ccSDaniel SchwierzeckARM SAMSUNG 17500f141ccSDaniel SchwierzeckM: Minkyu Kang <mk7.kang@samsung.com> 17600f141ccSDaniel SchwierzeckS: Maintained 17700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-samsung.git 178225f5eecSMinkyu KangF: arch/arm/mach-exynos/ 179225f5eecSMinkyu KangF: arch/arm/mach-s5pc1xx/ 18000f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/s5p-common/ 18100f141ccSDaniel Schwierzeck 182e721e981SMateusz KulikowskiARM SNAPDRAGON 183e721e981SMateusz KulikowskiM: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> 184e721e981SMateusz KulikowskiS: Maintained 185e721e981SMateusz KulikowskiF: arch/arm/mach-snapdragon/ 186e721e981SMateusz Kulikowski 187b7d6e0abSHeinrich SchuchardtARM STI 188b7d6e0abSHeinrich SchuchardtM: Patrice Chotard <patrice.chotard@st.com> 189b7d6e0abSHeinrich SchuchardtS: Maintained 190b7d6e0abSHeinrich SchuchardtF: arch/arm/mach-sti/ 191b7d6e0abSHeinrich SchuchardtF: arch/arm/include/asm/arch-sti*/ 192b7d6e0abSHeinrich Schuchardt 19300f141ccSDaniel SchwierzeckARM STM SPEAR 1943a53aba3SBin Meng#M: Vipin Kumar <vipin.kumar@st.com> 1953a53aba3SBin MengS: Orphaned (Since 2016-02) 19600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-stm.git 19700f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/spear/ 19800f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-spear/ 19900f141ccSDaniel Schwierzeck 2002514c2d0SPatrick DelaunayARM STM STM32MP 2012514c2d0SPatrick DelaunayM: Patrick Delaunay <patrick.delaunay@st.com> 2022514c2d0SPatrick DelaunayS: Maintained 2032514c2d0SPatrick DelaunayF: arch/arm/mach-stm32mp 204a6151916SPatrick DelaunayF: clk/clk_stm32mp1.c 205e70f70aaSPatrick DelaunayF: ram/stm32mp1 2062514c2d0SPatrick Delaunay 2079fa32b12SVikas ManochaARM STM STV0991 2089fa32b12SVikas ManochaM: Vikas Manocha <vikas.manocha@st.com> 2099fa32b12SVikas ManochaS: Maintained 2109fa32b12SVikas ManochaF: arch/arm/cpu/armv7/stv0991/ 2119fa32b12SVikas ManochaF: arch/arm/include/asm/arch-stv0991/ 2129fa32b12SVikas Manocha 21300f141ccSDaniel SchwierzeckARM SUNXI 214543bd273SJagan TekiM: Jagan Teki <jagan@openedev.com> 215bf8f4c44SMaxime RipardM: Maxime Ripard <maxime.ripard@bootlin.com> 216ed8f2a28SChen-Yu TsaiS: Maintained 21700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sunxi.git 21800f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/sunxi/ 21900f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-sunxi/ 220ed8f2a28SChen-Yu TsaiF: arch/arm/mach-sunxi/ 221ed8f2a28SChen-Yu TsaiF: board/sunxi/ 22200f141ccSDaniel Schwierzeck 22300f141ccSDaniel SchwierzeckARM TEGRA 22400f141ccSDaniel SchwierzeckM: Tom Warren <twarren@nvidia.com> 22500f141ccSDaniel SchwierzeckS: Maintained 22600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tegra.git 22709f455dcSMasahiro YamadaF: arch/arm/mach-tegra/ 22800f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-tegra*/ 22900f141ccSDaniel Schwierzeck 23000f141ccSDaniel SchwierzeckARM TI 2314e34d610STom RiniM: Tom Rini <trini@konsulko.com> 23200f141ccSDaniel SchwierzeckS: Maintained 23300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ti.git 23426f7c111SMasahiro YamadaF: arch/arm/mach-davinci/ 23526f7c111SMasahiro YamadaF: arch/arm/mach-keystone/ 23600f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-omap*/ 23700f141ccSDaniel SchwierzeckF: arch/arm/include/asm/ti-common/ 23800f141ccSDaniel Schwierzeck 2390fb63aa6SMasahiro YamadaARM UNIPHIER 240ed6226c4SMasahiro YamadaM: Masahiro Yamada <yamada.masahiro@socionext.com> 2410fb63aa6SMasahiro YamadaS: Maintained 2420fb63aa6SMasahiro YamadaT: git git://git.denx.de/u-boot-uniphier.git 2434c425570SMasahiro YamadaF: arch/arm/mach-uniphier/ 2445fd3f434SMasahiro YamadaF: configs/uniphier_*_defconfig 245eb006c83SMasahiro YamadaN: uniphier 2460fb63aa6SMasahiro Yamada 24700f141ccSDaniel SchwierzeckARM ZYNQ 24800f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 24900f141ccSDaniel SchwierzeckS: Maintained 2508ae3d0b5SMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 2518ae3d0b5SMichal SimekF: arch/arm/mach-zynq/ 2528ae3d0b5SMichal SimekF: drivers/clk/clk_zynq.c 2538ae3d0b5SMichal SimekF: drivers/fpga/zynqpl.c 2548ae3d0b5SMichal SimekF: drivers/gpio/zynq_gpio.c 2558ae3d0b5SMichal SimekF: drivers/i2c/i2c-cdns.c 2568ae3d0b5SMichal SimekF: drivers/i2c/muxes/pca954x.c 2578ae3d0b5SMichal SimekF: drivers/i2c/zynq_i2c.c 2588ae3d0b5SMichal SimekF: drivers/mmc/zynq_sdhci.c 2598ae3d0b5SMichal SimekF: drivers/mtd/nand/zynq_nand.c 2608ae3d0b5SMichal SimekF: drivers/net/phy/xilinx_phy.c 2618ae3d0b5SMichal SimekF: drivers/net/zynq_gem.c 2628ae3d0b5SMichal SimekF: drivers/serial/serial_zynq.c 2638ae3d0b5SMichal SimekF: drivers/spi/zynq_qspi.c 2648ae3d0b5SMichal SimekF: drivers/spi/zynq_spi.c 2658ae3d0b5SMichal SimekF: drivers/usb/host/ehci-zynq.c 2668ae3d0b5SMichal SimekF: drivers/watchdog/cdns_wdt.c 2678ae3d0b5SMichal SimekF: include/zynqmp.h 2688ae3d0b5SMichal SimekF: tools/zynqimage.c 2698ae3d0b5SMichal SimekN: zynq 27000f141ccSDaniel Schwierzeck 27184c7204bSMichal SimekARM ZYNQMP 27284c7204bSMichal SimekM: Michal Simek <michal.simek@xilinx.com> 27384c7204bSMichal SimekS: Maintained 2748ae3d0b5SMichal SimekT: git git://git.denx.de/u-boot-microblaze.git 2758ae3d0b5SMichal SimekF: arch/arm/mach-zynq/ 2768ae3d0b5SMichal SimekF: drivers/clk/clk_zynq.c 2778ae3d0b5SMichal SimekF: drivers/fpga/zynqpl.c 2788ae3d0b5SMichal SimekF: drivers/gpio/zynq_gpio.c 2798ae3d0b5SMichal SimekF: drivers/i2c/i2c-cdns.c 2808ae3d0b5SMichal SimekF: drivers/i2c/muxes/pca954x.c 2818ae3d0b5SMichal SimekF: drivers/i2c/zynq_i2c.c 2828ae3d0b5SMichal SimekF: drivers/mmc/zynq_sdhci.c 2838ae3d0b5SMichal SimekF: drivers/mtd/nand/zynq_nand.c 2848ae3d0b5SMichal SimekF: drivers/net/phy/xilinx_phy.c 2858ae3d0b5SMichal SimekF: drivers/net/zynq_gem.c 2868ae3d0b5SMichal SimekF: drivers/serial/serial_zynq.c 2878ae3d0b5SMichal SimekF: drivers/spi/zynq_qspi.c 2888ae3d0b5SMichal SimekF: drivers/spi/zynq_spi.c 2898ae3d0b5SMichal SimekF: drivers/usb/host/ehci-zynq.c 2908ae3d0b5SMichal SimekF: drivers/watchdog/cdns_wdt.c 2918ae3d0b5SMichal SimekF: include/zynqmp.h 2928ae3d0b5SMichal SimekF: tools/zynqimage.c 2938ae3d0b5SMichal SimekN: zynqmp 29484c7204bSMichal Simek 29500f141ccSDaniel SchwierzeckBUILDMAN 29600f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 29700f141ccSDaniel SchwierzeckS: Maintained 29800f141ccSDaniel SchwierzeckF: tools/buildman/ 29900f141ccSDaniel Schwierzeck 30000f141ccSDaniel SchwierzeckCFI FLASH 30100f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 30200f141ccSDaniel SchwierzeckS: Maintained 30300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-cfi-flash.git 304c4c2e141SStefan RoeseF: drivers/mtd/cfi_flash.c 305c4c2e141SStefan RoeseF: drivers/mtd/jedec_flash.c 30600f141ccSDaniel Schwierzeck 30700f141ccSDaniel SchwierzeckCOLDFIRE 30882ebb7e5Sangelo@sysam.itM: Huan Wang <alison.wang@freescale.com> 30982ebb7e5Sangelo@sysam.itM: Angelo Dureghello <angelo@sysam.it> 31000f141ccSDaniel SchwierzeckS: Maintained 31100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-coldfire.git 31200f141ccSDaniel SchwierzeckF: arch/m68k/ 31300f141ccSDaniel Schwierzeck 31400f141ccSDaniel SchwierzeckDFU 31556acf018SLukasz MajewskiM: Lukasz Majewski <lukma@denx.de> 31600f141ccSDaniel SchwierzeckS: Maintained 31700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-dfu.git 31800f141ccSDaniel SchwierzeckF: drivers/dfu/ 31955ca6138SLukasz MajewskiF: drivers/usb/gadget/ 32000f141ccSDaniel Schwierzeck 32100f141ccSDaniel SchwierzeckDRIVER MODEL 32200f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 32300f141ccSDaniel SchwierzeckS: Maintained 3248770633eSMasahiro YamadaT: git git://git.denx.de/u-boot-dm.git 32500f141ccSDaniel SchwierzeckF: drivers/core/ 32600f141ccSDaniel SchwierzeckF: include/dm/ 32700f141ccSDaniel SchwierzeckF: test/dm/ 32800f141ccSDaniel Schwierzeck 329e4a7394aSAlexander GrafEFI PAYLOAD 330e4a7394aSAlexander GrafM: Alexander Graf <agraf@suse.de> 331e4a7394aSAlexander GrafS: Maintained 332bc188a30SAlexander GrafT: git git://github.com/agraf/u-boot.git 333f3b5056cSHeinrich SchuchardtF: doc/README.efi 33429a8a282SHeinrich SchuchardtF: doc/README.iscsi 335623b3a57SHeinrich SchuchardtF: include/efi* 336268ec6e0SHeinrich SchuchardtF: include/pe.h 337268ec6e0SHeinrich SchuchardtF: include/asm-generic/pe.h 338bc0bd77eSHeinrich SchuchardtF: lib/efi*/ 339623b3a57SHeinrich SchuchardtF: test/py/tests/test_efi* 340e4a7394aSAlexander GrafF: cmd/bootefi.c 341ac020196SHeinrich SchuchardtF: tools/file2include.c 342e4a7394aSAlexander Graf 34300f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE 34400f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 34500f141ccSDaniel SchwierzeckS: Maintained 34600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fdt.git 34700f141ccSDaniel SchwierzeckF: lib/fdtdec* 34800f141ccSDaniel SchwierzeckF: lib/libfdt/ 34900f141ccSDaniel SchwierzeckF: include/fdt* 35018fa6230SHeinrich SchuchardtF: include/linux/libfdt* 351643f8d4cSAndreas FärberF: cmd/fdt.c 35200f141ccSDaniel SchwierzeckF: common/fdt_support.c 35300f141ccSDaniel Schwierzeck 35400f141ccSDaniel SchwierzeckFREEBSD 35500f141ccSDaniel SchwierzeckM: Rafal Jaworowski <raj@semihalf.com> 35600f141ccSDaniel SchwierzeckS: Maintained 35700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-freebsd.git 35800f141ccSDaniel Schwierzeck 35900f141ccSDaniel SchwierzeckFREESCALE QORIQ 3602f231025SYork SunM: York Sun <york.sun@nxp.com> 36100f141ccSDaniel SchwierzeckS: Maintained 36200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fsl-qoriq.git 36300f141ccSDaniel Schwierzeck 36400f141ccSDaniel SchwierzeckI2C 36500f141ccSDaniel SchwierzeckM: Heiko Schocher <hs@denx.de> 36600f141ccSDaniel SchwierzeckS: Maintained 36700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-i2c.git 36800f141ccSDaniel SchwierzeckF: drivers/i2c/ 36900f141ccSDaniel Schwierzeck 370e9c8d49dSSimon GlassLOGGING 371e9c8d49dSSimon GlassM: Simon Glass <sjg@chromium.org> 372e9c8d49dSSimon GlassS: Maintained 373e9c8d49dSSimon GlassT: git git://git.denx.de/u-boot.git 374e9c8d49dSSimon GlassF: common/log.c 375e9c8d49dSSimon GlassF: cmd/log.c 376ef11ed82SSimon GlassF: test/log/log_test.c 37720faa27cSSimon GlassF: test/py/tests/test_log.py 378e9c8d49dSSimon Glass 37900f141ccSDaniel SchwierzeckMICROBLAZE 38000f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 38100f141ccSDaniel SchwierzeckS: Maintained 38200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-microblaze.git 38300f141ccSDaniel SchwierzeckF: arch/microblaze/ 3848ae3d0b5SMichal SimekF: cmd/mfsl.c 3858ae3d0b5SMichal SimekF: drivers/gpio/xilinx_gpio.c 3868ae3d0b5SMichal SimekF: drivers/net/xilinx_axi_emac.c 3878ae3d0b5SMichal SimekF: drivers/net/xilinx_emaclite.c 3888ae3d0b5SMichal SimekF: drivers/serial/serial_xuartlite.c 3898ae3d0b5SMichal SimekF: drivers/spi/xilinx_spi.c 3908ae3d0b5SMichal SimekF: drivers/watchdog/xilinx_tb_wdt.c 3918ae3d0b5SMichal SimekN: xilinx 39200f141ccSDaniel Schwierzeck 39300f141ccSDaniel SchwierzeckMIPS 39400f141ccSDaniel SchwierzeckM: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 39500f141ccSDaniel SchwierzeckS: Maintained 39600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mips.git 39700f141ccSDaniel SchwierzeckF: arch/mips/ 39800f141ccSDaniel Schwierzeck 39900f141ccSDaniel SchwierzeckMMC 400dbc39699SJaehoon ChungM: Jaehoon Chung <jh80.chung@samsung.com> 40100f141ccSDaniel SchwierzeckS: Maintained 40200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mmc.git 40300f141ccSDaniel SchwierzeckF: drivers/mmc/ 40400f141ccSDaniel Schwierzeck 4054ef17f9cSHeinrich SchuchardtNAND FLASH 4064ef17f9cSHeinrich SchuchardtM: Scott Wood <oss@buserror.net> 4074ef17f9cSHeinrich SchuchardtS: Maintained 4084ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-nand-flash.git 4094ef17f9cSHeinrich SchuchardtF: drivers/mtd/nand/ 4104ef17f9cSHeinrich Schuchardt 4114ef17f9cSHeinrich SchuchardtNDS32 4124ef17f9cSHeinrich SchuchardtM: Macpaul Lin <macpaul@andestech.com> 4134ef17f9cSHeinrich SchuchardtS: Maintained 4144ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-nds32.git 4154ef17f9cSHeinrich SchuchardtF: arch/nds32/ 4164ef17f9cSHeinrich Schuchardt 417b7d6e0abSHeinrich SchuchardtNETWORK 418b7d6e0abSHeinrich SchuchardtM: Joe Hershberger <joe.hershberger@ni.com> 419b7d6e0abSHeinrich SchuchardtS: Maintained 420b7d6e0abSHeinrich SchuchardtT: git git://git.denx.de/u-boot-net.git 421b7d6e0abSHeinrich SchuchardtF: drivers/net/ 422b7d6e0abSHeinrich SchuchardtF: net/ 423b7d6e0abSHeinrich Schuchardt 4244ef17f9cSHeinrich SchuchardtNIOS 4254ef17f9cSHeinrich SchuchardtM: Thomas Chou <thomas@wytron.com.tw> 4264ef17f9cSHeinrich SchuchardtS: Maintained 4274ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-nios.git 4284ef17f9cSHeinrich SchuchardtF: arch/nios2/ 4294ef17f9cSHeinrich Schuchardt 4304ef17f9cSHeinrich SchuchardtONENAND 4314ef17f9cSHeinrich Schuchardt#M: Lukasz Majewski <l.majewski@majess.pl> 4324ef17f9cSHeinrich SchuchardtS: Orphaned (Since 2017-01) 4334ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-onenand.git 4344ef17f9cSHeinrich SchuchardtF: drivers/mtd/onenand/ 4354ef17f9cSHeinrich Schuchardt 43600f141ccSDaniel SchwierzeckPATMAN 43700f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 43800f141ccSDaniel SchwierzeckS: Maintained 43900f141ccSDaniel SchwierzeckF: tools/patman/ 44000f141ccSDaniel Schwierzeck 4414ef17f9cSHeinrich SchuchardtPOWER 4424ef17f9cSHeinrich SchuchardtM: Jaehoon Chung <jh80.chung@samsung.com> 4434ef17f9cSHeinrich SchuchardtS: Maintained 4444ef17f9cSHeinrich SchuchardtT: git git://git.denx.de/u-boot-pmic.git 4454ef17f9cSHeinrich SchuchardtF: drivers/power/ 4464ef17f9cSHeinrich Schuchardt 44700f141ccSDaniel SchwierzeckPOWERPC 44800f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 44900f141ccSDaniel SchwierzeckS: Maintained 45000f141ccSDaniel SchwierzeckF: arch/powerpc/ 45100f141ccSDaniel Schwierzeck 45200f141ccSDaniel SchwierzeckPOWERPC MPC8XX 453907208c4SChristophe LeroyM: Christophe Leroy <christophe.leroy@c-s.fr> 45400f141ccSDaniel SchwierzeckS: Maintained 45500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc8xx.git 45600f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc8xx/ 45700f141ccSDaniel Schwierzeck 45800f141ccSDaniel SchwierzeckPOWERPC MPC83XX 459e5ed4c3eSmario.six@gdsys.ccM: Mario Six <mario.six@gdsys.cc> 460e5ed4c3eSmario.six@gdsys.ccS: Maintained 46100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc83xx.git 46200f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc83xx/ 46300f141ccSDaniel SchwierzeckF: arch/powerpc/include/asm/arch-mpc83xx/ 46400f141ccSDaniel Schwierzeck 46500f141ccSDaniel SchwierzeckPOWERPC MPC85XX 4662f231025SYork SunM: York Sun <york.sun@nxp.com> 46700f141ccSDaniel SchwierzeckS: Maintained 46800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc85xx.git 46900f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc85xx/ 47000f141ccSDaniel Schwierzeck 47100f141ccSDaniel SchwierzeckPOWERPC MPC86XX 4722f231025SYork SunM: York Sun <york.sun@nxp.com> 47300f141ccSDaniel SchwierzeckS: Maintained 47400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc86xx.git 47500f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc86xx/ 47600f141ccSDaniel Schwierzeck 477f94c44e5SRick ChenRISC-V 478f94c44e5SRick ChenM: Rick Chen <rick@andestech.com> 479f94c44e5SRick ChenS: Maintained 480f94c44e5SRick ChenT: git git://git.denx.de/u-boot-riscv.git 481f94c44e5SRick ChenF: arch/riscv/ 482f94c44e5SRick ChenF: tools/prelink-riscv.c 483f94c44e5SRick Chen 4844ef17f9cSHeinrich SchuchardtROCKUSB 4854ef17f9cSHeinrich SchuchardtM: Eddie Cai <eddie.cai.linux@gmail.com> 4864ef17f9cSHeinrich SchuchardtS: Maintained 4874ef17f9cSHeinrich SchuchardtF: drivers/usb/gadget/f_rockusb.c 4884ef17f9cSHeinrich SchuchardtF: cmd/rockusb.c 4894ef17f9cSHeinrich SchuchardtF: doc/README.rockusb 4904ef17f9cSHeinrich Schuchardt 49100f141ccSDaniel SchwierzeckSANDBOX 49200f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 49300f141ccSDaniel SchwierzeckS: Maintained 49400f141ccSDaniel SchwierzeckF: arch/sandbox/ 49500f141ccSDaniel Schwierzeck 49600f141ccSDaniel SchwierzeckSH 49700f141ccSDaniel SchwierzeckM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 49800f141ccSDaniel SchwierzeckS: Maintained 49900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sh.git 50000f141ccSDaniel SchwierzeckF: arch/sh/ 50100f141ccSDaniel Schwierzeck 50200f141ccSDaniel SchwierzeckSPI 50316185a85SJagan TekiM: Jagan Teki <jagan@openedev.com> 50400f141ccSDaniel SchwierzeckS: Maintained 50500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-spi.git 50600f141ccSDaniel SchwierzeckF: drivers/mtd/spi/ 50700f141ccSDaniel SchwierzeckF: drivers/spi/ 50800f141ccSDaniel SchwierzeckF: include/spi* 50900f141ccSDaniel Schwierzeck 510e721e981SMateusz KulikowskiSPMI 511e721e981SMateusz KulikowskiM: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> 512e721e981SMateusz KulikowskiS: Maintained 513e721e981SMateusz KulikowskiF: drivers/spmi/ 514e721e981SMateusz KulikowskiF: include/spmi/ 515e721e981SMateusz Kulikowski 5164e2fdf45SAndrew F. DavisTI SYSTEM SECURITY 5174e2fdf45SAndrew F. DavisM: Andrew F. Davis <afd@ti.com> 5184e2fdf45SAndrew F. DavisS: Supported 5194e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S 5204e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/sec-common.c 5214e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/config_secure.mk 522a42eee12SAndrew F. DavisF: configs/am335x_hs_evm_defconfig 523c2dca337SAndrew F. DavisF: configs/am335x_hs_evm_uart_defconfig 5244e2fdf45SAndrew F. DavisF: configs/am43xx_hs_evm_defconfig 5254e2fdf45SAndrew F. DavisF: configs/am57xx_hs_evm_defconfig 5264e2fdf45SAndrew F. DavisF: configs/dra7xx_hs_evm_defconfig 5278a707bafSLokesh VutlaF: configs/k2hk_hs_evm_defconfig 5288a707bafSLokesh VutlaF: configs/k2e_hs_evm_defconfig 5298a707bafSLokesh VutlaF: configs/k2g_hs_evm_defconfig 530f274f265SMadan SrinivasF: configs/k2l_hs_evm_defconfig 5314e2fdf45SAndrew F. Davis 53200f141ccSDaniel SchwierzeckTQ GROUP 5333a53aba3SBin Meng#M: Martin Krause <martin.krause@tq-systems.de> 5343a53aba3SBin MengS: Orphaned (Since 2016-02) 53500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tq-group.git 53600f141ccSDaniel Schwierzeck 53700f141ccSDaniel SchwierzeckUBI 53800f141ccSDaniel SchwierzeckM: Kyungmin Park <kmpark@infradead.org> 53969337a9dSHeiko SchocherM: Heiko Schocher <hs@denx.de> 54000f141ccSDaniel SchwierzeckS: Maintained 54100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ubi.git 54200f141ccSDaniel SchwierzeckF: drivers/mtd/ubi/ 54300f141ccSDaniel Schwierzeck 54400f141ccSDaniel SchwierzeckUSB 54500f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 54600f141ccSDaniel SchwierzeckS: Maintained 54700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-usb.git 54800f141ccSDaniel SchwierzeckF: drivers/usb/ 54900f141ccSDaniel Schwierzeck 550c0c5f910SBin MengUSB xHCI 551c0c5f910SBin MengM: Bin Meng <bmeng.cn@gmail.com> 552c0c5f910SBin MengS: Maintained 553c0c5f910SBin MengT: git git://git.denx.de/u-boot-usb.git topic-xhci 554c0c5f910SBin MengF: drivers/usb/host/xhci* 555c0c5f910SBin Meng 55600f141ccSDaniel SchwierzeckVIDEO 55700f141ccSDaniel SchwierzeckM: Anatolij Gustschin <agust@denx.de> 55800f141ccSDaniel SchwierzeckS: Maintained 55900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-video.git 56000f141ccSDaniel SchwierzeckF: drivers/video/ 561c967fb78SAnatolij GustschinF: common/lcd*.c 562c967fb78SAnatolij GustschinF: include/lcd*.h 56300f141ccSDaniel Schwierzeck 56400f141ccSDaniel SchwierzeckX86 56500f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 566dc5210a2SBin MengM: Bin Meng <bmeng.cn@gmail.com> 56700f141ccSDaniel SchwierzeckS: Maintained 56800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-x86.git 56900f141ccSDaniel SchwierzeckF: arch/x86/ 57000f141ccSDaniel Schwierzeck 571de5e5ceaSChris ZankelXTENSA 572de5e5ceaSChris ZankelM: Max Filippov <jcmvbkbc@gmail.com> 573de5e5ceaSChris ZankelS: Maintained 574de5e5ceaSChris ZankelF: arch/xtensa/ 575de5e5ceaSChris Zankel 57600f141ccSDaniel SchwierzeckTHE REST 5774e34d610STom RiniM: Tom Rini <trini@konsulko.com> 57800f141ccSDaniel SchwierzeckL: u-boot@lists.denx.de 57900f141ccSDaniel SchwierzeckQ: http://patchwork.ozlabs.org/project/uboot/list/ 58000f141ccSDaniel SchwierzeckS: Maintained 58100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot.git 58200f141ccSDaniel SchwierzeckF: * 58300f141ccSDaniel SchwierzeckF: */ 584