Dear Ben Warren, In message <4a35f5a0.4030...@gmail.com> you wrote: > Wolfgang, > > The following changes since commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6: > Mike Frysinger (1): > add %.c->%.i and %.c->%.s rules > > are available in the git repository at: > > git://git.denx.de/u-boot-net master > > Ben Warren (4): > Moved Davinci Ethernet driver to drivers/net > Initial cleanup of Davinci Ethernet driver > Switched davinci_emac Ethernet driver to use newer API > Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC > > Norbert van Bolhuis (1): > A VLAN tagged DHCP request/discover is 4 bytes short > > Prafulla Wadaskar (2): > Marvell MV88E61XX Switch Driver support > net: Add Marvell Kirkwood gigabit ethernet driver > > Remy Bohmer (1): > Convert DM9000 driver for CONFIG_NET_MULTI > > Richard Retanubun (1): > Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a > udelay(1) loop counter. > > Zach LeRoy (1): > tsec: Add support for BCM5482S PHY > > s-paul...@ti.com (1): > DaVinci Network Driver Updates > > board/atmel/at91sam9261ek/at91sam9261ek.c | 7 + > board/davinci/common/misc.h | 1 - > board/davinci/dvevm/dvevm.c | 3 - > board/davinci/schmoogie/schmoogie.c | 3 - > board/davinci/sffsdr/sffsdr.c | 3 - > board/davinci/sonata/sonata.c | 3 - > board/freescale/m5253demo/m5253demo.c | 9 + > board/scb9328/scb9328.c | 8 + > board/trizepsiv/conxs.c | 8 + > cpu/arm926ejs/davinci/Makefile | 2 +- > cpu/arm926ejs/davinci/cpu.c | 12 + > drivers/net/4xx_enet.c | 54 -- > drivers/net/Makefile | 2 + > .../davinci/ether.c => drivers/net/davinci_emac.c | 214 +++---- > drivers/net/dm9000x.c | 44 +- > drivers/net/kirkwood_egiga.c | 664 > ++++++++++++++++++++ > drivers/net/kirkwood_egiga.h | 503 +++++++++++++++ > drivers/net/mcfmii.c | 2 +- > drivers/net/phy/Makefile | 1 + > drivers/net/phy/mv88e61xx.c | 413 ++++++++++++ > drivers/net/phy/mv88e61xx.h | 62 ++ > drivers/net/tsec.c | 41 ++ > include/asm-arm/arch-davinci/emac_defs.h | 32 +- > include/configs/M5253DEMO.h | 1 + > include/configs/at91sam9261ek.h | 1 + > include/configs/davinci_dvevm.h | 1 + > include/configs/davinci_schmoogie.h | 1 + > include/configs/davinci_sffsdr.h | 1 + > include/configs/davinci_sonata.h | 1 + > include/configs/scb9328.h | 1 + > include/configs/trizepsiv.h | 1 + > include/netdev.h | 50 ++ > include/tsec.h | 2 + > net/bootp.c | 4 +- > net/eth.c | 8 - > 35 files changed, 1944 insertions(+), 219 deletions(-) > rename cpu/arm926ejs/davinci/ether.c => drivers/net/davinci_emac.c (93%) > create mode 100644 drivers/net/kirkwood_egiga.c > create mode 100644 drivers/net/kirkwood_egiga.h > create mode 100644 drivers/net/phy/mv88e61xx.c > create mode 100644 drivers/net/phy/mv88e61xx.h
Done, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de "It takes all sorts of in & out-door schooling to get adapted to my kind of fooling" - R. Frost _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot