summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2019-12-03 18:38:18 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2019-12-03 18:38:18 +0200
commitc13f65775ecd92d52225f816458302bcd725c829 (patch)
tree3ad2409e1bf07c751dd09d8660c4d5ac3c497af6
parent1e1a7f823f450df16b63f0d81b0ad7eaff0d2633 (diff)
downloadtf-a-ci-scripts-c13f65775ecd92d52225f816458302bcd725c829.tar.gz
tf_config: add TF config fragments
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Change-Id: I9565147cbc333fbae01bc0e70cccc33b06c4faee
-rw-r--r--tf_config/fvp-aarch32-default4
-rw-r--r--tf_config/fvp-default2
-rw-r--r--tf_config/juno-default2
3 files changed, 8 insertions, 0 deletions
diff --git a/tf_config/fvp-aarch32-default b/tf_config/fvp-aarch32-default
new file mode 100644
index 000000000..c2f632896
--- /dev/null
+++ b/tf_config/fvp-aarch32-default
@@ -0,0 +1,4 @@
+AARCH32_SP=sp_min
+ARCH=aarch32
+CROSS_COMPILE=arm-linux-gnueabihf-
+PLAT=fvp
diff --git a/tf_config/fvp-default b/tf_config/fvp-default
new file mode 100644
index 000000000..1e9dfe27b
--- /dev/null
+++ b/tf_config/fvp-default
@@ -0,0 +1,2 @@
+CROSS_COMPILE=aarch64-linux-gnu-
+PLAT=fvp
diff --git a/tf_config/juno-default b/tf_config/juno-default
new file mode 100644
index 000000000..b6d260524
--- /dev/null
+++ b/tf_config/juno-default
@@ -0,0 +1,2 @@
+CROSS_COMPILE=aarch64-linux-gnu-
+PLAT=juno