1*00f141ccSDaniel SchwierzeckDescriptions of section entries: 2*00f141ccSDaniel Schwierzeck 3*00f141ccSDaniel Schwierzeck P: Person (obsolete) 4*00f141ccSDaniel Schwierzeck M: Mail patches to: FullName <address@domain> 5*00f141ccSDaniel Schwierzeck L: Mailing list that is relevant to this area 6*00f141ccSDaniel Schwierzeck W: Web-page with status/info 7*00f141ccSDaniel Schwierzeck Q: Patchwork web based patch tracking system site 8*00f141ccSDaniel Schwierzeck T: SCM tree type and location. 9*00f141ccSDaniel Schwierzeck Type is one of: git, hg, quilt, stgit, topgit 10*00f141ccSDaniel Schwierzeck S: Status, one of the following: 11*00f141ccSDaniel Schwierzeck Supported: Someone is actually paid to look after this. 12*00f141ccSDaniel Schwierzeck Maintained: Someone actually looks after it. 13*00f141ccSDaniel Schwierzeck Odd Fixes: It has a maintainer but they don't have time to do 14*00f141ccSDaniel Schwierzeck much other than throw the odd patch in. See below.. 15*00f141ccSDaniel Schwierzeck Orphan: No current maintainer [but maybe you could take the 16*00f141ccSDaniel Schwierzeck role as you write your new code]. 17*00f141ccSDaniel Schwierzeck Obsolete: Old code. Something tagged obsolete generally means 18*00f141ccSDaniel Schwierzeck it has been replaced by a better system and you 19*00f141ccSDaniel Schwierzeck should be using that. 20*00f141ccSDaniel Schwierzeck F: Files and directories with wildcard patterns. 21*00f141ccSDaniel Schwierzeck A trailing slash includes all files and subdirectory files. 22*00f141ccSDaniel Schwierzeck F: drivers/net/ all files in and below drivers/net 23*00f141ccSDaniel Schwierzeck F: drivers/net/* all files in drivers/net, but not below 24*00f141ccSDaniel Schwierzeck F: */net/* all files in "any top level directory"/net 25*00f141ccSDaniel Schwierzeck One pattern per line. Multiple F: lines acceptable. 26*00f141ccSDaniel Schwierzeck N: Files and directories with regex patterns. 27*00f141ccSDaniel Schwierzeck N: [^a-z]tegra all files whose path contains the word tegra 28*00f141ccSDaniel Schwierzeck One pattern per line. Multiple N: lines acceptable. 29*00f141ccSDaniel Schwierzeck scripts/get_maintainer.pl has different behavior for files that 30*00f141ccSDaniel Schwierzeck match F: pattern and matches of N: patterns. By default, 31*00f141ccSDaniel Schwierzeck get_maintainer will not look at git log history when an F: pattern 32*00f141ccSDaniel Schwierzeck match occurs. When an N: match occurs, git log history is used 33*00f141ccSDaniel Schwierzeck to also notify the people that have git commit signatures. 34*00f141ccSDaniel Schwierzeck X: Files and directories that are NOT maintained, same rules as F: 35*00f141ccSDaniel Schwierzeck Files exclusions are tested before file matches. 36*00f141ccSDaniel Schwierzeck Can be useful for excluding a specific subdirectory, for instance: 37*00f141ccSDaniel Schwierzeck F: net/ 38*00f141ccSDaniel Schwierzeck X: net/ipv6/ 39*00f141ccSDaniel Schwierzeck matches all files in and below net excluding net/ipv6/ 40*00f141ccSDaniel Schwierzeck K: Keyword perl extended regex pattern to match content in a 41*00f141ccSDaniel Schwierzeck patch or file. For instance: 42*00f141ccSDaniel Schwierzeck K: of_get_profile 43*00f141ccSDaniel Schwierzeck matches patches or files that contain "of_get_profile" 44*00f141ccSDaniel Schwierzeck K: \b(printk|pr_(info|err))\b 45*00f141ccSDaniel Schwierzeck matches patches or files that contain one or more of the words 46*00f141ccSDaniel Schwierzeck printk, pr_info or pr_err 47*00f141ccSDaniel Schwierzeck One regex pattern per line. Multiple K: lines acceptable. 48*00f141ccSDaniel Schwierzeck 49*00f141ccSDaniel SchwierzeckNote: For the hard of thinking, this list is meant to remain in alphabetical 50*00f141ccSDaniel Schwierzeckorder. If you could add yourselves to it in alphabetical order that would be 51*00f141ccSDaniel Schwierzeckso much easier [Ed] 52*00f141ccSDaniel Schwierzeck 53*00f141ccSDaniel SchwierzeckMaintainers List (try to look for most precise areas first) 54*00f141ccSDaniel Schwierzeck 55*00f141ccSDaniel Schwierzeck ----------------------------------- 56*00f141ccSDaniel SchwierzeckARC 57*00f141ccSDaniel SchwierzeckM: Alexey Brodkin <alexey.brodkin@synopsys.com> 58*00f141ccSDaniel SchwierzeckS: Maintained 59*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-arc.git 60*00f141ccSDaniel SchwierzeckF: arch/arc/ 61*00f141ccSDaniel Schwierzeck 62*00f141ccSDaniel SchwierzeckARM 63*00f141ccSDaniel SchwierzeckM: Albert Aribaud <albert.u.boot@aribaud.net> 64*00f141ccSDaniel SchwierzeckS: Maintained 65*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-arm.git 66*00f141ccSDaniel SchwierzeckF: arch/arm/ 67*00f141ccSDaniel Schwierzeck 68*00f141ccSDaniel SchwierzeckARM ATMEL AT91 69*00f141ccSDaniel SchwierzeckM: Andreas Bießmann <andreas.devel@googlemail.com> 70*00f141ccSDaniel SchwierzeckS: Maintained 71*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-atmel.git 72*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/at91/ 73*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/at91-common/ 74*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-at91/ 75*00f141ccSDaniel Schwierzeck 76*00f141ccSDaniel SchwierzeckARM FREESCALE IMX 77*00f141ccSDaniel SchwierzeckM: Stefano Babic <sbabic@denx.de> 78*00f141ccSDaniel SchwierzeckS: Maintained 79*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-imx.git 80*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm1136/mx*/ 81*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/mx*/ 82*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/imx/ 83*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/mx*/ 84*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/vf610/ 85*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/imx-common/ 86*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-imx/ 87*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-mx*/ 88*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-vf610/ 89*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/imx-common/ 90*00f141ccSDaniel Schwierzeck 91*00f141ccSDaniel SchwierzeckARM MARVELL KIRKWOOD 92*00f141ccSDaniel SchwierzeckM: Prafulla Wadaskar <prafulla@marvell.com> 93*00f141ccSDaniel SchwierzeckS: Maintained 94*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-marvell.git 95*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/kirkwood/ 96*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-kirkwood/ 97*00f141ccSDaniel Schwierzeck 98*00f141ccSDaniel SchwierzeckARM MARVELL PXA 99*00f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 100*00f141ccSDaniel SchwierzeckS: Maintained 101*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-pxa.git 102*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/pxa/ 103*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-pxa/ 104*00f141ccSDaniel Schwierzeck 105*00f141ccSDaniel SchwierzeckARM SAMSUNG 106*00f141ccSDaniel SchwierzeckM: Minkyu Kang <mk7.kang@samsung.com> 107*00f141ccSDaniel SchwierzeckS: Maintained 108*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-samsung.git 109*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm920t/s3c24x0/ 110*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/exynos/ 111*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/s5pc1xx/ 112*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/s5p-common/ 113*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-exynos/ 114*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-s3c24x0/ 115*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-s5pc1xx/ 116*00f141ccSDaniel Schwierzeck 117*00f141ccSDaniel SchwierzeckARM STM SPEAR 118*00f141ccSDaniel SchwierzeckM: Vipin Kumar <vipin.kumar@st.com> 119*00f141ccSDaniel SchwierzeckS: Maintained 120*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-stm.git 121*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/spear/ 122*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-spear/ 123*00f141ccSDaniel Schwierzeck 124*00f141ccSDaniel SchwierzeckARM SUNXI 125*00f141ccSDaniel SchwierzeckM: Ian Campbell <ijc@hellion.org.uk> 126*00f141ccSDaniel SchwierzeckM: Hans De Goede <hdegoede@redhat.com> 127*00f141ccSDaniel SchwierzeckS: Maintained 128*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sunxi.git 129*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/sunxi/ 130*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-sunxi/ 131*00f141ccSDaniel Schwierzeck 132*00f141ccSDaniel SchwierzeckARM TEGRA 133*00f141ccSDaniel SchwierzeckM: Tom Warren <twarren@nvidia.com> 134*00f141ccSDaniel SchwierzeckS: Maintained 135*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tegra.git 136*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm720t/tegra*/ 137*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/tegra*/ 138*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/tegra*/ 139*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-tegra*/ 140*00f141ccSDaniel Schwierzeck 141*00f141ccSDaniel SchwierzeckARM TI 142*00f141ccSDaniel SchwierzeckM: Tom Rini <trini@ti.com> 143*00f141ccSDaniel SchwierzeckS: Maintained 144*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ti.git 145*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/davinci/ 146*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/omap/ 147*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/omap*/ 148*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-davinci/ 149*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-omap*/ 150*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/ti-common/ 151*00f141ccSDaniel Schwierzeck 152*00f141ccSDaniel SchwierzeckARM ZYNQ 153*00f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 154*00f141ccSDaniel SchwierzeckS: Maintained 155*00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/zynq/ 156*00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-zynq/ 157*00f141ccSDaniel Schwierzeck 158*00f141ccSDaniel SchwierzeckAVR32 159*00f141ccSDaniel SchwierzeckM: Andreas Bießmann <andreas.devel@googlemail.com> 160*00f141ccSDaniel SchwierzeckS: Maintained 161*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-avr32.git 162*00f141ccSDaniel SchwierzeckF: arch/avr32/ 163*00f141ccSDaniel Schwierzeck 164*00f141ccSDaniel SchwierzeckBLACKFIN 165*00f141ccSDaniel SchwierzeckM: Sonic Zhang <sonic.adi@gmail.com> 166*00f141ccSDaniel SchwierzeckS: Maintained 167*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-blackfin.git 168*00f141ccSDaniel SchwierzeckF: arch/blackfin/ 169*00f141ccSDaniel Schwierzeck 170*00f141ccSDaniel SchwierzeckBUILDMAN 171*00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 172*00f141ccSDaniel SchwierzeckS: Maintained 173*00f141ccSDaniel SchwierzeckF: tools/buildman/ 174*00f141ccSDaniel Schwierzeck 175*00f141ccSDaniel SchwierzeckCFI FLASH 176*00f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 177*00f141ccSDaniel SchwierzeckS: Maintained 178*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-cfi-flash.git 179*00f141ccSDaniel SchwierzeckF: drivers/mtd/* 180*00f141ccSDaniel Schwierzeck 181*00f141ccSDaniel SchwierzeckCOLDFIRE 182*00f141ccSDaniel SchwierzeckM: Jason Jin <jason.jin@freescale.com> 183*00f141ccSDaniel SchwierzeckS: Maintained 184*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-coldfire.git 185*00f141ccSDaniel SchwierzeckF: arch/m68k/ 186*00f141ccSDaniel Schwierzeck 187*00f141ccSDaniel SchwierzeckDFU 188*00f141ccSDaniel SchwierzeckM: Lukasz Majewski <l.majewski@samsung.com> 189*00f141ccSDaniel SchwierzeckS: Maintained 190*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-dfu.git 191*00f141ccSDaniel SchwierzeckF: drivers/dfu/ 192*00f141ccSDaniel Schwierzeck 193*00f141ccSDaniel SchwierzeckDRIVER MODEL 194*00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 195*00f141ccSDaniel SchwierzeckS: Maintained 196*00f141ccSDaniel SchwierzeckF: drivers/core/ 197*00f141ccSDaniel SchwierzeckF: include/dm/ 198*00f141ccSDaniel SchwierzeckF: test/dm/ 199*00f141ccSDaniel Schwierzeck 200*00f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE 201*00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 202*00f141ccSDaniel SchwierzeckS: Maintained 203*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fdt.git 204*00f141ccSDaniel SchwierzeckF: lib/fdtdec* 205*00f141ccSDaniel SchwierzeckF: lib/libfdt/ 206*00f141ccSDaniel SchwierzeckF: include/fdt* 207*00f141ccSDaniel SchwierzeckF: include/libfdt* 208*00f141ccSDaniel SchwierzeckF. common/cmd_fdt.c 209*00f141ccSDaniel SchwierzeckF: common/fdt_support.c 210*00f141ccSDaniel Schwierzeck 211*00f141ccSDaniel SchwierzeckFREEBSD 212*00f141ccSDaniel SchwierzeckM: Rafal Jaworowski <raj@semihalf.com> 213*00f141ccSDaniel SchwierzeckS: Maintained 214*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-freebsd.git 215*00f141ccSDaniel Schwierzeck 216*00f141ccSDaniel SchwierzeckFREESCALE QORIQ 217*00f141ccSDaniel SchwierzeckM: York Sun <yorksun@freescale.com> 218*00f141ccSDaniel SchwierzeckS: Maintained 219*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fsl-qoriq.git 220*00f141ccSDaniel Schwierzeck 221*00f141ccSDaniel SchwierzeckI2C 222*00f141ccSDaniel SchwierzeckM: Heiko Schocher <hs@denx.de> 223*00f141ccSDaniel SchwierzeckS: Maintained 224*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-i2c.git 225*00f141ccSDaniel SchwierzeckF: drivers/i2c/ 226*00f141ccSDaniel Schwierzeck 227*00f141ccSDaniel SchwierzeckMICROBLAZE 228*00f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 229*00f141ccSDaniel SchwierzeckS: Maintained 230*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-microblaze.git 231*00f141ccSDaniel SchwierzeckF: arch/microblaze/ 232*00f141ccSDaniel Schwierzeck 233*00f141ccSDaniel SchwierzeckMIPS 234*00f141ccSDaniel SchwierzeckM: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 235*00f141ccSDaniel SchwierzeckS: Maintained 236*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mips.git 237*00f141ccSDaniel SchwierzeckF: arch/mips/ 238*00f141ccSDaniel Schwierzeck 239*00f141ccSDaniel SchwierzeckMMC 240*00f141ccSDaniel SchwierzeckM: Pantelis Antoniou <panto.antoniou-consulting.com> 241*00f141ccSDaniel SchwierzeckS: Maintained 242*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mmc.git 243*00f141ccSDaniel SchwierzeckF: drivers/mmc/ 244*00f141ccSDaniel Schwierzeck 245*00f141ccSDaniel SchwierzeckOPENRISC 246*00f141ccSDaniel SchwierzeckM: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> 247*00f141ccSDaniel SchwierzeckS: Maintained 248*00f141ccSDaniel SchwierzeckF: arch/openrisc/ 249*00f141ccSDaniel Schwierzeck 250*00f141ccSDaniel SchwierzeckPATMAN 251*00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 252*00f141ccSDaniel SchwierzeckS: Maintained 253*00f141ccSDaniel SchwierzeckF: tools/patman/ 254*00f141ccSDaniel Schwierzeck 255*00f141ccSDaniel SchwierzeckPOWERPC 256*00f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 257*00f141ccSDaniel SchwierzeckS: Maintained 258*00f141ccSDaniel SchwierzeckF: arch/powerpc/ 259*00f141ccSDaniel Schwierzeck 260*00f141ccSDaniel SchwierzeckPOWERPC MPC5XXX 261*00f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 262*00f141ccSDaniel SchwierzeckS: Maintained 263*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc5xxx.git 264*00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc5*/ 265*00f141ccSDaniel Schwierzeck 266*00f141ccSDaniel SchwierzeckPOWERPC MPC8XX 267*00f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 268*00f141ccSDaniel SchwierzeckS: Maintained 269*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc8xx.git 270*00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc8xx/ 271*00f141ccSDaniel Schwierzeck 272*00f141ccSDaniel SchwierzeckPOWERPC MPC82XX 273*00f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 274*00f141ccSDaniel SchwierzeckS: Maintained 275*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc82xx.git 276*00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc82*/ 277*00f141ccSDaniel Schwierzeck 278*00f141ccSDaniel SchwierzeckPOWERPC MPC83XX 279*00f141ccSDaniel SchwierzeckM: Kim Phillips <kim.phillips@freescale.com> 280*00f141ccSDaniel SchwierzeckS: Maintained 281*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc83xx.git 282*00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc83xx/ 283*00f141ccSDaniel SchwierzeckF: arch/powerpc/include/asm/arch-mpc83xx/ 284*00f141ccSDaniel Schwierzeck 285*00f141ccSDaniel SchwierzeckPOWERPC MPC85XX 286*00f141ccSDaniel SchwierzeckM: York Sun <yorksun@freescale.com> 287*00f141ccSDaniel SchwierzeckS: Maintained 288*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc85xx.git 289*00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc85xx/ 290*00f141ccSDaniel Schwierzeck 291*00f141ccSDaniel SchwierzeckPOWERPC MPC86XX 292*00f141ccSDaniel SchwierzeckM: York Sun <yorksun@freescale.com> 293*00f141ccSDaniel SchwierzeckS: Maintained 294*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc86xx.git 295*00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc86xx/ 296*00f141ccSDaniel Schwierzeck 297*00f141ccSDaniel SchwierzeckPOWERPC PPC74XX PPC7XX 298*00f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 299*00f141ccSDaniel SchwierzeckS: Maintained 300*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-74xx-7xx.git 301*00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/74xx_7xx/ 302*00f141ccSDaniel Schwierzeck 303*00f141ccSDaniel SchwierzeckPOWERPC PPC4XX 304*00f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 305*00f141ccSDaniel SchwierzeckS: Maintained 306*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ppc4xx.git 307*00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/ppc4xx/ 308*00f141ccSDaniel Schwierzeck 309*00f141ccSDaniel SchwierzeckNETWORK 310*00f141ccSDaniel SchwierzeckM: Joe Hershberger <joe.hershberger@gmail.com> 311*00f141ccSDaniel SchwierzeckS: Maintained 312*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-net.git 313*00f141ccSDaniel SchwierzeckF: drivers/net/ 314*00f141ccSDaniel Schwierzeck 315*00f141ccSDaniel SchwierzeckNAND FLASH 316*00f141ccSDaniel SchwierzeckM: Scott Wood <scottwood@freescale.com> 317*00f141ccSDaniel SchwierzeckS: Maintained 318*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nand-flash.git 319*00f141ccSDaniel SchwierzeckF: drivers/mtd/nand/ 320*00f141ccSDaniel Schwierzeck 321*00f141ccSDaniel SchwierzeckNDS32 322*00f141ccSDaniel SchwierzeckM: Macpaul Lin <macpaul@andestech.com> 323*00f141ccSDaniel SchwierzeckS: Maintained 324*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nds32.git 325*00f141ccSDaniel SchwierzeckF: arch/nds32/ 326*00f141ccSDaniel Schwierzeck 327*00f141ccSDaniel SchwierzeckNIOS 328*00f141ccSDaniel SchwierzeckM: Thomas Chou <thomas@wytron.com.tw> 329*00f141ccSDaniel SchwierzeckS: Maintained 330*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nios.git 331*00f141ccSDaniel SchwierzeckF: arch/nios2/ 332*00f141ccSDaniel Schwierzeck 333*00f141ccSDaniel SchwierzeckONENAND 334*00f141ccSDaniel SchwierzeckM: Lukasz Majewski <l.majewski@samsung.com> 335*00f141ccSDaniel SchwierzeckS: Maintained 336*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-onenand.git 337*00f141ccSDaniel SchwierzeckF: drivers/mtd/onenand/ 338*00f141ccSDaniel Schwierzeck 339*00f141ccSDaniel SchwierzeckSANDBOX 340*00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 341*00f141ccSDaniel SchwierzeckS: Maintained 342*00f141ccSDaniel SchwierzeckF: arch/sandbox/ 343*00f141ccSDaniel Schwierzeck 344*00f141ccSDaniel SchwierzeckSH 345*00f141ccSDaniel SchwierzeckM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 346*00f141ccSDaniel SchwierzeckS: Maintained 347*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sh.git 348*00f141ccSDaniel SchwierzeckF: arch/sh/ 349*00f141ccSDaniel Schwierzeck 350*00f141ccSDaniel SchwierzeckSPARC 351*00f141ccSDaniel SchwierzeckM: Daniel Hellstrom <daniel@gaisler.com> 352*00f141ccSDaniel SchwierzeckS: Maintained 353*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sparc.git 354*00f141ccSDaniel SchwierzeckF: arch/sparc/ 355*00f141ccSDaniel Schwierzeck 356*00f141ccSDaniel SchwierzeckSPI 357*00f141ccSDaniel SchwierzeckM: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com> 358*00f141ccSDaniel SchwierzeckS: Maintained 359*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-spi.git 360*00f141ccSDaniel SchwierzeckF: drivers/mtd/spi/ 361*00f141ccSDaniel SchwierzeckF: drivers/spi/ 362*00f141ccSDaniel SchwierzeckF: include/spi* 363*00f141ccSDaniel Schwierzeck 364*00f141ccSDaniel SchwierzeckTESTING 365*00f141ccSDaniel SchwierzeckM: Detlev Zundel <dzu@denx.de> 366*00f141ccSDaniel SchwierzeckS: Maintained 367*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-testing.git 368*00f141ccSDaniel Schwierzeck 369*00f141ccSDaniel SchwierzeckTQ GROUP 370*00f141ccSDaniel SchwierzeckM: Martin Krause <martin.krause@tq-systems.de> 371*00f141ccSDaniel SchwierzeckS: Maintained 372*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tq-group.git 373*00f141ccSDaniel Schwierzeck 374*00f141ccSDaniel SchwierzeckUBI 375*00f141ccSDaniel SchwierzeckM: Kyungmin Park <kmpark@infradead.org> 376*00f141ccSDaniel SchwierzeckS: Maintained 377*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ubi.git 378*00f141ccSDaniel SchwierzeckF: drivers/mtd/ubi/ 379*00f141ccSDaniel Schwierzeck 380*00f141ccSDaniel SchwierzeckUSB 381*00f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 382*00f141ccSDaniel SchwierzeckS: Maintained 383*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-usb.git 384*00f141ccSDaniel SchwierzeckF: drivers/usb/ 385*00f141ccSDaniel Schwierzeck 386*00f141ccSDaniel SchwierzeckVIDEO 387*00f141ccSDaniel SchwierzeckM: Anatolij Gustschin <agust@denx.de> 388*00f141ccSDaniel SchwierzeckS: Maintained 389*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-video.git 390*00f141ccSDaniel SchwierzeckF: drivers/video/ 391*00f141ccSDaniel Schwierzeck 392*00f141ccSDaniel SchwierzeckX86 393*00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 394*00f141ccSDaniel SchwierzeckS: Maintained 395*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-x86.git 396*00f141ccSDaniel SchwierzeckF: arch/x86/ 397*00f141ccSDaniel Schwierzeck 398*00f141ccSDaniel SchwierzeckTHE REST 399*00f141ccSDaniel SchwierzeckM: Tom Rini <trini@ti.com> 400*00f141ccSDaniel SchwierzeckL: u-boot@lists.denx.de 401*00f141ccSDaniel SchwierzeckQ: http://patchwork.ozlabs.org/project/uboot/list/ 402*00f141ccSDaniel SchwierzeckS: Maintained 403*00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot.git 404*00f141ccSDaniel SchwierzeckF: * 405*00f141ccSDaniel SchwierzeckF: */ 406