public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Pull request - net
@ 2008-01-17 15:54 Ben Warren
  2008-01-17 17:42 ` Jean-Christophe PLAGNIOL-VILLARD
  2008-01-23 13:21 ` Wolfgang Denk
  0 siblings, 2 replies; 11+ messages in thread
From: Ben Warren @ 2008-01-17 15:54 UTC (permalink / raw)
  To: u-boot

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(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] Pull request - net
  2008-01-17 15:54 Ben Warren
@ 2008-01-17 17:42 ` Jean-Christophe PLAGNIOL-VILLARD
  2008-01-23 13:21 ` Wolfgang Denk
  1 sibling, 0 replies; 11+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-01-17 17:42 UTC (permalink / raw)
  To: u-boot

On 10:54 Thu 17 Jan     , Ben Warren wrote:
> 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.
> 
I will send it at this night sorry

Best Regards,
J.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] Pull request - net
  2008-01-17 15:54 Ben Warren
  2008-01-17 17:42 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2008-01-23 13:21 ` Wolfgang Denk
  1 sibling, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2008-01-23 13:21 UTC (permalink / raw)
  To: u-boot

In message <478F7A3F.8040705@gmail.com> you wrote:
> 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

Done.

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
In the beginning there was nothing.
And the Lord said "Let There Be Light!"
And still there was nothing, but at least now you could see it.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] Pull request - net
@ 2008-04-01  3:27 Ben Warren
  2008-04-07 22:13 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: Ben Warren @ 2008-04-01  3:27 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] Pull request - net
  2008-04-01  3:27 [U-Boot-Users] Pull request - net Ben Warren
@ 2008-04-07 22:13 ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2008-04-07 22:13 UTC (permalink / raw)
  To: u-boot

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.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] Pull request - net
@ 2008-04-15  4:32 Ben Warren
  2008-04-18  7:54 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: Ben Warren @ 2008-04-15  4:32 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 3dfd4aab929cccddb63d9ea509967861e1333b52:
  Sascha Laue (1):
        Fix watchdog POST for lwmon5

are available in the git repository at:

  git://www.denx.de/git/u-boot-net.git master

Guennadi Liakhovetski (1):
      Clean up smsc911x driver

Sascha Hauer (1):
      add SMSC LAN9x1x Network driver

 drivers/net/Makefile            |    1 +
 drivers/net/smc911x.c           |  686 +++++++++++++++++++++++++++++++++++++++
 include/configs/imx31_litekit.h |    1 +
 include/configs/imx31_phycore.h |    1 +
 4 files changed, 689 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/smc911x.c

regards,
Ben

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] Pull request - net
  2008-04-15  4:32 Ben Warren
@ 2008-04-18  7:54 ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2008-04-18  7:54 UTC (permalink / raw)
  To: u-boot

Dear Ben,

in message <f8328f7c0804142132q37c5f523u343192ccf734e751@mail.gmail.com> you wrote:
> 
> The following changes since commit 3dfd4aab929cccddb63d9ea509967861e1333b52:
>   Sascha Laue (1):
>         Fix watchdog POST for lwmon5
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-net.git master
> 
> Guennadi Liakhovetski (1):
>       Clean up smsc911x driver
> 
> Sascha Hauer (1):
>       add SMSC LAN9x1x Network driver
> 
>  drivers/net/Makefile            |    1 +
>  drivers/net/smc911x.c           |  686 +++++++++++++++++++++++++++++++++++++++
>  include/configs/imx31_litekit.h |    1 +
>  include/configs/imx31_phycore.h |    1 +
>  4 files changed, 689 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/net/smc911x.c

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
Lots of folks confuse bad management with destiny.   -- Frank Hubbard

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] Pull request - net
@ 2008-04-29  5:42 Ben Warren
  2008-04-29 21:43 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: Ben Warren @ 2008-04-29  5:42 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit dd5748bcd669f46aeb6686c1b341323843738ccc:
  Guennadi Liakhovetski (1):
        rtl8169: fix compiler warnings

are available in the git repository at:

  git://www.denx.de/git/u-boot-net.git master

Guennadi Liakhovetski (2):
      minor cs8900 driver clean up
      net: make ARP timeout configurable

Jean-Christophe PLAGNIOL-VILLARD (1):
      NE2000: Fix regresssion introduced by e710185aae90 on non AX88796

 README                    |    4 +
 drivers/net/Makefile      |    5 +-
 drivers/net/ax88796.c     |  156 +++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/ax88796.h     |  136 ---------------------------------------
 drivers/net/cs8900.c      |   15 ++--
 drivers/net/cs8900.h      |    1 -
 drivers/net/ne2000.c      |   94 ++++++++++++++++++++++++++-
 drivers/net/ne2000.h      |   87 +-------------------------
 drivers/net/ne2000_base.h |    1 -
 net/net.c                 |   23 +++++--
 10 files changed, 280 insertions(+), 242 deletions(-)
 create mode 100644 drivers/net/ax88796.c


regards,
Ben

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] Pull request - net
  2008-04-29  5:42 Ben Warren
@ 2008-04-29 21:43 ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2008-04-29 21:43 UTC (permalink / raw)
  To: u-boot

In message <4816B536.6040400@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit dd5748bcd669f46aeb6686c1b341323843738ccc:
>   Guennadi Liakhovetski (1):
>         rtl8169: fix compiler warnings
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-net.git master
> 
> Guennadi Liakhovetski (2):
>       minor cs8900 driver clean up
>       net: make ARP timeout configurable
> 
> Jean-Christophe PLAGNIOL-VILLARD (1):
>       NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
> 
>  README                    |    4 +
>  drivers/net/Makefile      |    5 +-
>  drivers/net/ax88796.c     |  156 +++++++++++++++++++++++++++++++++++++++++++++
>  drivers/net/ax88796.h     |  136 ---------------------------------------
>  drivers/net/cs8900.c      |   15 ++--
>  drivers/net/cs8900.h      |    1 -
>  drivers/net/ne2000.c      |   94 ++++++++++++++++++++++++++-
>  drivers/net/ne2000.h      |   87 +-------------------------
>  drivers/net/ne2000_base.h |    1 -
>  net/net.c                 |   23 +++++--
>  10 files changed, 280 insertions(+), 242 deletions(-)
>  create mode 100644 drivers/net/ax88796.c

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
Live long and prosper.
	-- Spock, "Amok Time", stardate 3372.7

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] Pull request - net
@ 2008-07-07  7:00 Ben Warren
  2008-07-09 21:23 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: Ben Warren @ 2008-07-07  7:00 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
  Wolfgang Denk (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash

are available in the git repository at:

  git://git.denx.de/u-boot-net.git master

Ben Warren (1):
      Add mechanisms for CPU and board-specific Ethernet initialization

Hugo Villeneuve (2):
      Remove duplicate definitions in include/lxt971a.h.
      Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.

Nobuhiro Iwamatsu (3):
      net: ne2000: Fix compile error of NE2000
      net: ne2000: Move dev_addr variable from grobal to local.
      net: sh: Renesas SH7763 Ethernet device support

 cpu/arm920t/at91rm9200/lxt972.c |   15 +-
 cpu/arm926ejs/davinci/lxt972.c  |   54 ++---
 cpu/mpc83xx/cpu.c               |   20 ++
 cpu/mpc85xx/cpu.c               |   30 ++
 cpu/mpc86xx/cpu.c               |   27 ++
 drivers/net/Makefile            |    1 +
 drivers/net/ne2000.c            |   14 +-
 drivers/net/ns7520_eth.c        |   42 ++--
 drivers/net/ns9750_eth.c        |   59 ++--
 drivers/net/sh_eth.c            |  603 
+++++++++++++++++++++++++++++++++++++++
 drivers/net/sh_eth.h            |  446 +++++++++++++++++++++++++++++
 include/lxt971a.h               |  100 -------
 include/ns7520_eth.h            |    1 +
 include/ns9750_eth.h            |    1 +
 net/eth.c                       |   32 +--
 15 files changed, 1224 insertions(+), 221 deletions(-)
 create mode 100644 drivers/net/sh_eth.c
 create mode 100644 drivers/net/sh_eth.h


regards,
Ben

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] Pull request - net
  2008-07-07  7:00 Ben Warren
@ 2008-07-09 21:23 ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2008-07-09 21:23 UTC (permalink / raw)
  To: u-boot

In message <4871BEF9.9050802@gmail.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> Ben Warren (1):
>       Add mechanisms for CPU and board-specific Ethernet initialization
> 
> Hugo Villeneuve (2):
>       Remove duplicate definitions in include/lxt971a.h.
>       Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
> 
> Nobuhiro Iwamatsu (3):
>       net: ne2000: Fix compile error of NE2000
>       net: ne2000: Move dev_addr variable from grobal to local.
>       net: sh: Renesas SH7763 Ethernet device support
> 
>  cpu/arm920t/at91rm9200/lxt972.c |   15 +-
>  cpu/arm926ejs/davinci/lxt972.c  |   54 ++---
>  cpu/mpc83xx/cpu.c               |   20 ++
>  cpu/mpc85xx/cpu.c               |   30 ++
>  cpu/mpc86xx/cpu.c               |   27 ++
>  drivers/net/Makefile            |    1 +
>  drivers/net/ne2000.c            |   14 +-
>  drivers/net/ns7520_eth.c        |   42 ++--
>  drivers/net/ns9750_eth.c        |   59 ++--
>  drivers/net/sh_eth.c            |  603 
> +++++++++++++++++++++++++++++++++++++++
>  drivers/net/sh_eth.h            |  446 +++++++++++++++++++++++++++++
>  include/lxt971a.h               |  100 -------
>  include/ns7520_eth.h            |    1 +
>  include/ns9750_eth.h            |    1 +
>  net/eth.c                       |   32 +--
>  15 files changed, 1224 insertions(+), 221 deletions(-)
>  create mode 100644 drivers/net/sh_eth.c
>  create mode 100644 drivers/net/sh_eth.h

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
The heart is not a logical organ.
	-- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-07-09 21:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-01  3:27 [U-Boot-Users] Pull request - net Ben Warren
2008-04-07 22:13 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox