-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
scripts/bootloader: Add ed25519/sha512 to scripts #18959
scripts/bootloader: Add ed25519/sha512 to scripts #18959
Conversation
72681f6
to
d8ab3b0
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 19e1af48fd7d5e0d999cf56b2771942322c01ada more detailssdk-nrf:
Github labels
List of changed files detected by CI (11)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
1c315d2
to
b436a1d
Compare
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.
Also missing changes to validation_data.py
adc2886
to
ffa7e39
Compare
33c4465
to
e78e5ec
Compare
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.
LGTM
note for me.: usage cmake/sysbuild/debug_keys.cmake
nRF54l15 KMU is place for public keys BL_PUBKY_[n], digests unwanted.
4a4b80b
to
380e9d9
Compare
613256f
to
0f262bd
Compare
0f262bd
to
d735f98
Compare
7cd7921
to
74b17df
Compare
816dee6
to
75c59bd
Compare
tests and github workflow lgtm |
Python scripts implementing ed25519 and sha512 support needed for nsib image signing. Signed-off-by: Lukasz Fundakowski <[email protected]>
6899871
to
fef39a8
Compare
Run tests from scripts/bootloader/tests with pytest each time when Python scripts are modified. Signed-off-by: Lukasz Fundakowski <[email protected]>
fef39a8
to
19e1af4
Compare
@nrfconnect/ncs-cia please review |
I guess you meant to tag @nrfconnect/ncs-ci |
sha512
tohash.py
scripted25519
tokeygen.py
scipted25519
todo_sign.py
script with optionalsha512
ed25519
tovalidation_data.py
script