Re: [U-Boot] [RFC PATCH 0/3] sunxi: extend SPL header to propagate DRAM size

2018-05-17 Thread Andre Przywara
Hi, On 17/05/18 09:35, Icenowy Zheng wrote: > > > 于 2018年5月17日 GMT+08:00 下午4:16:58, Andre Przywara 写到: >> This series tries to solve three issues we currently have on >> Allwinner boards: >> - The DRAM sizing routine can only cope with power-of-two sized DRAM. >> - The DRAM sizing routine steps

Re: [U-Boot] [RFC PATCH 0/3] sunxi: extend SPL header to propagate DRAM size

2018-05-17 Thread Icenowy Zheng
于 2018年5月17日 GMT+08:00 下午4:16:58, Andre Przywara 写到: >This series tries to solve three issues we currently have on >Allwinner boards: >- The DRAM sizing routine can only cope with power-of-two sized DRAM. >- The DRAM sizing routine steps through all DRAM, possibly hitting >secure > memory. >- T

Re: [U-Boot] [RFC PATCH 0/3] sunxi: extend SPL header to propagate DRAM size

2018-05-17 Thread Maxime Ripard
On Thu, May 17, 2018 at 09:16:58AM +0100, Andre Przywara wrote: > This series tries to solve three issues we currently have on > Allwinner boards: > - The DRAM sizing routine can only cope with power-of-two sized DRAM. > - The DRAM sizing routine steps through all DRAM, possibly hitting secure >

[U-Boot] [RFC PATCH 0/3] sunxi: extend SPL header to propagate DRAM size

2018-05-17 Thread Andre Przywara
This series tries to solve three issues we currently have on Allwinner boards: - The DRAM sizing routine can only cope with power-of-two sized DRAM. - The DRAM sizing routine steps through all DRAM, possibly hitting secure memory. - The SPL header versioning is quite strict and tends to break eve