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 6200f141ccSDaniel SchwierzeckARM 6300f141ccSDaniel SchwierzeckM: Albert Aribaud <albert.u.boot@aribaud.net> 6400f141ccSDaniel SchwierzeckS: Maintained 6500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-arm.git 6600f141ccSDaniel SchwierzeckF: arch/arm/ 6700f141ccSDaniel Schwierzeck 68d8540a16SPavel MachekARM ALTERA SOCFPGA 69d8540a16SPavel MachekM: Marek Vasut <marex@denx.de> 70d8540a16SPavel MachekS: Maintainted 71d8540a16SPavel MachekT: git git://git.denx.de/u-boot-socfpga.git 72d8540a16SPavel MachekF: arch/arm/cpu/armv7/socfpga/ 73d8540a16SPavel MachekF: board/altera/socfpga/ 74d8540a16SPavel Machek 7500f141ccSDaniel SchwierzeckARM ATMEL AT91 7600f141ccSDaniel SchwierzeckM: Andreas Bießmann <andreas.devel@googlemail.com> 7700f141ccSDaniel SchwierzeckS: Maintained 7800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-atmel.git 7900f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/at91/ 8000f141ccSDaniel SchwierzeckF: arch/arm/cpu/at91-common/ 8100f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-at91/ 8200f141ccSDaniel Schwierzeck 8300f141ccSDaniel SchwierzeckARM FREESCALE IMX 8400f141ccSDaniel SchwierzeckM: Stefano Babic <sbabic@denx.de> 8500f141ccSDaniel SchwierzeckS: Maintained 8600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-imx.git 8700f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm1136/mx*/ 8800f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/mx*/ 8900f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/imx/ 9000f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/mx*/ 9100f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/vf610/ 9200f141ccSDaniel SchwierzeckF: arch/arm/cpu/imx-common/ 9300f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-imx/ 9400f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-mx*/ 9500f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-vf610/ 9600f141ccSDaniel SchwierzeckF: arch/arm/include/asm/imx-common/ 9700f141ccSDaniel Schwierzeck 9800f141ccSDaniel SchwierzeckARM MARVELL KIRKWOOD 9900f141ccSDaniel SchwierzeckM: Prafulla Wadaskar <prafulla@marvell.com> 10000f141ccSDaniel SchwierzeckS: Maintained 10100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-marvell.git 10200f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/kirkwood/ 10300f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-kirkwood/ 10400f141ccSDaniel Schwierzeck 10500f141ccSDaniel SchwierzeckARM MARVELL PXA 10600f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 10700f141ccSDaniel SchwierzeckS: Maintained 10800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-pxa.git 10900f141ccSDaniel SchwierzeckF: arch/arm/cpu/pxa/ 11000f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-pxa/ 11100f141ccSDaniel Schwierzeck 11200f141ccSDaniel SchwierzeckARM SAMSUNG 11300f141ccSDaniel SchwierzeckM: Minkyu Kang <mk7.kang@samsung.com> 11400f141ccSDaniel SchwierzeckS: Maintained 11500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-samsung.git 11600f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm920t/s3c24x0/ 11700f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/exynos/ 11800f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/s5pc1xx/ 11900f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/s5p-common/ 12000f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-exynos/ 12100f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-s3c24x0/ 12200f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-s5pc1xx/ 12300f141ccSDaniel Schwierzeck 12400f141ccSDaniel SchwierzeckARM STM SPEAR 12500f141ccSDaniel SchwierzeckM: Vipin Kumar <vipin.kumar@st.com> 12600f141ccSDaniel SchwierzeckS: Maintained 12700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-stm.git 12800f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/spear/ 12900f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-spear/ 13000f141ccSDaniel Schwierzeck 13100f141ccSDaniel SchwierzeckARM SUNXI 13200f141ccSDaniel SchwierzeckM: Ian Campbell <ijc@hellion.org.uk> 13300f141ccSDaniel SchwierzeckM: Hans De Goede <hdegoede@redhat.com> 13400f141ccSDaniel SchwierzeckS: Maintained 13500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sunxi.git 13600f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/sunxi/ 13700f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-sunxi/ 13800f141ccSDaniel Schwierzeck 13900f141ccSDaniel SchwierzeckARM TEGRA 14000f141ccSDaniel SchwierzeckM: Tom Warren <twarren@nvidia.com> 14100f141ccSDaniel SchwierzeckS: Maintained 14200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tegra.git 14300f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm720t/tegra*/ 14400f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/tegra*/ 14500f141ccSDaniel SchwierzeckF: arch/arm/cpu/tegra*/ 14600f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-tegra*/ 14700f141ccSDaniel Schwierzeck 14800f141ccSDaniel SchwierzeckARM TI 14900f141ccSDaniel SchwierzeckM: Tom Rini <trini@ti.com> 15000f141ccSDaniel SchwierzeckS: Maintained 15100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ti.git 15200f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/davinci/ 15300f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/omap/ 15400f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/omap*/ 15500f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-davinci/ 15600f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-omap*/ 15700f141ccSDaniel SchwierzeckF: arch/arm/include/asm/ti-common/ 15800f141ccSDaniel Schwierzeck 1590fb63aa6SMasahiro YamadaARM UNIPHIER 1600fb63aa6SMasahiro YamadaM: Masahiro Yamada <yamada.m@jp.panasonic.com> 1610fb63aa6SMasahiro YamadaS: Maintained 1620fb63aa6SMasahiro YamadaT: git git://git.denx.de/u-boot-uniphier.git 1630fb63aa6SMasahiro YamadaF: arch/arm/cpu/armv7/uniphier/ 1640fb63aa6SMasahiro YamadaF: arch/arm/include/asm/arch-uniphier/ 1650fb63aa6SMasahiro YamadaF: configs/ph1_*_defconfig 1660fb63aa6SMasahiro YamadaF: drivers/serial/serial_uniphier.c 1670fb63aa6SMasahiro Yamada 16800f141ccSDaniel SchwierzeckARM ZYNQ 16900f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 17000f141ccSDaniel SchwierzeckS: Maintained 17100f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/zynq/ 17200f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-zynq/ 17300f141ccSDaniel Schwierzeck 17400f141ccSDaniel SchwierzeckAVR32 17500f141ccSDaniel SchwierzeckM: Andreas Bießmann <andreas.devel@googlemail.com> 17600f141ccSDaniel SchwierzeckS: Maintained 17700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-avr32.git 17800f141ccSDaniel SchwierzeckF: arch/avr32/ 17900f141ccSDaniel Schwierzeck 18000f141ccSDaniel SchwierzeckBLACKFIN 18100f141ccSDaniel SchwierzeckM: Sonic Zhang <sonic.adi@gmail.com> 18200f141ccSDaniel SchwierzeckS: Maintained 18300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-blackfin.git 18400f141ccSDaniel SchwierzeckF: arch/blackfin/ 18500f141ccSDaniel Schwierzeck 18600f141ccSDaniel SchwierzeckBUILDMAN 18700f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 18800f141ccSDaniel SchwierzeckS: Maintained 18900f141ccSDaniel SchwierzeckF: tools/buildman/ 19000f141ccSDaniel Schwierzeck 19100f141ccSDaniel SchwierzeckCFI FLASH 19200f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 19300f141ccSDaniel SchwierzeckS: Maintained 19400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-cfi-flash.git 195c4c2e141SStefan RoeseF: drivers/mtd/cfi_flash.c 196c4c2e141SStefan RoeseF: drivers/mtd/jedec_flash.c 19700f141ccSDaniel Schwierzeck 19800f141ccSDaniel SchwierzeckCOLDFIRE 199*82ebb7e5Sangelo@sysam.itM: Huan Wang <alison.wang@freescale.com> 200*82ebb7e5Sangelo@sysam.itM: Angelo Dureghello <angelo@sysam.it> 20100f141ccSDaniel SchwierzeckS: Maintained 20200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-coldfire.git 20300f141ccSDaniel SchwierzeckF: arch/m68k/ 20400f141ccSDaniel Schwierzeck 20500f141ccSDaniel SchwierzeckDFU 20600f141ccSDaniel SchwierzeckM: Lukasz Majewski <l.majewski@samsung.com> 20700f141ccSDaniel SchwierzeckS: Maintained 20800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-dfu.git 20900f141ccSDaniel SchwierzeckF: drivers/dfu/ 21000f141ccSDaniel Schwierzeck 21100f141ccSDaniel SchwierzeckDRIVER MODEL 21200f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 21300f141ccSDaniel SchwierzeckS: Maintained 21400f141ccSDaniel SchwierzeckF: drivers/core/ 21500f141ccSDaniel SchwierzeckF: include/dm/ 21600f141ccSDaniel SchwierzeckF: test/dm/ 21700f141ccSDaniel Schwierzeck 21800f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE 21900f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 22000f141ccSDaniel SchwierzeckS: Maintained 22100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fdt.git 22200f141ccSDaniel SchwierzeckF: lib/fdtdec* 22300f141ccSDaniel SchwierzeckF: lib/libfdt/ 22400f141ccSDaniel SchwierzeckF: include/fdt* 22500f141ccSDaniel SchwierzeckF: include/libfdt* 22600f141ccSDaniel SchwierzeckF. common/cmd_fdt.c 22700f141ccSDaniel SchwierzeckF: common/fdt_support.c 22800f141ccSDaniel Schwierzeck 22900f141ccSDaniel SchwierzeckFREEBSD 23000f141ccSDaniel SchwierzeckM: Rafal Jaworowski <raj@semihalf.com> 23100f141ccSDaniel SchwierzeckS: Maintained 23200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-freebsd.git 23300f141ccSDaniel Schwierzeck 23400f141ccSDaniel SchwierzeckFREESCALE QORIQ 23500f141ccSDaniel SchwierzeckM: York Sun <yorksun@freescale.com> 23600f141ccSDaniel SchwierzeckS: Maintained 23700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fsl-qoriq.git 23800f141ccSDaniel Schwierzeck 23900f141ccSDaniel SchwierzeckI2C 24000f141ccSDaniel SchwierzeckM: Heiko Schocher <hs@denx.de> 24100f141ccSDaniel SchwierzeckS: Maintained 24200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-i2c.git 24300f141ccSDaniel SchwierzeckF: drivers/i2c/ 24400f141ccSDaniel Schwierzeck 24500f141ccSDaniel SchwierzeckMICROBLAZE 24600f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 24700f141ccSDaniel SchwierzeckS: Maintained 24800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-microblaze.git 24900f141ccSDaniel SchwierzeckF: arch/microblaze/ 25000f141ccSDaniel Schwierzeck 25100f141ccSDaniel SchwierzeckMIPS 25200f141ccSDaniel SchwierzeckM: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 25300f141ccSDaniel SchwierzeckS: Maintained 25400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mips.git 25500f141ccSDaniel SchwierzeckF: arch/mips/ 25600f141ccSDaniel Schwierzeck 25700f141ccSDaniel SchwierzeckMMC 258336be762SIgor GrinbergM: Pantelis Antoniou <panto@antoniou-consulting.com> 25900f141ccSDaniel SchwierzeckS: Maintained 26000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mmc.git 26100f141ccSDaniel SchwierzeckF: drivers/mmc/ 26200f141ccSDaniel Schwierzeck 26300f141ccSDaniel SchwierzeckOPENRISC 26400f141ccSDaniel SchwierzeckM: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> 26500f141ccSDaniel SchwierzeckS: Maintained 26600f141ccSDaniel SchwierzeckF: arch/openrisc/ 26700f141ccSDaniel Schwierzeck 26800f141ccSDaniel SchwierzeckPATMAN 26900f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 27000f141ccSDaniel SchwierzeckS: Maintained 27100f141ccSDaniel SchwierzeckF: tools/patman/ 27200f141ccSDaniel Schwierzeck 27300f141ccSDaniel SchwierzeckPOWERPC 27400f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 27500f141ccSDaniel SchwierzeckS: Maintained 27600f141ccSDaniel SchwierzeckF: arch/powerpc/ 27700f141ccSDaniel Schwierzeck 27800f141ccSDaniel SchwierzeckPOWERPC MPC5XXX 27900f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 28000f141ccSDaniel SchwierzeckS: Maintained 28100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc5xxx.git 28200f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc5*/ 28300f141ccSDaniel Schwierzeck 28400f141ccSDaniel SchwierzeckPOWERPC MPC8XX 28500f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 28600f141ccSDaniel SchwierzeckS: Maintained 28700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc8xx.git 28800f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc8xx/ 28900f141ccSDaniel Schwierzeck 29000f141ccSDaniel SchwierzeckPOWERPC MPC82XX 29100f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 29200f141ccSDaniel SchwierzeckS: Maintained 29300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc82xx.git 29400f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc82*/ 29500f141ccSDaniel Schwierzeck 29600f141ccSDaniel SchwierzeckPOWERPC MPC83XX 29700f141ccSDaniel SchwierzeckM: Kim Phillips <kim.phillips@freescale.com> 29800f141ccSDaniel SchwierzeckS: Maintained 29900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc83xx.git 30000f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc83xx/ 30100f141ccSDaniel SchwierzeckF: arch/powerpc/include/asm/arch-mpc83xx/ 30200f141ccSDaniel Schwierzeck 30300f141ccSDaniel SchwierzeckPOWERPC MPC85XX 30400f141ccSDaniel SchwierzeckM: York Sun <yorksun@freescale.com> 30500f141ccSDaniel SchwierzeckS: Maintained 30600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc85xx.git 30700f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc85xx/ 30800f141ccSDaniel Schwierzeck 30900f141ccSDaniel SchwierzeckPOWERPC MPC86XX 31000f141ccSDaniel SchwierzeckM: York Sun <yorksun@freescale.com> 31100f141ccSDaniel SchwierzeckS: Maintained 31200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc86xx.git 31300f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc86xx/ 31400f141ccSDaniel Schwierzeck 31500f141ccSDaniel SchwierzeckPOWERPC PPC74XX PPC7XX 31600f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 31700f141ccSDaniel SchwierzeckS: Maintained 31800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-74xx-7xx.git 31900f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/74xx_7xx/ 32000f141ccSDaniel Schwierzeck 32100f141ccSDaniel SchwierzeckPOWERPC PPC4XX 32200f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 32300f141ccSDaniel SchwierzeckS: Maintained 32400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ppc4xx.git 32500f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/ppc4xx/ 32600f141ccSDaniel Schwierzeck 32700f141ccSDaniel SchwierzeckNETWORK 32800f141ccSDaniel SchwierzeckM: Joe Hershberger <joe.hershberger@gmail.com> 32900f141ccSDaniel SchwierzeckS: Maintained 33000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-net.git 33100f141ccSDaniel SchwierzeckF: drivers/net/ 33200f141ccSDaniel Schwierzeck 33300f141ccSDaniel SchwierzeckNAND FLASH 33400f141ccSDaniel SchwierzeckM: Scott Wood <scottwood@freescale.com> 33500f141ccSDaniel SchwierzeckS: Maintained 33600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nand-flash.git 33700f141ccSDaniel SchwierzeckF: drivers/mtd/nand/ 33800f141ccSDaniel Schwierzeck 33900f141ccSDaniel SchwierzeckNDS32 34000f141ccSDaniel SchwierzeckM: Macpaul Lin <macpaul@andestech.com> 34100f141ccSDaniel SchwierzeckS: Maintained 34200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nds32.git 34300f141ccSDaniel SchwierzeckF: arch/nds32/ 34400f141ccSDaniel Schwierzeck 34500f141ccSDaniel SchwierzeckNIOS 34600f141ccSDaniel SchwierzeckM: Thomas Chou <thomas@wytron.com.tw> 34700f141ccSDaniel SchwierzeckS: Maintained 34800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nios.git 34900f141ccSDaniel SchwierzeckF: arch/nios2/ 35000f141ccSDaniel Schwierzeck 35100f141ccSDaniel SchwierzeckONENAND 35200f141ccSDaniel SchwierzeckM: Lukasz Majewski <l.majewski@samsung.com> 35300f141ccSDaniel SchwierzeckS: Maintained 35400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-onenand.git 35500f141ccSDaniel SchwierzeckF: drivers/mtd/onenand/ 35600f141ccSDaniel Schwierzeck 35700f141ccSDaniel SchwierzeckSANDBOX 35800f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 35900f141ccSDaniel SchwierzeckS: Maintained 36000f141ccSDaniel SchwierzeckF: arch/sandbox/ 36100f141ccSDaniel Schwierzeck 36200f141ccSDaniel SchwierzeckSH 36300f141ccSDaniel SchwierzeckM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36400f141ccSDaniel SchwierzeckS: Maintained 36500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sh.git 36600f141ccSDaniel SchwierzeckF: arch/sh/ 36700f141ccSDaniel Schwierzeck 36800f141ccSDaniel SchwierzeckSPARC 36900f141ccSDaniel SchwierzeckM: Daniel Hellstrom <daniel@gaisler.com> 37000f141ccSDaniel SchwierzeckS: Maintained 37100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sparc.git 37200f141ccSDaniel SchwierzeckF: arch/sparc/ 37300f141ccSDaniel Schwierzeck 37400f141ccSDaniel SchwierzeckSPI 37500f141ccSDaniel SchwierzeckM: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com> 37600f141ccSDaniel SchwierzeckS: Maintained 37700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-spi.git 37800f141ccSDaniel SchwierzeckF: drivers/mtd/spi/ 37900f141ccSDaniel SchwierzeckF: drivers/spi/ 38000f141ccSDaniel SchwierzeckF: include/spi* 38100f141ccSDaniel Schwierzeck 38200f141ccSDaniel SchwierzeckTESTING 38300f141ccSDaniel SchwierzeckM: Detlev Zundel <dzu@denx.de> 38400f141ccSDaniel SchwierzeckS: Maintained 38500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-testing.git 38600f141ccSDaniel Schwierzeck 38700f141ccSDaniel SchwierzeckTQ GROUP 38800f141ccSDaniel SchwierzeckM: Martin Krause <martin.krause@tq-systems.de> 38900f141ccSDaniel SchwierzeckS: Maintained 39000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tq-group.git 39100f141ccSDaniel Schwierzeck 39200f141ccSDaniel SchwierzeckUBI 39300f141ccSDaniel SchwierzeckM: Kyungmin Park <kmpark@infradead.org> 39469337a9dSHeiko SchocherM: Heiko Schocher <hs@denx.de> 39500f141ccSDaniel SchwierzeckS: Maintained 39600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ubi.git 39700f141ccSDaniel SchwierzeckF: drivers/mtd/ubi/ 39800f141ccSDaniel Schwierzeck 39900f141ccSDaniel SchwierzeckUSB 40000f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 40100f141ccSDaniel SchwierzeckS: Maintained 40200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-usb.git 40300f141ccSDaniel SchwierzeckF: drivers/usb/ 40400f141ccSDaniel Schwierzeck 40500f141ccSDaniel SchwierzeckVIDEO 40600f141ccSDaniel SchwierzeckM: Anatolij Gustschin <agust@denx.de> 40700f141ccSDaniel SchwierzeckS: Maintained 40800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-video.git 40900f141ccSDaniel SchwierzeckF: drivers/video/ 41000f141ccSDaniel Schwierzeck 41100f141ccSDaniel SchwierzeckX86 41200f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 41300f141ccSDaniel SchwierzeckS: Maintained 41400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-x86.git 41500f141ccSDaniel SchwierzeckF: arch/x86/ 41600f141ccSDaniel Schwierzeck 41700f141ccSDaniel SchwierzeckTHE REST 41800f141ccSDaniel SchwierzeckM: Tom Rini <trini@ti.com> 41900f141ccSDaniel SchwierzeckL: u-boot@lists.denx.de 42000f141ccSDaniel SchwierzeckQ: http://patchwork.ozlabs.org/project/uboot/list/ 42100f141ccSDaniel SchwierzeckS: Maintained 42200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot.git 42300f141ccSDaniel SchwierzeckF: * 42400f141ccSDaniel SchwierzeckF: */ 425