commit | 422bf777a558a6b78f438f94d70ed9af5ea38362 | [log] [tgz] |
---|---|---|
author | Fathi Boudra <fathi.boudra@linaro.org> | Mon Dec 02 11:10:16 2019 +0200 |
committer | Fathi Boudra <fathi.boudra@linaro.org> | Mon Dec 02 11:10:16 2019 +0200 |
tree | 8a9c3a7e7b773d95d021ebb89e044ec5dd040d8e |
Initial commit for TF-A CI scripts Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
diff --git a/run_config/juno-rt32 b/run_config/juno-rt32 new file mode 100644 index 0000000..fa63ad8 --- /dev/null +++ b/run_config/juno-rt32
@@ -0,0 +1,11 @@ +#!/bin/bash +# +# Copyright (c) 2019, Arm Limited. All rights reserved. +# +# SPDX-License-Identifier: BSD-3-Clause +# + +post_tf_archive() { + config_file="$ci_root/tf_config/juno-aarch32-rst-to-sp-min" \ + juno_aarch32_runtime +}