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. Feb 09, 2009
    • Heiko Schocher's avatar
      82xx serial, smc: add configurable SMC Rx buffer len · c92fac91
      Heiko Schocher authored
      
      
      This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
      With this option it is possible to allow the receive
      buffer for the SMC on 82xx to be greater then 1. In case
      CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
      old version.
      
      When defining CONFIG_SYS_SMC_RXBUFLEN also
      CONFIG_SYS_MAXIDLE must be defined to setup the maximum
      idle timeout for the SMC.
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      c92fac91
  2. Jan 31, 2009
  3. Jan 28, 2009
  4. Jan 27, 2009
  5. Jan 24, 2009
    • Peter Tyser's avatar
      Add support for Maxim's DS4510 I2C device · a7c93104
      Peter Tyser authored
      
      
      Initial support for the DS4510, a CPU supervisor with
      integrated EEPROM, SRAM, and 4 programmable non-volatile
      GPIO pins. The CONFIG_DS4510 define enables support
      for the device while the CONFIG_CMD_DS4510 define
      enables the ds4510 command. The additional
      CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
      CONFIG_DS4510_RST defines add additional sub-commands
      to the ds4510 command when defined.
      
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      a7c93104
  6. Dec 30, 2008
  7. 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
  8. Dec 06, 2008
  9. Nov 24, 2008
  10. Oct 23, 2008
  11. Oct 18, 2008
  12. Sep 13, 2008
  13. Sep 12, 2008
  14. Sep 10, 2008
  15. Sep 09, 2008
  16. Aug 12, 2008
  17. Aug 10, 2008
  18. Jul 09, 2008
  19. Jun 10, 2008
  20. May 23, 2008
  21. May 10, 2008
  22. May 09, 2008
  23. 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
  24. Apr 18, 2008
  25. Apr 12, 2008
Loading