Files
Chasel Chiu 4e62a35ebf MinPlatformPkg: Add SetCacheMtrrLib library class.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2314

MinPlatformPkg should contain the library class header (API)
and the NULL library class instance.

Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>
2019-11-01 11:03:51 +08:00

47 lines
1.4 KiB
INI

## @file
# Component information file for Platform SetCacheMtrr Library.
# This library implementation is for typical platforms and may not be
# needed when cache MTRR will be initialized by FSP.
#
# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = PeiSetCacheMtrrLib
FILE_GUID = 9F2A2899-3AD7-4176-9B89-33B3AC456A99
MODULE_TYPE = PEIM
VERSION_STRING = 1.0
LIBRARY_CLASS = SetCacheMtrrLib
[LibraryClasses]
BaseLib
PcdLib
DebugLib
HobLib
MtrrLib
PeiServicesLib
BaseMemoryLib
[Packages]
MinPlatformPkg/MinPlatformPkg.dec
MdePkg/MdePkg.dec
UefiCpuPkg/UefiCpuPkg.dec
[Sources]
SetCacheMtrrLib.c
[Guids]
gEfiSmmSmramMemoryGuid ## CONSUMES
[Pcd]
gMinPlatformPkgTokenSpaceGuid.PcdFlashAreaBaseAddress ## CONSUMES
gMinPlatformPkgTokenSpaceGuid.PcdFlashAreaSize ## CONSUMES
gMinPlatformPkgTokenSpaceGuid.PcdPciReservedMemAbove4GBBase ## CONSUMES
gMinPlatformPkgTokenSpaceGuid.PcdPciReservedMemAbove4GBLimit ## CONSUMES
gMinPlatformPkgTokenSpaceGuid.PcdPciReservedPMemAbove4GBBase ## CONSUMES
gMinPlatformPkgTokenSpaceGuid.PcdPciReservedPMemAbove4GBLimit ## CONSUMES