From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Pull request - net
Date: Thu, 17 Jan 2008 10:54:39 -0500 [thread overview]
Message-ID: <478F7A3F.8040705@gmail.com> (raw)
Net code submitters:
It's very possible that I missed somebody's patch(es). If you think something's missing,
please let me know ASAP! The only outstanding patch that I'm aware of is J-C Plagniol-Villard's
update for TFTP file name.
----------------------------------------------------------------------------
The following changes since commit 5dd372a23d12003276dddf7f9604154fd522ae73:
Wolfgang Denk (1):
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
are available in the git repository at:
git://www.denx.de/git/u-boot-net master
Dave Liu (1):
TSEC: Add the support for RealTek RTL8211B PHY
David Saada (1):
QE UEC: Extend number of supported UECs to 4
Jean-Christophe PLAGNIOL-VILLARD (2):
bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
Fix nfs command help to reflect that the serverip is optional
Joakim Tjernlund (1):
Remove annoying debug printout for PHY less boards.
Kim Phillips (1):
net: reduce boot latency on QE UEC based boards
Matthias Fuchs (1):
net: add 'ethrotate' environment variable
Shinya Kuribayashi (3):
drivers/net/rtl8139.c: Fix tx timeout
drivers/net/rtl8139.c: Fix cache coherency issues
drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
michael.firth at bt.com (1):
TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
README | 4 +
board/bf537-stamp/bf537-stamp.c | 17 ++++++
board/bf537-stamp/ether_bf537.h | 39 -------------
common/cmd_net.c | 2 +-
drivers/net/rtl8139.c | 23 ++++----
drivers/net/tsec.c | 117 ++++++++++++++++++++++++++++++++-------
drivers/net/tsec.h | 8 +++
drivers/qe/uec.c | 112 ++++++++++++++++++++++++++++---------
drivers/qe/uec_phy.c | 61 ++++++++++++--------
net/eth.c | 12 ++++
10 files changed, 273 insertions(+), 122 deletions(-)
next reply other threads:[~2008-01-17 15:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-17 15:54 Ben Warren [this message]
2008-01-17 17:42 ` [U-Boot-Users] Pull request - net Jean-Christophe PLAGNIOL-VILLARD
2008-01-23 13:21 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2008-04-01 3:27 Ben Warren
2008-04-07 22:13 ` Wolfgang Denk
2008-04-15 4:32 Ben Warren
2008-04-18 7:54 ` Wolfgang Denk
2008-04-29 5:42 Ben Warren
2008-04-29 21:43 ` Wolfgang Denk
2008-07-07 7:00 Ben Warren
2008-07-09 21:23 ` 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=478F7A3F.8040705@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.