1. 27 3月, 2008 1 次提交
  2. 17 1月, 2008 3 次提交
  3. 10 1月, 2008 1 次提交
  4. 12 12月, 2007 5 次提交
  5. 20 11月, 2007 1 次提交
  6. 20 10月, 2007 1 次提交
  7. 29 8月, 2007 2 次提交
  8. 16 8月, 2007 2 次提交
    • A
      Fix numerous bugs in the 8568 UEC support · b96c83d4
      Andy Fleming 提交于
      Actually, fixed a large bug in the UEC for *all* platforms.
      How did this ever work?
      
      uec_init() did not follow the spec for eth_init(), and returned
      0 on success.  Switch it to return the link like tsec_init()
      (and 0 on error)
      
      The immap for the 8568 was defined based on MPC8568, rather than
      CONFIG_MPC8568
      
      CONFIG_QE was off
      
      CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
      
      Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
      enabled
      Signed-off-by: NAndy Fleming <afleming@freescale.com>
      b96c83d4
    • 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
  9. 14 8月, 2007 2 次提交
  10. 10 7月, 2007 1 次提交
  11. 05 7月, 2007 1 次提交
  12. 17 5月, 2007 1 次提交
  13. 06 5月, 2007 1 次提交
  14. 03 5月, 2007 1 次提交
  15. 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
  16. 21 10月, 2006 1 次提交
  17. 19 9月, 2006 1 次提交
  18. 10 8月, 2006 2 次提交
  19. 28 6月, 2006 2 次提交
  20. 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, Kumar Gala, 2005-02-08 · 7202d43d
      Jon Loeliger 提交于
        For MPC85xxCDS:
          Adds Relaxed Timing TRLX bit to FLASH ORx regs to allow
          for faster flash parts.
          Add documentation for BR/OR for FLASH.
      7202d43d
  21. 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
  22. 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
  23. 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
  24. 11 10月, 2004 3 次提交
    • W
      Patches by Scott McNutt, 24 Aug 2004: · 5c952cf0
      wdenk 提交于
      - Add support for Altera Nios-II processors.
      - Add support for Psyent PCI-5441 board.
      - Add support for Psyent PK1C20 board.
      5c952cf0
    • W
      Patches by Jon Loeliger, 24 Aug 2004: · 03f5c550
      wdenk 提交于
      - Add support for the MPC8541 and MPC8555 CDS boards
      - Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
      03f5c550
    • 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
  25. 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
  26. 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