
On 21 January 2016 at 19:45, Simon Glass sjg@chromium.org wrote:
Add a feature which speeds up the CPU to full speed in SPL to minimise boot time. This is only supported for certain boards (at present only jerry).
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/arm/dts/rk3288-veyron.dtsi | 2 + arch/arm/include/asm/arch-rockchip/clock.h | 5 +++ arch/arm/include/asm/arch-rockchip/cru_rk3288.h | 12 ++++++ arch/arm/mach-rockchip/rk3288/Kconfig | 9 ++++ arch/arm/mach-rockchip/rk3288/sdram_rk3288.c | 36 ++++++++++++++++ configs/chromebook_jerry_defconfig | 1 + drivers/clk/clk_rk3288.c | 56 +++++++++++++++++++++++++ include/configs/chromebook_jerry.h | 3 ++ 8 files changed, 124 insertions(+)
Applied to u-boot-rockchip.