Re: [PATCH 1/2] pci-phb: check for the 32-bit overflow

2015-04-26 Thread Nikunj A Dadhania
Thomas Huth writes: > On Fri, 24 Apr 2015 12:56:57 +0200 > Thomas Huth wrote: > >> On Fri, 24 Apr 2015 09:22:33 +0530 >> Nikunj A Dadhania wrote: >> >> > >> > Hi Thomas, >> > >> > Thomas Huth writes: >> > > Am Wed, 22 Apr 2015 16:27:19 +0530 >> > > schrieb Nikunj A Dadhania : >> > > >> > >>

Re: [PATCH 1/2] pci-phb: check for the 32-bit overflow

2015-04-26 Thread Nikunj A Dadhania
Thomas Huth writes: > On Fri, 24 Apr 2015 12:56:57 +0200 > Thomas Huth wrote: > >> On Fri, 24 Apr 2015 09:22:33 +0530 >> Nikunj A Dadhania wrote: >> >> > >> > Hi Thomas, >> > >> > Thomas Huth writes: >> > > Am Wed, 22 Apr 2015 16:27:19 +0530 >> > > schrieb Nikunj A Dadhania : >> > > >> > >>

Re: [PATCH 1/2] pci-phb: check for the 32-bit overflow

2015-04-26 Thread Nikunj A Dadhania
Thomas Huth writes: > On Fri, 24 Apr 2015 09:22:33 +0530 > Nikunj A Dadhania wrote: > >> >> Hi Thomas, >> >> Thomas Huth writes: >> > Am Wed, 22 Apr 2015 16:27:19 +0530 >> > schrieb Nikunj A Dadhania : >> > >> >> With the addition of 64-bit BARS and increase in the mmio address >> >> space, t

Re: [PATCH 1/2] pci-phb: check for the 32-bit overflow

2015-04-24 Thread Thomas Huth
On Fri, 24 Apr 2015 12:56:57 +0200 Thomas Huth wrote: > On Fri, 24 Apr 2015 09:22:33 +0530 > Nikunj A Dadhania wrote: > > > > > Hi Thomas, > > > > Thomas Huth writes: > > > Am Wed, 22 Apr 2015 16:27:19 +0530 > > > schrieb Nikunj A Dadhania : > > > > > >> With the addition of 64-bit BARS and

Re: [PATCH 1/2] pci-phb: check for the 32-bit overflow

2015-04-24 Thread Thomas Huth
On Fri, 24 Apr 2015 09:22:33 +0530 Nikunj A Dadhania wrote: > > Hi Thomas, > > Thomas Huth writes: > > Am Wed, 22 Apr 2015 16:27:19 +0530 > > schrieb Nikunj A Dadhania : > > > >> With the addition of 64-bit BARS and increase in the mmio address > >> space, the code was hitting this limit. The

Re: [PATCH 1/2] pci-phb: check for the 32-bit overflow

2015-04-23 Thread Nikunj A Dadhania
Hi Thomas, Thomas Huth writes: > Am Wed, 22 Apr 2015 16:27:19 +0530 > schrieb Nikunj A Dadhania : > >> With the addition of 64-bit BARS and increase in the mmio address >> space, the code was hitting this limit. The memory of pci devices >> across the bridges were not accessible due to which the

Re: [PATCH 1/2] pci-phb: check for the 32-bit overflow

2015-04-23 Thread Thomas Huth
Am Wed, 22 Apr 2015 16:27:19 +0530 schrieb Nikunj A Dadhania : > With the addition of 64-bit BARS and increase in the mmio address > space, the code was hitting this limit. The memory of pci devices > across the bridges were not accessible due to which the drivers > failed. > > Signed-off-by: Nik

[PATCH 1/2] pci-phb: check for the 32-bit overflow

2015-04-22 Thread Nikunj A Dadhania
With the addition of 64-bit BARS and increase in the mmio address space, the code was hitting this limit. The memory of pci devices across the bridges were not accessible due to which the drivers failed. Signed-off-by: Nikunj A Dadhania --- board-qemu/slof/pci-phb.fs | 3 ++- 1 file changed, 2 i