[U-Boot-Users] Pull request - net

Wolfgang Denk wd at denx.de
Wed Jul 9 23:23:17 CEST 2008


In message <4871BEF9.9050802 at gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Ben Warren (1):
>       Add mechanisms for CPU and board-specific Ethernet initialization
> 
> Hugo Villeneuve (2):
>       Remove duplicate definitions in include/lxt971a.h.
>       Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
> 
> Nobuhiro Iwamatsu (3):
>       net: ne2000: Fix compile error of NE2000
>       net: ne2000: Move dev_addr variable from grobal to local.
>       net: sh: Renesas SH7763 Ethernet device support
> 
>  cpu/arm920t/at91rm9200/lxt972.c |   15 +-
>  cpu/arm926ejs/davinci/lxt972.c  |   54 ++---
>  cpu/mpc83xx/cpu.c               |   20 ++
>  cpu/mpc85xx/cpu.c               |   30 ++
>  cpu/mpc86xx/cpu.c               |   27 ++
>  drivers/net/Makefile            |    1 +
>  drivers/net/ne2000.c            |   14 +-
>  drivers/net/ns7520_eth.c        |   42 ++--
>  drivers/net/ns9750_eth.c        |   59 ++--
>  drivers/net/sh_eth.c            |  603 
> +++++++++++++++++++++++++++++++++++++++
>  drivers/net/sh_eth.h            |  446 +++++++++++++++++++++++++++++
>  include/lxt971a.h               |  100 -------
>  include/ns7520_eth.h            |    1 +
>  include/ns9750_eth.h            |    1 +
>  net/eth.c                       |   32 +--
>  15 files changed, 1224 insertions(+), 221 deletions(-)
>  create mode 100644 drivers/net/sh_eth.c
>  create mode 100644 drivers/net/sh_eth.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The heart is not a logical organ.
	-- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4




More information about the U-Boot mailing list