1. 03 7月, 2008 1 次提交
  2. 11 6月, 2008 2 次提交
  3. 17 1月, 2008 2 次提交
  4. 09 10月, 2006 1 次提交
  5. 02 9月, 2006 1 次提交
    • M
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz 提交于
      Modifications are based on the linux kernel approach and
      support two use cases:
      
        1) Add O= to the make command line
        'make O=/tmp/build all'
      
        2) Set environement variable BUILD_DIR to point to the desired location
        'export BUILD_DIR=/tmp/build'
        'make'
      
      The second approach can also be used with a MAKEALL script
      'export BUILD_DIR=/tmp/build'
      './MAKEALL'
      
      Command line 'O=' setting overrides BUILD_DIR environent variable.
      
      When none of the above methods is used the local build is performed and
      the object files are placed in the source directory.
      f9328639
  6. 30 11月, 2005 1 次提交
    • S
      Add support for TQM8541/8555 boards, TQM85xx support reworked: · d96f41e0
      Stefan Roese 提交于
      - Support for TQM8541/8555 boards added.
      - Complete rework of TQM8540/8560 support.
      - Common TQM85xx code now supports all current TQM85xx platforms
        (TQM8540/8541/8555/8560).
      - DDR SDRAM size detection added.
      - CAS latency default values can be overwritten by setting "serial#"
        to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used.
        If problems are detected with this non default CAS latency,
        the defualt values will be used instead.
      - FLASH size detection added.
      - Moved FCC ethernet driver initialization behind TSEC driver init
        -> TSEC is first device.
      
      Patch by Stefan Roese, 30 Nov 2005
      d96f41e0
  7. 06 4月, 2005 1 次提交
  8. 15 3月, 2005 1 次提交
  9. 11 10月, 2004 1 次提交
    • W
      * Patch by Jon Loeliger, 24 Aug 2004: · cf33678e
      wdenk 提交于
        - Fix PCI window on MPC85xx; remove unneeded PCI initialization
          from board_early_init_f()
        - Provide SW workaround for PCI initialization on 85xx CDS
        - Convert MPC85xxADS to use common CFI flash driver
      
      * Cleanup: avoid compiler warnings
      
      * Add CMC PU2 board to MAKEALL script
      cf33678e
  10. 16 10月, 2003 1 次提交
    • W
      * Patches by Xianghua Xiao, 15 Oct 2003: · 42d1f039
      wdenk 提交于
        - Added Motorola CPU 8540/8560 support (cpu/85xx)
        - Added Motorola MPC8540ADS board support (board/mpc8540ads)
        - Added Motorola MPC8560ADS board support (board/mpc8560ads)
      
      * Minor code cleanup
      42d1f039
  11. 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
  12. 09 3月, 2002 1 次提交
  13. 02 3月, 2001 1 次提交
  14. 12 1月, 2001 1 次提交
  15. 14 12月, 2000 1 次提交
  16. 10 7月, 2000 1 次提交