diff options
author | Kun Qin <kuqin@microsoft.com> | 2025-04-04 16:45:42 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-06-19 06:17:18 +0000 |
commit | a60b026a1022cfc3bf4fa23b2c54065c734433ff (patch) | |
tree | 5751c4f72772fbaa26ef3df80d58540c1fddd532 | |
parent | 423b9872534807862d5a0b7268c442ed509b0500 (diff) | |
download | edk2-a60b026a1022cfc3bf4fa23b2c54065c734433ff.zip edk2-a60b026a1022cfc3bf4fa23b2c54065c734433ff.tar.gz edk2-a60b026a1022cfc3bf4fa23b2c54065c734433ff.tar.bz2 |
OvmfPkg: PlatformDebugLibIoPort: Support Standalone MM core and drivers
This change extends the library to support MM_CORE_STANDALONE and
MM_STANDALONE for usage in MM standalone environment.
Signed-off-by: Kun Qin <kun.qin@microsoft.com>
-rw-r--r-- | OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf b/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf index 0163914..a8febf0 100644 --- a/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf +++ b/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf @@ -16,7 +16,7 @@ FILE_GUID = DF934DA3-CD31-49FE-AF50-B3C87C79325F
MODULE_TYPE = BASE
VERSION_STRING = 1.0
- LIBRARY_CLASS = DebugLib|PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION
+ LIBRARY_CLASS = DebugLib|PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION MM_CORE_STANDALONE MM_STANDALONE
CONSTRUCTOR = PlatformDebugLibIoPortConstructor
#
|