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. 10 2月, 2009 1 次提交
  4. 19 10月, 2008 1 次提交
  5. 11 9月, 2008 2 次提交
  6. 13 8月, 2008 1 次提交
  7. 03 6月, 2008 1 次提交
    • B
      PPC: Create and use CONFIG_HIGH_BATS · 31d82672
      Becky Bruce 提交于
      Change all code that conditionally operates on high bat
      registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
      instead of the myriad ways this is done now.  Define the option
      for every config for which high bats are supported (and
      enabled by early boot, on parts where they're not always
      enabled)
      Signed-off-by: NBecky Bruce <becky.bruce@freescale.com>
      31d82672
  8. 03 3月, 2008 1 次提交
  9. 27 12月, 2007 1 次提交
  10. 10 7月, 2007 1 次提交
  11. 09 7月, 2007 1 次提交
  12. 05 7月, 2007 1 次提交
  13. 06 6月, 2007 1 次提交
  14. 27 5月, 2007 1 次提交
  15. 21 7月, 2006 1 次提交
    • W
      * Cleanup TQM5200 board configurations: · 5078cce8
      Wolfgang Denk 提交于
        - make highboot configurations use environment at high end, too,
          to avoid flash fragmentation
        - always use redundand environment
        - don't enable video code for modules without graphics controller
        - provide useful (though different) mtdparts settings
        - get rid of CONFIG_CS_AUTOCONF which was always set anyway
      
      * Extend mkconfig tool to print more useful target name
      5078cce8
  16. 19 7月, 2006 3 次提交
  17. 18 7月, 2006 1 次提交
  18. 16 6月, 2006 1 次提交
    • W
      Adjust TQM5200 make targets · cd65a3dc
      Wolfgang Denk 提交于
      Make the automatic CS configuration the default.
      The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB
      and CONFIG_TQM5200_AC are removed.
      "TQM5200_config" is now the default for STK52XX.200 base boards.
      On a STK52XX.100 base board "TQM5200_STK100_config" must be used.
      Patch by Martin Krause, 07 Nov 2005
      cd65a3dc
  19. 12 3月, 2006 1 次提交
  20. 01 12月, 2005 1 次提交
  21. 21 11月, 2005 1 次提交
  22. 29 10月, 2005 1 次提交
  23. 13 10月, 2005 1 次提交
  24. 24 8月, 2005 1 次提交
  25. 19 8月, 2005 1 次提交
  26. 18 8月, 2005 1 次提交
  27. 03 4月, 2005 1 次提交
  28. 01 4月, 2005 1 次提交
    • W
      * Patch by Detlev Zundel, 31 Mar 2005: · 83e40ba7
      wdenk 提交于
        Cleanup duplicate definition of overwrite_console()
      
      * Update TQM5200 configuration;
        prepare for Rev. 200 starter kit boards
      83e40ba7
  29. 28 3月, 2005 1 次提交
    • W
      Patches by Martin Krause, 22 Mar 2005: · 8f0b7cbe
      wdenk 提交于
      - use TQM5200_auto as MAKEALL target for TQM5200 systems
      - add support for SM501 graphics controller
      - add support for graphic console on TQM5200
      - add support for TQM5200 Rev 200
      - cleanup, fix typo in include/configs/TQM5200.h
      8f0b7cbe
  30. 18 3月, 2005 1 次提交
  31. 17 3月, 2005 1 次提交
  32. 25 2月, 2005 1 次提交
  33. 17 12月, 2004 1 次提交
  34. 13 12月, 2004 1 次提交
  35. 29 8月, 2004 1 次提交
    • W
      * Add automatic update support for LWMON board · 31a64923
      wdenk 提交于
      * Enable MSDOS/VFAT filesystem support for LWMON board
      
      * Clear Block Lock-Bits when erasing flash on LWMON board.
      
      * Fix return code of "fatload" command
      
      * Disable debugging for TQM5200 board
      31a64923
  36. 05 8月, 2004 1 次提交
    • W
      * Patch by Martin Krause, 03 Aug 2004: · 89394047
      wdenk 提交于
        change timing for SM501 graphics controller on TQM5200 module
      
      * Patch by Mark Jonas, 13 July 2004:
        - Total5200 LCD now run in little endian mode. Endianess conversion
          is done in hardware.
        - Removed last reference to "console" environment variable.
      89394047
  37. 12 7月, 2004 1 次提交
    • W
      * Cleanup · 81050926
      wdenk 提交于
      * Patch by Mark Jonas, 05 Jul 2004:
        add support for the Total5100's and Total5200's LCD screen
      
      * Patches by Dan Eisenhut, 01 Jul 2004:
        - README fixes.
        - Move doc2000.h include to prevent compiler warning on some boards
      81050926