projects
/
platform
/
kernel
/
opensbi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cbb419
)
scripts: Add AE350 to platform list in the binary archive script
author
Nylon Chen
<nylon7@andestech.com>
Thu, 29 Aug 2019 03:03:56 +0000
(11:03 +0800)
committer
Anup Patel
<anup@brainfault.org>
Sat, 31 Aug 2019 07:40:06 +0000
(13:10 +0530)
This patch adds Andes AE350 to RV64 platform list in the binary
archive script.
Signed-off-by: Nylon Chen <nylon7@andestech.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
scripts/create-binary-archive.sh
patch
|
blob
|
history
diff --git
a/scripts/create-binary-archive.sh
b/scripts/create-binary-archive.sh
index
0a32709
..
2745eca
100755
(executable)
--- a/
scripts/create-binary-archive.sh
+++ b/
scripts/create-binary-archive.sh
@@
-94,6
+94,7
@@
case "${BUILD_RISCV_XLEN}" in
BUILD_PLATFORM_SUBDIR+=("sifive/fu540")
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
BUILD_PLATFORM_SUBDIR+=("ariane-fpga")
+ BUILD_PLATFORM_SUBDIR+=("andes/ae350")
;;
*)
echo "Invalid RISC-V XLEN"