]> git.proxmox.com Git - mirror_edk2.git/blame - IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.inf
IntelSiliconPkg/VtdPmrPei: Add premem support.
[mirror_edk2.git] / IntelSiliconPkg / Feature / VTd / IntelVTdPmrPei / IntelVTdPmrPei.inf
CommitLineData
3f5ed3fa
JY
1## @file\r
2# Component INF file for the Intel VTd PMR PEIM.\r
3#\r
4# This driver initializes VTd engine based upon EDKII_VTD_INFO_PPI\r
5# and provide DMA protection in PEI.\r
6#\r
7# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010017\r
20 BASE_NAME = IntelVTdPmrPei\r
21 MODULE_UNI_FILE = IntelVTdPmrPei.uni\r
22 FILE_GUID = F906769F-4AED-4A0D-8C7C-FF21B9D1051A\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = IntelVTdPmrInitialize\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 IntelSiliconPkg/IntelSiliconPkg.dec\r
31\r
32[Sources]\r
33 IntelVTdPmrPei.c\r
34 IntelVTdPmrPei.h\r
35 IntelVTdPmr.c\r
a1e7cd0b
JY
36 DmarTable.c\r
37 VtdReg.c\r
3f5ed3fa
JY
38\r
39[LibraryClasses]\r
40 DebugLib\r
41 BaseMemoryLib\r
42 BaseLib\r
43 PeimEntryPoint\r
44 PeiServicesLib\r
45 HobLib\r
46 IoLib\r
a1e7cd0b 47 CacheMaintenanceLib\r
3f5ed3fa
JY
48\r
49[Ppis]\r
a1e7cd0b
JY
50 gEdkiiIoMmuPpiGuid ## PRODUCES\r
51 gEdkiiVTdInfoPpiGuid ## CONSUMES\r
52 gEfiPeiMemoryDiscoveredPpiGuid ## CONSUMES\r
53 gEfiEndOfPeiSignalPpiGuid ## CONSUMES\r
3f5ed3fa
JY
54\r
55[Pcd]\r
56 gIntelSiliconPkgTokenSpaceGuid.PcdVTdPolicyPropertyMask ## CONSUMES\r
57\r
58[Depex]\r
fc8be1ad 59 gEfiPeiMasterBootModePpiGuid AND\r
3f5ed3fa
JY
60 gEdkiiVTdInfoPpiGuid\r
61\r
62[UserExtensions.TianoCore."ExtraFiles"]\r
63 IntelVTdPmrPeiExtra.uni\r
64\r