Re: [U-Boot] [PATCH] fsl/pci: Set CFG_READY for PCIe v3.0 and later

2015-05-05 Thread York Sun
On 03/26/2015 10:24 PM, Minghuan Lian wrote: > Freescale PCIe controllers v3.0 and later need to set bit > CFG_READY to allow all inbound configuration transactions > to be processed normally when in EP mode. However, bit > CFG_READY has been moved from PCIe configuration space to > CCSR PCIe con

[U-Boot] [PATCH] fsl/pci: Set CFG_READY for PCIe v3.0 and later

2015-03-26 Thread Minghuan Lian
Freescale PCIe controllers v3.0 and later need to set bit CFG_READY to allow all inbound configuration transactions to be processed normally when in EP mode. However, bit CFG_READY has been moved from PCIe configuration space to CCSR PCIe configuration register comparing previous version. The patch