arm-trusted-firmware/include
Ryan Harkin b49b322190 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>
2015-06-18 16:06:32 +01:00
..
bl31 Initialise cpu ops after enabling data cache 2015-03-13 10:38:09 +00:00
bl32 Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7) 2015-04-13 17:17:56 +01:00
common Add linker symbol declarations to bl_common.h 2015-04-28 19:50:56 +01:00
drivers Add SP804 delay timer driver 2015-06-18 16:06:26 +01:00
lib Add header guards to asm macro files 2015-04-27 18:06:24 +01:00
plat FVP: Add SP804 delay timer 2015-06-18 16:06:32 +01:00
stdlib Enable type-checking of arguments passed to printf() et al. 2015-03-06 13:07:43 +00:00