]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(msm8916): expose more timer frames
authorStephan Gerhold <stephan@gerhold.net>
Wed, 22 Mar 2023 17:15:15 +0000 (18:15 +0100)
committerManish V Badarkhe <manish.badarkhe@arm.com>
Tue, 9 May 2023 19:44:58 +0000 (21:44 +0200)
commit1781bf1c40594e3a3f36404da793d5c7a6bca533
tree58ec0353f743382fac534cc927aed441b42ad819
parentd833af3ab50cd2cfecb8868c3d5340df1572f042
feat(msm8916): expose more timer frames

The memory-mapped generic timer on msm8916 has 7 timer frames, but
currently only one is exposed for usage in the non-secure world.

The platform port is currently only designed to be used as minimal PSCI
implementation, without secure world that could make use of the other
timer frames. Let's make all of them available to the normal world.

If needed this could still be changed later by reserving some timer
frames conditionally to a specific SPD being enabled in the build.

Change-Id: Ib59df16aa1fd3dbc875ab6369c133737830c98c6
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
plat/qti/msm8916/msm8916_bl31_setup.c