-
-
Notifications
You must be signed in to change notification settings - Fork 6
Sb key protection test #1023
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
base: develop
Are you sure you want to change the base?
Sb key protection test #1023
Conversation
c25dc5b
to
61ee77f
Compare
61ee77f
to
9753ebd
Compare
Successfully run the tests on ODROID-H4. The protections work as expected. |
9753ebd
to
3e31aff
Compare
It seems like the MSI platform doesn't want to work... Flashing failed. |
0aff530
to
3e31aff
Compare
I get the following error on MSI 690 (just reporting, SPI write lock still enabled): $ fwupdmgr get-devices Can it be linked? |
Your error seem to be related to overloaded UEFI variables region space. We use 64KB only, but for some reason you are attempting to write half of the space with some operation. The error I am getting is from our infrastructre in laboratory which failed to flash the board remotely with external programmer. |
Ok, yes. It may have been borked due to an old fwupd, similar to fwupd/fwupd#8702. I tried to append the same Howyar's SysReturn dbx a while back. |
@miczyg1 New tests also need to be added to the JSON file in the same PR. Please follow the OSFV test naming convention and update the IDs accordingly: https://github.com/Dasharo/open-source-firmware-validation/blob/develop/docs/adding-and-naming-test-cases.md |
Signed-off-by: Michał Żygowski <[email protected]>
…test Signed-off-by: Michał Żygowski <[email protected]>
3e31aff
to
a8fd945
Compare
Should be fixed now. |
Scope regression fails because:
|
Addresses issue: Dasharo/dasharo-issues#1478