[Cryptech-Commits] [core/platform/novena] branch master updated (aea9e93 -> b1ebb2a)

git at cryptech.is git at cryptech.is
Thu Apr 2 19:08:25 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  aea9e93   Added support in tc7 for dumping raw data to std out.
       new  b1ebb2a   Add trng_extractor app to eim and i2c, refactor i2c apps to use common memory map.

The 1 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/sw/Makefile                       |   9 +-
 eim/sw/cryptech_memory_map.h          |  34 +++----
 eim/sw/hash_tester_eim.c              |   2 +-
 eim/sw/trng_extractor_eim.c           | 155 +++++++++++++++++++++++++++++++
 eim/sw/trng_tester_eim.c              |  78 +++++++---------
 i2c/sw/Makefile                       |   9 +-
 {eim => i2c}/sw/cryptech_memory_map.h | 103 ++++++++++-----------
 i2c/sw/hash_i2c.c                     |  92 ++-----------------
 i2c/sw/hash_tester_i2c.c              |  97 +++-----------------
 i2c/sw/trng_extractor_i2c.c           | 167 ++++++++++++++++++++++++++++++++++
 i2c/sw/trng_tester_i2c.c              | 152 +++++++------------------------
 11 files changed, 491 insertions(+), 407 deletions(-)
 create mode 100644 eim/sw/trng_extractor_eim.c
 copy {eim => i2c}/sw/cryptech_memory_map.h (71%)
 create mode 100644 i2c/sw/trng_extractor_i2c.c



More information about the Commits mailing list