[U-Boot] [PATCH v1 02/12] rockchip: implement rockchip timer init function
Simon Glass
sjg at chromium.org
Thu Oct 22 16:07:29 CEST 2015
On 20 October 2015 at 20:37, Lin Huang <hl at rock-chips.com> wrote:
> now the timer init function implement in board-spl.c, but it may
> not use SPL in other board or other rockchip SOC, so implement timer
> init in common.c, we can call it if we need.
>
> Signed-off-by: Lin Huang <hl at rock-chips.com>
> ---
> Changes in v1: None
>
> arch/arm/include/asm/arch-rockchip/hardware.h | 2 +-
> arch/arm/include/asm/arch-rockchip/timer.h | 18 ++++++++++++++++++
> arch/arm/mach-rockchip/board.c | 8 +++++++-
> arch/arm/mach-rockchip/common.c | 11 +++++++++++
> include/configs/rk3288_common.h | 3 ++-
> 5 files changed, 39 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-rockchip/timer.h
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list