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

2019-06-22 Thread Tom Rini
On Wed, Jun 05, 2019 at 07:26:44AM -0700, 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

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

2019-06-19 Thread Bin Meng
Hi Stefan, On Wed, Jun 5, 2019 at 10:26 PM 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

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

2019-06-06 Thread Stefan Roese
On 05.06.19 16:26, 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

[U-Boot] [PATCH v2] 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