-
Notifications
You must be signed in to change notification settings - Fork 506
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
Mm infra #169
Merged
Merged
Mm infra #169
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merged
jiaxinwu
force-pushed
the
MM_Infra
branch
2 times, most recently
from
August 7, 2024 02:13
5bd6c17
to
fcfca14
Compare
Create MmPlatformHobProducerLib instance for QSP boot. In this libarary, CreateMmPlatformHob() function is called by StandaloneMm IPL to create all Platform specific HOBs that required by Standalone MM environment. On return, a list of ResourceDescriptorHob are generated to report MMIO ranges. All memory ranges except SMRAM and EFI_RESOURCE_SYSTEM_MEMORY type memory ranges are treated as MMIO. Signed-off-by: Dun Tan <[email protected]> Cc: Ray Ni <[email protected]> Cc: Jiaxin Wu <[email protected]> Cc: Nate DeSimone <[email protected]> Cc: Star Zeng <[email protected]> Cc: Wei6 Xu <[email protected]> Cc: Yuanhao Xie <[email protected]>
Add MmPlatformHobProducerLib.inf in the BoardX58Ich10/OpenBoardPkg.dsc Signed-off-by: Dun Tan <[email protected]>
Force PE/COFF sections to be aligned at 4KB boundaries to support MemoryAttribute table. Signed-off-by: Jiaxin Wu <[email protected]>
This patch changes below dynamic PCD to fixed PCD for MM_STANDALONE: gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0 Signed-off-by: Jiaxin Wu <[email protected]>
niruiyu
reviewed
Sep 2, 2024
Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkgPcd.dsc
Outdated
Show resolved
Hide resolved
Add PcdStandaloneMmEnable feature PCD, default set to FALSE. Signed-off-by: Jiaxin Wu <[email protected]>
Include required StandaloneMm drivers under PcdStandaloneMmEnable PCD. Signed-off-by: Jiaxin Wu <[email protected]>
Include required StandaloneMm Drivers and Libs under PcdStandaloneMmEnable PCD. Change the PcdStandaloneMmEnable to TRUE to enable the MM on QSP. Signed-off-by: Jiaxin Wu <[email protected]>
Add PcdCpuSmmProfileEnable & PcdCpuSmmRestrictedMemoryAccess for the SmmProfile enable/disable control for QSP. Signed-off-by: Jiaxin Wu <[email protected]>
jiaxinwu
requested review from
nate-desimone,
SaiChaganty and
ChaselChiu
as code owners
September 5, 2024 05:53
niruiyu
approved these changes
Sep 12, 2024
ChaselChiu
approved these changes
Sep 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable MM Infra on QSP Platform