[Cryptech-Commits] [sw/libhal] branch master updated: Enable software hash cores on all platforms, for now, anyway.
git at cryptech.is
git at cryptech.is
Fri Jul 8 15:22:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository sw/libhal.
The following commit(s) were added to refs/heads/master by this push:
new 8642938 Enable software hash cores on all platforms, for now, anyway.
new 20d94fd Merge branch 'master' of https://git.cryptech.is/sw/libhal.git
8642938 is described below
commit 8642938e49752c1e645955434b15de6a28a27ebc
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Jul 8 11:21:00 2016 -0400
Enable software hash cores on all platforms, for now, anyway.
---
Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Makefile b/Makefile
index ec43558..b6597e1 100644
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,12 @@ CFLAGS += -DHAL_STATIC_PKEY_STATE_BLOCKS=${STATIC_PKEY_STATE_BLOCKS}
CFLAGS += -I${CRYPTECH_ROOT}/sw/libhal
CFLAGS += -I${LIBTFM_BLD}
+# Enable software hash cores everywhere for now. In theory, there might be situations
+# where we don't want them on the HSM, but they're relatively harmless, and the bootstrap
+# sequence on new hardware works a lot better when we can log in before loading the FPGA.
+
+CFLAGS += -DHAL_ENABLE_SOFTWARE_HASH_CORES=1
+
export CFLAGS
export RPC_MODE
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list