Skip to content
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

ArmPkg: Create DxeMmReadyToLockProtocol notification #6428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CrystalLee-77
Copy link

Create DxeMmReadyToLockProtocol notification that Mm requires

Description

The mmCommunication driver in ArmPkg needs to create a gEfiDxeMmReadyToLockProtocolGuid notification so that MmReadyToLockHandler can be called

How This Was Tested

Tested in Arm platform

Create DxeMmReadyToLockProtocol notification that Mm requires

Signed-off-by: Crystal Lee <[email protected]>
@@ -14,6 +14,7 @@
#include <Library/HobLib.h>
#include <Library/PcdLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiLib.h>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on commit message:
"that Mm requires"?
Then why wasn't it there in the first place?
Is this a new requirement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants