-
Notifications
You must be signed in to change notification settings - Fork 133
Improved image, keygen, sign, test lib messages. Polish #625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
gojimmypi
wants to merge
21
commits into
wolfSSL:master
Choose a base branch
from
gojimmypi:pr-keygen-sign-image-verbosity
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 8 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f198c6b
Hard fail if the wrong user settings is detected
gojimmypi ca3110c
Improved image, keygen, sign, test lib messages. Polish
gojimmypi 750467c
Allow 3 or 4 extra params before hard fail
gojimmypi 22db7b5
test-lib returns non-zero error code for errors, not just failure text
gojimmypi 0e078c4
WOLFBOOT_HASH_SHA256 has return result
gojimmypi 7545457
MSC wolfBoot_print
gojimmypi a290d14
adjust allowed param count 2 .. 4
gojimmypi 97f3182
param_ct only when DEBUG_SIGNTOOL
gojimmypi 10a0c0b
Add simulator support for DUALBANK, test bank swap
danielinux a6d0295
Restore .config after dualbank test
danielinux 6527db7
make test-size LIMIT adjustments for image checks
gojimmypi c02c273
Merge pull request #624 from gojimmypi/pr-detect-user-settings
douzzer 79fa066
Fix for the STM32 internal flash erase page selection mask (some vari…
dgarske a559b75
Merge pull request #629 from danielinux/sim-dualbank
dgarske 14f1c43
remove WOLFBOOT_KEYHASH_HAS_RESULT
gojimmypi deb5543
use make distclean
gojimmypi 94c1812
WIP
gojimmypi abbca55
_MSC_VER specifics
gojimmypi d102263
WIP Improved image, keygen, sign, test lib messages. Polish
gojimmypi c335cc2
WIP TODO key_hash return values
gojimmypi 622d9fb
default to success until key_hash return values implemented
gojimmypi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be a git clean so we don't have to maintain the list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The helpful thing about the explicit clean is that is also reminds of the generated files, spread over multiple directories. This is the thing that tripped me up at the beginning more than anything else.
Note the brute-force clean also removed the
test-appdirectory and related source files.There's always the potential that one of the files such as
target.hends up included in someone's repo.I hear you on the list maintenance though: perhaps move that to a common script?
If I document and possible move the operation to a script, would you consider keeping?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please replace with
make distclean. We don't need all those here. Thanks.