1. 27 3月, 2008 1 次提交
  2. 17 1月, 2008 3 次提交
  3. 10 1月, 2008 1 次提交
  4. 12 12月, 2007 3 次提交
  5. 29 8月, 2007 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. 12 7月, 2007 1 次提交
  9. 10 7月, 2007 1 次提交
  10. 05 7月, 2007 1 次提交
  11. 17 5月, 2007 1 次提交
  12. 24 4月, 2007 1 次提交
    • S
      Fix PCI I/O space mapping on Freescale MPC85x0ADS · 362dd830
      Sergei Shtylyov 提交于
      The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
      52c7a68b which failed to update the #define's
      describing the local address window used for the PCI I/O space accesses -- fix
      this and carry over the necessary changes into the MPC8560ADS code since the
      PCI I/O space mapping was also broken for this board (by the earlier commit
      08745460).  Add the comments clarifying how
      the PCI I/O space must be mapped to all the MPC85xx board config. headers.
      Signed-off-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
      
       board/mpc8540ads/init.S      |    4 ++--
       board/mpc8560ads/init.S      |    4 ++--
       include/configs/MPC8540ADS.h |    5 ++---
       include/configs/MPC8541CDS.h |    2 +-
       include/configs/MPC8548CDS.h |    2 +-
       include/configs/MPC8560ADS.h |    8 ++++----
       6 files changed, 12 insertions(+), 13 deletions(-)
      362dd830
  13. 21 10月, 2006 1 次提交
  14. 19 9月, 2006 1 次提交
  15. 10 8月, 2006 3 次提交
  16. 28 6月, 2006 3 次提交
  17. 26 7月, 2005 2 次提交
    • 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
    • J
      * Patch by Jon Loeliger, 2005-Feb-10 · 288693ab
      Jon Loeliger 提交于
        Add config option CONFIG_HAS_FEC calling out 8540 FEC features.
      288693ab
  18. 10 1月, 2005 1 次提交
    • W
      * Patch by Jon Loeliger, 02 Sep 2004: · a1191902
      wdenk 提交于
        Reset monitor size back to 256 so environment can be written
        to flash on MPC85xx ADS and CDS releases.
      
      * Patch by Paolo Broggini, 02 Sep 2004:
        Make BSS clearing on ARM systems more robust
      
      * Patch by Yue Hu and Joe, 01 Sep 2004:
        - add PCI support for ixp425;
        - add EEPRO100 suppor tfor ixdp425 board.
      
      * Fix problem with protected sector detection in driver/cfi_flash.c
      a1191902
  19. 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
  20. 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
  21. 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
  22. 10 7月, 2004 1 次提交
    • W
      Patch by Jon Loeliger, 17 June 2004: · 0ac6f8b7
      wdenk 提交于
      Completion of the 8540ADS/8560ADS updates:
      Fix some PCI and Rapid I/O memory maps,
      Initialize both TSEC 1 and 2,
      Initialize SDRAM
      Update MAINTAINER for 85xx boards and README.mpc85xxads
      0ac6f8b7
  23. 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
  24. 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