Remove SPM Alpha 1 prototype TFTF configs
The Secure Partition Manager (SPM) prototype implementation is
being removed. This is preparatory work for putting in place a
dispatcher component that, in turn, enables partition managers
at S-EL2 / S-EL1.
Change-Id: I76b0aa24352531a86e6cda4877a20d2ab52dd475
Signed-off-by: Artsem Artsemenka <artsem.artsemenka@arm.com>
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
diff --git a/run_config/fvp-tftf-spm b/run_config/fvp-tftf-spm
deleted file mode 100644
index 6139d05..0000000
--- a/run_config/fvp-tftf-spm
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/bash
-#
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-pre_tf_build() {
- # Build sptool for this config
- targets="all fiptool sptool" set_tf_build_targets
-}
-
-pre_tftf_build() {
- # Build TFTF, Cactus and Ivy for this config
- targets="tftf cactus ivy" set_tftf_build_targets
-}
-
-post_tf_build() {
- # Build the Secure Partition package
- trusted_firmware/tools/sptool/sptool \
- -o "$archive/bl32.bin" \
- -i "$archive/cactus.bin":"$archive/cactus.dtb" \
- -i "$archive/ivy.bin":"$archive/ivy.dtb"
-}
-
-post_fetch_tf_resource() {
- uart="2" file="cactus.exp" track_expect
- uart="3" file="ivy.exp" track_expect
-}
diff --git a/run_config/fvp-tftf.spm.quark b/run_config/fvp-tftf.spm.quark
deleted file mode 100644
index 4077d9c..0000000
--- a/run_config/fvp-tftf.spm.quark
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-#
-# Copyright (c) 2019, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-pre_tf_build() {
- # Build sptool for this config
- targets="all fiptool sptool" set_tf_build_targets
-}
-
-pre_tftf_build() {
- # Build TFTF and Quark for this config
- targets="tftf quark" set_tftf_build_targets
-}
-
-post_tf_build() {
- # Build the Secure Partition package
- trusted_firmware/tools/sptool/sptool \
- -o "$archive/bl32.bin" \
- -i "$archive/quark.bin":"$archive/quark.dtb"
-
- build_fip BL33="$archive/tftf.bin" BL32="$archive/bl32.bin"
-}