ci: remove redundant run configs

This ctx_memuse run doesn't really care what model we're running - all
of the context allocation decisions are made at compile time. So there
is no need for a special run config - remove it. Replace it with the all
feature config in case we start allocating context at runtime.

The fvp-tspd-aarch64-only-cc build config is entirely superceded by the
feat config.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: Ic72097f5227ba7dc6ab5ed923b835752aa68f352
diff --git a/group/tf-l2-boot-tests-misc/fvp-report-max-ctx-mem-use,fvp-template:fvp-tftf-fip.tftf-aemv8a.ctx_memuse-debug b/group/tf-l2-boot-tests-misc/fvp-report-max-ctx-mem-use,fvp-template:fvp-tftf-fip.tftf-aemv8a.all-debug
similarity index 100%
rename from group/tf-l2-boot-tests-misc/fvp-report-max-ctx-mem-use,fvp-template:fvp-tftf-fip.tftf-aemv8a.ctx_memuse-debug
rename to group/tf-l2-boot-tests-misc/fvp-report-max-ctx-mem-use,fvp-template:fvp-tftf-fip.tftf-aemv8a.all-debug
diff --git a/group/tf-l3-code-coverage/fvp-tspd-aarch64-only-cc,fvp-cpu-extensions:fvp-tftf-fip.tftf-aemv8a.all.bmcov-debug b/group/tf-l3-code-coverage/fvp-aarch64-feats,fvp-cpu-extensions:fvp-tftf-fip.tftf-aemv8a.all.bmcov-debug
similarity index 100%
rename from group/tf-l3-code-coverage/fvp-tspd-aarch64-only-cc,fvp-cpu-extensions:fvp-tftf-fip.tftf-aemv8a.all.bmcov-debug
rename to group/tf-l3-code-coverage/fvp-aarch64-feats,fvp-cpu-extensions:fvp-tftf-fip.tftf-aemv8a.all.bmcov-debug
diff --git a/run_config/fvp-aemv8a.ctx_memuse b/run_config/fvp-aemv8a.ctx_memuse
deleted file mode 100644
index 799199a..0000000
--- a/run_config/fvp-aemv8a.ctx_memuse
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2024, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-generate_lava_job() {
-	local model="base-aemv8a"
-
-	model="$model" \
-		arch_version="8.7" \
-		memory_tagging_support_level="3" \
-		gen_model_params
-
-	model="$model" gen_fvp_yaml
-}
diff --git a/tf_config/fvp-tspd-aarch64-only-cc b/tf_config/fvp-tspd-aarch64-only-cc
deleted file mode 100644
index 60294c6..0000000
--- a/tf_config/fvp-tspd-aarch64-only-cc
+++ /dev/null
@@ -1,9 +0,0 @@
-CROSS_COMPILE=aarch64-none-elf-
-CTX_INCLUDE_AARCH32_REGS=0
-ENABLE_SME_FOR_NS=2
-ENABLE_SME2_FOR_NS=2
-ENABLE_FEAT_AMU=2
-ENABLE_FEAT_MTE2=2
-PLAT=fvp
-SPD=tspd
-ENABLE_ASSERTIONS=0