-
Notifications
You must be signed in to change notification settings - Fork 2.9k
MdePkg: Add MockSynchronizationLib and MockSmmSxDispatch2 #11034
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
MdePkg: Add MockSynchronizationLib and MockSmmSxDispatch2 #11034
Conversation
960e796 to
1821228
Compare
6fb4684 to
63f2d9d
Compare
8fc6739 to
b26e795
Compare
b26e795 to
4b747d9
Compare
|
The Sx is for Sleep State SMI, not Software SMIs. The description and comments need to be updated. Also, there is both an SMM and an MM version of this protocol that are identical. This addition of a protocol mock should cover both the SMM and MM versions. |
1bb85c1 to
267dfad
Compare
|
Hi @mdkinney |
e82643f to
2f7b722
Compare
Signed-off-by: TsunFeng <[email protected]>
Signed-off-by: TsunFeng <[email protected]>
2f7b722 to
6a02628
Compare
|
Hi @mdkinney, |
|
This PR has been automatically marked as stale because it has not had activity in 60 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions. |
|
PR can not be merged due to conflict. Please rebase and resubmit |
|
This PR has been automatically marked as stale because it has not had activity in 60 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions. |
|
This pull request has been automatically been closed because it did not have any activity in 60 days and no follow up within 7 days after being marked stale. Thank you for your contributions. |
Description
MdePkg: Add MockSynchronizationLib and MockSmmSxDispatch2
How This Was Tested
Unit tests component can call these mock functions success
Integration Instructions
N/A