-
Notifications
You must be signed in to change notification settings - Fork 82
Fix OCP LOCK warm reset test #2878
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
Conversation
93f49b6 to
4b373f3
Compare
|
|
|
Is this stale? It looks like it is needs to be pointed to |
c8955e5 to
284ce91
Compare
@zhalvorsen should be cleaned up and ready for review now! |
284ce91 to
870104f
Compare
870104f to
f8f4355
Compare
* Re-enable driver warm reset test. * Add DERIVE_MEK warm reset test.
f8f4355 to
531233f
Compare
| mek_checksum: EXPECTED_MEK_CHECKSUM, | ||
| // mek_checksum: EXPECTED_MEK_CHECKSUM, | ||
| mek_checksum: [0; 16], |
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.
NOTE: Unless there is feedback I will fix this in the next PR. The CI takes some time to run and this is gating other PRs.
These tests should be fixed by the MCU changes merged in chipsalliance#2878.
* Re-enable driver warm reset test. * Add DERIVE_MEK warm reset test.
Needed a few tweaks after changes to warm reset.