-
-
Notifications
You must be signed in to change notification settings - Fork 205
WIP Nitrokey up pr nitropads nx circleci fix makefile fix2 #1453
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
Closed
krystian-hebel
wants to merge
14
commits into
linuxboot:master
from
Dasharo:Nitrokey_up-pr-nitropads-nx_circleci-fix_Makefile-fix2
Closed
WIP Nitrokey up pr nitropads nx circleci fix makefile fix2 #1453
krystian-hebel
wants to merge
14
commits into
linuxboot:master
from
Dasharo:Nitrokey_up-pr-nitropads-nx_circleci-fix_Makefile-fix2
Conversation
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
* use CONFIG_COREBOOT_COMMIT_HASH to enable configuration of commit hash inside the board configuration
* add Nitrokey 3 support * corrected UI issues, when PIN is not set * add serial number getter * improve HID calls speed * Full changelogs to be found here: https://github.com/Nitrokey/nitrokey-hotp-verification/releases
* CONFIG_GPG_DEFAULT_ALGO defaults to RSA 3072 if not set * currently only p256 is supported as alternative * added p256 for nitropad ns50/nv41 boards
cd0ea03 to
ac12738
Compare
CircleCI: depend on NV41 for save_cache Makefile: consider that coreboot-git is now shared between forks on x86 (Nitrokey/Purism share build/x86/coreboot-git now) Addressesses requested change at linuxboot#1417 (review)
ac12738 to
d152802
Compare
Another approach at linuxboot#1449 Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
d152802 to
2f94c1f
Compare
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
2f94c1f to
927677a
Compare
Collaborator
|
#1462 approach wins over this one |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Another approach to #1449