Wolfgang,
The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-x86 are available in the git repository at: git://git.denx.de/u-boot-net.git master Andreas Bießmann (2): drivers/net/at91_emac.c: increase timeout for autonegotiation drivers/net/at91_emac.c: change return values Ben Gardiner (1): davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr Ben Warren (1): Net: Remove redundant CONFIG_NET_MULTI directives Ilya Yanok (1): mpc5xxx_fec: add call to reset_phy() after PHY initialization Joakim Tjernlund (4): net: Fix faulty definition of uec_initialize() UEC: Don't udelay needlessly UEC PHY: Remove strange 0.5 sec delay UEC PHY: Speed up initial PHY neg. Michal Simek (2): net: Fix emaclite driver to support little-endian microblaze net: Move Emaclite to NET_MULTI Peter Tyser (1): rarp: Condtionally compile rarp support Reinhard Meyer (1): NET: add ENC28J60 driver using SPI framework Reinhard Meyer (-VC) (1): NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c Thomas Chou (1): smc91111: add write_hwaddr arch/arm/include/asm/arch-davinci/emac_defs.h | 1 - arch/arm/lib/board.c | 19 - board/davinci/common/misc.c | 41 +- board/davinci/common/misc.h | 2 +- board/davinci/da8xxevm/da830evm.c | 12 +- board/davinci/dm365evm/dm365evm.c | 2 +- board/davinci/dvevm/dvevm.c | 2 +- board/davinci/sffsdr/sffsdr.c | 2 +- board/davinci/sonata/sonata.c | 2 +- common/cmd_net.c | 2 + drivers/net/Makefile | 1 + drivers/net/at91_emac.c | 20 +- drivers/net/davinci_emac.c | 80 +- drivers/net/enc28j60.c | 1548 ++++++++++++------------- drivers/net/enc28j60.h | 251 ++++ drivers/net/enc28j60_lpc2292.c | 983 ++++++++++++++++ drivers/net/mpc5xxx_fec.c | 7 + drivers/net/smc91111.c | 40 +- drivers/net/xilinx_emaclite.c | 88 +- drivers/qe/uec.c | 4 +- drivers/qe/uec_phy.c | 10 +- include/config_cmd_all.h | 1 + include/configs/SMN42.h | 2 +- include/configs/lpc2292sodimm.h | 2 +- include/netdev.h | 4 +- net/Makefile | 2 +- net/eth.c | 16 +- net/net.c | 11 +- 28 files changed, 2192 insertions(+), 963 deletions(-) create mode 100644 drivers/net/enc28j60.h create mode 100644 drivers/net/enc28j60_lpc2292.c _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot