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 623194c3cdSEugeniy PaltsevARC HSDK CREG GPIO 633194c3cdSEugeniy PaltsevM: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> 643194c3cdSEugeniy PaltsevS: Maintained 653194c3cdSEugeniy PaltsevL: uboot-snps-arc@synopsys.com 663194c3cdSEugeniy PaltsevF: drivers/gpio/hsdk-creg-gpio.c 673194c3cdSEugeniy Paltsev 68e80dac0aSEugeniy PaltsevARC HSDK CGU CLOCK 69e80dac0aSEugeniy PaltsevM: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> 70e80dac0aSEugeniy PaltsevS: Maintained 71e80dac0aSEugeniy PaltsevL: uboot-snps-arc@synopsys.com 72e80dac0aSEugeniy PaltsevF: drivers/clk/clk-hsdk-cgu.c 73e80dac0aSEugeniy PaltsevF: include/dt-bindings/clock/snps,hsdk-cgu.h 74e80dac0aSEugeniy PaltsevF: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt 75e80dac0aSEugeniy Paltsev 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 95*958d55f2SAlexander GrafM: Alexander Graf <agraf@suse.de> 96*958d55f2SAlexander 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 102fe84ebf0SStephen WarrenF: drivers/video/bcm2835.c 103fe84ebf0SStephen WarrenF: include/dm/platform_data/serial_bcm283x_mu.h 104caf2233bSAlexander GrafF: drivers/pinctrl/broadcom/ 105fe84ebf0SStephen Warren 10600f141ccSDaniel SchwierzeckARM FREESCALE IMX 10700f141ccSDaniel SchwierzeckM: Stefano Babic <sbabic@denx.de> 1082aaf7c49SFabio EstevamM: Fabio Estevam <fabio.estevam@nxp.com> 10900f141ccSDaniel SchwierzeckS: Maintained 11000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-imx.git 11100f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm1136/mx*/ 11200f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/mx*/ 11300f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/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 126ae4dc15dSPeter GriffinF: 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 1628b45193aSPhilipp TomsichF: drivers/pinctrl/rockchip/ 1638b45193aSPhilipp TomsichF: drivers/ram/rockchip/ 1648b45193aSPhilipp TomsichF: drivers/sysreset/sysreset_rockchip.c 1658b45193aSPhilipp TomsichF: tools/rkcommon.c 1668b45193aSPhilipp TomsichF: tools/rkcommon.h 1678b45193aSPhilipp TomsichF: tools/rkimage.c 1688b45193aSPhilipp TomsichF: tools/rksd.c 1698b45193aSPhilipp TomsichF: tools/rkspi.c 170c3caeac0SMasahiro Yamada 17100f141ccSDaniel SchwierzeckARM SAMSUNG 17200f141ccSDaniel SchwierzeckM: Minkyu Kang <mk7.kang@samsung.com> 17300f141ccSDaniel SchwierzeckS: Maintained 17400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-samsung.git 17500f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm920t/s3c24x0/ 176225f5eecSMinkyu KangF: arch/arm/mach-exynos/ 177225f5eecSMinkyu KangF: arch/arm/mach-s5pc1xx/ 17800f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/s5p-common/ 17900f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-s3c24x0/ 18000f141ccSDaniel Schwierzeck 181e721e981SMateusz KulikowskiARM SNAPDRAGON 182e721e981SMateusz KulikowskiM: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> 183e721e981SMateusz KulikowskiS: Maintained 184e721e981SMateusz KulikowskiF: arch/arm/mach-snapdragon/ 185e721e981SMateusz Kulikowski 18600f141ccSDaniel SchwierzeckARM STM SPEAR 1873a53aba3SBin Meng#M: Vipin Kumar <vipin.kumar@st.com> 1883a53aba3SBin MengS: Orphaned (Since 2016-02) 18900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-stm.git 19000f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/spear/ 19100f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-spear/ 19200f141ccSDaniel Schwierzeck 1939fa32b12SVikas ManochaARM STM STV0991 1949fa32b12SVikas ManochaM: Vikas Manocha <vikas.manocha@st.com> 1959fa32b12SVikas ManochaS: Maintained 1969fa32b12SVikas ManochaF: arch/arm/cpu/armv7/stv0991/ 1979fa32b12SVikas ManochaF: arch/arm/include/asm/arch-stv0991/ 1989fa32b12SVikas Manocha 19994e9a4efSPatrice ChotardARM STI 20094e9a4efSPatrice ChotardM: Patrice Chotard <patrice.chotard@st.com> 20194e9a4efSPatrice ChotardS: Maintained 20294e9a4efSPatrice ChotardF: arch/arm/mach-sti/ 20394e9a4efSPatrice ChotardF: arch/arm/include/asm/arch-sti*/ 20494e9a4efSPatrice Chotard 20500f141ccSDaniel SchwierzeckARM SUNXI 206543bd273SJagan TekiM: Jagan Teki <jagan@openedev.com> 207543bd273SJagan TekiM: Maxime Ripard <maxime.ripard@free-electrons.com> 208ed8f2a28SChen-Yu TsaiS: Maintained 20900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sunxi.git 21000f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/sunxi/ 21100f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-sunxi/ 212ed8f2a28SChen-Yu TsaiF: arch/arm/mach-sunxi/ 213ed8f2a28SChen-Yu TsaiF: board/sunxi/ 21400f141ccSDaniel Schwierzeck 21500f141ccSDaniel SchwierzeckARM TEGRA 21600f141ccSDaniel SchwierzeckM: Tom Warren <twarren@nvidia.com> 21700f141ccSDaniel SchwierzeckS: Maintained 21800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tegra.git 21909f455dcSMasahiro YamadaF: arch/arm/mach-tegra/ 22000f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-tegra*/ 22100f141ccSDaniel Schwierzeck 22200f141ccSDaniel SchwierzeckARM TI 2234e34d610STom RiniM: Tom Rini <trini@konsulko.com> 22400f141ccSDaniel SchwierzeckS: Maintained 22500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ti.git 22626f7c111SMasahiro YamadaF: arch/arm/mach-davinci/ 22726f7c111SMasahiro YamadaF: arch/arm/mach-keystone/ 22800f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/omap/ 22900f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/omap*/ 23000f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-omap*/ 23100f141ccSDaniel SchwierzeckF: arch/arm/include/asm/ti-common/ 23200f141ccSDaniel Schwierzeck 2330fb63aa6SMasahiro YamadaARM UNIPHIER 234ed6226c4SMasahiro YamadaM: Masahiro Yamada <yamada.masahiro@socionext.com> 2350fb63aa6SMasahiro YamadaS: Maintained 2360fb63aa6SMasahiro YamadaT: git git://git.denx.de/u-boot-uniphier.git 2374c425570SMasahiro YamadaF: arch/arm/mach-uniphier/ 2385fd3f434SMasahiro YamadaF: configs/uniphier_*_defconfig 239eb006c83SMasahiro YamadaN: uniphier 2400fb63aa6SMasahiro Yamada 24100f141ccSDaniel SchwierzeckARM ZYNQ 24200f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 24300f141ccSDaniel SchwierzeckS: Maintained 24400f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/zynq/ 24500f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-zynq/ 24600f141ccSDaniel Schwierzeck 24784c7204bSMichal SimekARM ZYNQMP 24884c7204bSMichal SimekM: Michal Simek <michal.simek@xilinx.com> 24984c7204bSMichal SimekS: Maintained 25084c7204bSMichal SimekF: arch/arm/cpu/armv8/zynqmp/ 25184c7204bSMichal SimekF: arch/arm/include/asm/arch-zynqmp/ 25284c7204bSMichal Simek 25300f141ccSDaniel SchwierzeckBUILDMAN 25400f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 25500f141ccSDaniel SchwierzeckS: Maintained 25600f141ccSDaniel SchwierzeckF: tools/buildman/ 25700f141ccSDaniel Schwierzeck 25800f141ccSDaniel SchwierzeckCFI FLASH 25900f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 26000f141ccSDaniel SchwierzeckS: Maintained 26100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-cfi-flash.git 262c4c2e141SStefan RoeseF: drivers/mtd/cfi_flash.c 263c4c2e141SStefan RoeseF: drivers/mtd/jedec_flash.c 26400f141ccSDaniel Schwierzeck 26500f141ccSDaniel SchwierzeckCOLDFIRE 26682ebb7e5Sangelo@sysam.itM: Huan Wang <alison.wang@freescale.com> 26782ebb7e5Sangelo@sysam.itM: Angelo Dureghello <angelo@sysam.it> 26800f141ccSDaniel SchwierzeckS: Maintained 26900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-coldfire.git 27000f141ccSDaniel SchwierzeckF: arch/m68k/ 27100f141ccSDaniel Schwierzeck 27200f141ccSDaniel SchwierzeckDFU 27356acf018SLukasz MajewskiM: Lukasz Majewski <lukma@denx.de> 27400f141ccSDaniel SchwierzeckS: Maintained 27500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-dfu.git 27600f141ccSDaniel SchwierzeckF: drivers/dfu/ 27755ca6138SLukasz MajewskiF: drivers/usb/gadget/ 27800f141ccSDaniel Schwierzeck 27900f141ccSDaniel SchwierzeckDRIVER MODEL 28000f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 28100f141ccSDaniel SchwierzeckS: Maintained 2828770633eSMasahiro YamadaT: git git://git.denx.de/u-boot-dm.git 28300f141ccSDaniel SchwierzeckF: drivers/core/ 28400f141ccSDaniel SchwierzeckF: include/dm/ 28500f141ccSDaniel SchwierzeckF: test/dm/ 28600f141ccSDaniel Schwierzeck 287e4a7394aSAlexander GrafEFI PAYLOAD 288e4a7394aSAlexander GrafM: Alexander Graf <agraf@suse.de> 289e4a7394aSAlexander GrafS: Maintained 290bc188a30SAlexander GrafT: git git://github.com/agraf/u-boot.git 291623b3a57SHeinrich SchuchardtF: include/efi* 292bc0bd77eSHeinrich SchuchardtF: lib/efi*/ 293623b3a57SHeinrich SchuchardtF: test/py/tests/test_efi* 294e4a7394aSAlexander GrafF: cmd/bootefi.c 295ac020196SHeinrich SchuchardtF: tools/file2include.c 296e4a7394aSAlexander Graf 29700f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE 29800f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 29900f141ccSDaniel SchwierzeckS: Maintained 30000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fdt.git 30100f141ccSDaniel SchwierzeckF: lib/fdtdec* 30200f141ccSDaniel SchwierzeckF: lib/libfdt/ 30300f141ccSDaniel SchwierzeckF: include/fdt* 30400f141ccSDaniel SchwierzeckF: include/libfdt* 305643f8d4cSAndreas FärberF: cmd/fdt.c 30600f141ccSDaniel SchwierzeckF: common/fdt_support.c 30700f141ccSDaniel Schwierzeck 30800f141ccSDaniel SchwierzeckFREEBSD 30900f141ccSDaniel SchwierzeckM: Rafal Jaworowski <raj@semihalf.com> 31000f141ccSDaniel SchwierzeckS: Maintained 31100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-freebsd.git 31200f141ccSDaniel Schwierzeck 31300f141ccSDaniel SchwierzeckFREESCALE QORIQ 3142f231025SYork SunM: York Sun <york.sun@nxp.com> 31500f141ccSDaniel SchwierzeckS: Maintained 31600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fsl-qoriq.git 31700f141ccSDaniel Schwierzeck 31800f141ccSDaniel SchwierzeckI2C 31900f141ccSDaniel SchwierzeckM: Heiko Schocher <hs@denx.de> 32000f141ccSDaniel SchwierzeckS: Maintained 32100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-i2c.git 32200f141ccSDaniel SchwierzeckF: drivers/i2c/ 32300f141ccSDaniel Schwierzeck 324e9c8d49dSSimon GlassLOGGING 325e9c8d49dSSimon GlassM: Simon Glass <sjg@chromium.org> 326e9c8d49dSSimon GlassS: Maintained 327e9c8d49dSSimon GlassT: git git://git.denx.de/u-boot.git 328e9c8d49dSSimon GlassF: common/log.c 329e9c8d49dSSimon GlassF: cmd/log.c 330ef11ed82SSimon GlassF: test/log/log_test.c 33120faa27cSSimon GlassF: test/py/tests/test_log.py 332e9c8d49dSSimon Glass 33300f141ccSDaniel SchwierzeckMICROBLAZE 33400f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 33500f141ccSDaniel SchwierzeckS: Maintained 33600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-microblaze.git 33700f141ccSDaniel SchwierzeckF: arch/microblaze/ 33800f141ccSDaniel Schwierzeck 33900f141ccSDaniel SchwierzeckMIPS 34000f141ccSDaniel SchwierzeckM: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 34100f141ccSDaniel SchwierzeckS: Maintained 34200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mips.git 34300f141ccSDaniel SchwierzeckF: arch/mips/ 34400f141ccSDaniel Schwierzeck 34500f141ccSDaniel SchwierzeckMMC 346dbc39699SJaehoon ChungM: Jaehoon Chung <jh80.chung@samsung.com> 34700f141ccSDaniel SchwierzeckS: Maintained 34800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mmc.git 34900f141ccSDaniel SchwierzeckF: drivers/mmc/ 35000f141ccSDaniel Schwierzeck 35100f141ccSDaniel SchwierzeckPATMAN 35200f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 35300f141ccSDaniel SchwierzeckS: Maintained 35400f141ccSDaniel SchwierzeckF: tools/patman/ 35500f141ccSDaniel Schwierzeck 35600f141ccSDaniel SchwierzeckPOWERPC 35700f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 35800f141ccSDaniel SchwierzeckS: Maintained 35900f141ccSDaniel SchwierzeckF: arch/powerpc/ 36000f141ccSDaniel Schwierzeck 36100f141ccSDaniel SchwierzeckPOWERPC MPC8XX 362907208c4SChristophe LeroyM: Christophe Leroy <christophe.leroy@c-s.fr> 36300f141ccSDaniel SchwierzeckS: Maintained 36400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc8xx.git 36500f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc8xx/ 36600f141ccSDaniel Schwierzeck 36700f141ccSDaniel SchwierzeckPOWERPC MPC83XX 368e5ed4c3eSmario.six@gdsys.ccM: Mario Six <mario.six@gdsys.cc> 369e5ed4c3eSmario.six@gdsys.ccS: Maintained 37000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc83xx.git 37100f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc83xx/ 37200f141ccSDaniel SchwierzeckF: arch/powerpc/include/asm/arch-mpc83xx/ 37300f141ccSDaniel Schwierzeck 37400f141ccSDaniel SchwierzeckPOWERPC MPC85XX 3752f231025SYork SunM: York Sun <york.sun@nxp.com> 37600f141ccSDaniel SchwierzeckS: Maintained 37700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc85xx.git 37800f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc85xx/ 37900f141ccSDaniel Schwierzeck 38000f141ccSDaniel SchwierzeckPOWERPC MPC86XX 3812f231025SYork SunM: York Sun <york.sun@nxp.com> 38200f141ccSDaniel SchwierzeckS: Maintained 38300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc86xx.git 38400f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc86xx/ 38500f141ccSDaniel Schwierzeck 38600f141ccSDaniel SchwierzeckPOWERPC PPC4XX 38700f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 38800f141ccSDaniel SchwierzeckS: Maintained 38900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ppc4xx.git 39000f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/ppc4xx/ 39100f141ccSDaniel Schwierzeck 3926e1cfb09SJaehoon ChungPOWER 3936e1cfb09SJaehoon ChungM: Jaehoon Chung <jh80.chung@samsung.com> 3946e1cfb09SJaehoon ChungS: Maintained 3956e1cfb09SJaehoon ChungT: git git://git.denx.de/u-boot-pmic.git 3966e1cfb09SJaehoon ChungF: drivers/power/ 3976e1cfb09SJaehoon Chung 39800f141ccSDaniel SchwierzeckNETWORK 399a60de1eeSJoe HershbergerM: Joe Hershberger <joe.hershberger@ni.com> 40000f141ccSDaniel SchwierzeckS: Maintained 40100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-net.git 40200f141ccSDaniel SchwierzeckF: drivers/net/ 403a60de1eeSJoe HershbergerF: net/ 40400f141ccSDaniel Schwierzeck 40500f141ccSDaniel SchwierzeckNAND FLASH 4063ef9cdb7SScott WoodM: Scott Wood <oss@buserror.net> 40700f141ccSDaniel SchwierzeckS: Maintained 40800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nand-flash.git 40900f141ccSDaniel SchwierzeckF: drivers/mtd/nand/ 41000f141ccSDaniel Schwierzeck 41100f141ccSDaniel SchwierzeckNDS32 41200f141ccSDaniel SchwierzeckM: Macpaul Lin <macpaul@andestech.com> 41300f141ccSDaniel SchwierzeckS: Maintained 41400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nds32.git 41500f141ccSDaniel SchwierzeckF: arch/nds32/ 41600f141ccSDaniel Schwierzeck 41700f141ccSDaniel SchwierzeckNIOS 41800f141ccSDaniel SchwierzeckM: Thomas Chou <thomas@wytron.com.tw> 41900f141ccSDaniel SchwierzeckS: Maintained 42000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nios.git 42100f141ccSDaniel SchwierzeckF: arch/nios2/ 42200f141ccSDaniel Schwierzeck 42300f141ccSDaniel SchwierzeckONENAND 424dea60688SLukasz Majewski#M: Lukasz Majewski <l.majewski@majess.pl> 425dea60688SLukasz MajewskiS: Orphaned (Since 2017-01) 42600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-onenand.git 42700f141ccSDaniel SchwierzeckF: drivers/mtd/onenand/ 42800f141ccSDaniel Schwierzeck 429f94c44e5SRick ChenRISC-V 430f94c44e5SRick ChenM: Rick Chen <rick@andestech.com> 431f94c44e5SRick ChenS: Maintained 432f94c44e5SRick ChenT: git git://git.denx.de/u-boot-riscv.git 433f94c44e5SRick ChenF: arch/riscv/ 434f94c44e5SRick ChenF: tools/prelink-riscv.c 435f94c44e5SRick Chen 43600f141ccSDaniel SchwierzeckSANDBOX 43700f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 43800f141ccSDaniel SchwierzeckS: Maintained 43900f141ccSDaniel SchwierzeckF: arch/sandbox/ 44000f141ccSDaniel Schwierzeck 44100f141ccSDaniel SchwierzeckSH 44200f141ccSDaniel SchwierzeckM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 44300f141ccSDaniel SchwierzeckS: Maintained 44400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sh.git 44500f141ccSDaniel SchwierzeckF: arch/sh/ 44600f141ccSDaniel Schwierzeck 44700f141ccSDaniel SchwierzeckSPI 44816185a85SJagan TekiM: Jagan Teki <jagan@openedev.com> 44900f141ccSDaniel SchwierzeckS: Maintained 45000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-spi.git 45100f141ccSDaniel SchwierzeckF: drivers/mtd/spi/ 45200f141ccSDaniel SchwierzeckF: drivers/spi/ 45300f141ccSDaniel SchwierzeckF: include/spi* 45400f141ccSDaniel Schwierzeck 455e721e981SMateusz KulikowskiSPMI 456e721e981SMateusz KulikowskiM: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> 457e721e981SMateusz KulikowskiS: Maintained 458e721e981SMateusz KulikowskiF: drivers/spmi/ 459e721e981SMateusz KulikowskiF: include/spmi/ 460e721e981SMateusz Kulikowski 4614e2fdf45SAndrew F. DavisTI SYSTEM SECURITY 4624e2fdf45SAndrew F. DavisM: Andrew F. Davis <afd@ti.com> 4634e2fdf45SAndrew F. DavisS: Supported 4644e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S 4654e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/omap5/sec-fxns.c 4664e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/sec-common.c 4674e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/config_secure.mk 468a42eee12SAndrew F. DavisF: configs/am335x_hs_evm_defconfig 469c2dca337SAndrew F. DavisF: configs/am335x_hs_evm_uart_defconfig 4704e2fdf45SAndrew F. DavisF: configs/am43xx_hs_evm_defconfig 4714e2fdf45SAndrew F. DavisF: configs/am57xx_hs_evm_defconfig 4724e2fdf45SAndrew F. DavisF: configs/dra7xx_hs_evm_defconfig 4738a707bafSLokesh VutlaF: configs/k2hk_hs_evm_defconfig 4748a707bafSLokesh VutlaF: configs/k2e_hs_evm_defconfig 4758a707bafSLokesh VutlaF: configs/k2g_hs_evm_defconfig 4764e2fdf45SAndrew F. Davis 47700f141ccSDaniel SchwierzeckTQ GROUP 4783a53aba3SBin Meng#M: Martin Krause <martin.krause@tq-systems.de> 4793a53aba3SBin MengS: Orphaned (Since 2016-02) 48000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tq-group.git 48100f141ccSDaniel Schwierzeck 48200f141ccSDaniel SchwierzeckUBI 48300f141ccSDaniel SchwierzeckM: Kyungmin Park <kmpark@infradead.org> 48469337a9dSHeiko SchocherM: Heiko Schocher <hs@denx.de> 48500f141ccSDaniel SchwierzeckS: Maintained 48600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ubi.git 48700f141ccSDaniel SchwierzeckF: drivers/mtd/ubi/ 48800f141ccSDaniel Schwierzeck 48900f141ccSDaniel SchwierzeckUSB 49000f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 49100f141ccSDaniel SchwierzeckS: Maintained 49200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-usb.git 49300f141ccSDaniel SchwierzeckF: drivers/usb/ 49400f141ccSDaniel Schwierzeck 495c0c5f910SBin MengUSB xHCI 496c0c5f910SBin MengM: Bin Meng <bmeng.cn@gmail.com> 497c0c5f910SBin MengS: Maintained 498c0c5f910SBin MengT: git git://git.denx.de/u-boot-usb.git topic-xhci 499c0c5f910SBin MengF: drivers/usb/host/xhci* 500c0c5f910SBin Meng 501bf2b72beSEddie CaiROCKUSB 502bf2b72beSEddie CaiM: Eddie Cai <eddie.cai.linux@gmail.com> 503bf2b72beSEddie CaiS: Maintained 504bf2b72beSEddie CaiF: drivers/usb/gadget/f_rockusb.c 505453c95e0SEddie CaiF: cmd/rockusb.c 5061c977772SEddie CaiF: doc/README.rockusb 507bf2b72beSEddie Cai 50800f141ccSDaniel SchwierzeckVIDEO 50900f141ccSDaniel SchwierzeckM: Anatolij Gustschin <agust@denx.de> 51000f141ccSDaniel SchwierzeckS: Maintained 51100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-video.git 51200f141ccSDaniel SchwierzeckF: drivers/video/ 513c967fb78SAnatolij GustschinF: common/lcd*.c 514c967fb78SAnatolij GustschinF: include/lcd*.h 51500f141ccSDaniel Schwierzeck 51600f141ccSDaniel SchwierzeckX86 51700f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 518dc5210a2SBin MengM: Bin Meng <bmeng.cn@gmail.com> 51900f141ccSDaniel SchwierzeckS: Maintained 52000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-x86.git 52100f141ccSDaniel SchwierzeckF: arch/x86/ 52200f141ccSDaniel Schwierzeck 523de5e5ceaSChris ZankelXTENSA 524de5e5ceaSChris ZankelM: Max Filippov <jcmvbkbc@gmail.com> 525de5e5ceaSChris ZankelS: Maintained 526de5e5ceaSChris ZankelF: arch/xtensa/ 527de5e5ceaSChris Zankel 52800f141ccSDaniel SchwierzeckTHE REST 5294e34d610STom RiniM: Tom Rini <trini@konsulko.com> 53000f141ccSDaniel SchwierzeckL: u-boot@lists.denx.de 53100f141ccSDaniel SchwierzeckQ: http://patchwork.ozlabs.org/project/uboot/list/ 53200f141ccSDaniel SchwierzeckS: Maintained 53300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot.git 53400f141ccSDaniel SchwierzeckF: * 53500f141ccSDaniel SchwierzeckF: */ 536