[Cryptech-Commits] [sw/stm32] branch master updated (0d25f92 -> b10811e)
git at cryptech.is
git at cryptech.is
Tue Jun 28 05:25:13 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 0d25f92 PIN-based login
new aaf4743 Modify cli-test/filetransfer to prompt for PIN.
new 494081d Remove old default user.
new 75ddc74 Fix the bootloader to accept firmware (with PIN login).
new b10811e Only SO and wheel are allowed to upload. Also add bootloader upload.
The 4 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 | 2 +-
projects/bootloader/Makefile | 7 ++
projects/bootloader/bootloader.c | 6 +-
projects/bootloader/dfu.c | 118 +++++++++++++++++++--
projects/bootloader/stm-init.c | 1 -
projects/hsm/Makefile | 3 +-
.../{cli-test/filetransfer => hsm/cryptech_upload} | 94 +++++++++-------
stm-keystore.c => projects/hsm/mgmt-bootloader.c | 71 +++++++------
projects/hsm/{mgmt-dfu.h => mgmt-bootloader.h} | 25 +++--
projects/hsm/mgmt-cli.c | 14 ++-
.../{cli-test/mgmt-dfu.h => hsm/mgmt-firmware.c} | 52 +++++----
.../{cli-test/mgmt-test.h => hsm/mgmt-firmware.h} | 15 ++-
projects/hsm/mgmt-fpga.c | 14 +++
13 files changed, 287 insertions(+), 135 deletions(-)
copy projects/{cli-test/filetransfer => hsm/cryptech_upload} (72%)
copy stm-keystore.c => projects/hsm/mgmt-bootloader.c (57%)
copy projects/hsm/{mgmt-dfu.h => mgmt-bootloader.h} (73%)
copy projects/{cli-test/mgmt-dfu.h => hsm/mgmt-firmware.c} (64%)
copy projects/{cli-test/mgmt-test.h => hsm/mgmt-firmware.h} (86%)
More information about the Commits
mailing list