edk2/OvmfPkg/MemDebugLogPei/MemDebugLogPei.inf
Aaron Young 57844e4997 OvmfPkg: Add OVMF Memory Debug Logging MemDebugLogPei PEIM
Add the OvmfPkg MemDebugLogPei PEI Module which
is responsible for allocating and initializing the main
memory log buffer.

Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Aaron Young <aaron.young@oracle.com>
2025-06-13 22:19:39 +00:00

59 lines
1.1 KiB
INI

#/** @file
#
# Memory Debug Log PEIM
#
# Copyright (C) 2025, Oracle and/or its affiliates.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#**/
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = MemDebugLogPei
FILE_GUID = 2e501046-26ae-406b-9935-084b61a12e15
MODULE_TYPE = PEIM
VERSION_STRING = 1.0
ENTRY_POINT = MemDebugLogEntry
#
# For reference only:
# VALID_ARCHITECTURES = X64
#
[Sources]
MemDebugLog.c
[Packages]
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
OvmfPkg/OvmfPkg.dec
[LibraryClasses]
BaseMemoryLib
DebugLib
HobLib
MemoryAllocationLib
PeiServicesLib
PeiServicesTablePointerLib
PeimEntryPoint
PcdLib
MemDebugLogLib
[Ppis]
gEfiPeiMemoryDiscoveredPpiGuid ## CONSUMES
[Guids]
gMemDebugLogHobGuid
[Pcd]
[FeaturePcd]
[FixedPcd]
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfEarlyMemDebugLogBase ## CONSUMES
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfEarlyMemDebugLogSize ## CONSUMES
[Depex]
TRUE