forked from eliaskousk/parallella-riscv
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
36 lines (36 loc) · 1.1 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[submodule "ip/rocket-chip"]
path = ip/rocket-chip
url = https://github.com/ucb-bar/rocket-chip.git
branch = master
[submodule "parallella/oh"]
path = parallella/oh
url = https://github.com/parallella/oh.git
branch = stable
[submodule "boot/dtc"]
path = boot/dtc
url = https://git.kernel.org/pub/scm/utils/dtc/dtc.git
branch = master
[submodule "boot/u-boot-xlnx"]
path = boot/u-boot-xlnx
url = https://github.com/Xilinx/u-boot-xlnx.git
branch = master
[submodule "boot/linux-xlnx"]
path = boot/linux-xlnx
url = https://github.com/Xilinx/linux-xlnx.git
branch = master
[submodule "boot/parallella-uboot"]
path = boot/parallella-uboot
url = https://github.com/parallella/parallella-uboot.git
branch = parallella-next
[submodule "boot/parallella-linux"]
path = boot/parallella-linux
url = https://github.com/parallella/parallella-linux.git
branch = parallella-linux-2016.3
[submodule "boot/riscv-linux"]
path = boot/riscv-linux
url = https://github.com/riscv/riscv-linux.git
branch = master
[submodule "boot/riscv-poky"]
path = boot/riscv-poky
url = https://github.com/riscv/riscv-poky.git
branch = master