summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2020-02-13 14:35:15 +0300
committerAnup Patel <anup@brainfault.org>2020-02-17 15:12:58 +0300
commitc03c8a1e2c46133bfc8e0872d89c1b017538488d (patch)
tree6afdda81dbd69956c0aca8f2c2af82df338d7ebc /scripts
parenta062200b893b6707a336750d6f914601606d13a7 (diff)
downloadopensbi-c03c8a1e2c46133bfc8e0872d89c1b017538488d.tar.xz
scripts: Add Spike to platform list of binary archive script
The Spike platform support works perfectly fine on QEMU RV64 Spike machine and Spike emulator. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.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 3301cf2..4a14318 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+=("ariane-fpga")
BUILD_PLATFORM_SUBDIR+=("andes/ae350")
BUILD_PLATFORM_SUBDIR+=("thead/c910")
+ BUILD_PLATFORM_SUBDIR+=("spike")
;;
*)
echo "Invalid RISC-V XLEN"