]> git.proxmox.com Git - mirror_edk2.git/blame - IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.inf
IntelSiliconPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelSiliconPkg / Feature / VTd / IntelVTdDxe / IntelVTdDxe.inf
CommitLineData
c049fc99
JY
1## @file\r
2# Intel VTd DXE Driver.\r
3#\r
4# This driver initializes VTd engine based upon DMAR ACPI tables\r
5# and provide DMA protection to PCI or ACPI device.\r
6#\r
6861b0fe 7# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
8f7a05e1 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c049fc99
JY
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = IntelVTdDxe\r
15 MODULE_UNI_FILE = IntelVTdDxe.uni\r
16 FILE_GUID = 987555D6-595D-4CFA-B895-59B89368BD4D\r
17 MODULE_TYPE = DXE_DRIVER\r
18 VERSION_STRING = 1.0\r
19 ENTRY_POINT = IntelVTdInitialize\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
6861b0fe 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
c049fc99
JY
25#\r
26#\r
27\r
28[Sources]\r
29 IntelVTdDxe.c\r
30 BmDma.c\r
31 DmaProtection.c\r
32 DmaProtection.h\r
33 DmarAcpiTable.c\r
34 PciInfo.c\r
35 TranslationTable.c\r
36 TranslationTableEx.c\r
37 VtdReg.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42 IntelSiliconPkg/IntelSiliconPkg.dec\r
43\r
44[LibraryClasses]\r
45 DebugLib\r
46 UefiDriverEntryPoint\r
47 UefiBootServicesTableLib\r
48 BaseLib\r
49 IoLib\r
50 PciSegmentLib\r
51 BaseMemoryLib\r
52 MemoryAllocationLib\r
53 UefiLib\r
4ad5f597
JY
54 CacheMaintenanceLib\r
55 PerformanceLib\r
56 PrintLib\r
27bf6712 57 ReportStatusCodeLib\r
c049fc99
JY
58\r
59[Guids]\r
60 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
f6f486e7
SZ
61 ## CONSUMES ## SystemTable\r
62 ## CONSUMES ## Event\r
63 gEfiAcpi20TableGuid\r
64 ## CONSUMES ## SystemTable\r
65 ## CONSUMES ## Event\r
66 gEfiAcpi10TableGuid\r
c049fc99
JY
67\r
68[Protocols]\r
69 gEdkiiIoMmuProtocolGuid ## PRODUCES\r
c049fc99
JY
70 gEfiPciIoProtocolGuid ## CONSUMES\r
71 gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES\r
72 gEdkiiPlatformVTdPolicyProtocolGuid ## SOMETIMES_CONSUMES\r
73\r
c50596a7
JY
74[Pcd]\r
75 gIntelSiliconPkgTokenSpaceGuid.PcdVTdPolicyPropertyMask ## CONSUMES\r
27bf6712 76 gIntelSiliconPkgTokenSpaceGuid.PcdErrorCodeVTdError ## CONSUMES\r
c50596a7 77\r
c049fc99 78[Depex]\r
f6f486e7 79 gEfiPciRootBridgeIoProtocolGuid\r
c049fc99
JY
80\r
81[UserExtensions.TianoCore."ExtraFiles"]\r
82 IntelVTdDxeExtra.uni\r
83\r