]> git.baikalelectronics.ru Git - arm-tf.git/commit
PSCI: Migrate SPDs and TSP to the new platform and framework API
authorSoby Mathew <soby.mathew@arm.com>
Wed, 8 Jul 2015 20:45:46 +0000 (21:45 +0100)
committerAchin Gupta <achin.gupta@arm.com>
Thu, 13 Aug 2015 22:48:07 +0000 (23:48 +0100)
commitfd650ff61b80a2155002def233ffddb439e3c071
tree8f5007bc5301e1f8809a8fb2c74e7312a2605912
parenta6bd5ffbb0b8e4c767190a69ed07f3db0a8052d8
PSCI: Migrate SPDs and TSP to the new platform and framework API

The new PSCI frameworks mandates that the platform APIs and the various
frameworks in Trusted Firmware migrate away from MPIDR based core
identification to one based on core index. Deprecated versions of the old
APIs are still present to provide compatibility but their implementations
are not optimal. This patch migrates the various SPDs exisiting within
Trusted Firmware tree and TSP to the new APIs.

Change-Id: Ifc37e7071c5769b5ded21d0b6a071c8c4cab7836
bl32/tsp/aarch64/tsp_entrypoint.S
bl32/tsp/tsp_interrupt.c
bl32/tsp/tsp_main.c
bl32/tsp/tsp_timer.c
services/spd/opteed/opteed_main.c
services/spd/opteed/opteed_pm.c
services/spd/tlkd/tlkd_main.c
services/spd/tspd/tspd_main.c
services/spd/tspd/tspd_pm.c