Re: [U-Boot] [PATCH 0/5] fix the boot issue of Rockchip RK3036

2017-07-06 Thread Tom Rini
On Wed, Jul 05, 2017 at 02:21:03PM +0800, Andy Yan wrote: > Hi Tom: > > > On 2017年07月05日 09:56, Tom Rini wrote: > >On Wed, Jul 05, 2017 at 09:08:47AM +0800, Andy Yan wrote: > >>Hi Tom: > >> > >> > >>On 2017年07月04日 21:32, Tom Rini wrote: > >>>On Mon, Jul 03, 2017 at 04:02:59PM +0800, Andy Yan wrot

Re: [U-Boot] [PATCH 0/5] fix the boot issue of Rockchip RK3036

2017-07-04 Thread Andy Yan
Hi Tom: On 2017年07月05日 09:56, Tom Rini wrote: On Wed, Jul 05, 2017 at 09:08:47AM +0800, Andy Yan wrote: Hi Tom: On 2017年07月04日 21:32, Tom Rini wrote: On Mon, Jul 03, 2017 at 04:02:59PM +0800, Andy Yan wrote: Hi Philipp: On 2017年06月30日 16:14, Dr. Philipp Tomsich wrote: Andy, On 30 Jun

Re: [U-Boot] [PATCH 0/5] fix the boot issue of Rockchip RK3036

2017-07-04 Thread Tom Rini
On Wed, Jul 05, 2017 at 09:08:47AM +0800, Andy Yan wrote: > Hi Tom: > > > On 2017年07月04日 21:32, Tom Rini wrote: > >On Mon, Jul 03, 2017 at 04:02:59PM +0800, Andy Yan wrote: > >>Hi Philipp: > >> > >> > >>On 2017年06月30日 16:14, Dr. Philipp Tomsich wrote: > >>>Andy, > >>> > On 30 Jun 2017, at 09:

Re: [U-Boot] [PATCH 0/5] fix the boot issue of Rockchip RK3036

2017-07-04 Thread Andy Yan
Hi Tom: On 2017年07月04日 21:32, Tom Rini wrote: On Mon, Jul 03, 2017 at 04:02:59PM +0800, Andy Yan wrote: Hi Philipp: On 2017年06月30日 16:14, Dr. Philipp Tomsich wrote: Andy, On 30 Jun 2017, at 09:47, Andy Yan wrote: As Kever mentioned in [0], the RK3036 based boards could't bootup for a l

Re: [U-Boot] [PATCH 0/5] fix the boot issue of Rockchip RK3036

2017-07-04 Thread Andy Yan
Hi Heiko: On 2017年07月05日 03:54, Heiko Stübner wrote: Hi Andy, Am Montag, 3. Juli 2017, 16:02:59 CEST schrieb Andy Yan: On 2017年06月30日 16:14, Dr. Philipp Tomsich wrote: On 30 Jun 2017, at 09:47, Andy Yan wrote: As Kever mentioned in [0], the RK3036 based boards could't bootup for a long time

Re: [U-Boot] [PATCH 0/5] fix the boot issue of Rockchip RK3036

2017-07-04 Thread Heiko Stübner
Hi Andy, Am Montag, 3. Juli 2017, 16:02:59 CEST schrieb Andy Yan: > On 2017年06月30日 16:14, Dr. Philipp Tomsich wrote: > >> On 30 Jun 2017, at 09:47, Andy Yan wrote: > >> As Kever mentioned in [0], the RK3036 based boards could't > >> bootup for a long time. > >> After a git bisect, I found the RK3

Re: [U-Boot] [PATCH 0/5] fix the boot issue of Rockchip RK3036

2017-07-04 Thread Dr. Philipp Tomsich
For what it’s worth: GCC 7.1 (in an aarch64-unknown-elf configuration) is now our default build-environment for our RK3399 and RK3368 boards and works as expected. > On 04 Jul 2017, at 15:32, Tom Rini wrote: > > On Mon, Jul 03, 2017 at 04:02:59PM +0800, Andy Yan wrote: >> Hi Philipp: >> >> >>

Re: [U-Boot] [PATCH 0/5] fix the boot issue of Rockchip RK3036

2017-07-04 Thread Tom Rini
On Mon, Jul 03, 2017 at 04:02:59PM +0800, Andy Yan wrote: > Hi Philipp: > > > On 2017年06月30日 16:14, Dr. Philipp Tomsich wrote: > >Andy, > > > >>On 30 Jun 2017, at 09:47, Andy Yan wrote: > >> > >> > >>As Kever mentioned in [0], the RK3036 based boards could't > >>bootup for a long time. > >>After

Re: [U-Boot] [PATCH 0/5] fix the boot issue of Rockchip RK3036

2017-07-03 Thread Andy Yan
Hi Philipp: On 2017年06月30日 16:14, Dr. Philipp Tomsich wrote: Andy, On 30 Jun 2017, at 09:47, Andy Yan wrote: As Kever mentioned in [0], the RK3036 based boards could't bootup for a long time. After a git bisect, I found the RK3036 SPL code size has increased from patch [1] [2]. Before Tom'