1. 09 12月, 2009 1 次提交
  2. 25 11月, 2009 1 次提交
  3. 17 11月, 2009 1 次提交
  4. 10 11月, 2009 1 次提交
  5. 18 7月, 2009 1 次提交
  6. 26 1月, 2009 1 次提交
  7. 24 1月, 2009 1 次提交
  8. 10 11月, 2008 1 次提交
  9. 19 10月, 2008 1 次提交
  10. 14 10月, 2008 1 次提交
  11. 11 9月, 2008 2 次提交
  12. 03 9月, 2008 4 次提交
  13. 06 8月, 2008 1 次提交
  14. 31 7月, 2008 1 次提交
    • W
      Fix printf() format problems with configurable prompts · c37207d7
      Wolfgang Denk 提交于
      U-Boot allows for configurable prompt strings using the
      CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
      the assumption was that any such user defined problts would contain
      exactly one "%d" format specifier. But some boards did not.
      
      To allow for flexible boot prompts without adding too complex code we
      now allow to specify the whole list of printf() arguments in the user
      definition. This is powerful, but requires a responsible user who
      really understands what he is doing, as he needs to know for exanple
      which variables are available in the respective context.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      c37207d7
  15. 29 12月, 2007 1 次提交
  16. 01 11月, 2007 1 次提交
  17. 16 9月, 2007 1 次提交
    • M
      NAND: Add CFG_NAND_QUIET option · c750d2e6
      Matthias Fuchs 提交于
      This config option sets the default for the progress information
      output behavior that can also be configured through the 'quiet'
      environment variable.
      
      The legacy NAND code does not print the current progress info
      on the console. So this option is for backward compatibility for
      units that are in the field and where setting the quiet variable
      is not an option. With CFG_NAND_QUIET set to '1' the console
      progress info is turned off. This can still be overwritten
      through the environment variable.
      Signed-off-by: NMatthias Fuchs <matthias.fuchs@esd-electronics.com>
      c750d2e6
  18. 10 7月, 2007 1 次提交
  19. 09 7月, 2007 2 次提交
  20. 09 3月, 2007 1 次提交
  21. 06 3月, 2006 1 次提交
  22. 23 9月, 2005 1 次提交
  23. 03 5月, 2005 1 次提交
  24. 17 12月, 2004 1 次提交
  25. 21 1月, 2004 1 次提交
    • W
      * The PS/2 mux on the BMS2003 board needs 450 ms after power on · c837dcb1
      wdenk 提交于
        before we can access it; add delay in case we are faster (with no
        CF card inserted)
      
      * Cleanup of some init functions
      
      * Make sure SCC Ethernet is always stopped by the time we boot Linux
        to avoid Linux crashes by early packets coming in.
      
      * Accelerate flash accesses on LWMON board by using buffered writes
      c837dcb1
  26. 12 9月, 2003 1 次提交
  27. 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
  28. 24 6月, 2003 1 次提交
  29. 05 6月, 2003 1 次提交
  30. 01 6月, 2003 1 次提交
    • W
      * Patch by Marc Singer, 29 May 2003: · 7a8e9bed
      wdenk 提交于
        Fixed rarp boot method for IA32 and other little-endian CPUs.
      
      * Patch by Marc Singer, 28 May 2003:
        Added port I/O commands.
      
      * Patch by Matthew McClintock, 28 May 2003
        - cpu/mpc824x/start.S: fix relocation code when booting from RAM
        - minor patches for utx8245
      
      * Patch by Daniel Engström, 28 May 2003:
        x86 update
      
      * Patch by Dave Ellis, 9 May 2003 + 27 May 2003:
        add nand flash support to SXNI855T configuration
        fix/extend nand flash support:
        - fix 'nand erase' command so does not erase bad blocks
        - fix 'nand write' command so does not write to bad blocks
        - fix nand_probe() so handles no flash detected properly
        - add doc/README.nand
        - add .jffs2 and .oob options to nand read/write
        - add 'nand bad' command to list bad blocks
        - add 'clean' option to 'nand erase' to write JFFS2 clean markers
        - make NAND read/write faster
      
      * Patch by Rune Torgersen, 23 May 2003:
        Update for MPC8266ADS board
      7a8e9bed
  31. 23 5月, 2003 1 次提交
  32. 05 4月, 2003 1 次提交
  33. 26 3月, 2003 1 次提交
  34. 20 3月, 2003 1 次提交
  35. 14 2月, 2003 1 次提交