PSCI: Migrate TF to the new platform API and CM helpers
authorSoby Mathew <soby.mathew@arm.com>
Mon, 13 Jul 2015 10:21:11 +0000 (11:21 +0100)
committerAchin Gupta <achin.gupta@arm.com>
Thu, 13 Aug 2015 22:48:06 +0000 (23:48 +0100)
commit85a181ce3878187ba684f28b3c93cc098bc971fc
treedf517eb231d57f0135d2433a014b93916d4e359b
parent5c8babcd70149db57734a38be432fe6625f3888f
PSCI: Migrate TF to the new platform API and CM helpers

This patch migrates the rest of Trusted Firmware excluding Secure Payload and
the dispatchers to the new platform and context management API. The per-cpu
data framework APIs which took MPIDRs as their arguments are deleted and only
the ones which take core index as parameter are retained.

Change-Id: I839d05ad995df34d2163a1cfed6baa768a5a595d
bl2/aarch64/bl2_entrypoint.S
bl31/aarch64/cpu_data.S
bl31/bl31_main.c
include/bl31/cpu_data.h
include/common/el3_common_macros.S
lib/locks/bakery/bakery_lock_coherent.c
lib/locks/bakery/bakery_lock_normal.c