aboutsummaryrefslogtreecommitdiff
path: root/core.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2015-11-14 19:39:55 -0500
committerPaul Selkirk <paul@psgd.org>2015-11-14 19:39:55 -0500
commit6c6a0f2b54814206873df2ac9611bf37c2a492dc (patch)
treef061c9ef161de52628fea219901d6bb09e6098fc /core.c
parenta7037d918cbf60bd829e44ccc6d1522f55d5d8b1 (diff)
Catch up with other branch merges.
- TRNG cores are contiguous (but they still have their own mux, so occupy a block of 16 cores). - Use Rob's updated libhal in my new apps.
Diffstat (limited to 'core.c')
-rw-r--r--core.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/core.c b/core.c
index 8746ec4..44cf3f0 100644
--- a/core.c
+++ b/core.c
@@ -106,9 +106,7 @@ static int name_matches(const hal_core_t *const core, const char * const name)
/* Extra space to leave after particular cores. Yummy. */
static const struct { const char *name; hal_addr_t extra; } gaps[] = {
- { "trng", 4 * CORE_SIZE }, /* Four empty slots after trng */
- { "rosc ent", 3 * CORE_SIZE }, /* Three empty slots after rosc */
- { "csprng", 4 * CORE_SIZE }, /* Four empty slots after csprng */
+ { "csprng", 11 * CORE_SIZE }, /* empty slots after csprng */
{ "modexps6", 3 * CORE_SIZE }, /* ModexpS6 uses four slots */
};