sha1 patch for ppcskel
authortheStack <sebastian.falbesoner@gmail.com>
Sun, 30 Aug 2009 21:49:57 +0000 (23:49 +0200)
committerBernhard Urban <lewurm@gmx.net>
Fri, 4 Sep 2009 19:39:31 +0000 (21:39 +0200)
commit22afc41a706dc6a3244fa748e593b8f8a238a83f
treee3182c39bcf038f869cb5262d425b890841fa3f2
parentf3105db66b804caabf71d157d8c03a3a54f77400
sha1 patch for ppcskel

Steve Reid's SHA-1 C implementation is used here and slighty modified
for the SHA-1 Controller in Hollywood.
Some simple testcases showed that it is a bit faster as it would be done
in software, especially on a huge amount of data.
However, there is room for improvement :)

Further this patch uses the AHBPROT issue recently found, so Broadway is
able to acces the SHA-1 Controller *directly*.
24 files changed:
.deps/console.d [deleted file]
.deps/diskio.d [deleted file]
.deps/exception.d [deleted file]
.deps/fat.d [deleted file]
.deps/ff.d [deleted file]
.deps/font.d [deleted file]
.deps/gecko.d [deleted file]
.deps/input.d [deleted file]
.deps/ipc.d [deleted file]
.deps/main.d [deleted file]
.deps/malloc.d [deleted file]
.deps/mini_ipc.d [deleted file]
.deps/nandfs.d [deleted file]
.deps/printf.d [deleted file]
.deps/string.d [deleted file]
.deps/sync.d [deleted file]
.deps/time.d [deleted file]
.deps/video_low.d [deleted file]
Makefile
gecko.c
hollywood.h [new file with mode: 0644]
main.c
sha1.c [new file with mode: 0644]
sha1.h [new file with mode: 0644]