1. 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
  2. 28 4月, 2009 1 次提交
    • L
      Separate mtdparts command from jffs2 · 0c8a8491
      Ladislav Michl 提交于
      On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
      > Currently the mtdparts commands are included in the jffs2 command support.
      > This doesn't make sense anymore since other commands (e.g. UBI) use this
      > infrastructure as well now. This patch separates the mtdparts commands from
      > the jffs2 commands making it possible to only select mtdparts when no JFFS2
      > support is needed.
      
      One more leftover... Let nboot command know about partitions even if JFFS2
      support is not enabled.
      Signed-off-by: NLadislav Michl <ladis@linux-mips.org>
      Acked-by: NStefan Roese <sr@denx.de>
      0c8a8491
  3. 17 4月, 2009 1 次提交
  4. 24 3月, 2009 1 次提交
  5. 21 3月, 2009 1 次提交
  6. 18 3月, 2009 2 次提交
  7. 28 1月, 2009 2 次提交
  8. 24 1月, 2009 3 次提交
  9. 29 10月, 2008 1 次提交
  10. 19 10月, 2008 1 次提交
  11. 14 8月, 2008 1 次提交
  12. 13 8月, 2008 9 次提交
  13. 11 7月, 2008 1 次提交
  14. 10 7月, 2008 1 次提交
  15. 01 7月, 2008 1 次提交
  16. 29 5月, 2008 1 次提交
  17. 14 5月, 2008 1 次提交
  18. 01 5月, 2008 1 次提交
  19. 30 4月, 2008 1 次提交
  20. 28 4月, 2008 2 次提交
  21. 12 3月, 2008 2 次提交
  22. 29 2月, 2008 1 次提交
  23. 25 2月, 2008 1 次提交
    • M
      [new uImage] Add dual format uImage support framework · d5934ad7
      Marian Balakowicz 提交于
      This patch adds framework for dual format images. Format detection is added
      and the bootm controll flow is updated to include cases for new FIT format
      uImages.
      
      When the legacy (image_header based) format is detected appropriate
      legacy specific handling is invoked. For the new (FIT based) format uImages
      dual boot framework has a minial support, that will only print out a
      corresponding debug messages. Implementation of the FIT specific handling will
      be added in following patches.
      Signed-off-by: NMarian Balakowicz <m8@semihalf.com>
      d5934ad7
  24. 22 2月, 2008 1 次提交
  25. 07 2月, 2008 1 次提交
  26. 13 1月, 2008 1 次提交