[Gnuk-users] [PATCH 0/7] Gnuk: add support for Cortex M4 MCU

Aurelien Jarno aurelien at aurel32.net
Thu Oct 12 20:02:18 UTC 2017


This patchset adds support and optimizations for Cortex M4 MCU (and
later). It is not fully useable until support for such an MCU is merged
into into Chopstx, but can already be used when running Gnuk on GNU/Linux
in emulation mode on an ARM v7 CPU.

Aurelien Jarno (7):
  polarssl: fix build without POLARSSL_HAVE_ASM
  polarssl: rename MULADDC_HUIT into MULADDC_HUIT_DEAD
  polarssl: add ARM DSP optimized MULADDC code
  polarssl: replace BIGNUM_C_IMPLEMENTATION check
  polarssl: add ARM DSP optimized mpi_montsqr
  malloc: rename MEMORY_ into HEAP_
  polarssl: use a bigger sliding window when possible

 polarssl/include/polarssl/bn_mul.h | 68 ++++++++++++++++++++++++++++++++++++--
 polarssl/library/bignum.c          | 67 +++++++++++++++++++++++++++++++++----
 src/Makefile                       |  2 +-
 src/configure                      |  4 ++-
 src/main.c                         | 22 ++++++------
 src/stack-def.h                    |  8 ++++-
 6 files changed, 147 insertions(+), 24 deletions(-)

-- 
2.14.2




More information about the gnuk-users mailing list