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


regards,
Ben

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to