edk2/OvmfPkg/Library/MemDebugLogLib
Luigi Leonardi e59458b658 OvmfPkg/MemDebugLogLib: Add MemDebugLogInit/Copy stubs to Null instance
The Null instance of MemDebugLogLib only provides MemDebugLogWrite(),
MemDebugLogPages(), and MemDebugLogEnabled(). Any module that
references MemDebugLogInit() or MemDebugLogCopy() cannot link against
the Null instance, forcing the feature to be gated at the build-system
level rather than at runtime.

Add no-op stubs for MemDebugLogInit() and MemDebugLogCopy().

This will be used by the following commit to add memory debug log
support in TDX.

Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
2026-07-22 09:00:42 +00:00
..
MemDebugLogCommon.c OvmfPkg/MemDebugLogLib: use AcquireSpinLockOrFail 2025-12-04 12:36:28 +00:00
MemDebugLogDxe.c OvmfPkg: Add OVMF Memory Debug Logging MemDebugLogLib library 2025-06-13 22:19:39 +00:00
MemDebugLogDxeLib.inf OvmfPkg: Add OVMF Memory Debug Logging MemDebugLogLib library 2025-06-13 22:19:39 +00:00
MemDebugLogLibNull.inf OvmfPkg: MemDebugLogLibNull: Support Standalone MM core and drivers 2025-06-19 06:17:18 +00:00
MemDebugLogNull.c OvmfPkg/MemDebugLogLib: Add MemDebugLogInit/Copy stubs to Null instance 2026-07-22 09:00:42 +00:00
MemDebugLogPei.c OvmfPkg/MemDebugLogPeiLib: drop duplicate MemDebugLogWrite function 2026-01-30 15:17:50 +00:00
MemDebugLogPeiCore.c OvmfPkg/MemDebugLogLib: unoptimize PEIM and PEI_CORE 2025-08-28 09:56:09 +00:00
MemDebugLogPeiCoreLib.inf OvmfPkg/MemDebugLogPeiCoreLib: enable for PEIMs 2026-01-30 15:17:50 +00:00
MemDebugLogPeiLib.inf OvmfPkg/MemDebugLogPeiLib: drop duplicate MemDebugLogWrite function 2026-01-30 15:17:50 +00:00
MemDebugLogRt.c OvmfPkg: Add OVMF Memory Debug Logging MemDebugLogLib library 2025-06-13 22:19:39 +00:00
MemDebugLogRtLib.inf OvmfPkg: Add OVMF Memory Debug Logging MemDebugLogLib library 2025-06-13 22:19:39 +00:00
MemDebugLogSec.c OvmfPkg: Add OVMF Memory Debug Logging MemDebugLogLib library 2025-06-13 22:19:39 +00:00
MemDebugLogSecLib.inf OvmfPkg: Add OVMF Memory Debug Logging MemDebugLogLib library 2025-06-13 22:19:39 +00:00