From 37857f41c675fc4fdd876306ea2dfe7f1603e6c6 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 20 Jan 2026 17:17:16 +0100 Subject: [PATCH] OvmfPkg/MemDebugLogPeiCoreLib: enable for PEIMs Allow PEIMs use the MemDebugLogPeiCoreLib lib. The difference between MemDebugLogPeiCoreLib and MemDebugLogPeiLib is that the latter does additionally provide the MemDebugLogPages() function, and pulls in QemuFwCfg* libraries as dependency. Most PEIMs do not need MemDebugLogPages() though, only the ones which handle the setup of the memory logging buffer do. Signed-off-by: Gerd Hoffmann --- OvmfPkg/Library/MemDebugLogLib/MemDebugLogPeiCoreLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/Library/MemDebugLogLib/MemDebugLogPeiCoreLib.inf b/OvmfPkg/Library/MemDebugLogLib/MemDebugLogPeiCoreLib.inf index 56908caa5a..12aa044179 100644 --- a/OvmfPkg/Library/MemDebugLogLib/MemDebugLogPeiCoreLib.inf +++ b/OvmfPkg/Library/MemDebugLogLib/MemDebugLogPeiCoreLib.inf @@ -14,7 +14,7 @@ FILE_GUID = EEAF8A01-167A-4222-A647-80EB16AEEC69 MODULE_TYPE = BASE VERSION_STRING = 1.0 - LIBRARY_CLASS = MemDebugLogLib|PEI_CORE + LIBRARY_CLASS = MemDebugLogLib|PEI_CORE PEIM [Sources]