Re: [U-Boot] [PATCH] pci: Fix decode regions for memory banks

2018-03-27 Thread Bin Meng
Hi Bernhard, On Fri, Mar 23, 2018 at 12:27 AM, Bernhard Messerklinger wrote: > Hi, > > Thanks for the report. > I am answering from my private email. At the moment I can't find any issue > regarding my patch. It should make no difference since dram_init_banksize in > quark/dram.c should set the d

Re: [U-Boot] [PATCH] pci: Fix decode regions for memory banks

2018-03-23 Thread Bernhard Messerklinger
Hi, Thanks for the report. I am answering from my private email. At the moment I can't find any issue regarding my patch. It should make no difference since dram_init_banksize in quark/dram.c should set the dram bank. I will continue my investigation and contact you if I find out something. Regar

Re: [U-Boot] [PATCH] pci: Fix decode regions for memory banks

2018-03-22 Thread Bin Meng
Hi, On Thu, Feb 15, 2018 at 3:59 PM, Bernhard Messerklinger wrote: > Since memory banks may not be located behind each other we need to add > them separately. > > Signed-off-by: Bernhard Messerklinger > > --- > > drivers/pci/pci-uclass.c | 17 - > 1 file changed, 16 insertions(

Re: [U-Boot] [PATCH] pci: Fix decode regions for memory banks

2018-02-15 Thread Hannes Schmelzer
Bernhard Messerklinger schrieb am 15.02.2018 08:59:53: > Von: Bernhard Messerklinger > An: u-boot@lists.denx.de > Kopie: hannes.schmel...@br-automation.com, Bernhard Messerklinger > , Simon Glass , > Masahiro Yamada , Tuomas Tynkkynen > , Bin Meng , "xypron.g...@gmx.de" > , Hou Zhiqiang >

[U-Boot] [PATCH] pci: Fix decode regions for memory banks

2018-02-15 Thread Bernhard Messerklinger
Since memory banks may not be located behind each other we need to add them separately. Signed-off-by: Bernhard Messerklinger --- drivers/pci/pci-uclass.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pci-uclass.c b/drivers/pci/pci-uclass.c in