[Cryptech-Commits] [sw/stm32] branch master updated (2a14d36 -> b7f9d44)

git at cryptech.is git at cryptech.is
Mon Jun 13 20:55:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a change to branch master
in repository sw/stm32.

      from  2a14d36   Put thread stack buffers in SDRAM, because pkey uses a lot of stack.
       new  f76f5e1   Use a delay loop, so sdram can be initialized from the startup code, before the clock is running.
       new  db67f40   Hide sdram initialization functions and defines.
       new  6d51768   SDRAM is for uninitialized data only.
       new  1cb09aa   Add __end symbols for CCMRAM and SDRAM sections.
       new  a5850b4   Only the HSM project needs the RTOS; most of the test projects can use the STM32 HAL code directly.
       new  b7f9d44   RSA keygen needs even more stack space than I thought.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                           | 24 +++++++--------
 .../TOOLCHAIN_GCC_ARM/STM32F429BI.ld               | 16 +++++-----
 .../TOOLCHAIN_GCC_ARM/startup_stm32f429xx.S        |  9 ++----
 ...up_stm32f429xx.S => startup_stm32f429xx_rtos.S} |  0
 .../TARGET_CRYPTECH_ALPHA/stm32f4xx_it.c           |  6 ++--
 .../TARGET_CRYPTECH_ALPHA/stm32f4xx_it_rtos.c      | 17 +++++++++--
 projects/bootloader/Makefile                       |  4 +--
 projects/cli-test/Makefile                         | 20 ++++++++++++-
 projects/hsm/Makefile                              | 21 +++++++++++--
 projects/hsm/hsm.c                                 | 34 +++++++++++++++++-----
 projects/rtos-test/Makefile                        |  4 +++
 stm-init.h                                         |  3 --
 stm-sdram.c                                        | 33 ++++++++++++++++-----
 stm-sdram.h                                        | 17 -----------
 14 files changed, 137 insertions(+), 71 deletions(-)
 copy libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_CRYPTECH_ALPHA/TOOLCHAIN_GCC_ARM/{startup_stm32f429xx.S => startup_stm32f429xx_rtos.S} (100%)
 rename projects/bootloader/stm32f4xx_it.c => libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_CRYPTECH_ALPHA/stm32f4xx_it_rtos.c (94%)



More information about the Commits mailing list