blob: 4c83b13401fdd558738eea037ead49c4d9171c54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[submodule "libtl"]
path = contrib/libtl
url = https://review.trustedfirmware.org/shared/transfer-list-library
shallow = true
[submodule "libeventlog"]
path = contrib/libeventlog
url = https://review.trustedfirmware.org/shared/libEventLog
shallow = true
[submodule "contrib/libtpm"]
path = contrib/libtpm
url = https://review.trustedfirmware.org/shared/libTPM
shallow = true
[submodule "mbed-tls"]
path = contrib/mbed-tls
url = https://github.com/Mbed-TLS/mbedtls.git
shallow = true
[submodule "contrib/mv-ddr"]
path = contrib/mv-ddr
url = https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git
# the repository autogenerates mv_ddr_build_message.c which is untracked
ignore = untracked
|