summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorPaul Beesley <paul.beesley@arm.com>2019-10-15 16:14:14 +0000
committerManish Pandey <manish.pandey2@arm.com>2019-12-20 16:04:49 +0000
commit99c69109ec2602eba16d5fa190fef9cd6e5cef22 (patch)
treea4c4baa652a2c6f173c881f6d4bf3fe5d13c2a0a /services
parent6b1d9e6c3907074284b7d632bd2ca0ee0db5c6e2 (diff)
spm-mm: Rename aarch64 assembly files
Change-Id: I2bab67f319758dd033aa689d985227cad796cdea Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Diffstat (limited to 'services')
-rw-r--r--services/std_svc/spm_mm/aarch64/spm_mm_helpers.S (renamed from services/std_svc/spm_mm/aarch64/spm_helpers.S)0
-rw-r--r--services/std_svc/spm_mm/aarch64/spm_mm_shim_exceptions.S (renamed from services/std_svc/spm_mm/aarch64/spm_shim_exceptions.S)0
-rw-r--r--services/std_svc/spm_mm/spm_mm.mk4
3 files changed, 2 insertions, 2 deletions
diff --git a/services/std_svc/spm_mm/aarch64/spm_helpers.S b/services/std_svc/spm_mm/aarch64/spm_mm_helpers.S
index 2c3aaf7ae..2c3aaf7ae 100644
--- a/services/std_svc/spm_mm/aarch64/spm_helpers.S
+++ b/services/std_svc/spm_mm/aarch64/spm_mm_helpers.S
diff --git a/services/std_svc/spm_mm/aarch64/spm_shim_exceptions.S b/services/std_svc/spm_mm/aarch64/spm_mm_shim_exceptions.S
index dab615012..dab615012 100644
--- a/services/std_svc/spm_mm/aarch64/spm_shim_exceptions.S
+++ b/services/std_svc/spm_mm/aarch64/spm_mm_shim_exceptions.S
diff --git a/services/std_svc/spm_mm/spm_mm.mk b/services/std_svc/spm_mm/spm_mm.mk
index 1de31a681..656488b8e 100644
--- a/services/std_svc/spm_mm/spm_mm.mk
+++ b/services/std_svc/spm_mm/spm_mm.mk
@@ -12,8 +12,8 @@ ifneq (${ARCH},aarch64)
endif
SPM_SOURCES := $(addprefix services/std_svc/spm_mm/, \
- ${ARCH}/spm_helpers.S \
- ${ARCH}/spm_shim_exceptions.S \
+ ${ARCH}/spm_mm_helpers.S \
+ ${ARCH}/spm_mm_shim_exceptions.S \
spm_mm_main.c \
spm_mm_setup.c \
spm_mm_xlat.c)