Re: [U-Boot] [PATCH v4 00/20] rk3188 uboot support

2017-02-23 Thread Simon Glass
Hi Heiko, On 22 February 2017 at 20:59, Heiko Stuebner wrote: > Am Mittwoch, 22. Februar 2017, 20:26:18 CET schrieb Simon Glass: >> Hi Heiko, >> >> On 18 February 2017 at 11:46, Heiko Stuebner wrote: >> > Hi, >> > >> > thanks to Kever finding the needle in the haystack (wrong resets >> > in sdra

Re: [U-Boot] [PATCH v4 00/20] rk3188 uboot support

2017-02-23 Thread Heiko Stuebner
Am Donnerstag, 23. Februar 2017, 09:19:20 CET schrieb Simon Glass: > Hi Heiko, > > On 22 February 2017 at 20:59, Heiko Stuebner wrote: > > Am Mittwoch, 22. Februar 2017, 20:26:18 CET schrieb Simon Glass: > >> Hi Heiko, > >> > >> On 18 February 2017 at 11:46, Heiko Stuebner wrote: > >> > Hi, > >

Re: [U-Boot] [PATCH v4 00/20] rk3188 uboot support

2017-02-22 Thread Heiko Stuebner
Am Mittwoch, 22. Februar 2017, 20:26:18 CET schrieb Simon Glass: > Hi Heiko, > > On 18 February 2017 at 11:46, Heiko Stuebner wrote: > > Hi, > > > > thanks to Kever finding the needle in the haystack (wrong resets > > in sdram driver actually resetting the sdmmc controller) the rk3188 > > can no

Re: [U-Boot] [PATCH v4 00/20] rk3188 uboot support

2017-02-22 Thread Simon Glass
Hi Heiko, On 18 February 2017 at 11:46, Heiko Stuebner wrote: > Hi, > > thanks to Kever finding the needle in the haystack (wrong resets > in sdram driver actually resetting the sdmmc controller) the rk3188 > can now actually load uboot into memory from spl ... yay . > > So this v4 does hopefully

[U-Boot] [PATCH v4 00/20] rk3188 uboot support

2017-02-20 Thread Heiko Stuebner
Hi, thanks to Kever finding the needle in the haystack (wrong resets in sdram driver actually resetting the sdmmc controller) the rk3188 can now actually load uboot into memory from spl ... yay . So this v4 does hopefully addresses all last review comments from Simon and includes of course the ne