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