From mboxrd@z Thu Jan 1 00:00:00 1970 From: Z.q. Hou Date: Mon, 1 Apr 2019 03:48:07 +0000 Subject: [U-Boot] [RESEND PATCHv4 1/9] armv8: fsl-layerscpae: correct the PCIe controllers' region size In-Reply-To: References: <20190325022546.38427-1-Zhiqiang.Hou@nxp.com> <20190325022546.38427-2-Zhiqiang.Hou@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Bin, > -----Original Message----- > From: Bin Meng [mailto:bmeng.cn at gmail.com] > Sent: 2019年4月1日 11:22 > To: Z.q. Hou > Cc: u-boot at lists.denx.de; albert.u.boot at aribaud.net; Priyanka Jain > ; York Sun ; > sriram.dash at nxp.com; yamada.masahiro at socionext.com; Prabhakar > Kushwaha ; Mingkai Hu > ; M.h. Lian > Subject: Re: [RESEND PATCHv4 1/9] armv8: fsl-layerscpae: correct the PCIe > controllers' region size > > On Mon, Mar 25, 2019 at 10:24 AM Z.q. Hou wrote: > > > > From: Hou Zhiqiang > > > > The LS2080A has 8GB region for each PCIe controller, while the other > > platforms have 32GB. > > > > Signed-off-by: Hou Zhiqiang > > --- > > V4: > > - No change > > > > arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > Reviewed-by: Bin Meng Thanks a lot for your review! Zhiqiang