From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 21 Oct 2015 10:41:03 -0600 Subject: [U-Boot] [PATCH 1/5] pci: tegra: clip RAM size to 32-bits In-Reply-To: <1444086044-30199-1-git-send-email-swarren@wwwdotorg.org> References: <1444086044-30199-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <5627C01F.9070209@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/05/2015 05:00 PM, Stephen Warren wrote: > From: Stephen Warren > > Tegra peripherals can generally access a 32-bit physical address space, > and I believe this applies to PCIe. Clip the PCI region that refers to > DRAM so it fits into 32-bits to avoid issues. Tom, Is this patch OK? I assume it can be applied now the merge window is over?