forked from jforissier/hikey_optee
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
61 lines (60 loc) · 1.64 KB
/
.gitmodules
File metadata and controls
61 lines (60 loc) · 1.64 KB
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
[submodule "edk2"]
path = edk2
url = https://github.com/96boards/edk2.git
branch = hikey
[submodule "arm-trusted-firmware"]
path = arm-trusted-firmware
url = https://github.com/96boards-hikey/arm-trusted-firmware
branch = hikey
[submodule "l-loader"]
path = l-loader
url = https://github.com/96boards-hikey/l-loader.git
branch = master
[submodule "linux"]
path = linux
url = https://github.com/linaro-swg/linux.git
branch = optee
[submodule "burn-boot"]
path = burn-boot
url = https://github.com/96boards/burn-boot.git
branch = master
[submodule "gen_rootfs"]
path = gen_rootfs
url = https://github.com/linaro-swg/gen_rootfs.git
[submodule "optee_client"]
path = optee_client
url = https://github.com/OP-TEE/optee_client.git
branch = master
[submodule "optee_test"]
path = optee_test
url = https://github.com/OP-TEE/optee_test.git
branch = master
[submodule "optee_os"]
path = optee_os
url = https://github.com/OP-TEE/optee_os.git
branch = master
[submodule "grub"]
path = grub
url = git://git.savannah.gnu.org/grub.git
branch = master
[submodule "strace"]
path = strace
url = git://git.code.sf.net/p/strace/code
branch = master
[submodule "mmc-utils"]
path = mmc-utils
url = https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
branch = master
[submodule "valgrind"]
path = valgrind
url = https://github.com/jforissier/valgrind-trunk
branch = with-vex
[submodule "tee-stats"]
path = tee-stats
url = https://github.com/jforissier/tee-stats.git
[submodule "dropbear"]
path = dropbear
url = https://github.com/mkj/dropbear
[submodule "hello_world"]
path = hello_world
url = https://github.com/linaro-swg/hello_world.git