[Cryptech-Commits] [releng/alpha] 01/01: Build images for Pavel's new systolic_crt code.

git at cryptech.is git at cryptech.is
Sat Sep 9 19:16:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch systolic_crt
in repository releng/alpha.

commit 13515c8a83e72c470339a09fe679b9cb337f1d73
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sat Sep 9 15:11:36 2017 -0400

    Build images for Pavel's new systolic_crt code.
    
    Don't know yet whether work already to the core selector on the
    systolic branch will suffice for systolic_crt, no easy way to find out
    without trying it.  I don't intend to push this branch to APT or
    Homebrew until it works, so simplest approach is just try and see.
    
    Includes preliminary (and definitely incomplete) sw/libhal support
    code, because we can't even start testing that without a bitstream.
---
 .gitmodules               | 3 ++-
 source/core/math/modexpa7 | 2 +-
 source/sw/libhal          | 2 +-
 source/sw/stm32           | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 3a6f269..61b9110 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -22,7 +22,7 @@
 [submodule "source/core/math/modexpa7"]
 	path = source/core/math/modexpa7
 	url = https://git.cryptech.is/core/math/modexpa7.git
-	branch = systolic
+	branch = systolic_crt
 [submodule "source/core/platform/alpha"]
 	path = source/core/platform/alpha
 	url = https://git.cryptech.is/core/platform/alpha.git
@@ -44,6 +44,7 @@
 [submodule "source/sw/libhal"]
 	path = source/sw/libhal
 	url = https://git.cryptech.is/sw/libhal.git
+	branch = systolic_crt
 [submodule "source/sw/pkcs11"]
 	path = source/sw/pkcs11
 	url = https://git.cryptech.is/sw/pkcs11.git
diff --git a/source/core/math/modexpa7 b/source/core/math/modexpa7
index a44bbd3..2be841c 160000
--- a/source/core/math/modexpa7
+++ b/source/core/math/modexpa7
@@ -1 +1 @@
-Subproject commit a44bbd3fe1088201401430079f8af52b207eece6
+Subproject commit 2be841c2288d86f4703b860c6c14d173ca8c052d
diff --git a/source/sw/libhal b/source/sw/libhal
index 19f9279..68019ff 160000
--- a/source/sw/libhal
+++ b/source/sw/libhal
@@ -1 +1 @@
-Subproject commit 19f92790c2f9fc7f4e019d7b20663453606f210f
+Subproject commit 68019ff9624747d3505ef60d3dfb3cfc9b5d7720
diff --git a/source/sw/stm32 b/source/sw/stm32
index 0d33ff8..ceee420 160000
--- a/source/sw/stm32
+++ b/source/sw/stm32
@@ -1 +1 @@
-Subproject commit 0d33ff82c8b9436d83e6bf20a12de3d53c8ae591
+Subproject commit ceee42024b728a878063548ea245c47a951be29f



More information about the Commits mailing list