Wolfgang, The following changes since commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e: Kumar Gala (1): FSL DDR: Remove old SPD support from cpu/mpc86xx
are available in the git repository at: git://git.denx.de/u-boot-net.git master Andrew Dyer (1): dm9000 remove dead external phy support, gpio fix Ben Warren (7): Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory Moved initialization of MCFFEC Ethernet driver to CPU directory Moved initialization of GRETH Ethernet driver to CPU directory Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init() Moved initialization of ULI526X Ethernet driver to board code. Moved conditional compilation to Makefile for SK98 Ethernet driver Moved initialization of SKGE Ethernet driver to board code. Peter Tyser (1): Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions Remy Bohmer (2): Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set. Fix bogus error message in the DHCP handler TsiChung Liew (2): Fix ColdFire FEC warning messages ColdFire: Add FEC Buffer descriptors in SRAM board/bf537-stamp/bf537-stamp.c | 10 ++ board/freescale/mpc8610hpcd/mpc8610hpcd.c | 10 ++ board/sl8245/sl8245.c | 13 +++ common/cmd_net.c | 10 +- cpu/leon2/cpu.c | 9 ++ cpu/leon3/cpu.c | 8 ++ cpu/mcf523x/cpu.c | 14 +++ cpu/mcf52x2/cpu.c | 15 +++ cpu/mcf532x/cpu.c | 14 +++ cpu/mcf5445x/cpu.c | 14 +++ cpu/mcf547x_8x/cpu.c | 21 ++++ drivers/net/bfin_mac.c | 2 +- drivers/net/dm9000x.c | 159 +++-------------------------- drivers/net/dm9000x.h | 21 ++++ drivers/net/fsl_mcdmafec.c | 19 ++-- drivers/net/greth.c | 2 +- drivers/net/mcffec.c | 40 +++++++- drivers/net/sk98lin/Makefile | 20 +--- drivers/net/sk98lin/skaddr.c | 4 - drivers/net/sk98lin/skcsum.c | 4 - drivers/net/sk98lin/skge.c | 4 - drivers/net/sk98lin/skgehwt.c | 5 - drivers/net/sk98lin/skgeinit.c | 4 - drivers/net/sk98lin/skgemib.c | 4 - drivers/net/sk98lin/skgepnmi.c | 4 - drivers/net/sk98lin/skgesirq.c | 4 - drivers/net/sk98lin/ski2c.c | 4 - drivers/net/sk98lin/sklm80.c | 4 - drivers/net/sk98lin/skproc.c | 4 - drivers/net/sk98lin/skqueue.c | 4 - drivers/net/sk98lin/skrlmt.c | 4 - drivers/net/sk98lin/sktimer.c | 4 - drivers/net/sk98lin/skvpd.c | 4 - drivers/net/sk98lin/skxmac2.c | 4 - drivers/net/sk98lin/uboot_drv.c | 8 +-- drivers/net/sk98lin/uboot_skb.c | 5 - net/bootp.c | 3 + net/bootp.h | 2 +- net/eth.c | 24 ----- 39 files changed, 227 insertions(+), 281 deletions(-) regards, Ben _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot