Mike Frysinger | 8b0b0c5 | 2011-11-07 18:18:44 +0000 | [diff] [blame] | 1 | # To use this file, run in your u-boot tree: |
| 2 | # git config sendemail.aliasesfile doc/git-mailrc |
| 3 | # git config sendemail.aliasfiletype mutt |
| 4 | # |
| 5 | # Then when sending patches, you can use: |
| 6 | # git send-email --to u-boot --cc i2c ... |
| 7 | |
| 8 | alias uboot u-boot@lists.denx.de |
| 9 | alias u-boot uboot |
| 10 | |
| 11 | # Maintainer aliases. Use the same alias here as patchwork to keep |
| 12 | # things simple and easy to look up/coordinate. |
| 13 | alias aaribaud Albert Aribaud <albert.u.boot@aribaud.net> |
| 14 | alias afleming Andy Fleming <afleming@freescale.com> |
| 15 | alias ag Anatolij Gustschin <agust@denx.de> |
| 16 | alias galak Kumar Gala <galak@kernel.crashing.org> |
| 17 | alias gruss Graeme Russ <graeme.russ@gmail.com> |
| 18 | alias hs Heiko Schocher <hs@denx.de> |
| 19 | alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
| 20 | alias jasonjin Jason Jin <jason.jin@freescale.com> |
| 21 | alias kimphill Kim Phillips <kim.phillips@freescale.com> |
| 22 | alias macpaul Macpaul Lin <macpaul@andestech.com> |
| 23 | alias marex Marek Vasut <marek.vasut@gmail.com> |
| 24 | alias monstr Michal Simek <monstr@monstr.eu> |
| 25 | alias prafulla Prafulla Wadaskar <prafulla@marvell.com> |
| 26 | alias prom Minkyu Kang <mk7.kang@samsung.com> |
| 27 | alias rbohmer Remy Bohmer <linux@bohmer.net> |
| 28 | alias reinhardm Reinhard Meyer <u-boot@emk-elektronik.de> |
| 29 | alias sbabic Stefano Babic <sbabic@denx.de> |
| 30 | alias scottwood Scott Wood <scottwood@freescale.com> |
| 31 | alias smcnutt Scott McNutt <smcnutt@psyent.com> |
| 32 | alias stroese Stefan Roese <sr@denx.de> |
| 33 | alias vapier Mike Frysinger <vapier@gentoo.org> |
| 34 | alias wd Wolfgang Denk <wd@denx.de> |
| 35 | |
| 36 | # Architecture aliases |
| 37 | alias arch arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86 |
| 38 | alias arches arch |
| 39 | |
| 40 | alias arm uboot, aaribaud |
| 41 | alias at91 uboot, reinhardm |
Tom Rini | 2620368 | 2011-12-14 06:15:16 +0000 | [diff] [blame] | 42 | alias davinci ti |
Mike Frysinger | 8b0b0c5 | 2011-11-07 18:18:44 +0000 | [diff] [blame] | 43 | alias imx uboot, sbabic |
| 44 | alias kirkwood uboot, prafulla |
Tom Rini | 2620368 | 2011-12-14 06:15:16 +0000 | [diff] [blame] | 45 | alias omap ti |
Mike Frysinger | 8b0b0c5 | 2011-11-07 18:18:44 +0000 | [diff] [blame] | 46 | alias pxa uboot, marex |
| 47 | alias s3c samsung |
| 48 | alias s5pc samsung |
| 49 | alias samsung uboot, prom |
| 50 | alias tegra uboot, Simon Glass <sjg@chromium.org>, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com> |
| 51 | alias tegra2 tegra |
Tom Rini | 2620368 | 2011-12-14 06:15:16 +0000 | [diff] [blame] | 52 | alias ti uboot, Sandeep Paulraj <s-paulraj@ti.com>, Tom Rini <trini@ti.com> |
Mike Frysinger | 8b0b0c5 | 2011-11-07 18:18:44 +0000 | [diff] [blame] | 53 | |
Andreas Bießmann | 40ab4ef | 2012-03-10 13:31:35 +0100 | [diff] [blame] | 54 | alias avr32 uboot, Andreas Bießmann <andreas.devel@googlemail.com> |
Mike Frysinger | 8b0b0c5 | 2011-11-07 18:18:44 +0000 | [diff] [blame] | 55 | |
| 56 | alias bfin uboot, vapier |
| 57 | alias blackfin bfin |
| 58 | |
| 59 | alias m68k uboot, jasonjin |
| 60 | alias coldfire m68k |
| 61 | |
| 62 | alias microblaze uboot, monstr |
| 63 | alias mb microblaze |
| 64 | |
| 65 | alias mips uboot, Shinya Kuribayashi <skuribay@pobox.com> |
| 66 | |
| 67 | alias nds32 uboot, macpaul |
| 68 | |
| 69 | alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt |
| 70 | alias nios2 nios |
| 71 | |
| 72 | alias powerpc uboot, afleming, kimphill, galak, stroese, wd |
| 73 | alias ppc powerpc |
| 74 | alias mpc5xxx uboot, wd |
| 75 | alias mpc8xx uboot, wd |
| 76 | alias mpc82xx uboot, wd |
| 77 | alias mpc83xx uboot, kimphill |
| 78 | alias mpc85xx uboot, afleming, galak |
| 79 | alias mpc86xx uboot, afleming, galak |
| 80 | alias ppc4xx uboot, stroese |
| 81 | alias ppc7xx uboot, wd |
| 82 | alias ppc74xx uboot, wd |
| 83 | |
| 84 | alias sandbox Simon Glass <sjg@chromium.org> |
| 85 | alias sb sandbox |
| 86 | |
| 87 | alias sparc uboot, Daniel Hellstrom <daniel@gaisler.com> |
| 88 | |
| 89 | alias superh uboot, iwamatsu |
| 90 | alias sh superh |
| 91 | |
| 92 | alias x86 uboot, gruss |
| 93 | |
| 94 | # Subsystem aliases |
| 95 | alias cfi uboot, stroese |
| 96 | alias fdt uboot, Jerry Van Baren <vanbaren@cideas.com> |
| 97 | alias i2c uboot, hs |
| 98 | alias mmc uboot, afleming |
| 99 | alias nand uboot, scottwood |
| 100 | alias net uboot, wd |
Mike Frysinger | f0bc5df | 2012-03-05 15:15:25 +0000 | [diff] [blame] | 101 | alias usb uboot, marex |
Mike Frysinger | 8b0b0c5 | 2011-11-07 18:18:44 +0000 | [diff] [blame] | 102 | alias video uboot, ag |