1. 23 7月, 2009 1 次提交
  2. 16 5月, 2009 1 次提交
  3. 20 4月, 2009 1 次提交
    • M
      NetLoop initialization bug · 3c172c4f
      Michael Zaidman 提交于
      The patch fixes the bug of partial initialization of global network
      parameters.
      
      Upon u-boot's start up the first ping command causes a failure of the
      consequent TFTP command. It happens in the recently added mechanism of
      the NetLoop initialization where initialization of global network
      parameters is separated in the NetInitLoop routine which is called per
      env_id change. Thus, ping request will initialize the network parameters
      necessary for ping operation only, afterwards the env_changed_id will be
      set to the env_id that will prevent all following initialization requests
      from other protocols.
      The problem is that the initialized by ping subset of network parameters
      is not sufficient for other protocols and particularly for TFTP which
      requires the NetServerIp also.
      Signed-off-by: NMichael Zaidman <michael.zaidman@gmail.com>
      Signed-off-by: NBen Warren <biggerbadderben@gmail.com>
      3c172c4f
  4. 21 3月, 2009 2 次提交
  5. 23 2月, 2009 1 次提交
  6. 29 1月, 2009 1 次提交
  7. 07 12月, 2008 1 次提交
  8. 05 12月, 2008 2 次提交
  9. 19 10月, 2008 2 次提交
  10. 14 7月, 2008 1 次提交
  11. 13 7月, 2008 1 次提交
  12. 11 7月, 2008 1 次提交
  13. 05 6月, 2008 1 次提交
  14. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  15. 29 4月, 2008 1 次提交
    • G
      net: make ARP timeout configurable · 40cb90ee
      Guennadi Liakhovetski 提交于
      Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
      On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
      to the boards get lost, which typically are ARP replies. By configuring
      the timeout to a lower value we significantly improve the first network
      transfer time on this board. The timeout is specified in milliseconds,
      later internally it is converted to deciseconds, because it has to be
      converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
      different boards.
      Signed-off-by: NGuennadi Liakhovetski <lg@denx.de>
      Signed-off-by: NBen Warren <biggerbadderben@gmail.com>
      40cb90ee
  16. 04 1月, 2008 2 次提交
  17. 18 11月, 2007 1 次提交
  18. 12 9月, 2007 1 次提交
  19. 14 8月, 2007 2 次提交
  20. 11 7月, 2007 1 次提交
  21. 10 7月, 2007 2 次提交
  22. 04 7月, 2007 1 次提交
  23. 08 3月, 2007 1 次提交
  24. 01 4月, 2006 1 次提交
  25. 12 3月, 2006 1 次提交
  26. 11 11月, 2005 1 次提交
  27. 29 10月, 2005 1 次提交
  28. 13 10月, 2005 1 次提交
  29. 03 9月, 2005 1 次提交
  30. 31 8月, 2005 1 次提交
  31. 26 8月, 2005 1 次提交
  32. 13 8月, 2005 2 次提交
  33. 03 5月, 2005 1 次提交