Skip to content

Commit

Permalink
ArmPkg/ArmMmuBaseLib: Disallow STANDALONE_MM
Browse files Browse the repository at this point in the history
Not sure what all module types this HAS been validated against, but it
doesn't work with STANDALONE_MM or STANDALONE_MM_CORE.
  • Loading branch information
Bret Barkelew authored and kenlautner committed Dec 19, 2023
1 parent b9fe4de commit 3c146a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
FILE_GUID = da8f0232-fb14-42f0-922c-63104d2c70bd
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = ArmMmuLib
# MU_CHANGE - Can't be fully BASE, because it doesn't work in MM_STANDALONE.
LIBRARY_CLASS = ArmMmuLib | DXE_DRIVER PEIM PEI_CORE DXE_CORE DXE_RUNTIME_DRIVER SEC

[Defines.AARCH64]
CONSTRUCTOR = ArmMmuBaseLibConstructor
Expand Down

0 comments on commit 3c146a2

Please sign in to comment.