Skip to content
Snippets Groups Projects
  1. Oct 18, 2008
  2. Aug 06, 2008
  3. Jul 29, 2008
  4. Jul 14, 2008
  5. Jul 13, 2008
  6. Jul 10, 2008
  7. Mar 30, 2008
    • Stelian Pop's avatar
      Fix CFG_NO_FLASH compilation. · 880cc438
      Stelian Pop authored
      
      Many Atmel boards have no "real" (NOR) flash on board, and rely only
      on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
      be present in a board configuration file, while still enabling flash
      commands like 'flinfo', 'protect', etc.
      
      Signed-off-by: default avatarStelian Pop <stelian@popies.net>
      880cc438
  8. Nov 21, 2007
  9. Jul 11, 2007
  10. Jul 10, 2007
  11. Jul 08, 2007
  12. Jul 03, 2007
  13. Jun 12, 2007
  14. Apr 11, 2006
    • Heiko Schocher's avatar
      Fixes common/cmd_flash.c: · bb74140d
      Heiko Schocher authored
         - fix some compiler/parser error, if using m68k tool chain
         - optical fix for protect on/off all messages, if using more
           then one bank
        Patch by Jens Scharsig, 28 July 2005
      bb74140d
  15. Apr 01, 2006
    • Stefan Roese's avatar
      * Changes/fixes for drivers/cfi_flash.c: · 2662b40c
      Stefan Roese authored
        - Add Intel legacy lock/unlock support to common CFI driver
      
          On some Intel flash's (e.g. Intel J3) legacy unlocking is
          supported, meaning that unlocking of one sector will unlock
          all sectors of this bank. Using this feature, unlocking
          of all sectors upon startup (via env var "unlock=yes") will
          get much faster.
      
        - Fixed problem with multiple reads of envronment variable
          "unlock" as pointed out by Reinhard Arlt & Anders Larsen.
      
        - Removed unwanted linefeeds from "protect" command when
          CFG_FLASH_PROTECTION is enabled.
      
        - Changed p3p400 board to use CFG_FLASH_PROTECTION
      
        Patch by Stefan Roese, 01 Apr 2006
      
      * Changes/fixes for drivers/cfi_flash.c:
        - Correctly handle the cases where CFG_HZ != 1000 (several
          XScale-based boards)
        - Fix the timeout calculation of buffered writes (off by a
          factor of 1000)
        Patch by Anders Larsen, 31 Mar 2006
      2662b40c
  16. Oct 11, 2005
  17. Aug 10, 2005
  18. Aug 09, 2005
  19. Aug 07, 2005
  20. Aug 05, 2005
  21. Aug 02, 2005
  22. Aug 01, 2005
  23. Jul 21, 2005
  24. Dec 31, 2004
    • Wolfgang Denk's avatar
      * Code cleanup, mostly for GCC-3.3.x · e2ffd59b
      Wolfgang Denk authored
      * 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
  25. Mar 23, 2004
    • Wolfgang Denk's avatar
      * Patches by Thomas Viehweger, 16 Mar 2004: · 4b9206ed
      Wolfgang Denk authored
        - show PCI clock frequency on MPC8260 systems
        - add FCC_PSMR_RMII flag for HiP7 processors
        - in do_jffs2_fsload(), take load address from load_addr if not set
          explicit, update load_addr otherwise
        - replaced printf by putc/puts when no formatting is needed
          (smaller code size, faster execution)
      4b9206ed
  26. Jan 02, 2004
    • Wolfgang Denk's avatar
      * Cleanup lowboot code for MPC5200 · d4ca31c4
      Wolfgang Denk authored
      * Minor code cleanup (coding style)
      
      * Patch by Reinhard Meyer, 30 Dec 2003:
        - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE,
        - added CONFIG_PHY_ADDR to include/configs/IceCube.h,
        - turned debug print of PHY registers into a function (called in two places)
        - added support for EMK MPC5200 based modules
      
      * Fix MPC8xx PLPRCR_MFD_SHIFT typo
      
      * Add support for TQM866M modules
      
      * Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash)
      
      * Fix a few compiler warnings
      d4ca31c4
  27. Dec 09, 2003
  28. Dec 06, 2003
    • Wolfgang Denk's avatar
      * Patch by Nicolas Lacressonnire, 12 Nov 2003: · 5779d8d9
      Wolfgang Denk authored
        update for for Atmel AT91RM9200DK development kit:
        - support for environment variables in DataFlash
        - Atmel DataFlash AT45DB1282 support
      
      * Patch by Jeff Carr, 11 Nov 2003:
        add support for new version of 8270 processors
      
      * Patches by George G. Davis, 05 Nov 2003:
        - only pass the ARM linux initrd tag to the kernel when an initrd
          is actually present
        - update omap1510inn configuration file
      5779d8d9
  29. Oct 14, 2003
  30. Aug 07, 2003
  31. Aug 05, 2003
  32. Jul 01, 2003
  33. Jun 27, 2003
    • Wolfgang Denk's avatar
      * Code cleanup: · 8bde7f77
      Wolfgang Denk authored
        - 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
  34. Jun 16, 2003
    • Wolfgang Denk's avatar
      * Patch by Nicolas Lacressonniere, 11 Jun 2003: · 2abbe075
      Wolfgang Denk authored
        Modifications for Atmel AT91RM9200DK ARM920T based development kit
        - Add Atmel DataFlash support for reading and writing.
        - Add possibility to boot a Linux from DataFlash with BOOTM command.
        - Add Flash detection on Atmel AT91RM9200DK
          (between Atmel AT49BV1614 and AT49BV1614A flashes)
        - Replace old Ethernet PHY layer functions
        - Change link address
      
      * Patch by Frank Smith, 9 Jun 2003:
        use CRIT_EXCEPTION for machine check on 4xx
      
      * Patch by Detlev Zundel, 13 Jun 2003:
        added implementation of the "carinfo" command in cmd_immap.c
      2abbe075
  35. Sep 18, 2002
Loading