Re: [U-Boot] [PATCH 1/8] armv8: fsl-layerscpae: correct the PCIe controllers' region size

2019-02-13 Thread Z.q. Hou
> Kushwaha ; Mingkai Hu > ; M.h. Lian > Subject: Re: [U-Boot] [PATCH 1/8] armv8: fsl-layerscpae: correct the PCIe > controllers' region size > > On Tue, Oct 30, 2018 at 10:21 PM Z.q. Hou wrote: > > > > From: Hou Zhiqiang > > > > The LS2080A has 8GB regi

Re: [U-Boot] [PATCH 1/8] armv8: fsl-layerscpae: correct the PCIe controllers' region size

2019-02-11 Thread Bin Meng
On Tue, Oct 30, 2018 at 10:21 PM 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 > --- > arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 7 +++ > 1 file changed, 7

[U-Boot] [PATCH 1/8] armv8: fsl-layerscpae: correct the PCIe controllers' region size

2018-10-30 Thread Z.q. Hou
From: Hou Zhiqiang The LS2080A has 8GB region for each PCIe controller, while the other platforms have 32GB. Signed-off-by: Hou Zhiqiang --- arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/include/asm/arch-fsl-layerscape/cpu.h