Re: [U-Boot] [PATCH 0/8] rockchip: rk3188: fixups and armclk speedup

2017-03-27 Thread Heiko Stuebner
Am Montag, 27. März 2017, 12:36:00 CEST schrieb Simon Glass: > Hi Heiko, > > On 24 March 2017 at 10:04, Heiko Stuebner wrote: > > Am Donnerstag, 23. März 2017, 21:28:01 CET schrieb Simon Glass: > >> Hi Heiko, > >> > >> On 20 March 2017 at 05:40, Heiko Stuebner wrote: > >> > The ARMCLK starts at

Re: [U-Boot] [PATCH 0/8] rockchip: rk3188: fixups and armclk speedup

2017-03-27 Thread Simon Glass
Hi Heiko, On 24 March 2017 at 10:04, Heiko Stuebner wrote: > Am Donnerstag, 23. März 2017, 21:28:01 CET schrieb Simon Glass: >> Hi Heiko, >> >> On 20 March 2017 at 05:40, Heiko Stuebner wrote: >> > The ARMCLK starts at 24MHz on the rk3188 which makes u-boot startup >> > unnecessary slow. We can

Re: [U-Boot] [PATCH 0/8] rockchip: rk3188: fixups and armclk speedup

2017-03-24 Thread Heiko Stuebner
Am Donnerstag, 23. März 2017, 21:28:01 CET schrieb Simon Glass: > Hi Heiko, > > On 20 March 2017 at 05:40, Heiko Stuebner wrote: > > The ARMCLK starts at 24MHz on the rk3188 which makes u-boot startup > > unnecessary slow. We can easily switch to 600MHz without involving > > the pmic and thus do

Re: [U-Boot] [PATCH 0/8] rockchip: rk3188: fixups and armclk speedup

2017-03-23 Thread Simon Glass
Hi Heiko, On 20 March 2017 at 05:40, Heiko Stuebner wrote: > The ARMCLK starts at 24MHz on the rk3188 which makes u-boot startup > unnecessary slow. We can easily switch to 600MHz without involving > the pmic and thus do this in the SPL to also make the rc4-decoding > of the U-Boot image faster.

[U-Boot] [PATCH 0/8] rockchip: rk3188: fixups and armclk speedup

2017-03-20 Thread Heiko Stuebner
The ARMCLK starts at 24MHz on the rk3188 which makes u-boot startup unnecessary slow. We can easily switch to 600MHz without involving the pmic and thus do this in the SPL to also make the rc4-decoding of the U-Boot image faster. Some smaller fixes also turned up while adding the ARMCLK-support.