FVP: Add SP804 delay timer
authorRyan Harkin <ryan.harkin@linaro.org>
Tue, 17 Mar 2015 14:54:01 +0000 (14:54 +0000)
committerDan Handley <dan.handley@arm.com>
Thu, 18 Jun 2015 15:06:32 +0000 (16:06 +0100)
commitb49b3221900e4bc1d223227273815492da599f20
tree9a932bf51a722da81e23d4128658f8ea4d0ea741
parentcc58b2d0f5698560d9f8c26e136fd0afc1d5d71b
FVP: Add SP804 delay timer

Add SP804 delay timer support to the FVP BSP.

This commit simply provides the 3 constants needed by the SP804
delay timer driver and calls sp804_timer_init() in
bl2_platform_setup(). The BSP does not currently use the delay
timer functions.

Note that the FVP SP804 is a normal world accessible peripheral
and should not be used by the secure world after transition
to the normal world.

Change-Id: I5f91d2ac9eb336fd81943b3bb388860dfb5f2b39
Co-authored-by: Dan Handley <dan.handley@arm.com>
include/plat/arm/board/common/v2m_def.h
plat/arm/board/fvp/fvp_bl2_setup.c
plat/arm/board/fvp/fvp_def.h
plat/arm/board/fvp/platform.mk