Define the Non-Secure timer frame ID for ARM platforms
authorVikram Kanigiri <vikram.kanigiri@arm.com>
Fri, 31 Jul 2015 15:35:05 +0000 (16:35 +0100)
committerVikram Kanigiri <vikram.kanigiri@arm.com>
Fri, 11 Sep 2015 10:39:22 +0000 (11:39 +0100)
commit4b1439c5ae9bf5f1d1aeabc9271cec8b430f5396
tree1419d507182b372ec9ea955f1ec8bbb7b71be075
parente86c1ff0c95c1ccecd3f6c57139d6e500f1f434d
Define the Non-Secure timer frame ID for ARM platforms

On Juno and FVP platforms, the Non-Secure System timer corresponds
to frame 1. However, this is a platform-specific decision and it
shouldn't be hard-coded. Hence, this patch introduces
PLAT_ARM_NSTIMER_FRAME_ID which should be used by all ARM platforms
to specify the correct non-secure timer frame.

Change-Id: I6c3a905d7d89200a2f58c20ce5d1e1d166832bba
include/plat/arm/css/common/css_def.h
plat/arm/board/fvp/include/platform_def.h
plat/arm/common/arm_bl31_setup.c