summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2020-04-27 16:02:19 +0300
committerAnup Patel <anup@brainfault.org>2020-05-01 08:03:11 +0300
commit2ba7087b09123f9f4eb6328e2d10e942e181d096 (patch)
tree825553e4aa0afae938d12018eb2f8dd037bc8cca /scripts
parent1f21b99ff04ff7f13249f79777755fcb988e5ef9 (diff)
downloadopensbi-2ba7087b09123f9f4eb6328e2d10e942e181d096.tar.xz
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-binary-archive.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh
index eaf16b1..c2575ab 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -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"