1
0
Fork 0

Change my mailaddress

I'll switch my mails to my own server, so drop all gmail references.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
utp
Andreas Bießmann 2016-05-01 03:46:16 +02:00 committed by Tom Rini
parent 7a439cadcf
commit 09c2b8f3e3
23 changed files with 24 additions and 23 deletions

View File

@ -10,6 +10,7 @@
Allen Martin <amartin@nvidia.com> Allen Martin <amartin@nvidia.com>
Andreas Bießmann <andreas.devel@googlemail.com> Andreas Bießmann <andreas.devel@googlemail.com>
Andreas Bießmann <andreas@biessmann.org>
Aneesh V <aneesh@ti.com> Aneesh V <aneesh@ti.com>
Dirk Behme <dirk.behme@googlemail.com> Dirk Behme <dirk.behme@googlemail.com>
Fabio Estevam <fabio.estevam@nxp.com> Fabio Estevam <fabio.estevam@nxp.com>

View File

@ -73,7 +73,7 @@ F: arch/arm/cpu/armv7/socfpga/
F: board/altera/socfpga/ F: board/altera/socfpga/
ARM ATMEL AT91 ARM ATMEL AT91
M: Andreas Bießmann <andreas.devel@googlemail.com> M: Andreas Bießmann <andreas@biessmann.org>
S: Maintained S: Maintained
T: git git://git.denx.de/u-boot-atmel.git T: git git://git.denx.de/u-boot-atmel.git
F: arch/arm/mach-at91/ F: arch/arm/mach-at91/
@ -206,7 +206,7 @@ F: arch/arm/cpu/armv8/zynqmp/
F: arch/arm/include/asm/arch-zynqmp/ F: arch/arm/include/asm/arch-zynqmp/
AVR32 AVR32
M: Andreas Bießmann <andreas.devel@googlemail.com> M: Andreas Bießmann <andreas@biessmann.org>
S: Maintained S: Maintained
T: git git://git.denx.de/u-boot-avr32.git T: git git://git.denx.de/u-boot-avr32.git
F: arch/avr32/ F: arch/avr32/

View 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. * Copyright (c) 2011 The Chromium OS Authors.
* (C) Copyright 2002-2006 * (C) Copyright 2002-2006

View File

@ -2,7 +2,7 @@
* [partely copied from arch/arm/cpu/arm926ejs/at91/arm9260_devices.c] * [partely copied from arch/arm/cpu/arm926ejs/at91/arm9260_devices.c]
* *
* (C) Copyright 2011 * (C) Copyright 2011
* Andreas Bießmann <andreas.devel@googlemail.com> * Andreas Bießmann <andreas@biessmann.org>
* *
* (C) Copyright 2007-2008 * (C) Copyright 2007-2008
* Stelian Pop <stelian@popies.net> * Stelian Pop <stelian@popies.net>

View File

@ -2,7 +2,7 @@
* [origin: arch/arm/cpu/arm926ejs/at91/cpu.c] * [origin: arch/arm/cpu/arm926ejs/at91/cpu.c]
* *
* (C) Copyright 2011 * (C) Copyright 2011
* Andreas Bießmann, andreas.devel@googlemail.com * Andreas Bießmann, andreas@biessmann.org
* (C) Copyright 2010 * (C) Copyright 2010
* Reinhard Meyer, reinhard.meyer@emk-elektronik.de * Reinhard Meyer, reinhard.meyer@emk-elektronik.de
* (C) Copyright 2009 * (C) Copyright 2009

View File

@ -1,6 +1,6 @@
/* /*
* Copyright (C) 2004-2006 Atmel Corporation * 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+ * SPDX-License-Identifier: GPL-2.0+
*/ */

View 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 * 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 * do_bootm_linux() for avr32
*/ */
if (flag & BOOTM_STATE_OS_PREP) if (flag & BOOTM_STATE_OS_PREP)

View 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+ * SPDX-License-Identifier: GPL-2.0+
*/ */

View 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. * Copyright (c) 2011 The Chromium OS Authors.
* (C) Copyright 2002-2006 * (C) Copyright 2002-2006

View File

@ -1,5 +1,5 @@
AT91RM9200EK BOARD AT91RM9200EK BOARD
M: Andreas Bießmann <andreas.devel@gmail.com> M: Andreas Bießmann <andreas@biessmann.org>
S: Maintained S: Maintained
F: board/atmel/at91rm9200ek/ F: board/atmel/at91rm9200ek/
F: include/configs/at91rm9200ek.h F: include/configs/at91rm9200ek.h

View 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 * derived from previous work
* *

View File

@ -4,7 +4,7 @@
* Ulf Samuelsson <ulf@atmel.com> * Ulf Samuelsson <ulf@atmel.com>
* *
* (C) Copyright 2010 * (C) Copyright 2010
* Andreas Bießmann <andreas.devel@gmail.com> * Andreas Bießmann <andreas@biessmann.org>
* *
* SPDX-License-Identifier: GPL-2.0+ * SPDX-License-Identifier: GPL-2.0+
*/ */

View File

@ -1,5 +1,5 @@
ATNGW100MKII BOARD ATNGW100MKII BOARD
M: Andreas Bießmann <andreas.devel@googlemail.com> M: Andreas Bießmann <andreas@biessmann.org>
S: Maintained S: Maintained
F: board/atmel/atngw100mkii/ F: board/atmel/atngw100mkii/
F: include/configs/atngw100mkii.h F: include/configs/atngw100mkii.h

View File

@ -1,7 +1,7 @@
/* /*
* Copyright (C) 2010 Atmel Corporation * 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+ * SPDX-License-Identifier: GPL-2.0+
*/ */

View File

@ -1,5 +1,5 @@
GRASSHOPPER BOARD GRASSHOPPER BOARD
M: Andreas Bießmann <andreas.devel@googlemail.com> M: Andreas Bießmann <andreas@biessmann.org>
S: Maintained S: Maintained
F: board/in-circuit/grasshopper/ F: board/in-circuit/grasshopper/
F: include/configs/grasshopper.h F: include/configs/grasshopper.h

View File

@ -40,7 +40,7 @@ The method for updating
4. Convert arch, driver and boards file to new SoC 4. Convert arch, driver and boards file to new SoC
5. remove legacy code, if all boards and drives are ready 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 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 remain the CONFIG_ATMEL_LEGACY switch until the GPIO disaster is fixed. The

View 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 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. 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 This however is often not usable when doing field updates. To be able to

View File

@ -11,7 +11,7 @@ alias u-boot uboot
# Maintainer aliases. Use the same alias here as patchwork to keep # Maintainer aliases. Use the same alias here as patchwork to keep
# things simple and easy to look up/coordinate. # things simple and easy to look up/coordinate.
alias aaribaud Albert Aribaud <albert.u.boot@aribaud.net> 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 abrodkin Alexey Brodkin <alexey.brodkin@synopsys.com>
alias afleming Andy Fleming <afleming@gmail.com> alias afleming Andy Fleming <afleming@gmail.com>
alias ag Anatolij Gustschin <agust@denx.de> alias ag Anatolij Gustschin <agust@denx.de>

View File

@ -1,7 +1,7 @@
/* /*
* Copyright (C) 2006 Atmel Corporation * 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 * Configuration settings for the AVR32 Network Gateway
* *

View File

@ -2,7 +2,7 @@
* (C) Copyright 2004-2008 Texas Instruments, <www.ti.com> * (C) Copyright 2004-2008 Texas Instruments, <www.ti.com>
* Rohit Choraria <rohitkc@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+ * SPDX-License-Identifier: GPL-2.0+
*/ */

View File

@ -1,6 +1,6 @@
/* /*
* (C) Copyright 2013 * (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 * This file consolidates all the different hang() functions implemented in
* u-boot. * u-boot.

View 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+ * SPDX-License-Identifier: GPL-2.0+
*/ */

View File

@ -1,6 +1,6 @@
/* /*
* (C) Copyright 2014 * (C) Copyright 2014
* Andreas Bießmann <andreas.devel@googlemail.com> * Andreas Bießmann <andreas@biessmann.org>
* *
* SPDX-License-Identifier: GPL-2.0+ * SPDX-License-Identifier: GPL-2.0+
*/ */