1. 28 8月, 2008 3 次提交
  2. 13 8月, 2008 1 次提交
  3. 15 7月, 2008 4 次提交
  4. 11 6月, 2008 3 次提交
  5. 26 4月, 2008 1 次提交
  6. 27 3月, 2008 1 次提交
  7. 17 1月, 2008 3 次提交
  8. 10 1月, 2008 1 次提交
  9. 12 12月, 2007 4 次提交
  10. 17 11月, 2007 1 次提交
  11. 08 11月, 2007 1 次提交
  12. 05 9月, 2007 1 次提交
    • K
      Fix ULI RTC support on MPC8544 DS · 56a92705
      Kumar Gala 提交于
      The RTC on the M1575 ULI chipset requires a dummy read before
      we are able to talk to the RTC.  We accomplish this by adding a
      second memory region to the PHB the ULI is on and read from it.
      
      The second region is added to maintain compatiabilty with Linux's
      view of the PCI memory map.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      56a92705
  13. 29 8月, 2007 2 次提交
  14. 17 8月, 2007 2 次提交
    • K
      Update MPC8544 DS PCI memory map · d64ee908
      Kumar Gala 提交于
      The PCIe bus that the ULI M1575 is connected to has no possible way of
      needing more than the fixed amount of IO & Memory space needed by the ULI.
      
      So make it use far less IO & memory space and have it use the shared LAW.  This
      free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
      by each bus.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      d64ee908
    • K
      Fix up some fdt issues on 8544DS · ea5877e3
      Kumar Gala 提交于
      It looks like we had a merge issue that duplicated a bit of code
      in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
      the MAC address properly set in the device tree on boot for TSEC1
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ea5877e3
  15. 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
  16. 14 8月, 2007 1 次提交
    • E
      8544ds PCIE support · 837f1ba0
      Ed Swarthout 提交于
      PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
      
      Enable LBC and ECM errors and clear error registers.
      
      Add tftpflash env var to get uboot from tftp server and flash it.
      
      Add pci/pcie convenience env vars to display register space:
        "run pcie3regs" to see all pcie3 ccsr registers
        "run pcie3cfg" to see all cfg registers
      Whitespace cleanup and MPC8544DS.h
      
      Enable CONFIG_INTERRUPTS.
      Signed-off-by: NEd Swarthout <Ed.Swarthout@freescale.com>
      Acked-by: NAndy Fleming <afleming@freescale.com>
      837f1ba0
  17. 10 7月, 2007 1 次提交
  18. 05 7月, 2007 1 次提交
  19. 17 5月, 2007 1 次提交
  20. 24 4月, 2007 1 次提交