Re: [U-Boot] [PATCH] sunxi: Fix buggy sun6i/sun8i DRAM size detection logic

2014-12-27 Thread Hans de Goede
Hi, On 24-12-14 17:58, Siarhei Siamashka wrote: After reboot, reset or even short power off, DRAM typically retains the old stale data for some period of time (for this type of memory, the bits of data are stored in slowly discharging capacitors). The current sun6i/sun8i DRAM size detection log

Re: [U-Boot] [PATCH] sunxi: Fix buggy sun6i/sun8i DRAM size detection logic

2014-12-25 Thread Hans de Goede
Hi, On 25-12-14 17:13, Siarhei Siamashka wrote: On Thu, 25 Dec 2014 11:14:23 +0100 Hans de Goede wrote: Hi, On 25-12-14 03:07, Siarhei Siamashka wrote: On Wed, 24 Dec 2014 19:39:33 +0200 Siarhei Siamashka wrote: On Wed, 24 Dec 2014 18:58:17 +0200 Siarhei Siamashka wrote: After reboot,

Re: [U-Boot] [PATCH] sunxi: Fix buggy sun6i/sun8i DRAM size detection logic

2014-12-25 Thread Siarhei Siamashka
On Thu, 25 Dec 2014 11:14:23 +0100 Hans de Goede wrote: > Hi, > > On 25-12-14 03:07, Siarhei Siamashka wrote: > > On Wed, 24 Dec 2014 19:39:33 +0200 > > Siarhei Siamashka wrote: > > > >> On Wed, 24 Dec 2014 18:58:17 +0200 > >> Siarhei Siamashka wrote: > >> > >>> After reboot, reset or even sho

Re: [U-Boot] [PATCH] sunxi: Fix buggy sun6i/sun8i DRAM size detection logic

2014-12-25 Thread Hans de Goede
Hi, On 25-12-14 03:07, Siarhei Siamashka wrote: On Wed, 24 Dec 2014 19:39:33 +0200 Siarhei Siamashka wrote: On Wed, 24 Dec 2014 18:58:17 +0200 Siarhei Siamashka wrote: After reboot, reset or even short power off, DRAM typically retains the old stale data for some period of time (for this t

Re: [U-Boot] [PATCH] sunxi: Fix buggy sun6i/sun8i DRAM size detection logic

2014-12-24 Thread Siarhei Siamashka
On Wed, 24 Dec 2014 19:39:33 +0200 Siarhei Siamashka wrote: > On Wed, 24 Dec 2014 18:58:17 +0200 > Siarhei Siamashka wrote: > > > After reboot, reset or even short power off, DRAM typically retains > > the old stale data for some period of time (for this type of memory, > > the bits of data are

Re: [U-Boot] [PATCH] sunxi: Fix buggy sun6i/sun8i DRAM size detection logic

2014-12-24 Thread Siarhei Siamashka
On Wed, 24 Dec 2014 18:58:17 +0200 Siarhei Siamashka wrote: > After reboot, reset or even short power off, DRAM typically retains > the old stale data for some period of time (for this type of memory, > the bits of data are stored in slowly discharging capacitors). > > The current sun6i/sun8i DR

[U-Boot] [PATCH] sunxi: Fix buggy sun6i/sun8i DRAM size detection logic

2014-12-24 Thread Siarhei Siamashka
After reboot, reset or even short power off, DRAM typically retains the old stale data for some period of time (for this type of memory, the bits of data are stored in slowly discharging capacitors). The current sun6i/sun8i DRAM size detection logic, which is inherited from the Allwinner code, rel