[Cryptech-Commits] [core/platform/novena] branch master updated (07e3a0f -> eba69a1)
git at cryptech.is
git at cryptech.is
Tue Apr 28 22:07:37 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 07e3a0f (1) Fixed the symbol names for the csprng name and version. (2) Adding segment for math cores and added first addresses for modexp core.
adds 2de0824 Unify eim and i2c memory map, unify apps, build libraries.
adds d07c710 Make position-independent libraries for cryptlib.
new eba69a1 Merge branch 'unimap' to 'master'.
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/build/Makefile | 1 -
eim/iseconfig/.gitignore | 1 +
eim/sw/Makefile | 31 -
eim/sw/tc_eim.h | 50 --
eim/sw/trng_extractor_eim.c | 219 -------
i2c/sw/Makefile | 29 -
i2c/sw/cryptech_memory_map.h | 217 -------
i2c/sw/hash_i2c.c | 288 ----------
i2c/sw/hash_tester_i2c.c | 634 ---------------------
i2c/sw/tc_i2c.h | 55 --
i2c/sw/trng_tester_i2c.c | 321 -----------
sw/Makefile | 44 ++
sw/Makefile.i2c | 44 ++
eim/sw/cryptech_memory_map.h => sw/cryptech.h | 209 +++----
eim/sw/hash_eim.c => sw/hash.c | 6 +-
eim/sw/hash_tester_eim.c => sw/hash_tester.c | 33 +-
{eim/sw => sw}/novena-eim.c | 0
{eim/sw => sw}/novena-eim.h | 0
{eim/sw => sw}/tc_eim.c | 27 +-
{i2c/sw => sw}/tc_i2c.c | 10 +-
i2c/sw/trng_extractor_i2c.c => sw/trng_extractor.c | 43 +-
eim/sw/trng_tester_eim.c => sw/trng_tester.c | 54 +-
22 files changed, 301 insertions(+), 2015 deletions(-)
delete mode 100755 eim/sw/Makefile
delete mode 100644 eim/sw/tc_eim.h
delete mode 100644 eim/sw/trng_extractor_eim.c
delete mode 100755 i2c/sw/Makefile
delete mode 100644 i2c/sw/cryptech_memory_map.h
delete mode 100644 i2c/sw/hash_i2c.c
delete mode 100644 i2c/sw/hash_tester_i2c.c
delete mode 100644 i2c/sw/tc_i2c.h
delete mode 100644 i2c/sw/trng_tester_i2c.c
create mode 100755 sw/Makefile
create mode 100755 sw/Makefile.i2c
rename eim/sw/cryptech_memory_map.h => sw/cryptech.h (62%)
rename eim/sw/hash_eim.c => sw/hash.c (98%)
rename eim/sw/hash_tester_eim.c => sw/hash_tester.c (96%)
rename {eim/sw => sw}/novena-eim.c (100%)
rename {eim/sw => sw}/novena-eim.h (100%)
rename {eim/sw => sw}/tc_eim.c (88%)
rename {i2c/sw => sw}/tc_i2c.c (98%)
rename i2c/sw/trng_extractor_i2c.c => sw/trng_extractor.c (81%)
rename eim/sw/trng_tester_eim.c => sw/trng_tester.c (89%)
More information about the Commits
mailing list