mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-06-23 06:38:22 +00:00
scripts: Add generic platform to create-binary-archive.sh
This patch adds generic platform to create-binary-archive.sh script. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
parent
1f21b99ff0
commit
2ba7087b09
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,7 @@ build_opensbi() {
|
|||
# Setup 32-bit platform list
|
||||
BUILD_PLATFORM_SUBDIR=("qemu/virt")
|
||||
BUILD_PLATFORM_SUBDIR+=("sifive/fu540")
|
||||
BUILD_PLATFORM_SUBDIR+=("generic")
|
||||
;;
|
||||
64)
|
||||
# Setup 64-bit platform list
|
||||
|
@ -109,6 +110,7 @@ build_opensbi() {
|
|||
BUILD_PLATFORM_SUBDIR+=("andes/ae350")
|
||||
BUILD_PLATFORM_SUBDIR+=("thead/c910")
|
||||
BUILD_PLATFORM_SUBDIR+=("spike")
|
||||
BUILD_PLATFORM_SUBDIR+=("generic")
|
||||
;;
|
||||
*)
|
||||
echo "Invalid Build RISC-V XLEN"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue