Re: [U-Boot] [PATCH] pci: Avoid assigning PCI resources that are below 0x1000

2019-06-05 Thread Stefan Roese
Hi Bin, On 05.06.19 16:10, Bin Meng wrote: Hi Stefan, On Wed, Jun 5, 2019 at 9:53 PM Stefan Roese wrote: On 05.06.19 15:07, Bin Meng wrote: commit b7598a43f2b4 ("[PATCH] Avoid assigning PCI resources from zero address") only moved the bus lower address to 0x1000 if the given bus start addre

Re: [U-Boot] [PATCH] pci: Avoid assigning PCI resources that are below 0x1000

2019-06-05 Thread Bin Meng
Hi Stefan, On Wed, Jun 5, 2019 at 9:53 PM Stefan Roese wrote: > > On 05.06.19 15:07, Bin Meng wrote: > > commit b7598a43f2b4 ("[PATCH] Avoid assigning PCI resources from > > zero address") only moved the bus lower address to 0x1000 if the > > given bus start address is zero. The comment said 0x10

Re: [U-Boot] [PATCH] pci: Avoid assigning PCI resources that are below 0x1000

2019-06-05 Thread Stefan Roese
On 05.06.19 15:07, Bin Meng wrote: commit b7598a43f2b4 ("[PATCH] Avoid assigning PCI resources from zero address") only moved the bus lower address to 0x1000 if the given bus start address is zero. The comment said 0x1000 is a reasonable starting value, hence we'd better apply the same adjustment

[U-Boot] [PATCH] pci: Avoid assigning PCI resources that are below 0x1000

2019-06-05 Thread Bin Meng
commit b7598a43f2b4 ("[PATCH] Avoid assigning PCI resources from zero address") only moved the bus lower address to 0x1000 if the given bus start address is zero. The comment said 0x1000 is a reasonable starting value, hence we'd better apply the same adjustment when the given bus start address is