From ea04b71ff14523ffcfc02eb43cf509e238807bef Mon Sep 17 00:00:00 2001
From: Rob Austein <sra@hactrn.net>
Date: Sat, 4 Jul 2015 00:18:36 -0400
Subject: Initial version of Novean release engineering superrepository. Not
 yet fully tested.

---
 .gitmodules | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 .gitmodules

(limited to '.gitmodules')

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..8e21521
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,48 @@
+[submodule "sw/sw/libhal"]
+	path = sw/sw/libhal
+	url = git@git.cryptech.is:user/sra/libhal
+[submodule "sw/sw/libtfm"]
+	path = sw/sw/libtfm
+	url = git@git.cryptech.is:user/sra/libtfm
+[submodule "sw/sw/pkcs11"]
+	path = sw/sw/pkcs11
+	url = git@git.cryptech.is:user/sra/pkcs11
+[submodule "sw/sw/sqlite3"]
+	path = sw/sw/sqlite3
+	url = git@git.cryptech.is:user/sra/sqlite3
+[submodule "rtl/core/cipher/aes"]
+	path = rtl/core/cipher/aes
+	url = git@git.cryptech.is:core/cipher/aes.git
+[submodule "rtl/core/cipher/chacha"]
+	path = rtl/core/cipher/chacha
+	url = git@git.cryptech.is:core/cipher/chacha.git
+[submodule "rtl/core/comm/eim"]
+	path = rtl/core/comm/eim
+	url = git@git.cryptech.is:core/comm/eim.git
+[submodule "rtl/core/hash/sha1"]
+	path = rtl/core/hash/sha1
+	url = git@git.cryptech.is:core/hash/sha1.git
+[submodule "rtl/core/hash/sha256"]
+	path = rtl/core/hash/sha256
+	url = git@git.cryptech.is:core/hash/sha256.git
+[submodule "rtl/core/hash/sha512"]
+	path = rtl/core/hash/sha512
+	url = git@git.cryptech.is:core/hash/sha512.git
+[submodule "rtl/core/math/modexp"]
+	path = rtl/core/math/modexp
+	url = git@git.cryptech.is:core/math/modexp.git
+[submodule "rtl/core/platform/common"]
+	path = rtl/core/platform/common
+	url = git@git.cryptech.is:core/platform/common.git
+[submodule "rtl/core/platform/novena"]
+	path = rtl/core/platform/novena
+	url = git@git.cryptech.is:core/platform/novena.git
+[submodule "rtl/core/rng/avalanche_entropy"]
+	path = rtl/core/rng/avalanche_entropy
+	url = git@git.cryptech.is:core/rng/avalanche_entropy.git
+[submodule "rtl/core/rng/rosc_entropy"]
+	path = rtl/core/rng/rosc_entropy
+	url = git@git.cryptech.is:core/rng/rosc_entropy.git
+[submodule "rtl/core/rng/trng"]
+	path = rtl/core/rng/trng
+	url = git@git.cryptech.is:core/rng/trng.git
-- 
cgit v1.2.3