]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: add timer driver
authorhuang lin <hl@rock-chips.com>
Tue, 17 Nov 2015 06:20:09 +0000 (14:20 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
commitcc2244b8fa85b4a8af228617ed7566785dfb1728
treea688f3f3f8b7301053262f64270bfc76f98df769
parentabe919ec5487bda93245369eb103b20e182fd8b5
rockchip: add timer driver

some rockchip soc will not include lib/timer.c in SPL stage,
so implement timer driver for some soc can use us delay function in SPL.

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-rockchip/timer.h [new file with mode: 0644]
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/board-spl.c
arch/arm/mach-rockchip/rk_timer.c [new file with mode: 0644]
include/configs/rk3288_common.h