mbox

[U-Boot,PULL] u-boot-atmel/master -> u-boot-arm/master

Message ID 1412971231-13000-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 Oct. 10, 2014, 8 p.m. UTC
Dear Albert Aribaud,

please pull these changes into u-boot-arm/master. They are two generic board
conversions which are trivial and a fix for gigabit ethernet on sama5d3xek.

The following changes since commit ebf8644a113a36b163c2e06fe1e081c73f563c3a:

  Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-10-10 08:56:01 +0200)

are available in the git repository at:


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

for you to fetch changes up to d0b3723034aa865b8618428739efe1d98b1a2e2b:

  arm, at91: add generic board support for the taurus and corvus board (2014-10-10 21:51:19 +0200)

----------------------------------------------------------------
Andreas Bießmann (2):
      macb: simplify gmac initialisation
      sama5d3xek: run PHY's config

Bo Shen (1):
      ARM: atmel: switch at91sam9263ek to generic board

Heiko Schocher (1):
      arm, at91: add generic board support for the taurus and corvus board

 board/atmel/sama5d3xek/sama5d3xek.c |   29 ++++++++++++++++++++---------
 drivers/net/macb.c                  |   25 ++++++++-----------------
 include/configs/at91sam9263ek.h     |    2 ++
 include/configs/corvus.h            |    2 ++
 include/configs/taurus.h            |    2 ++
 5 files changed, 34 insertions(+), 26 deletions(-)

Comments

Albert ARIBAUD Oct. 11, 2014, 10:58 p.m. UTC | #1
Hi Andreas,

On Fri, 10 Oct 2014 22:00:31 +0200, Andreas Bießmann
<andreas.devel@googlemail.com> wrote:

> Dear Albert Aribaud,
> 
> please pull these changes into u-boot-arm/master. They are two generic board
> conversions which are trivial and a fix for gigabit ethernet on sama5d3xek.
> 
> The following changes since commit ebf8644a113a36b163c2e06fe1e081c73f563c3a:
> 
>   Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-10-10 08:56:01 +0200)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to d0b3723034aa865b8618428739efe1d98b1a2e2b:
> 
>   arm, at91: add generic board support for the taurus and corvus board (2014-10-10 21:51:19 +0200)
> 
> ----------------------------------------------------------------
> Andreas Bießmann (2):
>       macb: simplify gmac initialisation
>       sama5d3xek: run PHY's config
> 
> Bo Shen (1):
>       ARM: atmel: switch at91sam9263ek to generic board
> 
> Heiko Schocher (1):
>       arm, at91: add generic board support for the taurus and corvus board
> 
>  board/atmel/sama5d3xek/sama5d3xek.c |   29 ++++++++++++++++++++---------
>  drivers/net/macb.c                  |   25 ++++++++-----------------
>  include/configs/at91sam9263ek.h     |    2 ++
>  include/configs/corvus.h            |    2 ++
>  include/configs/taurus.h            |    2 ++
>  5 files changed, 34 insertions(+), 26 deletions(-)

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

Amicalement,