1. 11 6月, 2008 1 次提交
  2. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  3. 27 3月, 2008 1 次提交
  4. 17 1月, 2008 3 次提交
  5. 10 1月, 2008 1 次提交
  6. 17 8月, 2007 1 次提交
  7. 16 8月, 2007 1 次提交
    • A
      Define tsec flag values in config files · 3a79013e
      Andy Fleming 提交于
      The tsec_info structure and array has a "flags" field for each
      ethernet controller.  This field is the only reason there are
      settings.  Switch to defining TSECn_FLAGS for each controller
      in the config header, and we can greatly simplify the array, and
      also simplify the addition of future boards.
      Signed-off-by: NAndy Fleming <afleming@freescale.com>
      3a79013e
  8. 10 7月, 2007 1 次提交
  9. 05 7月, 2007 1 次提交
  10. 17 5月, 2007 1 次提交
  11. 21 10月, 2006 1 次提交
  12. 26 7月, 2005 1 次提交
    • J
      * Patch by Jon Loeliger, 2005-05-05 · d9b94f28
      Jon Loeliger 提交于
        Implemented support for MPC8548CDS board.
        Added DDR II support based on SPD values for MPC85xx boards.
        This roll-up patch also includes bugfies for the previously
        published patches:
          DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
      d9b94f28
  13. 23 7月, 2005 1 次提交
    • J
      * Patch by Jon Loeliger, Kumar Gala 2005-02-08 · 9c4c5ae3
      Jon Loeliger 提交于
        - Convert the CPM2 based functionality to use new CONFIG_CPM2
          option rather than a myriad of CONFIG_MPC8560-like variants.
          Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560.
          Eliminates the CONFIG_MPC8560 option entirely.  Distributes the
          new CONFIG_CPM2 option to each 8260 board.
      9c4c5ae3
  14. 31 12月, 2004 1 次提交
    • W
      * Code cleanup, mostly for GCC-3.3.x · e2ffd59b
      wdenk 提交于
      * 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
  15. 02 8月, 2004 1 次提交
    • W
      Patch by Jon Loeliger, 16 Jul 2004: · 9aea9530
      wdenk 提交于
      - support larger DDR memories up to 2G on the PC8540/8560ADS and
        STXGP3 boards
      - Made MPC8540/8560ADS be 33Mhz PCI by default.
      - Removed moldy CONFIG_RAM_AS_FLASH, CFG_FLASH_PORT_WIDTH_16
        and CONFIG_L2_INIT_RAM options.
      - Refactor Local Bus initialization out of SDRAM setup.
      - Re-implement new version of LBC11/DDR11 errata workarounds.
      - Moved board specific PCI init parts out of CPU directory.
      - Added TLB entry for PCI-1 IO Memory
      - Updated README.mpc85xxads
      9aea9530
  16. 19 4月, 2004 1 次提交
    • W
      * Patch by Dan Malek, 07 Apr 2004: · 7abf0c58
      wdenk 提交于
        - Add support for RPC/STx GP3, Motorola 8560 board
        - Update 85xx TSEC driver so it searches MII for first available PHY
          and uses that one.
        - Add functions to support console MII commands.
      
      * Patch by Tolunay Orkun, 07 Apr 2004:
        Move  initialization of bi_iic_fast[]
        from board_init_f() to board_init_r()
      
      * Patch by Yasushi Shoji, 07 Apr 2004:
        Cleanup microblaze port
      
      * Patch by Sangmoon Kim, 07 Apr 2004:
        Add auto SDRAM module detection for Debris board
      7abf0c58
  17. 21 1月, 2004 1 次提交
    • W
      * The PS/2 mux on the BMS2003 board needs 450 ms after power on · c837dcb1
      wdenk 提交于
        before we can access it; add delay in case we are faster (with no
        CF card inserted)
      
      * Cleanup of some init functions
      
      * Make sure SCC Ethernet is always stopped by the time we boot Linux
        to avoid Linux crashes by early packets coming in.
      
      * Accelerate flash accesses on LWMON board by using buffered writes
      c837dcb1
  18. 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