1. 23 7月, 2009 1 次提交
  2. 17 7月, 2009 3 次提交
  3. 08 7月, 2009 1 次提交
  4. 21 6月, 2009 1 次提交
  5. 13 6月, 2009 3 次提交
  6. 04 4月, 2009 2 次提交
    • P
      Add support for building native win32 tools · 2f8d396b
      Peter Tyser 提交于
      Add support for compiling the host tools in the tools directory using
      the MinGW toolchain.  This produces executables which can be used on
      standard Windows computers without requiring cygwin.
      
      One must specify the MinGW compiler and strip utilities as if they
      were the host toolchain in order to build win32 executables, eg:
      
      make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
      Signed-off-by: NPeter Tyser <ptyser@xes-inc.com>
      2f8d396b
    • W
      Add "source" command; prepare removal of "autoscr" command · 74de7aef
      Wolfgang Denk 提交于
      According to the doc/feature-removal-schedule.txt, the "autoscr"
      command will be replaced by the "source" command in approximately 6
      months from now.
      
      This patch prepares this change and starts a 6 month transition
      period as follows:
      
      - The new "source" command has been added, which implements exactly
        the same functionlaity as the old "autoscr" command before
      - The old "autoscr" command name is kept as an alias for compatibility
      - Command sequences, script files atc. have been adapted to use the
        new "source" command
      - Related environment variables ("autoscript", "autoscript_uname")
        have *not* been adapted yet; these will be renamed resp. removed in
        a separate patch when the support for the "autoscr" command get's
        finally dropped.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      74de7aef
  7. 21 3月, 2009 1 次提交
  8. 19 3月, 2009 1 次提交
  9. 19 2月, 2009 2 次提交
  10. 18 2月, 2009 1 次提交
  11. 12 2月, 2009 2 次提交
  12. 10 2月, 2009 1 次提交
    • H
      82xx serial, smc: add configurable SMC Rx buffer len · c92fac91
      Heiko Schocher 提交于
      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: NHeiko Schocher <hs@denx.de>
      c92fac91
  13. 31 1月, 2009 1 次提交
  14. 28 1月, 2009 2 次提交
  15. 24 1月, 2009 1 次提交
    • P
      Add support for Maxim's DS4510 I2C device · a7c93104
      Peter Tyser 提交于
      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: NPeter Tyser <ptyser@xes-inc.com>
      a7c93104
  16. 31 12月, 2008 1 次提交
  17. 20 12月, 2008 1 次提交
    • P
      Add support for PCA953x I2C gpio devices · e92739d3
      Peter Tyser 提交于
      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: NPeter Tyser <ptyser@xes-inc.com>
      e92739d3
  18. 07 12月, 2008 1 次提交
  19. 24 11月, 2008 1 次提交
  20. 23 10月, 2008 1 次提交
  21. 19 10月, 2008 5 次提交
  22. 13 9月, 2008 2 次提交
  23. 11 9月, 2008 5 次提交