]>
Commit | Line | Data |
---|---|---|
8b0b0c59 MF |
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> | |
963333e9 | 14 | alias abiessmann Andreas Bießmann <andreas.devel@googlemail.com> |
350500b3 | 15 | alias abrodkin Alexey Brodkin <alexey.brodkin@synopsys.com> |
b21f87a3 | 16 | alias afleming Andy Fleming <afleming@gmail.com> |
8b0b0c59 | 17 | alias ag Anatolij Gustschin <agust@denx.de> |
4b3a3260 | 18 | alias alisonwang Alison Wang <alison.wang@freescale.com> |
82ebb7e5 | 19 | alias angelo_ts Angelo Dureghello <angelo@sysam.it> |
51087445 | 20 | alias bmeng Bin Meng <bmeng.cn@gmail.com> |
e873b97a | 21 | alias danielschwierzeck Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |
8b0b0c59 | 22 | alias galak Kumar Gala <galak@kernel.crashing.org> |
8b0b0c59 | 23 | alias hs Heiko Schocher <hs@denx.de> |
2835d993 | 24 | alias ijc Ian Campbell <ijc+uboot@hellion.org.uk> |
8b0b0c59 | 25 | alias iwamatsu Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
3bfe3ce2 | 26 | alias jagan Jagan Teki <jteki@openedev.com> |
8b0b0c59 | 27 | alias jasonjin Jason Jin <jason.jin@freescale.com> |
a60de1ee | 28 | alias jhersh Joe Hershberger <joe.hershberger@ni.com> |
2835d993 | 29 | alias jwrdegoede Hans de Goede <hdegoede@redhat.com> |
8b0b0c59 | 30 | alias kimphill Kim Phillips <kim.phillips@freescale.com> |
5ea01961 | 31 | alias luka Luka Perkov <luka.perkov@sartura.hr> |
1dd6e3c2 | 32 | alias lukma Lukasz Majewski <l.majewski@samsung.com> |
8b0b0c59 | 33 | alias macpaul Macpaul Lin <macpaul@andestech.com> |
a82ca7bc | 34 | alias marex Marek Vasut <marex@denx.de> |
79cee3cf | 35 | alias masahiro Masahiro Yamada <yamada.masahiro@socionext.com> |
8b0b0c59 | 36 | alias monstr Michal Simek <monstr@monstr.eu> |
dc19ec11 | 37 | alias panto Pantelis Antoniou <panto@antoniou-consulting.com> |
8b0b0c59 | 38 | alias prafulla Prafulla Wadaskar <prafulla@marvell.com> |
3664816f | 39 | alias bobenstein Przemyslaw Marczak <p.marczak@samsung.com> |
8b0b0c59 MF |
40 | alias prom Minkyu Kang <mk7.kang@samsung.com> |
41 | alias rbohmer Remy Bohmer <linux@bohmer.net> | |
42 | alias reinhardm Reinhard Meyer <u-boot@emk-elektronik.de> | |
43 | alias sbabic Stefano Babic <sbabic@denx.de> | |
44 | alias scottwood Scott Wood <scottwood@freescale.com> | |
b4a2e435 | 45 | alias sjg Simon Glass <sjg@chromium.org> |
8b0b0c59 | 46 | alias smcnutt Scott McNutt <smcnutt@psyent.com> |
47fa71b8 | 47 | alias sonic Sonic Zhang <sonic.adi@gmail.com> |
8b0b0c59 | 48 | alias stroese Stefan Roese <sr@denx.de> |
4e34d610 | 49 | alias trini Tom Rini <trini@konsulko.com> |
8b0b0c59 MF |
50 | alias vapier Mike Frysinger <vapier@gentoo.org> |
51 | alias wd Wolfgang Denk <wd@denx.de> | |
52 | ||
53 | # Architecture aliases | |
350500b3 | 54 | alias arch arc, arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86 |
8b0b0c59 MF |
55 | alias arches arch |
56 | ||
350500b3 MY |
57 | alias arc uboot, abrodkin |
58 | ||
8b0b0c59 | 59 | alias arm uboot, aaribaud |
963333e9 | 60 | alias at91 uboot, abiessmann |
2620368a | 61 | alias davinci ti |
8b0b0c59 | 62 | alias imx uboot, sbabic |
5ea01961 | 63 | alias kirkwood uboot, prafulla, luka |
2620368a | 64 | alias omap ti |
8b0b0c59 | 65 | alias pxa uboot, marex |
6deba095 | 66 | alias rmobile uboot, iwamatsu |
8b0b0c59 MF |
67 | alias s3c samsung |
68 | alias s5pc samsung | |
69 | alias samsung uboot, prom | |
57cc4e64 | 70 | alias socfpga uboot, marex, Dinh Nguyen <dinguyen@opensource.altera.com> |
2835d993 | 71 | alias sunxi uboot, ijc, jwrdegoede |
b4a2e435 | 72 | alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.com> |
8b0b0c59 | 73 | alias tegra2 tegra |
19fe4b3e | 74 | alias ti uboot, trini |
6dd0e7c0 | 75 | alias uniphier uboot, masahiro |
bc9a78ac | 76 | alias zynq uboot, monstr |
8b0b0c59 | 77 | |
963333e9 | 78 | alias avr32 uboot, abiessmann |
8b0b0c59 | 79 | |
47fa71b8 | 80 | alias bfin uboot, vapier, sonic |
8b0b0c59 MF |
81 | alias blackfin bfin |
82 | ||
0eaadecb | 83 | alias m68k uboot, alisonwang, angelo_ts |
8b0b0c59 MF |
84 | alias coldfire m68k |
85 | ||
86 | alias microblaze uboot, monstr | |
87 | alias mb microblaze | |
88 | ||
e873b97a | 89 | alias mips uboot, danielschwierzeck |
8b0b0c59 MF |
90 | |
91 | alias nds32 uboot, macpaul | |
92 | ||
93 | alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt | |
94 | alias nios2 nios | |
95 | ||
96 | alias powerpc uboot, afleming, kimphill, galak, stroese, wd | |
97 | alias ppc powerpc | |
98 | alias mpc5xxx uboot, wd | |
99 | alias mpc8xx uboot, wd | |
100 | alias mpc82xx uboot, wd | |
101 | alias mpc83xx uboot, kimphill | |
102 | alias mpc85xx uboot, afleming, galak | |
103 | alias mpc86xx uboot, afleming, galak | |
104 | alias ppc4xx uboot, stroese | |
8b0b0c59 | 105 | |
b4a2e435 | 106 | alias sandbox sjg |
8b0b0c59 MF |
107 | alias sb sandbox |
108 | ||
fdf075fb | 109 | alias sparc uboot, Francois Retief <fgretief@spaceteq.co.za> |
8b0b0c59 MF |
110 | |
111 | alias superh uboot, iwamatsu | |
112 | alias sh superh | |
113 | ||
3721208f | 114 | alias x86 uboot, sjg, bmeng |
8b0b0c59 MF |
115 | |
116 | # Subsystem aliases | |
960c3cac | 117 | alias dm uboot, sjg |
8b0b0c59 | 118 | alias cfi uboot, stroese |
1dd6e3c2 | 119 | alias dfu uboot, lukma |
a60de1ee | 120 | alias eth uboot, jhersh |
34e24b62 | 121 | alias kerneldoc uboot, marex |
fd5058ee | 122 | alias fdt uboot, sjg |
8b0b0c59 | 123 | alias i2c uboot, hs |
bfca6e08 | 124 | alias kconfig uboot, masahiro |
dc19ec11 | 125 | alias mmc uboot, panto |
8b0b0c59 | 126 | alias nand uboot, scottwood |
1295f08c | 127 | alias net uboot, jhersh |
a60de1ee | 128 | alias phy uboot, jhersh |
f16d1862 | 129 | alias spi uboot, jagan |
69337a9d | 130 | alias ubi uboot, hs |
f0bc5df4 | 131 | alias usb uboot, marex |
8b0b0c59 | 132 | alias video uboot, ag |
23f78aef MY |
133 | alias patman uboot, sjg |
134 | alias buildman uboot, sjg | |
3664816f | 135 | alias pmic uboot, bobenstein |