summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNylon Chen <nylon7@andestech.com>2019-08-29 06:03:56 +0300
committerAnup Patel <anup@brainfault.org>2019-08-31 10:40:06 +0300
commitffa6c5f457527a2e71f2e7bd643ed0dce383506d (patch)
tree98266e4fc4c239e3627e762b640fd9dfda01f6f0 /scripts
parent3cbb419def46e95b04d43f2d95f126f653e55589 (diff)
downloadopensbi-ffa6c5f457527a2e71f2e7bd643ed0dce383506d.tar.xz
scripts: Add AE350 to platform list in the binary archive script
This patch adds Andes AE350 to RV64 platform list in the binary archive script. Signed-off-by: Nylon Chen <nylon7@andestech.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-binary-archive.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh
index 0a32709..2745eca 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -94,6 +94,7 @@ case "${BUILD_RISCV_XLEN}" in
BUILD_PLATFORM_SUBDIR+=("sifive/fu540")
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
BUILD_PLATFORM_SUBDIR+=("ariane-fpga")
+ BUILD_PLATFORM_SUBDIR+=("andes/ae350")
;;
*)
echo "Invalid RISC-V XLEN"