]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelSiliconPkg/IntelVTdDxe/IntelVTdDxe.inf
IntelSiliconPkg: Add VTd driver.
[mirror_edk2.git] / IntelSiliconPkg / IntelVTdDxe / IntelVTdDxe.inf
diff --git a/IntelSiliconPkg/IntelVTdDxe/IntelVTdDxe.inf b/IntelSiliconPkg/IntelVTdDxe/IntelVTdDxe.inf
new file mode 100644 (file)
index 0000000..6a61c13
--- /dev/null
@@ -0,0 +1,79 @@
+## @file\r
+# Intel VTd DXE Driver.\r
+#\r
+# This driver initializes VTd engine based upon DMAR ACPI tables\r
+# and provide DMA protection to PCI or ACPI device.\r
+#\r
+# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
+# are licensed and made available under the terms and conditions of the BSD License\r
+# which accompanies this distribution.  The full text of the license may be found at\r
+# http://opensource.org/licenses/bsd-license.php\r
+#\r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = IntelVTdDxe\r
+  MODULE_UNI_FILE                = IntelVTdDxe.uni\r
+  FILE_GUID                      = 987555D6-595D-4CFA-B895-59B89368BD4D\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = IntelVTdInitialize\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+#\r
+\r
+[Sources]\r
+  IntelVTdDxe.c\r
+  BmDma.c\r
+  DmaProtection.c\r
+  DmaProtection.h\r
+  DmarAcpiTable.c\r
+  PciInfo.c\r
+  TranslationTable.c\r
+  TranslationTableEx.c\r
+  VtdReg.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  IntelSiliconPkg/IntelSiliconPkg.dec\r
+\r
+[LibraryClasses]\r
+  DebugLib\r
+  UefiDriverEntryPoint\r
+  UefiBootServicesTableLib\r
+  BaseLib\r
+  IoLib\r
+  PciSegmentLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
+  UefiLib\r
+\r
+[Guids]\r
+  gEfiEventExitBootServicesGuid   ## CONSUMES ## Event\r
+  gEfiAcpi20TableGuid             ## CONSUMES ## SystemTable\r
+  gEfiAcpiTableGuid               ## CONSUMES ## SystemTable\r
+\r
+[Protocols]\r
+  gEdkiiIoMmuProtocolGuid                     ## PRODUCES\r
+  gEfiAcpiSdtProtocolGuid                     ## CONSUMES\r
+  gEfiPciIoProtocolGuid                       ## CONSUMES\r
+  gEfiPciEnumerationCompleteProtocolGuid      ## CONSUMES\r
+  gEdkiiPlatformVTdPolicyProtocolGuid         ## SOMETIMES_CONSUMES\r
+\r
+[Depex]\r
+  gEfiPciRootBridgeIoProtocolGuid AND\r
+  gEfiAcpiSdtProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  IntelVTdDxeExtra.uni\r
+\r