From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 09 Feb 2009 23:05:41 -0800 Subject: [U-Boot] Pull request - net Message-ID: <49912745.8090907@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 ae5d8f613cec1a6af7bf1fc9c42a3b856f021023: Heiko Schocher (1): 82xx serial, smc: Coding-Style cleanup serial SMC driver are available in the git repository at: git://git.denx.de/u-boot-net.git master Andy Fleming (1): tsec: Fix a bug in soft-resetting Ben Warren (1): net: removed board-specific CONFIGs from MPC5xxx FEC driver Mike Frysinger (1): net/sntp.c: move ifdef into Makefile COBJS-$(...) Simon Munton (1): Fix 100Mbs ethernet operation on sh7763 based boards ksi at koi8.net (1): Fix MPC8260 with ethernet on SCC cpu/mpc8260/cpu.c | 2 +- drivers/net/mpc5xxx_fec.c | 28 +++------------------------- drivers/net/sh_eth.h | 2 +- drivers/net/tsec.c | 1 + include/configs/BC3450.h | 5 +++-- include/configs/IceCube.h | 8 +++----- include/configs/PM520.h | 5 +++-- include/configs/TB5200.h | 5 +++-- include/configs/TOP5200.h | 2 +- include/configs/TQM5200.h | 5 +++-- include/configs/Total5200.h | 1 + include/configs/canmb.h | 1 + include/configs/cm5200.h | 1 + include/configs/cpci5200.h | 1 + include/configs/hmi1001.h | 1 + include/configs/inka4x0.h | 5 +++-- include/configs/jupiter.h | 5 +++-- include/configs/mcc200.h | 7 ++++--- include/configs/mecp5200.h | 5 +++-- include/configs/motionpro.h | 1 + include/configs/mucmc52.h | 1 + include/configs/munices.h | 1 + include/configs/o2dnt.h | 5 +++-- include/configs/pf5200.h | 5 +++-- include/configs/uc101.h | 1 + include/configs/v38b.h | 1 + net/Makefile | 2 +- net/sntp.c | 4 ---- 28 files changed, 52 insertions(+), 59 deletions(-)