[Cryptech-Commits] [sw/stm32] branch ksng updated (0c298a1 -> 189df37)

git at cryptech.is git at cryptech.is
Wed Feb 22 23:15:15 UTC 2017


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

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

    from 0c298a1  Move dangerous auto_erase functionality to where it's actually used.
     new 9335ada  Use bulk erase in the one place it makes sense.
     new 56fcfdf  Use libcli return codes where appropriate; show whether PINs are set.
     new 189df37  Refactor flash code.

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


Summary of changes:
 projects/board-test/keystore-perf.c |   4 +-
 projects/board-test/spiflash-perf.c |  23 ++-
 projects/cli-test/mgmt-dfu.c        |   4 +-
 projects/cli-test/mgmt-fpga.c       |  10 +-
 projects/cli-test/mgmt-keystore.c   |   2 +-
 projects/cli-test/mgmt-show.c       |   2 +-
 projects/hsm/mgmt-fpga.c            |  12 +-
 projects/hsm/mgmt-keystore.c        |  49 ++++--
 spiflash_n25q128.c                  | 323 +++++++++++++++++-------------------
 spiflash_n25q128.h                  |  18 +-
 stm-flash.c                         |   2 +-
 stm-flash.h                         |   1 -
 stm-fpgacfg.c                       |  18 +-
 stm-fpgacfg.h                       |   6 +-
 stm-keystore.c                      |  40 ++---
 stm-keystore.h                      |   9 +-
 16 files changed, 274 insertions(+), 249 deletions(-)



More information about the Commits mailing list