From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Pull request - net
Date: Mon, 31 Mar 2008 23:27:38 -0400 [thread overview]
Message-ID: <47F1ABAA.4050404@gmail.com> (raw)
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
next reply other threads:[~2008-04-01 3:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-01 3:27 Ben Warren [this message]
2008-04-07 22:13 ` [U-Boot-Users] Pull request - net Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2008-07-07 7:00 Ben Warren
2008-07-09 21:23 ` Wolfgang Denk
2008-04-29 5:42 Ben Warren
2008-04-29 21:43 ` Wolfgang Denk
2008-04-15 4:32 Ben Warren
2008-04-18 7:54 ` Wolfgang Denk
2008-01-17 15:54 Ben Warren
2008-01-17 17:42 ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-23 13:21 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47F1ABAA.4050404@gmail.com \
--to=biggerbadderben@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.