scripts: Add Spike to platform list of binary archive script
authorAnup Patel <anup.patel@wdc.com>
Thu, 13 Feb 2020 11:35:15 +0000 (17:05 +0530)
committerAnup Patel <anup@brainfault.org>
Mon, 17 Feb 2020 12:12:58 +0000 (17:42 +0530)
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>
scripts/create-binary-archive.sh

index 3301cf2..4a14318 100755 (executable)
@@ -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"