Re: [U-Boot] [PATCH v2] pci/fsl_pci_init: Enable inbound PCI config cycles

2008-10-29 Thread Kumar Gala
On Oct 29, 2008, at 10:05 AM, Peter Tyser wrote: > Shouldn't we only be doing this for an agent? Also is the right place to enable it? Just wondering if board code should have more flexibility here. >>> >>> I was under the impression that if a PCIe interface was configured >>> as

Re: [U-Boot] [PATCH v2] pci/fsl_pci_init: Enable inbound PCI config cycles

2008-10-29 Thread Peter Tyser
> >> Shouldn't we only be doing this for an agent? Also is the right > >> place to enable it? Just wondering if board code should have more > >> flexibility here. > > > > I was under the impression that if a PCIe interface was configured > > as root complex its CFG_READY bit would still ne

Re: [U-Boot] [PATCH v2] pci/fsl_pci_init: Enable inbound PCI config cycles

2008-10-29 Thread Kumar Gala
On Oct 28, 2008, at 11:03 PM, Peter Tyser wrote: > Hi Kumar, > >> On Oct 28, 2008, at 7:24 PM, Peter Tyser wrote: >>> Set CFG_READY bit in Configuration Ready register for PCIe >>> interfaces and clear ACL bit in PBFR register for PCI >>> interfaces to allow devices to respond to incoming PCI >>>

Re: [U-Boot] [PATCH v2] pci/fsl_pci_init: Enable inbound PCI config cycles

2008-10-28 Thread Peter Tyser
Hi Kumar, > On Oct 28, 2008, at 7:24 PM, Peter Tyser wrote: > >> Set CFG_READY bit in Configuration Ready register for PCIe >> interfaces and clear ACL bit in PBFR register for PCI >> interfaces to allow devices to respond to incoming PCI >> configuration cycles. >> >> Signed-off-by: Peter Tyser

Re: [U-Boot] [PATCH v2] pci/fsl_pci_init: Enable inbound PCI config cycles

2008-10-28 Thread Kumar Gala
On Oct 28, 2008, at 7:24 PM, Peter Tyser wrote: > Set CFG_READY bit in Configuration Ready register for PCIe > interfaces and clear ACL bit in PBFR register for PCI > interfaces to allow devices to respond to incoming PCI > configuration cycles. > > Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>

[U-Boot] [PATCH v2] pci/fsl_pci_init: Enable inbound PCI config cycles

2008-10-28 Thread Peter Tyser
Set CFG_READY bit in Configuration Ready register for PCIe interfaces and clear ACL bit in PBFR register for PCI interfaces to allow devices to respond to incoming PCI configuration cycles. Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> --- Changes since v1: - Anal retentive update to the commit m