Skip to content
This project is mirrored from https://github.com/u-boot/u-boot.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Dec 30, 2008
  2. Dec 20, 2008
    • Peter Tyser's avatar
      Add support for PCA953x I2C gpio devices · e92739d3
      Peter Tyser authored
      
      
      Initial support for NXP's 4 and 8 bit I2C gpio expanders
      (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
      enables support for the devices while the CONFIG_CMD_PCA953X
      define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
      define enables an 'info' sub-command which provides summary
      information for the given pca953x device.
      
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      e92739d3
  3. Dec 06, 2008
  4. Nov 24, 2008
  5. Oct 23, 2008
  6. Oct 18, 2008
  7. Sep 13, 2008
  8. Sep 12, 2008
  9. Sep 10, 2008
  10. Sep 09, 2008
  11. Aug 12, 2008
  12. Aug 10, 2008
  13. Jul 09, 2008
  14. Jun 10, 2008
  15. May 23, 2008
  16. May 10, 2008
  17. May 09, 2008
  18. Apr 29, 2008
    • Guennadi Liakhovetski's avatar
      net: make ARP timeout configurable · 40cb90ee
      Guennadi Liakhovetski authored
      
      
      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: default avatarGuennadi Liakhovetski <lg@denx.de>
      Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
      40cb90ee
  19. Apr 18, 2008
  20. Apr 12, 2008
  21. Apr 08, 2008
  22. Apr 01, 2008
  23. Mar 30, 2008
Loading