[PATCH v2 1/6] powerpc/powernv: Enable M64 aperatus for PHB3

2014-07-16 Thread Guo Chao
This patch enables M64 aperatus for PHB3. We already had platform hook (ppc_md.pcibios_window_alignment) to affect the PCI resource assignment done in PCI core so that each PE's M32 resource was built on basis of M32 segment size. Similarly, we're using that for M64 assignment on basis of M64

Re: [PATCH v2 1/6] powerpc/powernv: Enable M64 aperatus for PHB3

2014-07-16 Thread Gavin Shan
On Wed, Jul 16, 2014 at 08:24:30PM +0800, Guo Chao wrote: This patch enables M64 aperatus for PHB3. We already had platform hook (ppc_md.pcibios_window_alignment) to affect the PCI resource assignment done in PCI core so that each PE's M32 resource was built on basis of M32 segment size.