From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sat, 31 Jan 2009 20:39:30 -0800 Subject: [U-Boot] Pull request - net Message-ID: <49852782.8040304@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, The following changes since commit 8f86a3636ef88427f880610638e80991adc41896: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://git.denx.de/u-boot-net.git master Ben Warren (2): Fix compile error in building MBX860T. Merge git://git.denx.de/u-boot into u-boot Gary Jennejohn (1): mgcoge make ether_scc.c work with CONFIG_NET_MULTI Gunnar Rangoy (1): AVR32: macb - Search for PHY id Heiko Schocher (1): powerpc: net: support for the SMSC LAN8700 PHY Michal Simek (1): net: Sort Makefile labels Mike Frysinger (1): Move is_valid_ether_addr() to include/net.h Nobuhiro Iwamatsu (2): sh: sh_eth: Change new network API sh: sh7763rdp: Update sh7763rdp config Olav Morken (1): Fix IP alignment problem Ron Madrid (1): Marvell 88E1118 interrupt fix Stefan Roese (2): net: smc911x: Make register read/write functions weak net: smc911x.c: Add LAN9211 to chip_ids[] array board/bf537-stamp/bf537-stamp.c | 16 -- cpu/mpc8260/Makefile | 8 +- cpu/mpc8260/cpu.c | 3 + cpu/mpc8260/ether_scc.c | 50 +++++- cpu/sh4/cpu.c | 8 + drivers/net/Makefile | 4 +- drivers/net/macb.c | 31 ++++ drivers/net/sh_eth.c | 355 +++++++++++++++++++++++++-------------- drivers/net/sh_eth.h | 10 +- drivers/net/smc911x.c | 79 +++++---- drivers/net/tsec.c | 4 + drivers/qe/uec_phy.c | 59 +++++++ include/configs/sh7763rdp.h | 1 + include/net.h | 16 ++ include/netdev.h | 2 + net/net.c | 2 +- 16 files changed, 446 insertions(+), 202 deletions(-) regards, Ben