summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2016-07-13 17:59:46 +0100
committerSoby Mathew <soby.mathew@arm.com>2016-09-26 14:44:56 +0100
commit7536a0026de009e53cdf6637dfd1d59fab0dd74d (patch)
tree88fefbe0291bc6b51be1d438aa061c8f056fcff8 /framework
parent3dba8936dbf4745bc08475096bdb93be82a8e61d (diff)
AArch32: Rework the suspend framework
This patch adds AArch32 support for the suspend framework. The `asm_tftf_suspend.S` which was AArch64 specific is now moved in the `aarch64` folder. Also the suspend test case for AFFLVL3 is now modified to skip in AArch32 build because it is not a valid affinity level for AArch32. Change-Id: I74aa0034f3a7785b996606f523b09bb92c35bfd1
Diffstat (limited to 'framework')
-rw-r--r--framework/framework.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/framework.mk b/framework/framework.mk
index 0527c6b..e7ea6d2 100644
--- a/framework/framework.mk
+++ b/framework/framework.mk
@@ -64,7 +64,7 @@ FRAMEWORK_SOURCES := ${AUTOGEN_DIR}/tests_list.c \
lib/irq/irq.c \
lib/locks/aarch64/spinlock.S \
lib/power_management/hotplug/hotplug.c \
- lib/power_management/suspend/asm_tftf_suspend.S \
+ lib/power_management/suspend/aarch64/asm_tftf_suspend.S \
lib/power_management/suspend/tftf_suspend.c \
lib/psci/psci.c \
lib/smc/aarch64/asm_smc.S \