1. 26 1月, 2009 1 次提交
  2. 24 1月, 2009 1 次提交
  3. 10 11月, 2008 1 次提交
  4. 19 10月, 2008 1 次提交
  5. 14 10月, 2008 1 次提交
  6. 11 9月, 2008 2 次提交
  7. 01 11月, 2007 1 次提交
  8. 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
  9. 10 7月, 2007 1 次提交
  10. 09 7月, 2007 2 次提交
  11. 06 3月, 2006 1 次提交
  12. 23 9月, 2005 1 次提交
  13. 02 3月, 2005 1 次提交
  14. 31 12月, 2004 1 次提交
    • W
      * Code cleanup, mostly for GCC-3.3.x · e2ffd59b
      wdenk 提交于
      * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to
        pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for
        additional ethernet addresses.
      
      * Cleanup drivers/i82365.c - avoid duplication of code
      
      * Fix bogus "cannot span across banks" flash error message
      
      * Add support for CompactFlash for the CPC45 Board.
      e2ffd59b
  15. 17 12月, 2004 1 次提交
  16. 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
  17. 12 9月, 2003 1 次提交
  18. 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
  19. 24 6月, 2003 1 次提交
  20. 05 6月, 2003 1 次提交
  21. 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
  22. 23 5月, 2003 1 次提交
  23. 05 4月, 2003 1 次提交
  24. 26 3月, 2003 1 次提交
  25. 20 3月, 2003 1 次提交
  26. 14 2月, 2003 1 次提交
  27. 03 11月, 2002 1 次提交