mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-15 01:18:54 +00:00
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>
This commit is contained in:
parent
a062200b89
commit
c03c8a1e2c
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue