mbox

[U-Boot] Pull request: u-boot-net.git master

Message ID CANr=Z=bWmos5Cd_AL0ghrfn_tJsdPQuJLmpiPjLWWfzdohCR8g@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Joe Hershberger Dec. 15, 2012, 6:41 p.m. UTC
The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d:

  Prepare v2013.01-rc2 (2012-12-14 14:43:22 -0700)

are available in the git repository at:

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

for you to fetch changes up to e3bb3254f8c055767edd1f02e642bec386540f4c:

  net: sh_eth: add support for SH7752 (2012-12-15 12:28:24 -0600)

----------------------------------------------------------------
Joe Hershberger (1):
      net: Fix endianness bug in link-local

Michal Simek (1):
      phy: Add support for Marvell 88E1118R

Ruchika Gupta (1):
      e1000e : Correct Rx Threshold granularity

Simon Glass (1):
      net: Add tftp speed indication

Yoshihiro Shimoda (1):
      net: sh_eth: add support for SH7752

trem (1):
      powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR

 README                    |  3 ---
 drivers/net/e1000.c       | 10 ++++++++++
 drivers/net/e1000.h       |  1 +
 drivers/net/phy/marvell.c | 11 +++++++++++
 drivers/net/sh_eth.c      |  4 ++--
 drivers/net/sh_eth.h      |  4 ++--
 include/configs/CRAYL1.h  |  1 -
 include/configs/GEN860T.h |  5 -----
 include/configs/TOP860.h  |  1 -
 include/configs/ep8260.h  |  1 -
 include/configs/utx8245.h |  1 -
 net/link_local.c          |  2 +-
 net/tftp.c                |  8 ++++++++
 13 files changed, 35 insertions(+), 17 deletions(-)

Comments

Tom Rini Dec. 18, 2012, 7:59 p.m. UTC | #1
On Sat, Dec 15, 2012 at 12:41:31PM -0600, Joe Hershberger wrote:

> The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d:
> 
>   Prepare v2013.01-rc2 (2012-12-14 14:43:22 -0700)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to e3bb3254f8c055767edd1f02e642bec386540f4c:
> 
>   net: sh_eth: add support for SH7752 (2012-12-15 12:28:24 -0600)
> 
> ----------------------------------------------------------------
> Joe Hershberger (1):
>       net: Fix endianness bug in link-local
> 
> Michal Simek (1):
>       phy: Add support for Marvell 88E1118R
> 
> Ruchika Gupta (1):
>       e1000e : Correct Rx Threshold granularity
> 
> Simon Glass (1):
>       net: Add tftp speed indication
> 
> Yoshihiro Shimoda (1):
>       net: sh_eth: add support for SH7752
> 
> trem (1):
>       powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR
> 
>  README                    |  3 ---
>  drivers/net/e1000.c       | 10 ++++++++++
>  drivers/net/e1000.h       |  1 +
>  drivers/net/phy/marvell.c | 11 +++++++++++
>  drivers/net/sh_eth.c      |  4 ++--
>  drivers/net/sh_eth.h      |  4 ++--
>  include/configs/CRAYL1.h  |  1 -
>  include/configs/GEN860T.h |  5 -----
>  include/configs/TOP860.h  |  1 -
>  include/configs/ep8260.h  |  1 -
>  include/configs/utx8245.h |  1 -
>  net/link_local.c          |  2 +-
>  net/tftp.c                |  8 ++++++++
>  13 files changed, 35 insertions(+), 17 deletions(-)

Applied to u-boot/master, thanks!