From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Fri, 24 Mar 2017 17:04:39 +0100 Subject: [U-Boot] [PATCH 0/8] rockchip: rk3188: fixups and armclk speedup In-Reply-To: References: <20170320114036.21475-1-heiko@sntech.de> Message-ID: <4763928.6redEziD3S@phil> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Am Donnerstag, 23. M=C3=A4rz 2017, 21:28:01 CET schrieb Simon Glass: > Hi Heiko, >=20 > 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. > > > > Some smaller fixes also turned up while adding the ARMCLK-support. > > > > It's currently based on Simon's spl-working branch and Kever's > > spl_early_init patch, as that includes the last missing rk3188 > > patches and also keeps uboot starting on rk3188. >=20 > This should be in mainline now so can you also please test against that? yep, all good. As stated in my fixup series yesterday, this should of course go on top of the final radxarock addition. Heiko