-
Notifications
You must be signed in to change notification settings - Fork 175
/
.gitmodules
120 lines (120 loc) · 4.05 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
[submodule "qemu"]
path = src/qemu
url = https://gitlab.com/qemu-project/qemu.git
ignore = all
[submodule "buildroot"]
path = src/buildroot
url = https://gitee.com/mirrors/buildroot.git
ignore = all
[submodule "linux-stable"]
path = src/linux-stable
url = https://gitlab.com/linux-kernel/stable.git
ignore = all
[submodule "u-boot"]
path = src/u-boot
url = https://gitlab.com/qemu-project/u-boot.git
ignore = all
[submodule "boards/aarch64/raspi3/bsp"]
ignore = all
path = boards/aarch64/raspi3/bsp
url = https://gitee.com/tinylab/qemu-aarch64-raspi3.git
[submodule "boards/aarch64/virt/bsp"]
ignore = all
path = boards/aarch64/virt/bsp
url = https://gitee.com/tinylab/qemu-aarch64-virt.git
[submodule "boards/arm/versatilepb/bsp"]
ignore = all
path = boards/arm/versatilepb/bsp
url = https://gitee.com/tinylab/qemu-arm-versatilepb.git
[submodule "boards/arm/vexpress-a9/bsp"]
ignore = all
path = boards/arm/vexpress-a9/bsp
url = https://gitee.com/tinylab/qemu-arm-vexpress-a9.git
[submodule "boards/i386/pc/bsp"]
ignore = all
path = boards/i386/pc/bsp
url = https://gitee.com/tinylab/qemu-i386-pc.git
[submodule "boards/mipsel/malta/bsp"]
ignore = all
path = boards/mipsel/malta/bsp
url = https://gitee.com/tinylab/qemu-mipsel-malta.git
[submodule "boards/ppc/g3beige/bsp"]
ignore = all
path = boards/ppc/g3beige/bsp
url = https://gitee.com/tinylab/qemu-ppc-g3beige.git
[submodule "boards/riscv32/virt/bsp"]
ignore = all
path = boards/riscv32/virt/bsp
url = https://gitee.com/tinylab/qemu-riscv32-virt.git
[submodule "boards/riscv64/virt/bsp"]
ignore = all
path = boards/riscv64/virt/bsp
url = https://gitee.com/tinylab/qemu-riscv64-virt.git
[submodule "boards/x86_64/pc/bsp"]
ignore = all
path = boards/x86_64/pc/bsp
url = https://gitee.com/tinylab/qemu-x86_64-pc.git
[submodule "boards/arm/mcimx6ul-evk/bsp"]
ignore = all
path = boards/arm/mcimx6ul-evk/bsp
url = https://gitee.com/tinylab/qemu-arm-mcimx6ul-evk.git
[submodule "boards/mipsel/ls1b/bsp"]
ignore = all
path = boards/mipsel/ls1b/bsp
url = https://gitee.com/tinylab/qemu-mipsel-ls1b.git
[submodule "boards/mips64el/ls2k/bsp"]
ignore = all
path = boards/mips64el/ls2k/bsp
url = https://gitee.com/tinylab/qemu-mips64el-ls2k.git
[submodule "boards/mips64el/ls3a7a/bsp"]
ignore = all
path = boards/mips64el/ls3a7a/bsp
url = https://gitee.com/tinylab/qemu-mips64el-ls3a7a.git
[submodule "boards/mips64el/loongson3-virt/bsp"]
ignore = all
path = boards/mips64el/loongson3-virt/bsp
url = https://gitee.com/tinylab/qemu-mips64el-loongson3-virt.git
[submodule "boards/mipsel/ls232/bsp"]
ignore = all
path = boards/mipsel/ls232/bsp
url = https://gitee.com/tinylab/qemu-mipsel-ls232.git
[submodule "boards/arm/ebf-imx6ull/bsp"]
ignore = all
path = boards/arm/ebf-imx6ull/bsp
url = https://gitee.com/tinylab/ebf-imx6ull.git
[submodule "boards/loongarch64/virt/bsp"]
ignore = all
path = boards/loongarch64/virt/bsp
url = https://gitee.com/tinylab/qemu-loongarch64-virt.git
[submodule "boards/s390x/s390-ccw-virtio/bsp"]
ignore = all
path = boards/s390x/s390-ccw-virtio/bsp
url = https://gitee.com/tinylab/qemu-s390x-s390-ccw-virtio.git
[submodule "boards/arm/virt/bsp"]
ignore = all
path = boards/arm/virt/bsp
url = https://gitee.com/tinylab/qemu-arm-virt.git
[submodule "boards/ppc/ppce500/bsp"]
ignore = all
path = boards/ppc/ppce500/bsp
url = https://gitee.com/tinylab/qemu-ppc-ppce500.git
[submodule "boards/ppc64le/pseries/bsp"]
ignore = all
path = boards/ppc64le/pseries/bsp
url = https://gitee.com/tinylab/qemu-ppc64le-pseries.git
[submodule "boards/ppc64le/powernv/bsp"]
ignore = all
path = boards/ppc64le/powernv/bsp
url = https://gitee.com/tinylab/qemu-ppc64le-powernv.git
[submodule "boards/ppc64/pseries/bsp"]
ignore = all
path = boards/ppc64/pseries/bsp
url = https://gitee.com/tinylab/qemu-ppc64-pseries
[submodule "boards/ppc64/powernv/bsp"]
ignore = all
path = boards/ppc64/powernv/bsp
url = https://gitee.com/tinylab/qemu-ppc64-powernv
[submodule "boards/riscv64/tiny-riscv-box/bsp"]
ignore = all
path = boards/riscv64/tiny-riscv-box/bsp
url = https://gitee.com/tinylab/tiny-riscv-box.git