summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandni Cherukuri <chandni.cherukuri@arm.com>2019-02-22 10:55:42 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-02-26 12:56:19 +0530
commit053ff395e8b10f2159a833d297fd286802485f01 (patch)
tree2bedd1c6f0bb5ec46c821e6ff2f178fde5edb79a
parent41842f5d76829ff74297b35c3cd7957d4ce4f2a6 (diff)
sgi/tftf: allow this script to be usable on sgiclarka platform
SGI-Clark.Ares uses a TF-A firmware to boot the application cores. So TF-A tests can be used on this platform to validate the port of TF-A on this platform. So allow the usability of this script on SGI-Clark.Ares platform. Change-Id: I0e30810da2d4221efbc1f277f7fb69bc6d164e09 Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
-rwxr-xr-xsgi/tftf.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sgi/tftf.sh b/sgi/tftf.sh
index 576ec07..9bb5fc5 100755
--- a/sgi/tftf.sh
+++ b/sgi/tftf.sh
@@ -35,6 +35,7 @@ source sgi_common_util.sh
declare -A sgi_platforms
sgi_platforms[sgi575]=1
+sgi_platforms[sgiclarka]=1
__print_supported_sgi_platforms()
{