summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2016-07-13 17:12:33 +0100
committerSoby Mathew <soby.mathew@arm.com>2016-09-26 14:44:45 +0100
commit002616533d640e5fdce83c18ad14330c13b4a40f (patch)
treecfb0ed7c49725aff356d703945fcd4ad1db2fa0b /framework
parent36b6b81308476424e37d7858b32ed5fc45ce35ee (diff)
AArch32: Add basic support
This patch pulls in required AArch32 support from ARM Trusted Firmware. The previous `spinlock.S` file which was AArch64 specific is now moved into the `aarch64` folder. The `asm_macros.S` file has been refactored and the common macros are moved to a new file `asm_macros_common.S`. The makefiles are also updated for these changes. Change-Id: I46e5f7472ee1025b158c3587e7dc12210425f929
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 5aade18..81cd632 100644
--- a/framework/framework.mk
+++ b/framework/framework.mk
@@ -62,7 +62,7 @@ FRAMEWORK_SOURCES := ${AUTOGEN_DIR}/tests_list.c \
lib/delay/delay.c \
lib/events/events.c \
lib/irq/irq.c \
- lib/locks/spinlock.S \
+ lib/locks/aarch64/spinlock.S \
lib/power_management/hotplug/hotplug.c \
lib/power_management/suspend/asm_tftf_suspend.S \
lib/power_management/suspend/tftf_suspend.c \