From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 7 Jun 2019 07:50:04 +0200 Subject: [U-Boot] [PATCH v2] pci: Avoid assigning PCI resources that are below 0x1000 In-Reply-To: <1559744804-31928-1-git-send-email-bmeng.cn@gmail.com> References: <1559744804-31928-1-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > adjustment when the given bus start address is below 0x1000. > > Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Though again my question, where you did spot an issue with the current implementation? Thanks, Stefan