1. 19 5月, 2009 1 次提交
    • K
      powerpc/85xx: Add P2020DS board support · 01af9507
      Kumar Gala 提交于
      The P2020 is a dual e500v2 core based SOC with:
      * 3 PCIe controllers
      * 2 General purpose DMA controllers
      * 2 sRIO controllers
      * 3 eTSECS
      * USB 2.0
      * SDHC
      * SPI, I2C, DUART
      * enhanced localbus
      * and optional Security (P2020E) security w/XOR acceleration
      
      The p2020 DS reference board is pretty similar to the existing MPC85xx
      DS boards and has a ULI 1575 connected on one of the PCIe controllers.
      Signed-off-by: NTed Peters <Ted.Peters@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      01af9507
  2. 24 3月, 2009 1 次提交
  3. 31 12月, 2008 1 次提交
  4. 04 12月, 2008 1 次提交
  5. 31 10月, 2008 1 次提交
  6. 30 7月, 2008 1 次提交
  7. 17 7月, 2008 1 次提交
  8. 14 7月, 2008 2 次提交
  9. 03 6月, 2008 1 次提交
  10. 17 4月, 2008 1 次提交
  11. 01 4月, 2008 1 次提交
  12. 11 12月, 2007 1 次提交
  13. 11 10月, 2007 1 次提交
    • K
      [POWERPC] 85xx: Killed <asm/mpc85xx.h> · 0bfd5df5
      Kumar Gala 提交于
      asm-powerpc/mpc85xx.h was really a hold over from arch/ppc.  Now that
      more decoupling has occurred we can remove <asm/mpc85xx.h> and some of
      its legacy.
      
      As part of this we moved the definition of CPM_MAP_ADDR into cpm2.h
      for 85xx platforms.  This is a stop gap until drivers stop using
      CPM_MAP_ADDR.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      0bfd5df5
  14. 08 10月, 2007 2 次提交
  15. 14 9月, 2007 3 次提交
  16. 11 9月, 2007 1 次提交
  17. 18 8月, 2007 1 次提交
    • K
      [POWERPC] Fix interrupt routing and setup of ULI M1575 on FSL boards · b66510cb
      Kumar Gala 提交于
      The interrupt routing in the device trees for the ULI M1575 was
      inproperly using the interrupt line field as pci function.  Fixed
      up the device tree's to actual conform for to specification and
      changed the interrupt mapping code so it just uses a static mapping
      setup as follows:
      
      PIRQA - IRQ9
      PIRQB - IRQ10
      PIRQC - IRQ11
      PIRQD - IRQ12
      USB 1.1 OCHI (1c.0) - IRQ12
      USB 1.1 OCHI (1c.1) - IRQ9
      USB 1.1 OCHI (1c.2) - IRQ10
      USB 1.1 ECHI (1c.3) - IRQ11
      LAN (1b.0) - IRQ6
      AC97 (1d.0) - IRQ6
      Modem (1d.1) - IRQ6
      HD Audio (1d.2) - IRQ6
      SATA (1f.1) - IRQ5
      SMB (1e.1) - IRQ7
      PMU (1e.2) - IRQ7
      PATA (1f.0) - IRQ14/15
      
      Took the oppurtunity to refactor the code into a single file so we
      don't have to duplicate these fixes on the two current boards in the
      tree and several forth coming boards that will also need the code.
      
      Fixed RTC support that requires a dummy memory read on the P2P bridge
      to unlock the RTC and setup the default of the RTC alarm registers to
      match with a basic x86 style CMOS RTC.
      
      Moved code that poked ISA registers to a FIXUP_FINAL quirk to ensure
      the PCI IO space has been setup properly before we start poking ISA
      registers at random locations.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      b66510cb
  18. 24 7月, 2007 1 次提交
  19. 03 7月, 2007 1 次提交
  20. 07 5月, 2007 1 次提交
  21. 30 3月, 2007 1 次提交