diff options
author | Rob Austein <sra@hactrn.net> | 2015-12-21 04:39:36 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-12-21 04:39:36 -0500 |
commit | 8daafcd56cb16324af5f1cc06304f343f6b3627a (patch) | |
tree | f32615d750a74bad7eda529098809f2813677eb7 /core/patches | |
parent | 07682854f37e4953e2f8bf0ba093ce95ffd4695a (diff) |
Clean up awful patch kludge and pull in updated sw/libhal/.gitignore
so automated build won't leave a mess.
Diffstat (limited to 'core/patches')
-rw-r--r-- | core/patches/01-config-cores.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/core/patches/01-config-cores.patch b/core/patches/01-config-cores.patch deleted file mode 100644 index 245e8a3..0000000 --- a/core/patches/01-config-cores.patch +++ /dev/null @@ -1,27 +0,0 @@ -Description: configure core selectors for cryptech dnssec signer - ---- core/platform/common/core_selector/src/rtl/cipher_selector.v~ -+++ core/platform/common/core_selector/src/rtl/cipher_selector.v -@@ -67,7 +67,7 @@ module cipher_selector - //---------------------------------------------------------------- - // Comment following lines to exclude cores from implementation. - `define USE_CORE_AES -- `define USE_CORE_CHACHA -+// `define USE_CORE_CHACHA - - - //---------------------------------------------------------------- ---- core/platform/common/core_selector/src/rtl/hash_selector.v~ -+++ core/platform/common/core_selector/src/rtl/hash_selector.v -@@ -125,9 +125,9 @@ XXX move to `define in wrapper core?? - // List of Available Cores - //---------------------------------------------------------------- - // Comment following lines to exclude cores from implementation. -- `define USE_CORE_SHA1 -+// `define USE_CORE_SHA1 - `define USE_CORE_SHA256 -- `define USE_CORE_SHA512 -+// `define USE_CORE_SHA512 - - - //---------------------------------------------------------------- |