commit | 6bb3a506bf2c94a959735d03e2dd9f1e377c8451 | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Thu Oct 12 16:08:02 2023 +0200 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Fri Jan 26 12:01:29 2024 +0100 |
tree | eb268bbc5ec9569193c661f481a91a70f117ed3c | |
parent | 0f49af50669fa3484df3166e7db8a28c70d06329 [diff] |
refactor(spm): rename spm cpu_features to simd test_spm_cpu_features.c is renamed test_spm_simd.c cactus_test_cpu_features.c is renamed cactus_test_simd.c Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: Icc2d7deada0ff335436cf36c7f2d2dfbf2a0d9a3
diff --git a/spm/cactus/cactus.mk b/spm/cactus/cactus.mk index be8997e..4e86e3d 100644 --- a/spm/cactus/cactus.mk +++ b/spm/cactus/cactus.mk
@@ -49,7 +49,7 @@ ) \ $(addprefix spm/cactus/cactus_tests/, \ cactus_message_loop.c \ - cactus_test_cpu_features.c \ + cactus_test_simd.c \ cactus_test_direct_messaging.c \ cactus_test_interrupts.c \ cactus_test_memory_sharing.c \
diff --git a/spm/cactus/cactus_tests/cactus_test_cpu_features.c b/spm/cactus/cactus_tests/cactus_test_simd.c similarity index 100% rename from spm/cactus/cactus_tests/cactus_test_cpu_features.c rename to spm/cactus/cactus_tests/cactus_test_simd.c
diff --git a/tftf/tests/runtime_services/secure_service/test_spm_cpu_features.c b/tftf/tests/runtime_services/secure_service/test_spm_simd.c similarity index 100% rename from tftf/tests/runtime_services/secure_service/test_spm_cpu_features.c rename to tftf/tests/runtime_services/secure_service/test_spm_simd.c
diff --git a/tftf/tests/tests-spm.mk b/tftf/tests/tests-spm.mk index 174e11d..97b3a49 100644 --- a/tftf/tests/tests-spm.mk +++ b/tftf/tests/tests-spm.mk
@@ -27,7 +27,7 @@ ifeq (${ARCH},aarch64) TESTS_SOURCES += \ $(addprefix tftf/tests/runtime_services/secure_service/, \ - test_spm_cpu_features.c \ + test_spm_simd.c \ ) TESTS_SOURCES += \