1. 06 7月, 2007 1 次提交
    • T
      [NAND] Bad block skipping for command nboot · 10e03893
      Thomas Knobloch 提交于
      The old implementation of command nboot does not support reading the image from
      NAND flash with skipping of bad blocks. The patch implements a new version of
      the nboot command: by calling nboot.jffs2 from the u-boot command line the
      command will load the image from NAND flash with respect to bad blocks (by using
      nand_read_opts()). This is similar to e.g. the NAND read command: "nand
      read.jffs2 ...".
      Signed-off-by: NThomas Knobloch <knobloch@siemens.com>
      Signed-off-by: NStefan Roese <sr@denx.de>
      10e03893
  2. 01 12月, 2006 1 次提交
  3. 28 10月, 2006 1 次提交
  4. 20 10月, 2006 1 次提交
  5. 12 10月, 2006 1 次提交
  6. 11 10月, 2006 1 次提交
  7. 10 10月, 2006 1 次提交
    • S
      * Several improvements to the new NAND subsystem: · 2255b2d2
      Stefan Roese 提交于
        - JFFS2 related commands implemented in mtd-utils style
        - Support for bad blocks
        - Bad block testing commands
        - NAND lock commands
        Please take a look at doc/README.nand for more details
        Patch by Guido Classen, 10 Oct 2006
      2255b2d2
  8. 12 3月, 2006 1 次提交
  9. 06 3月, 2006 2 次提交
  10. 13 10月, 2005 1 次提交
  11. 15 9月, 2005 1 次提交
  12. 17 8月, 2005 1 次提交
  13. 12 8月, 2005 1 次提交
  14. 13 5月, 2005 1 次提交
  15. 03 5月, 2005 1 次提交
  16. 04 4月, 2005 1 次提交
  17. 17 12月, 2004 1 次提交
  18. 11 7月, 2004 1 次提交
    • W
      * Patch by Fred Klatt, 25 Jun 2004: · 8b07a110
      wdenk 提交于
        Add support for WindRiver's SBC8560 board
      
      * Patch by Nicolas Lacressonniere, 24 Jun 2004
        Small Bugs fixes for "at91rm9200dk" board:
        - Timing modifications for SPI DataFlash access
        - Fix NAND flash detection bug
      
      * Patch by Nicolas Lacressonniere, 24 Jun 2004:
        Add Support for Flash AT49BV6416 for AT91RM9200DK board
      8b07a110
  19. 09 6月, 2004 1 次提交
  20. 19 4月, 2004 1 次提交
  21. 16 4月, 2004 1 次提交
  22. 12 9月, 2003 1 次提交
    • W
      * Patch by Gary Jennejohn, 11 Sep 2003: · a43278a4
      wdenk 提交于
        - allow for longer timeouts for USB mass storage devices
      
      * Patch by Denis Peter, 11 Sep 2003:
        - fix USB data pointer assignment for bulk only transfer.
        - prevent to display erased directories in FAT filesystem.
      
      * Change output format for NAND flash - make it look like for other
        memory, too
      a43278a4
  23. 11 9月, 2003 1 次提交
  24. 03 9月, 2003 2 次提交
  25. 27 7月, 2003 1 次提交
    • W
      * Patch by Scott McNutt, 21 Jul 2003: · 1f4bb37d
      wdenk 提交于
        Add support for LynuxWorks Kernel Downloadable Images (KDIs).
        Both LynxOS and BlueCat linux KDIs are supported.
      
      * Patch by Richard Woodruff, 25 Jul 2003:
        use more reliable reset for OMAP/925T
      
      * Patch by Nye Liu, 25 Jul 2003:
        fix typo in mpc8xx.h
      
      * Patch by Richard Woodruff, 24 Jul 2003:
        Fixes for cmd_nand.c:
        - Fixed null dereferece which could result in incorrect ECC values.
        - Added support for devices with no Ready/Busy signal hooked up.
        - Added OMAP1510 read/write protect handling.
        - Fixed nand.h's ECCPOS. A conflict existed with POS5 and badblock
          for non-JFFS2.
        - Switched default ECC to be JFFS2.
      1f4bb37d
  26. 02 7月, 2003 1 次提交
  27. 30 6月, 2003 1 次提交
  28. 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
  29. 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
  30. 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
  31. 26 3月, 2003 2 次提交
    • W
      Make compile clean, fix the usual small problems. · ac6dbb85
      wdenk 提交于
      ac6dbb85
    • 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