From e4fa00258cd920d4ea91b024ee007f5b44bac196 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 11 Sep 2018 19:01:19 -0400 Subject: Track Joachim's latest keywrap core - unroll bank-switched memory into a number of core register blocks. --- core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core.c') diff --git a/core.c b/core.c index e170210..2b5d51a 100644 --- a/core.c +++ b/core.c @@ -101,6 +101,7 @@ static inline hal_core_t *probe_cores(void) { "csprng", 11 * CORE_SIZE }, /* empty slots after csprng */ { "modexps6", 3 * CORE_SIZE }, /* ModexpS6 uses four slots */ { "modexpa7", 7 * CORE_SIZE }, /* ModexpA7 uses eight slots */ + { "key wrap",31 * CORE_SIZE }, /* keywrap uses 32 slots */ }; if (offsetof(hal_core_t, info) != 0) -- cgit v1.2.3