[U-Boot-Users] Pull request - net

Wolfgang,
The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82: Bartlomiej Sieka (1): Fix host tool build breakage, take two
are available in the git repository at:
git://www.denx.de/git/u-boot-net.git master
Andre Schwarz (1): new PHY @ e1000 - 2nd try
Aras Vaichas (1): DHCP request fix for Windows Server 2003
Ben Warren (1): Fix macro typo in common/cmd_mii.c
Daniel Hellstrom (2): SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver. SPARC: added SMC91111 driver in and out macros for LEON processors.
Tor Krill (1): Add Vitesse 8601 support to TSEC driver
Tsi-Chung Liew (2): ColdFire: Fix FEC transmit issue for MCF5275 Add CONFIG_MII_INIT in cmd_mii.c
README | 17 ++ common/cmd_mii.c | 2 +- drivers/net/Makefile | 1 + drivers/net/e1000.c | 54 ++++- drivers/net/e1000.h | 53 +++- drivers/net/greth.c | 661 ++++++++++++++++++++++++++++++++++++++++++++++++ drivers/net/greth.h | 97 +++++++ drivers/net/mcffec.c | 7 + drivers/net/smc91111.h | 73 +++++- drivers/net/tsec.c | 30 +++ drivers/net/tsec.h | 5 + include/pci_ids.h | 1 + net/bootp.c | 5 +- net/eth.c | 4 + 14 files changed, 993 insertions(+), 17 deletions(-) create mode 100644 drivers/net/greth.c create mode 100644 drivers/net/greth.h

In message 47F1ABAA.4050404@gmail.com you wrote:
Wolfgang,
The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82: Bartlomiej Sieka (1): Fix host tool build breakage, take two
are available in the git repository at:
git://www.denx.de/git/u-boot-net.git master
Andre Schwarz (1): new PHY @ e1000 - 2nd try
Aras Vaichas (1): DHCP request fix for Windows Server 2003
Ben Warren (1): Fix macro typo in common/cmd_mii.c
Daniel Hellstrom (2): SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver. SPARC: added SMC91111 driver in and out macros for LEON processors.
Tor Krill (1): Add Vitesse 8601 support to TSEC driver
Tsi-Chung Liew (2): ColdFire: Fix FEC transmit issue for MCF5275 Add CONFIG_MII_INIT in cmd_mii.c
Applied, thanks.
participants (2)
-
Ben Warren
-
Wolfgang Denk