1. 21 5月, 2009 1 次提交
  2. 27 2月, 2009 1 次提交
  3. 15 2月, 2009 1 次提交
  4. 04 12月, 2008 1 次提交
    • B
      powerpc/4xx: Add support for ISA holes on 4xx PCI/X/E · 84d727a1
      Benjamin Herrenschmidt 提交于
      This adds support for ISA memory holes on the PCI, PCI-X and
      PCI-E busses of the 4xx platforms. The patch includes changes
      to the Bamboo and Canyonlands device-trees to add such a hole,
      others can be updated separately.
      
      The ISA memory hole is an additional outbound window configured
      in the bridge to generate PCI cycles in the low memory addresses,
      thus allowing to access things such as the hard-decoded VGA
      aperture at 0xa0000..0xbffff or other similar things. It's made
      accessible to userspace via the new legacy_mem file in sysfs for
      which support was added by a previous patch.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      84d727a1
  5. 02 10月, 2008 1 次提交
  6. 14 9月, 2008 1 次提交
  7. 02 9月, 2008 1 次提交
  8. 28 8月, 2008 1 次提交
  9. 18 6月, 2008 1 次提交
    • J
      powerpc/4xx: Workaround for PPC440EPx/GRx PCI_28 Errata · 5ce4b596
      Josh Boyer 提交于
      The 440EPx/GRx chips don't support PCI MRM commands.  Drivers determine this
      by looking for a zero value in the PCI cache line size register.  However,
      some drivers write to this register upon initialization.  This can cause
      MRMs to be used on these chips, which may cause deadlocks on PLB4.
      
      The workaround implemented here introduces a new indirect_type flag, called
      PPC_INDIRECT_TYPE_BROKEN_MRM.  This is set in the pci_controller structure in
      the pci fixup function for 4xx PCI bridges by determining if the bridge is
      compatible with 440EPx/GRx.  The flag is checked in the indirect_write_config
      function, and forces any writes to the PCI_CACHE_LINE_SIZE register to be
      zero, which will disable MRMs for these chips.
      
      A similar workaround has been tested by AMCC on various PCI cards, such as
      the Silicon Image ATA card and Intel E1000 GIGE card.  Hangs were seen with
      the Silicon Image card, and MRMs were seen on the bus with a PCI analyzer.
      With the workaround in place, the card functioned properly and only Memory
      Reads were seen on the bus with the analyzer.
      Acked-by: NStefan Roese <sr@denx.de>
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      5ce4b596
  10. 11 6月, 2008 1 次提交
  11. 07 5月, 2008 1 次提交
  12. 03 4月, 2008 2 次提交
  13. 26 3月, 2008 2 次提交
  14. 08 1月, 2008 1 次提交
  15. 24 12月, 2007 6 次提交