diff options
author | Rob Austein <sra@hactrn.net> | 2020-04-18 17:30:15 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-04-18 17:30:15 -0400 |
commit | bdf3440027e4cd5a2bcf8d7a0b9bcab90eb9b765 (patch) | |
tree | 609dcb4308f2a639ea38266756d07c2e04e75946 | |
parent | fb0f2aa084b24921fbeb9076601c56c981bef5e9 (diff) |
Update submodules and add missing ones, as needed
It's been a while since we did a full reproducible build via the
releng tree. Some of the old modules are now obsolete, and a couple
of the new ones weren't present.
This is an initial test after updating the existing submodules and
adding the missing ones. I don't really expect it to work, it's a
first attempt.
At minimum, we should go through and clean out submodules we no longer
use, but that can wait until we figure out if we now have all the
right modules and branches recorded here and whether the resulting
configuration works properly.
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | source/core/comm/fmc | 0 | ||||
m--------- | source/core/math/modexpng | 0 | ||||
m--------- | source/core/platform/alpha | 0 | ||||
m--------- | source/core/platform/common | 0 | ||||
m--------- | source/core/util/keywrap | 0 | ||||
m--------- | source/sw/libhal | 0 | ||||
m--------- | source/sw/stm32 | 0 | ||||
m--------- | source/sw/thirdparty/libtfm | 0 |
9 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 246be85..cce38ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,9 @@ [submodule "source/core/lib"] path = source/core/lib url = https://git.cryptech.is/core/lib.git +[submodule "source/core/math/modexpng"] + path = source/core/math/modexpng + url = http://git.cryptech.is/core/math/modexpng.git +[submodule "source/core/util/keywrap"] + path = source/core/util/keywrap + url = http://git.cryptech.is/core/util/keywrap.git diff --git a/source/core/comm/fmc b/source/core/comm/fmc -Subproject ee2f6aa62c1bee23c61861b59dfde99911d2d56 +Subproject 19374267f9c8614b1c5863a2f3433a01ae37fb0 diff --git a/source/core/math/modexpng b/source/core/math/modexpng new file mode 160000 +Subproject 22744d6c6ee23fb31acead517c7fdb7e786eea6 diff --git a/source/core/platform/alpha b/source/core/platform/alpha -Subproject ab23f87e78f441830587c6c82d90e35b4cec7d2 +Subproject 0fb070a2a709f15f76c80b532b30550eaea7324 diff --git a/source/core/platform/common b/source/core/platform/common -Subproject 5ae9fac48b80c3f27d9f78e3be89cf1d1d59a70 +Subproject 275951ed02caba8e7bff4723de9fdb24a5087da diff --git a/source/core/util/keywrap b/source/core/util/keywrap new file mode 160000 +Subproject 4333178c6a8f467ddacc13ddae0bed588b6bdcf diff --git a/source/sw/libhal b/source/sw/libhal -Subproject 9e6edd6082cc8d501e2b062983ed58b01ef677d +Subproject 6f8ac4f72ef2fb003038293a62e47edf6c962b3 diff --git a/source/sw/stm32 b/source/sw/stm32 -Subproject e203f797dddfcd03419e7ac336a86a6186fce0c +Subproject f09f1b8f4494e90ee672e92f3357229bdfb7d0a diff --git a/source/sw/thirdparty/libtfm b/source/sw/thirdparty/libtfm -Subproject 269fc4e58f616a2cf1c318f494ec18a52991da8 +Subproject 3189a37313b19c994482e78589072519ce6b9ac |