1. 13 6月, 2009 1 次提交
    • S
      mtd: MTD related config header changes (mtdparts command) · 942556a9
      Stefan Roese 提交于
      By changing the cmd_mtdparts to only use the MTD infrastructure and
      not the direct interface to the CFI NOR FLASH driver we now need
      to add the MTD infrastructure to all boards using those mtdparts
      commands. This patch adds those components:
      
      CONFIG_MTD_DEVICE (for all FLASH types)
      
      plus
      
      CONFIG_FLASH_CFI_MTD (for NOR FLASH)
      
      To all board maintainers: Please test this on your platforms and
      report any problems/issues found. Thanks.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Ron Madrid <info@sheldoninst.com>
      Cc: Georg Schardt <schardt@team-ctech.de>
      Cc: Michal Simek <monstr@monstr.eu>
      Cc: Ladislav Michl <ladis@linux-mips.org>
      Cc: Martin Krause <martin.krause@tqs.de>
      Cc: Gary Jennejohn <garyj@denx.de>
      Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
      942556a9
  2. 21 3月, 2009 1 次提交
  3. 22 2月, 2009 1 次提交
  4. 19 10月, 2008 1 次提交
  5. 17 9月, 2008 1 次提交
  6. 11 9月, 2008 2 次提交
  7. 13 8月, 2008 1 次提交
  8. 12 8月, 2008 1 次提交
  9. 10 8月, 2008 1 次提交
  10. 08 8月, 2008 2 次提交
  11. 03 3月, 2008 1 次提交
  12. 27 12月, 2007 1 次提交
  13. 16 9月, 2007 2 次提交
    • W
      TQM8xx[LM]: Fix broken environment alignment. · 67c31036
      Wolfgang Denk 提交于
      With recent toolchains, the environment sectors were no longer aligned to
      sector boundaries. The reason was a combination of two bugs:
      
      1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
         for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
         this gets defined, is not included here (and cannot be included
         without causing lots of problems).
      
         Added a new #define CFG_USE_PPCENV for all boards which really
         want to put the environment is a ".ppcenv" section.
      
      2) The linker scripts just include environment.o, silently assuming
         that the objects in that file are really in the order in which
         they are coded in the C file, i. e. "environment" first, then
         "redundand_environment", and "env_size" last. However, current
         toolchains (GCC-4.x) reorder the objects, causing the environment
         data not to start on a flash sector boundary:
      
         Instead of:					we got:
      
      	40008000 T environment			40008000 T env_size
      	4000c000 T redundand_environment	40008004 T redundand_environment
      	40010000 T env_size			4000c004 T environment
      
         Note: this patch fixes just the first part, and cures the alignment
         problem by making sure that "env_size" gets placed correctly. However,
         we still have a potential issue because primary and redundant
         environment sectors are actually swapped, i. e. we have now:
      
      	40008000 T redundand_environment
      	4000c000 T environment
      	40010000 T env_size
      
         This shall be fixed in the next version.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      67c31036
    • W
      eb6da805
  14. 10 7月, 2007 1 次提交
  15. 05 7月, 2007 1 次提交
  16. 28 10月, 2006 1 次提交
  17. 21 11月, 2005 1 次提交
  18. 03 4月, 2005 1 次提交
  19. 25 4月, 2004 1 次提交
  20. 01 2月, 2004 1 次提交
  21. 05 1月, 2004 1 次提交
  22. 26 11月, 2003 1 次提交
    • W
      Add support for BMS2003 board · fd3103bb
      wdenk 提交于
      (featuring a NEC NL6448BC33-54. 10.4", 640x480 TFT display).
      Fix NEC display names (it's 6440 [for 640x480], not 6640).
      fd3103bb
  23. 08 8月, 2003 1 次提交
  24. 25 7月, 2003 1 次提交
  25. 08 7月, 2003 1 次提交
    • W
      * Add support for NSCU board · f12e568c
      wdenk 提交于
      * Add support for TQM823M, TQM850M, TQM855M and TQM860M modules
      
      * Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML
        mirror bit flash on TQM8xxM modules
      f12e568c
  26. 30 5月, 2003 1 次提交
  27. 12 3月, 2003 1 次提交
    • W
      * Patch by Josef Wagner, 12 Mar 2003: · 3bac3513
      wdenk 提交于
        - 16/32 MB and 50/80 MHz support with auto-detection for IP860
        - ETH05 and BEDBUG support for CU824
        - added support for MicroSys CPC45
        - new BOOTROM/FLASH0 and DOC base for PM826
      
      * Patch by Robert Schwebel, 12 Mar 2003:
        Fix the chpart command on innokom board
      
      * Name cleanup:
        mv include/asm-i386/ppcboot-i386.h include/asm-i386/u-boot-i386.h
        s/PPCBoot/U-Boot/ in some files
        s/pImage/uImage/  in some files
      
      * Patch by Detlev Zundel, 15 Jan 2003:
        Fix '' command line quoting
      
      * Patch by The LEOX team, 19 Jan 2003:
        - add support for the ELPT860 board
        - add support for Dallas ds164x RTC
      3bac3513
  28. 18 1月, 2003 1 次提交
    • W
      * Add dual ethernet support on PM826 · aacf9a49
      wdenk 提交于
      * Add support for LXT971 PHY on PM826
      
      * Patch by Tord Andersson, 16 Jan 2003:
        Fix flash sector count for TQM8xxL
      
      * Fix I2C EEPROM problem on ICU862 board (would only write the first
        16 bytes out of each 32 byte block)
      aacf9a49
  29. 17 12月, 2002 1 次提交
  30. 02 10月, 2002 1 次提交
  31. 19 8月, 2002 1 次提交