Skip to content

MmSupervisorPkg: Add missing MmCoreDataHobGuid. #490

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

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

Conversation

apop5
Copy link
Collaborator

@apop5 apop5 commented Jun 11, 2025

Description

MmSupervisorCore relies on the gMmCoreDataHobGuid, but it is not explicit in the need for it in the INF.

Add the gMmCoreDataHobGuid to explicitly define the dependency.

Fixes the GUID being drop in 0a59afa.

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

Found while integrating into a new platform. Build failed due to unresolved external,
but build passed after adding guid to dependency.

Integration Instructions

No integration necessary.

@github-actions github-actions bot added the impact:non-functional Does not have a functional impact label Jun 11, 2025
MmSupervisorCore relies on the gMmCoreDataHobGuid, but it is not
explicit in the need for it in the INF.

Add the gMmCoreDataHobGuid to explicitly define the
dependency.
@apop5 apop5 force-pushed the personal/apop5/mmupdates branch from 0012c6a to 4b04e23 Compare June 11, 2025 22:24
@makubacki makubacki added the type:bug Something isn't working label Jun 12, 2025
Copy link
Member

Choose a reason for hiding this comment

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

Can you please mention in the commit/PR description that this the GUID was dropped in 0a59afa?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:non-functional Does not have a functional impact type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants