1. 23 9月, 2009 1 次提交
  2. 13 6月, 2009 1 次提交
    • W
      General help message cleanup · a89c33db
      Wolfgang Denk 提交于
      Many of the help messages were not really helpful; for example, many
      commands that take no arguments would not print a correct synopsis
      line, but "No additional help available." which is not exactly wrong,
      but not helpful either.
      
      Commit ``Make "usage" messages more helpful.'' changed this
      partially. But it also became clear that lots of "Usage" and "Help"
      messages (fields "usage" and "help" in struct cmd_tbl_s respective)
      were actually redundant.
      
      This patch cleans this up - for example:
      
      Before:
      	=> help dtt
      	dtt - Digital Thermometer and Thermostat
      
      	Usage:
      	dtt         - Read temperature from digital thermometer and thermostat.
      
      After:
      	=> help dtt
      	dtt - Read temperature from Digital Thermometer and Thermostat
      
      	Usage:
      	dtt
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      a89c33db
  3. 04 4月, 2009 2 次提交
    • W
      Fix quoting bug introduced by commit 74de7aef · 83863df0
      Wolfgang Denk 提交于
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      83863df0
    • 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
  4. 28 1月, 2009 2 次提交
  5. 19 10月, 2008 1 次提交
  6. 06 9月, 2008 1 次提交
  7. 27 8月, 2008 1 次提交
  8. 11 8月, 2008 1 次提交
  9. 12 3月, 2008 1 次提交
    • M
      [new uImage] Add new uImage format support to autoscript routine · 424c4abd
      Marian Balakowicz 提交于
      autoscript() routine is updated to accept second argument, which
      is only used for FIT images and provides a FIT subimage unit name.
      
      autoscript() routine callers must now pass two arguments. For
      non-interactive use (like in cmd_load.c, cmd_net.c), new environment
      variable 'autoscript_uname' is introduced and used as a FIT
      subimage unit name source.
      
      autoscript command accepts extended syntax of the addr argument:
      addr:<subimg_uname>
      Signed-off-by: NMarian Balakowicz <m8@semihalf.com>
      424c4abd
  10. 11 7月, 2007 1 次提交
  11. 09 7月, 2007 1 次提交
  12. 04 7月, 2007 1 次提交
  13. 02 5月, 2006 1 次提交
  14. 16 4月, 2006 1 次提交
  15. 01 4月, 2006 1 次提交
  16. 30 3月, 2006 1 次提交
  17. 13 10月, 2005 1 次提交
  18. 12 3月, 2004 1 次提交
  19. 24 2月, 2004 1 次提交
    • W
      * CVS add missing files · 3f85ce27
      wdenk 提交于
      * Cleanup compiler warnings
      
      * Fix problem with side effects in macros in include/usb.h
      
      * Patch by David Benson, 13 Nov 2003:
        bug 841358 - fix TFTP download size limit
      
      * Fixing bug 850768:
        improper flush_cache() in load_serial()
      
      * Fixing bug 834943:
        MPC8540 - missing volatile declarations
      
      * Patch by Stephen Williams, 09 Feb 2004:
        Add support for Xilinx SystemACE chip:
        - New files common/cmd_ace.c and include/systemace.h
        - Hook systemace support into cmd_fat and the partition manager
      
      * Patch by Travis Sawyer, 09 Feb 2004:
        Add bi_opbfreq & bi_iic_fast to 440GX bd_info as needed for Linux
      3f85ce27
  20. 25 7月, 2003 1 次提交
  21. 08 7月, 2003 1 次提交
    • W
      * Add support for NSCU board · f12e568c
      wdenk 提交于
      * Add support for TQM823M, TQM850M, TQM855M and TQM860M modules
      
      * Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML
        mirror bit flash on TQM8xxM modules
      f12e568c
  22. 02 7月, 2003 1 次提交
  23. 30 6月, 2003 1 次提交
  24. 28 6月, 2003 1 次提交
    • W
      * Code cleanup: · 8bde7f77
      wdenk 提交于
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77
  25. 20 6月, 2003 1 次提交
    • W
      Patches by Robert Schwebel, 14 Jun 2003: · 52f52c14
      wdenk 提交于
      - add support for Logotronic DL datalogger board
      - cleanup serial line after kermit binary download
      - add debugX macro (debug level support)
      - update mach-types.h to latest arm.linux.org.uk master list.
      52f52c14
  26. 23 5月, 2003 1 次提交
  27. 20 5月, 2003 1 次提交
  28. 09 4月, 2003 1 次提交
    • W
      Prepare for 0.3.0 release · 60fbe254
      wdenk 提交于
      * Add support for Purple Board (MIPS64 5Kc)
      
      * Add support for MIPS64 5Kc CPUs
      60fbe254
  29. 01 4月, 2003 2 次提交
    • W
      * Patch by Martin Winistoerfer, 23 Mar 2003 · 0db5bca8
      wdenk 提交于
        - Add port to MPC555/556 microcontrollers
        - Add support for cmi customer board with
          Intel 28F128J3A, 28F320J3A or 28F640J3A flash.
      
      * Patch by Rick Bronson, 28 Mar 2003:
        - fix common/cmd_nand.c
      0db5bca8
    • W
      * Patch by Arun Dharankar, 24 Mar 2003: · 85ec0bcc
      wdenk 提交于
        - add threads / scheduler example code
      
      * Add patches by Robert Schwebel, 31 Mar 2003:
        - add ctrl-c support for kermit download
        - align bdinfo output on ARM
      
      * Add CPU ID, version, and clock speed for INCA-IP
      85ec0bcc
  30. 26 3月, 2003 2 次提交
    • W
      * Patch by Rick Bronson, 16 Mar 2003: · dc7c9a1a
      wdenk 提交于
        Add support for Atmel AT91RM9200DK w/NAND
      
      * Patches by Robert Schwebel, 19 Mar 2003:
        - use arm-linux-gcc as default compiler for ARM
        - fix i2c fixup code
        - fix missing baudrate setting
        - added $loadaddr / CFG_LOAD_ADDR support to loadb
        - moved "ignoring trailing characters" _before_ u-boot wants to
          print out diagnostics messages; removes bogus characters at the
          end of transmission
      
      * Patch by John Zhan, 18 Mar 2003:
        Add support for SinoVee Microsystems SC8xx boards
      
      * Patch by Rolf Offermanns, 21 Mar 2003:
        ported the dnp1110 related changes from the current armboot cvs to
        current u-boot cvs. smc91111 does not work. problem marked in
        smc91111.c, grep for "FIXME".
      
      * Patch by Brian Auld, 25 Mar 2003:
        Add support for STM flash chips on ebony board
      
       * Add PCI support for MPC8250 Boards (PM825 module)
      
       * Patch by Stefan Roese, 25 Mar 2003:
      dc7c9a1a
    • W
      Add PCI support for MPC8250 Boards (PM825 module) · 4d75a504
      wdenk 提交于
      4d75a504
  31. 03 11月, 2002 1 次提交