Re: [U-Boot] [PATCH v2 45/50] Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"

2019-05-09 Thread Thierry Reding
On Tue, May 07, 2019 at 09:04:16PM -0600, Simon Glass wrote: > Hi Bin, > > On Tue, 7 May 2019 at 03:28, Bin Meng wrote: > > > > Hi Simon, Thierry, > > > > On Fri, May 3, 2019 at 12:22 AM Simon Glass wrote: > > > > > > Hi Thierry, > > > > > > On Thu, 2 May 2019 at 03:25, Thierry Reding wrote: >

Re: [U-Boot] [PATCH v2 45/50] Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"

2019-05-07 Thread Bin Meng
Hi Simon, On Wed, May 8, 2019 at 11:04 AM Simon Glass wrote: > > Hi Bin, > > On Tue, 7 May 2019 at 03:28, Bin Meng wrote: > > > > Hi Simon, Thierry, > > > > On Fri, May 3, 2019 at 12:22 AM Simon Glass wrote: > > > > > > Hi Thierry, > > > > > > On Thu, 2 May 2019 at 03:25, Thierry Reding

Re: [U-Boot] [PATCH v2 45/50] Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"

2019-05-07 Thread Simon Glass
Hi Bin, On Tue, 7 May 2019 at 03:28, Bin Meng wrote: > > Hi Simon, Thierry, > > On Fri, May 3, 2019 at 12:22 AM Simon Glass wrote: > > > > Hi Thierry, > > > > On Thu, 2 May 2019 at 03:25, Thierry Reding wrote: > > > > > > On Thu, May 02, 2019 at 12:09:49AM +0800, Bin Meng wrote: > > > >

Re: [U-Boot] [PATCH v2 45/50] Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"

2019-05-07 Thread Bin Meng
Hi Simon, Thierry, On Fri, May 3, 2019 at 12:22 AM Simon Glass wrote: > > Hi Thierry, > > On Thu, 2 May 2019 at 03:25, Thierry Reding wrote: > > > > On Thu, May 02, 2019 at 12:09:49AM +0800, Bin Meng wrote: > > > +Thierry > > > > > > On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > > >

Re: [U-Boot] [PATCH v2 45/50] Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"

2019-05-02 Thread Simon Glass
Hi Thierry, On Thu, 2 May 2019 at 03:25, Thierry Reding wrote: > > On Thu, May 02, 2019 at 12:09:49AM +0800, Bin Meng wrote: > > +Thierry > > > > On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > > > > > This reverts commit aec4298ccb337106fd0115b91d846a022fdf301d. > > > > > >

Re: [U-Boot] [PATCH v2 45/50] Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"

2019-05-02 Thread Thierry Reding
On Thu, May 02, 2019 at 12:09:49AM +0800, Bin Meng wrote: > +Thierry > > On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > > > This reverts commit aec4298ccb337106fd0115b91d846a022fdf301d. > > > > Unfortunately this has a dramatic impact on the pre-relocation memory > > used on x86

Re: [U-Boot] [PATCH v2 45/50] Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"

2019-05-01 Thread Bin Meng
+Thierry On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > This reverts commit aec4298ccb337106fd0115b91d846a022fdf301d. > > Unfortunately this has a dramatic impact on the pre-relocation memory > used on x86 platforms (increasing it by 2KB) since it increases the > overhead for each PCI

[U-Boot] [PATCH v2 45/50] Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"

2019-04-25 Thread Simon Glass
This reverts commit aec4298ccb337106fd0115b91d846a022fdf301d. Unfortunately this has a dramatic impact on the pre-relocation memory used on x86 platforms (increasing it by 2KB) since it increases the overhead for each PCI device from 220 bytes to 412 bytes. The offending line is in