mbox

[U-Boot,GIT,PULL] please pull u-boot-atmel/master

Message ID 1363090178-15789-1-git-send-email-andreas.devel@googlemail.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

git://git.denx.de/u-boot-atmel.git master

Message

Andreas Bießmann March 12, 2013, 12:09 p.m. UTC
Dear Albert Aribaud,

please pull the following changes into u-boot-arm/master.

The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b:

  Merge branch 'fixes' of git://git.denx.de/u-boot-mips (2013-02-15 12:23:42 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to 08f0533a147ca37546a6539b43fce3916e82811a:

  ARM: sam9x5: fix ethernet pins in MII mode (2013-03-12 13:02:20 +0100)

----------------------------------------------------------------
Bo Shen (3):
      ARM: atmel: add at91sam9g20ek_2mmc nand boot support
      ARM: at91: change nand flash table
      ARM: at91sam9x5: Using CPU string directly

Jesse Gilles (1):
      ARM: sam9x5: fix ethernet pins in MII mode

Nicolas Ferre (2):
      arm: at91/configs: add libfdt to configuration
      arm: at91/configs: add bootz to configuration

 arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c |   30 +++++++++++-----------
 arch/arm/include/asm/arch-at91/at91sam9x5.h      |    6 -----
 board/atmel/at91sam9260ek/at91sam9260ek.c        |    7 ++++-
 boards.cfg                                       |    1 +
 include/configs/at91rm9200ek.h                   |    3 +++
 include/configs/at91sam9260ek.h                  |   23 ++++++++++-------
 include/configs/at91sam9261ek.h                  |   19 +++++++-------
 include/configs/at91sam9263ek.h                  |   20 +++++++++------
 include/configs/at91sam9m10g45ek.h               |   17 ++++++------
 include/configs/at91sam9rlek.h                   |    3 +++
 include/configs/at91sam9x5ek.h                   |   12 +++++----
 11 files changed, 79 insertions(+), 62 deletions(-)

Comments

Albert ARIBAUD March 12, 2013, 5:25 p.m. UTC | #1
Hi Andreas,

On Tue, 12 Mar 2013 13:09:38 +0100, Andreas Bießmann
<andreas.devel@googlemail.com> wrote:

> Dear Albert Aribaud,
> 
> please pull the following changes into u-boot-arm/master.
> 
> The following changes since commit 9f024f62e4604274a23213dcee30016092e32e7b:
> 
>   Merge branch 'fixes' of git://git.denx.de/u-boot-mips (2013-02-15 12:23:42 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to 08f0533a147ca37546a6539b43fce3916e82811a:
> 
>   ARM: sam9x5: fix ethernet pins in MII mode (2013-03-12 13:02:20 +0100)
> 
> ----------------------------------------------------------------
> Bo Shen (3):
>       ARM: atmel: add at91sam9g20ek_2mmc nand boot support
>       ARM: at91: change nand flash table
>       ARM: at91sam9x5: Using CPU string directly
> 
> Jesse Gilles (1):
>       ARM: sam9x5: fix ethernet pins in MII mode
> 
> Nicolas Ferre (2):
>       arm: at91/configs: add libfdt to configuration
>       arm: at91/configs: add bootz to configuration
> 
>  arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c |   30 +++++++++++-----------
>  arch/arm/include/asm/arch-at91/at91sam9x5.h      |    6 -----
>  board/atmel/at91sam9260ek/at91sam9260ek.c        |    7 ++++-
>  boards.cfg                                       |    1 +
>  include/configs/at91rm9200ek.h                   |    3 +++
>  include/configs/at91sam9260ek.h                  |   23 ++++++++++-------
>  include/configs/at91sam9261ek.h                  |   19 +++++++-------
>  include/configs/at91sam9263ek.h                  |   20 +++++++++------
>  include/configs/at91sam9m10g45ek.h               |   17 ++++++------
>  include/configs/at91sam9rlek.h                   |    3 +++
>  include/configs/at91sam9x5ek.h                   |   12 +++++----
>  11 files changed, 79 insertions(+), 62 deletions(-)

Applied to u-boot-arm/master, thanks!

Amicalement,