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:
a73d45c
)
scripts: Add C910 to platform list in the binary archive script
author
Liu Yibin
<yibin_liu@c-sky.com>
Sun, 19 Jan 2020 07:31:02 +0000
(15:31 +0800)
committer
Anup Patel
<anup@brainfault.org>
Mon, 20 Jan 2020 04:35:55 +0000
(10:05 +0530)
This patch adds T-HEAD C910 to RV64 platform list in the binary
archive script.
Signed-off-by: Liu Yibin <yibin_liu@c-sky.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
2745eca
..
014dd55
100755
(executable)
--- a/
scripts/create-binary-archive.sh
+++ b/
scripts/create-binary-archive.sh
@@
-95,6
+95,7
@@
case "${BUILD_RISCV_XLEN}" in
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
BUILD_PLATFORM_SUBDIR+=("ariane-fpga")
BUILD_PLATFORM_SUBDIR+=("andes/ae350")
+ BUILD_PLATFORM_SUBDIR+=("thead/c910")
;;
*)
echo "Invalid RISC-V XLEN"