mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
riscv-toolchains: add more
This commit is contained in:
parent
a9553c544b
commit
a82a7d708e
@ -1,3 +1,43 @@
|
||||
[
|
||||
"riscv-collab/riscv-gnu-toolchain"
|
||||
"riscv-collab/riscv-gnu-toolchain",
|
||||
{
|
||||
"repo": "riscv/riscv-isa-manual",
|
||||
"versions": -1
|
||||
},
|
||||
{
|
||||
"repo": "riscv/riscv-crypto",
|
||||
"versions": -1
|
||||
},
|
||||
{
|
||||
"repo": "riscv/riscv-v-spec",
|
||||
"versions": -1
|
||||
},
|
||||
{
|
||||
"repo": "riscv/riscv-debug-spec",
|
||||
"versions": -1
|
||||
},
|
||||
{
|
||||
"repo": "riscv/riscv-bitmanip",
|
||||
"versions": -1
|
||||
},
|
||||
{
|
||||
"repo": "riscv/riscv-plic-spec",
|
||||
"versions": -1
|
||||
}.
|
||||
{
|
||||
"repo": "riscv/riscv-code-size-reduction",
|
||||
"versions": -1
|
||||
},
|
||||
{
|
||||
"repo": "riscv/riscv-bfloat16",
|
||||
"versions": -1
|
||||
},
|
||||
{
|
||||
"repo": "riscv-non-isa/riscv-elf-psabi-doc",
|
||||
"versions": -1
|
||||
},
|
||||
{
|
||||
"repo": "riscv-non-isa/riscv-sbi-doc",
|
||||
"versions": -1
|
||||
}
|
||||
]
|
||||
|
@ -18,6 +18,16 @@ mkdir -p $RELEASE_PATH
|
||||
# git
|
||||
declare -a upstreams=(
|
||||
"https://github.com/riscv-collab/riscv-gnu-toolchain.git"
|
||||
"https://github.com/riscv/riscv-isa-manual.git"
|
||||
"https://github.com/riscv/riscv-opcodes.git"
|
||||
"https://github.com/riscv/riscv-openocd.git"
|
||||
"https://github.com/riscv/sail-riscv.git"
|
||||
"https://github.com/riscv-non-isa/riscv-arch-test.git"
|
||||
"https://github.com/riscv-software-src/riscv-tools.git"
|
||||
"https://github.com/riscv-software-src/riscv-isa-sim.git"
|
||||
"https://github.com/riscv-software-src/opensbi.git"
|
||||
"https://github.com/riscv-software-src/riscv-tests.git"
|
||||
"https://github.com/chipsalliance/rocket-tools.git"
|
||||
)
|
||||
|
||||
export RECURSIVE=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user