Remove the concept of coherent stacks
authorAchin Gupta <achin.gupta@arm.com>
Thu, 26 Jun 2014 10:12:37 +0000 (11:12 +0100)
committerAchin Gupta <achin.gupta@arm.com>
Mon, 28 Jul 2014 09:04:04 +0000 (10:04 +0100)
commit539a7b383d52493a94df4f5da8f74aa102429fa0
tree2bc9dd66d2488587cc2bc05f887f2467b4a79dec
parentb51da821821cfda0d44f09a6f92fdc5933f9b23b
Remove the concept of coherent stacks

This patch removes the allocation of memory for coherent stacks, associated
accessor function and some dead code which called the accessor function. It also
updates the porting guide to remove the concept and the motivation behind using
stacks allocated in coherent memory.

Fixes ARM-software/tf-issues#198

Change-Id: I00ff9a04f693a03df3627ba39727e3497263fc38
docs/porting-guide.md
plat/common/aarch64/platform_mp_stack.S
plat/common/aarch64/platform_up_stack.S
plat/fvp/fvp_pm.c
plat/fvp/include/platform_def.h
services/std_svc/psci/psci_afflvl_off.c
services/std_svc/psci/psci_afflvl_suspend.c
services/std_svc/psci/psci_common.c
services/std_svc/psci/psci_entry.S