[Cryptech-Commits] [core/platform/novena] branch master updated (2b874d3 -> 17d551b)
git at cryptech.is
git at cryptech.is
Tue Mar 31 20:38:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a change to branch master
in repository core/platform/novena.
from 2b874d3 integrate trng into core_selector framework
new 2f58e8f Move eim read delay to novena_eim.v.
new fb35379 Move novena_regs.v to common, fix to match other register read/write blocks.
new c61362a Build i2c with rng cores.
new 3252102 Refactor common code into tc_[eim|i2c].[ch], add general-purpose hash utilities, add trng_tester_i2c.
new 17d551b Move novena_regs.v to common (fb35379)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
{eim => common}/rtl/novena_regs.v | 83 +-
eim/build/Makefile | 2 +-
eim/iseconfig/novena_eim.xise | 2 +-
eim/rtl/novena_eim.v | 12 +-
eim/sw/Makefile | 19 +-
eim/sw/hash_eim.c | 402 ++++++
eim/sw/hash_tester_eim.c | 155 +--
eim/sw/tc_eim.c | 137 ++
eim/sw/{novena-eim.h => tc_eim.h} | 30 +-
eim/sw/trng_tester_eim.c | 159 +--
i2c/build/Makefile | 16 +-
i2c/iseconfig/novena_i2c.xise | 2 +-
i2c/rtl/novena_i2c.v | 2 +
i2c/rtl/novena_regs.v | 129 --
i2c/sw/Makefile | 25 +-
i2c/sw/hash_i2c.c | 409 ++++++
i2c/sw/hash_tester_i2c.c | 1353 ++++++++------------
i2c/sw/tc_i2c.c | 297 +++++
eim/sw/novena-eim.h => i2c/sw/tc_i2c.h | 33 +-
.../trng_tester_eim.c => i2c/sw/trng_tester_i2c.c | 294 +----
20 files changed, 2033 insertions(+), 1528 deletions(-)
rename {eim => common}/rtl/novena_regs.v (73%)
create mode 100644 eim/sw/hash_eim.c
create mode 100644 eim/sw/tc_eim.c
copy eim/sw/{novena-eim.h => tc_eim.h} (75%)
delete mode 100644 i2c/rtl/novena_regs.v
create mode 100644 i2c/sw/hash_i2c.c
create mode 100644 i2c/sw/tc_i2c.c
copy eim/sw/novena-eim.h => i2c/sw/tc_i2c.h (74%)
copy eim/sw/trng_tester_eim.c => i2c/sw/trng_tester_i2c.c (61%)
More information about the Commits
mailing list