]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Change my mailaddress
authorAndreas Bießmann <andreas.devel@googlemail.com>
Sun, 1 May 2016 01:46:16 +0000 (03:46 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 2 May 2016 22:37:09 +0000 (18:37 -0400)
I'll switch my mails to my own server, so drop all gmail references.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
23 files changed:
.mailmap
MAINTAINERS
arch/arm/lib/stack.c
arch/arm/mach-at91/arm920t/at91rm9200_devices.c
arch/arm/mach-at91/arm920t/cpu.c
arch/avr32/cpu/mmc.c
arch/avr32/lib/bootm.c
arch/avr32/lib/dram_init.c
arch/powerpc/lib/stack.c
board/atmel/at91rm9200ek/MAINTAINERS
board/atmel/at91rm9200ek/at91rm9200ek.c
board/atmel/at91rm9200ek/led.c
board/atmel/atngw100mkii/MAINTAINERS
board/atmel/atngw100mkii/atngw100mkii.c
board/in-circuit/grasshopper/MAINTAINERS
doc/README.at91-soc
doc/README.atmel_pmecc
doc/git-mailrc
include/configs/atngw100mkii.h
include/linux/mtd/omap_gpmc.h
lib/hang.c
tools/atmel_pmecc_params.c
tools/atmelimage.c

index 5ea9f93fcfdc4367d55b1c21a177cc97be683d5e..14b5ad7e5c40f9260abb68e6608ed87893f24e52 100644 (file)
--- a/.mailmap
+++ b/.mailmap
@@ -10,6 +10,7 @@
 
 Allen Martin <amartin@nvidia.com>
 Andreas Bießmann <andreas.devel@googlemail.com>
+Andreas Bießmann <andreas@biessmann.org>
 Aneesh V <aneesh@ti.com>
 Dirk Behme <dirk.behme@googlemail.com>
 Fabio Estevam <fabio.estevam@nxp.com>
index 27eb8e59b321ba1575aaa6a94e10cc718588973a..1db824348207b4c4b31f330705ad22e7b2d10226 100644 (file)
@@ -73,7 +73,7 @@ F:    arch/arm/cpu/armv7/socfpga/
 F:     board/altera/socfpga/
 
 ARM ATMEL AT91
-M:     Andreas Bießmann <andreas.devel@googlemail.com>
+M:     Andreas Bießmann <andreas@biessmann.org>
 S:     Maintained
 T:     git git://git.denx.de/u-boot-atmel.git
 F:     arch/arm/mach-at91/
@@ -206,7 +206,7 @@ F:  arch/arm/cpu/armv8/zynqmp/
 F:     arch/arm/include/asm/arch-zynqmp/
 
 AVR32
-M:     Andreas Bießmann <andreas.devel@googlemail.com>
+M:     Andreas Bießmann <andreas@biessmann.org>
 S:     Maintained
 T:     git git://git.denx.de/u-boot-avr32.git
 F:     arch/avr32/
index cf10a53ec6f961cababdc0be69364e01328ee04f..4614d2657cdd60c6b9b66d0628728b6344eb40a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Andreas Bießmann <andreas.devel@googlemail.com>
+ * Copyright (c) 2015 Andreas Bießmann <andreas@biessmann.org>
  *
  * Copyright (c) 2011 The Chromium OS Authors.
  * (C) Copyright 2002-2006
index 9b9800ad9aadee5a3bd5ebb9d0caab9b76334513..f139b9167dc8ba5bc37f7fa5ddc941b5dcd35084 100644 (file)
@@ -2,7 +2,7 @@
  * [partely copied from arch/arm/cpu/arm926ejs/at91/arm9260_devices.c]
  *
  * (C) Copyright 2011
- * Andreas Bießmann <andreas.devel@googlemail.com>
+ * Andreas Bießmann <andreas@biessmann.org>
  *
  * (C) Copyright 2007-2008
  * Stelian Pop <stelian@popies.net>
index b0f411b1c3653683ebdeaa2bd29d8b1dad828aa0..926d1c9fe871d790c5aa157b28e10d1d80eb7698 100644 (file)
@@ -2,7 +2,7 @@
  * [origin: arch/arm/cpu/arm926ejs/at91/cpu.c]
  *
  * (C) Copyright 2011
- * Andreas Bießmann, andreas.devel@googlemail.com
+ * Andreas Bießmann, andreas@biessmann.org
  * (C) Copyright 2010
  * Reinhard Meyer, reinhard.meyer@emk-elektronik.de
  * (C) Copyright 2009
index b7213e4e7a7372ec828a65c2c6e16752c882aabc..26ba3a24e4f2360093126dcef8b63308b12f38cf 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2004-2006 Atmel Corporation
- * Copyright (C) 2015 Andreas Bießmann <andreas.devel@googlmail.com>
+ * Copyright (C) 2015 Andreas Bießmann <andreas@biessmann.org>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
index 1c26f1b36a36d1986d7b4b7851ffd5628cef99d9..342b9e2c1c427df5254bfca16816ac61ef052af9 100644 (file)
@@ -174,7 +174,7 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima
        /*
         * allow the PREP bootm subcommand, it is required for bootm to work
         *
-        * TODO: Andreas Bießmann <andreas.devel@googlemail.com> refactor the
+        * TODO: Andreas Bießmann <andreas@biessmann.org> refactor the
         * do_bootm_linux() for avr32
         */
        if (flag & BOOTM_STATE_OS_PREP)
index 5078e77f171ed93951dd25b013a0d90292d1539a..79c2455bd613759f097f3fdc2d2c85ff46203da1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Andreas Bießmann <andreas.devel@googlemail.com>
+ * Copyright (C) 2015 Andreas Bießmann <andreas@biessmann.org>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
index 1985f0348de9a8ac021036613f095b5e67994bc9..7eccfe0e30c14fd66541e7feebf9403eec53d918 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Andreas Bießmann <andreas.devel@googlemail.com>
+ * Copyright (c) 2015 Andreas Bießmann <andreas@biessmann.org>
  *
  * Copyright (c) 2011 The Chromium OS Authors.
  * (C) Copyright 2002-2006
index d2a479bbc31935d32cab46c0b1a34dc5789e2ddb..b25bc58029012e3301e989afc610fa85fd57b38f 100644 (file)
@@ -1,5 +1,5 @@
 AT91RM9200EK BOARD
-M:     Andreas Bießmann <andreas.devel@gmail.com>
+M:     Andreas Bießmann <andreas@biessmann.org>
 S:     Maintained
 F:     board/atmel/at91rm9200ek/
 F:     include/configs/at91rm9200ek.h
index 4ca8106c06c8f2fe4bdc6294d4f511eebc34de27..98d76a6fa71a2d1f8aee9840febd6b1937cdb0d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2010 Andreas Bießmann <andreas.devel@gmail.com>
+ * (C) Copyright 2010 Andreas Bießmann <andreas@biessmann.org>
  *
  * derived from previous work
  *
index fbe8e3d22cc40e9f210b028c4a854ddc001615f6..5986ac08f981d1c99b22311885d06822747f9ce3 100644 (file)
@@ -4,7 +4,7 @@
  * Ulf Samuelsson <ulf@atmel.com>
  *
  * (C) Copyright 2010
- * Andreas Bießmann <andreas.devel@gmail.com>
+ * Andreas Bießmann <andreas@biessmann.org>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
index 212363e4cf55c16e47e24b0330c0e71b9b43fd08..54eb1da4c2bf82c43bfafd8c7c99c206f56a1c18 100644 (file)
@@ -1,5 +1,5 @@
 ATNGW100MKII BOARD
-M:     Andreas Bießmann <andreas.devel@googlemail.com>
+M:     Andreas Bießmann <andreas@biessmann.org>
 S:     Maintained
 F:     board/atmel/atngw100mkii/
 F:     include/configs/atngw100mkii.h
index 8e215d5fcf2f062dfe8dd4b020b5a3b6bfd7a8eb..68662c4045a3cdd16fc474e3e221d8c58b47605e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2010 Atmel Corporation
  *
- * Copyright (C) 2012 Andreas Bießmann <andreas.devel@googlemail.com>
+ * Copyright (C) 2012 Andreas Bießmann <andreas@biessmann.org>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
index db8bd0a5465fb66a3db453e70fcbbc0d52980746..4abdea8da8be530135b8a651f3a8281c5cb8a2ee 100644 (file)
@@ -1,5 +1,5 @@
 GRASSHOPPER BOARD
-M:     Andreas Bießmann <andreas.devel@googlemail.com>
+M:     Andreas Bießmann <andreas@biessmann.org>
 S:     Maintained
 F:     board/in-circuit/grasshopper/
 F:     include/configs/grasshopper.h
index ab3f71342226d3d9bd3db7b32b1da0b67fc80b45..9a9f74e234916127edbb5011c0d94803d8d40d4f 100644 (file)
@@ -40,7 +40,7 @@ The method for updating
 4. Convert arch, driver and boards file to new SoC
 5. remove legacy code, if all boards and drives are ready
 
-2013-10-30 Andreas Bießmann <andreas.devel@googlemail.com>:
+2013-10-30 Andreas Bießmann <andreas@biessmann.org>:
 
 The goal is almost reached, we could remove the CONFIG_AT91_LEGACY switch but
 remain the CONFIG_ATMEL_LEGACY switch until the GPIO disaster is fixed. The
index cc0f73db8f1c70dbca708b5529ed5fee35e8a87e..274d860f06b3aea9e5bd644244b6b83d253f647a 100644 (file)
@@ -30,7 +30,7 @@ Take AT91SAM9X5EK as an example, the board definition file likes:
 
 How to enable PMECC header for direct programmable boot.bin
 -----------------------------------------------------------
-2014-05-19 Andreas Bießmann <andreas.devel@googlemail.com>
+2014-05-19 Andreas Bießmann <andreas@biessmann.org>
 
 The usual way to program SPL into NAND flash is to use the SAM-BA Atmel tool.
 This however is often not usable when doing field updates. To be able to
index 1201d4a9702f07cbaa211d1809403e8a183ede2e..1d6f4fcc7cedab71cb1b78c7cd1aa404e27d1968 100644 (file)
@@ -11,7 +11,7 @@ alias u-boot uboot
 # Maintainer aliases.  Use the same alias here as patchwork to keep
 # things simple and easy to look up/coordinate.
 alias aaribaud       Albert Aribaud <albert.u.boot@aribaud.net>
-alias abiessmann     Andreas Bießmann <andreas.devel@googlemail.com>
+alias abiessmann     Andreas Bießmann <andreas@biessmann.org>
 alias abrodkin       Alexey Brodkin <alexey.brodkin@synopsys.com>
 alias afleming       Andy Fleming <afleming@gmail.com>
 alias ag             Anatolij Gustschin <agust@denx.de>
index fb126329238ee5226fa055ebbe91180057b8e173..dfa2d93a90dab9bad0debddc770d441bf76ba040 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2006 Atmel Corporation
  *
- * Copyright (C) 2012 Andreas Bießmann <andreas.devel@googlemail.com>
+ * Copyright (C) 2012 Andreas Bießmann <andreas@biessmann.org>
  *
  * Configuration settings for the AVR32 Network Gateway
  *
index 6cbae450221ffc9bec9d63b190bf3cfd77963010..3a7567435929efcd4281b2b7bc6c27353beb4bfe 100644 (file)
@@ -2,7 +2,7 @@
  * (C) Copyright 2004-2008 Texas Instruments, <www.ti.com>
  * Rohit Choraria <rohitkc@ti.com>
  *
- * (C) Copyright 2013 Andreas Bießmann <andreas.devel@googlemail.com>
+ * (C) Copyright 2013 Andreas Bießmann <andreas@biessmann.org>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
index 8db268ef95f0f7021b1d10deb7fcf4687dc710ef..9246e12455669377b2afc1c9c8aa43867c3d0454 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2013
- * Andreas Bießmann <andreas.devel@googlemail.com>
+ * Andreas Bießmann <andreas@biessmann.org>
  *
  * This file consolidates all the different hang() functions implemented in
  * u-boot.
index 8eaf27f80493576a3d3724db620c6e505e493bd7..eb97229bbc675e5cc54f237fdc9e68648aea6ba6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2014 Andreas Bießmann <andreas.devel@googlemail.com>
+ * (C) Copyright 2014 Andreas Bießmann <andreas@biessmann.org>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
index 6b5603eb87b100c5efe501f6c39ac358d8d4cc79..9b3600d62daba3f1042f74bffb808072e3dd6bfe 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2014
- * Andreas Bießmann <andreas.devel@googlemail.com>
+ * Andreas Bießmann <andreas@biessmann.org>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */