From 8642938e49752c1e645955434b15de6a28a27ebc Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 8 Jul 2016 11:21:00 -0400 Subject: Enable software hash cores on all platforms, for now, anyway. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3