* [U-Boot] Pull request - net/next
@ 2009-08-25 20:38 Ben Warren
2009-08-25 21:06 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Ben Warren @ 2009-08-25 20:38 UTC (permalink / raw)
To: u-boot
Wolfgang,
The following changes since commit 307ecb6db04eebdc06b8c87d48bf48d3cbd5e9d7:
Eric Millbrandt (1):
Add support for USB on PSC3 for the mpc5200
are available in the git repository at:
git://git.denx.de/u-boot-net.git next
Alessandro Rubini (4):
net: defragment IP packets
tftp: get the tftp block size from config file and from the environment
nfs: accept CONFIG_NFS_READ_SIZE from config file
arm nomadik: activate defrag choose 4k transfer block size
Ben Warren (1):
Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
Kim Phillips (1):
net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete
Robin Getz (2):
Add debug message for Blackfin Ethernet Rx function.
Add Transfer Size Option to tftp
board/altera/dk1c20/dk1c20.c | 12 ++
board/altera/dk1s10/dk1s10.c | 12 ++
board/armadillo/armadillo.c | 12 ++
board/csb226/csb226.c | 12 ++
board/ep7312/ep7312.c | 12 ++
board/freescale/mx31ads/mx31ads.c | 12 ++
board/impa7/impa7.c | 12 ++
board/lart/lart.c | 12 ++
board/mpl/vcma9/cmd_vcma9.c | 28 +++--
board/mpl/vcma9/vcma9.c | 12 ++
board/mx1ads/mx1ads.c | 12 ++
board/samsung/smdk2400/smdk2400.c | 12 ++
board/samsung/smdk2410/smdk2410.c | 12 ++
board/samsung/smdk6400/smdk6400.c | 12 ++
board/sbc2410x/sbc2410x.c | 12 ++
board/ssv/adnpesc1/adnpesc1.c | 12 ++
board/trab/trab.c | 12 ++
drivers/net/Makefile | 2 +-
drivers/net/bfin_mac.c | 3 +
drivers/net/cs8900.c | 276 ++++++++++++++++++++++---------------
drivers/net/cs8900.h | 41 ++++---
drivers/net/tsec.c | 7 +
include/configs/ADNPESC1.h | 14 +-
include/configs/DK1C20.h | 14 +-
include/configs/DK1S10.h | 14 +-
include/configs/VCMA9.h | 7 +-
include/configs/armadillo.h | 9 +-
include/configs/csb226.h | 7 +-
include/configs/ep7312.h | 9 +-
include/configs/impa7.h | 7 +-
include/configs/lart.h | 7 +-
include/configs/mx1ads.h | 7 +-
include/configs/mx31ads.h | 7 +-
include/configs/nhk8815.h | 4 +
include/configs/sbc2410x.h | 7 +-
include/configs/smdk2400.h | 7 +-
include/configs/smdk2410.h | 7 +-
include/configs/smdk6400.h | 7 +-
include/configs/trab.h | 7 +-
include/netdev.h | 1 +
lib_arm/board.c | 9 --
net/net.c | 188 ++++++++++++++++++++++++-
net/nfs.h | 10 +-
net/tftp.c | 51 +++++++-
44 files changed, 728 insertions(+), 221 deletions(-)
regards,
Ben
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot] Pull request - net/next
2009-08-25 20:38 [U-Boot] Pull request - net/next Ben Warren
@ 2009-08-25 21:06 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2009-08-25 21:06 UTC (permalink / raw)
To: u-boot
Dear Ben Warren,
In message <4A944BB0.9010303@gmail.com> you wrote:
> Wolfgang,
>
> The following changes since commit 307ecb6db04eebdc06b8c87d48bf48d3cbd5e9d7:
> Eric Millbrandt (1):
> Add support for USB on PSC3 for the mpc5200
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-net.git next
>
> Alessandro Rubini (4):
> net: defragment IP packets
> tftp: get the tftp block size from config file and from the environment
> nfs: accept CONFIG_NFS_READ_SIZE from config file
> arm nomadik: activate defrag choose 4k transfer block size
>
> Ben Warren (1):
> Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
>
> Kim Phillips (1):
> net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete
>
> Robin Getz (2):
> Add debug message for Blackfin Ethernet Rx function.
> Add Transfer Size Option to tftp
>
> board/altera/dk1c20/dk1c20.c | 12 ++
> board/altera/dk1s10/dk1s10.c | 12 ++
> board/armadillo/armadillo.c | 12 ++
> board/csb226/csb226.c | 12 ++
> board/ep7312/ep7312.c | 12 ++
> board/freescale/mx31ads/mx31ads.c | 12 ++
> board/impa7/impa7.c | 12 ++
> board/lart/lart.c | 12 ++
> board/mpl/vcma9/cmd_vcma9.c | 28 +++--
> board/mpl/vcma9/vcma9.c | 12 ++
> board/mx1ads/mx1ads.c | 12 ++
> board/samsung/smdk2400/smdk2400.c | 12 ++
> board/samsung/smdk2410/smdk2410.c | 12 ++
> board/samsung/smdk6400/smdk6400.c | 12 ++
> board/sbc2410x/sbc2410x.c | 12 ++
> board/ssv/adnpesc1/adnpesc1.c | 12 ++
> board/trab/trab.c | 12 ++
> drivers/net/Makefile | 2 +-
> drivers/net/bfin_mac.c | 3 +
> drivers/net/cs8900.c | 276 ++++++++++++++++++++++---------------
> drivers/net/cs8900.h | 41 ++++---
> drivers/net/tsec.c | 7 +
> include/configs/ADNPESC1.h | 14 +-
> include/configs/DK1C20.h | 14 +-
> include/configs/DK1S10.h | 14 +-
> include/configs/VCMA9.h | 7 +-
> include/configs/armadillo.h | 9 +-
> include/configs/csb226.h | 7 +-
> include/configs/ep7312.h | 9 +-
> include/configs/impa7.h | 7 +-
> include/configs/lart.h | 7 +-
> include/configs/mx1ads.h | 7 +-
> include/configs/mx31ads.h | 7 +-
> include/configs/nhk8815.h | 4 +
> include/configs/sbc2410x.h | 7 +-
> include/configs/smdk2400.h | 7 +-
> include/configs/smdk2410.h | 7 +-
> include/configs/smdk6400.h | 7 +-
> include/configs/trab.h | 7 +-
> include/netdev.h | 1 +
> lib_arm/board.c | 9 --
> net/net.c | 188 ++++++++++++++++++++++++-
> net/nfs.h | 10 +-
> net/tftp.c | 51 +++++++-
> 44 files changed, 728 insertions(+), 221 deletions(-)
Applied to "next". 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: wd at denx.de
A door is what a dog is perpetually on the wrong side of.
- Ogden Nash
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request - net/next
@ 2009-12-17 5:37 Ben Warren
2009-12-17 21:59 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Ben Warren @ 2009-12-17 5:37 UTC (permalink / raw)
To: u-boot
Wolfgang,
The following changes since commit 4b142febff71eabdb7ddbb125c7b583b24ddc434:
Heiko Schocher (1):
common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
are available in the git repository at:
git://git.denx.de/u-boot-net.git next
Ben Warren (1):
Net: Clean up LAN91C96 Support
John Ogness (1):
fec_mxc: incomplete error handling
Mike Frysinger (1):
net: pull CONFIG checks out of source and into makefile
Nishanth Menon (3):
NET: LAN91C96 CONFIG_NET_MULTIify
TI OMAP3: SDP3430 FIX NET_MULTI Warning
LAN91C96: Enable NET_MULTI LAN driver
Reinhard Arlt (1):
net: e1000: Add support for the Intel 82546GB controller
Remy Bohmer (1):
Add error codes/handling for TFTP-server
Thomas Weber (1):
net: dm9000x: fix debug output
board/apollon/apollon.c | 13 +-
board/assabet/assabet.c | 12 +
board/dave/B2/B2.c | 12 +
board/gcplus/gcplus.c | 12 +
board/logicpd/zoom1/zoom1.c | 12 +
board/logicpd/zoom2/zoom2.c | 12 +
board/lubbock/lubbock.c | 12 +
board/ti/omap1510inn/omap1510innovator.c | 12 +
board/ti/omap1610inn/omap1610innovator.c | 12 +
board/ti/omap2420h4/omap2420h4.c | 12 +
board/ti/omap5912osk/omap5912osk.c | 12 +
board/ti/omap730p2/omap730p2.c | 12 +
board/ti/sdp3430/sdp.c | 12 +-
drivers/net/Makefile | 2 +-
drivers/net/dm9000x.c | 2 +-
drivers/net/e1000.c | 1 +
drivers/net/fec_mxc.c | 1 +
drivers/net/lan91c96.c | 452 ++++++++++++------------------
drivers/net/lan91c96.h | 110 ++++----
include/configs/B2.h | 4 +-
include/configs/apollon.h | 3 +-
include/configs/assabet.h | 3 +-
include/configs/gcplus.h | 3 +-
include/configs/lubbock.h | 3 +-
include/configs/omap1510inn.h | 3 +-
include/configs/omap1610h2.h | 3 +-
include/configs/omap1610inn.h | 3 +-
include/configs/omap2420h4.h | 3 +-
include/configs/omap3_sdp3430.h | 3 +-
include/configs/omap5912osk.h | 3 +-
include/configs/omap730p2.h | 3 +-
include/configs/pleb2.h | 6 +-
include/netdev.h | 1 +
include/pci_ids.h | 1 +
net/Makefile | 12 +-
net/bootp.c | 4 -
net/eth.c | 7 +-
net/net.c | 4 -
net/nfs.c | 4 -
net/rarp.c | 4 -
net/tftp.c | 36 ++-
41 files changed, 452 insertions(+), 389 deletions(-)
regards,
Ben
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot] Pull request - net/next
2009-12-17 5:37 Ben Warren
@ 2009-12-17 21:59 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2009-12-17 21:59 UTC (permalink / raw)
To: u-boot
Dear Ben Warren,
In message <4B29C3A2.6000905@gmail.com> you wrote:
> Wolfgang,
>
> The following changes since commit 4b142febff71eabdb7ddbb125c7b583b24ddc434:
> Heiko Schocher (1):
> common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-net.git next
>
> Ben Warren (1):
> Net: Clean up LAN91C96 Support
>
> John Ogness (1):
> fec_mxc: incomplete error handling
>
> Mike Frysinger (1):
> net: pull CONFIG checks out of source and into makefile
>
> Nishanth Menon (3):
> NET: LAN91C96 CONFIG_NET_MULTIify
> TI OMAP3: SDP3430 FIX NET_MULTI Warning
> LAN91C96: Enable NET_MULTI LAN driver
>
> Reinhard Arlt (1):
> net: e1000: Add support for the Intel 82546GB controller
>
> Remy Bohmer (1):
> Add error codes/handling for TFTP-server
>
> Thomas Weber (1):
> net: dm9000x: fix debug output
>
> board/apollon/apollon.c | 13 +-
> board/assabet/assabet.c | 12 +
> board/dave/B2/B2.c | 12 +
> board/gcplus/gcplus.c | 12 +
> board/logicpd/zoom1/zoom1.c | 12 +
> board/logicpd/zoom2/zoom2.c | 12 +
> board/lubbock/lubbock.c | 12 +
> board/ti/omap1510inn/omap1510innovator.c | 12 +
> board/ti/omap1610inn/omap1610innovator.c | 12 +
> board/ti/omap2420h4/omap2420h4.c | 12 +
> board/ti/omap5912osk/omap5912osk.c | 12 +
> board/ti/omap730p2/omap730p2.c | 12 +
> board/ti/sdp3430/sdp.c | 12 +-
> drivers/net/Makefile | 2 +-
> drivers/net/dm9000x.c | 2 +-
> drivers/net/e1000.c | 1 +
> drivers/net/fec_mxc.c | 1 +
> drivers/net/lan91c96.c | 452 ++++++++++++------------------
> drivers/net/lan91c96.h | 110 ++++----
> include/configs/B2.h | 4 +-
> include/configs/apollon.h | 3 +-
> include/configs/assabet.h | 3 +-
> include/configs/gcplus.h | 3 +-
> include/configs/lubbock.h | 3 +-
> include/configs/omap1510inn.h | 3 +-
> include/configs/omap1610h2.h | 3 +-
> include/configs/omap1610inn.h | 3 +-
> include/configs/omap2420h4.h | 3 +-
> include/configs/omap3_sdp3430.h | 3 +-
> include/configs/omap5912osk.h | 3 +-
> include/configs/omap730p2.h | 3 +-
> include/configs/pleb2.h | 6 +-
> include/netdev.h | 1 +
> include/pci_ids.h | 1 +
> net/Makefile | 12 +-
> net/bootp.c | 4 -
> net/eth.c | 7 +-
> net/net.c | 4 -
> net/nfs.c | 4 -
> net/rarp.c | 4 -
> net/tftp.c | 36 ++-
> 41 files changed, 452 insertions(+), 389 deletions(-)
Applied, 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: wd at denx.de
Time is fluid ... like a river with currents, eddies, backwash.
-- Spock, "The City on the Edge of Forever", stardate 3134.0
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-12-17 21:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-25 20:38 [U-Boot] Pull request - net/next Ben Warren
2009-08-25 21:06 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2009-12-17 5:37 Ben Warren
2009-12-17 21:59 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox