aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/OvmfPkg/IoMmuDxe/IoMmuDxe.inf
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/OvmfPkg/IoMmuDxe/IoMmuDxe.inf')
-rw-r--r--roms/edk2/OvmfPkg/IoMmuDxe/IoMmuDxe.inf44
1 files changed, 44 insertions, 0 deletions
diff --git a/roms/edk2/OvmfPkg/IoMmuDxe/IoMmuDxe.inf b/roms/edk2/OvmfPkg/IoMmuDxe/IoMmuDxe.inf
new file mode 100644
index 000000000..2ebd74e55
--- /dev/null
+++ b/roms/edk2/OvmfPkg/IoMmuDxe/IoMmuDxe.inf
@@ -0,0 +1,44 @@
+#/** @file
+#
+# Driver provides the IOMMU protcol support for PciHostBridgeIo and others
+# drivers.
+#
+# Copyright (c) 2017, AMD Inc. All rights reserved.<BR>
+#
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+#**/
+
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = IoMmuDxe
+ FILE_GUID = 8657015b-ea43-440d-949a-af3be365c0fc
+ MODULE_TYPE = DXE_DRIVER
+ VERSION_STRING = 1.0
+ ENTRY_POINT = IoMmuDxeEntryPoint
+
+[Sources]
+ AmdSevIoMmu.c
+ AmdSevIoMmu.h
+ IoMmuDxe.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+ OvmfPkg/OvmfPkg.dec
+
+[LibraryClasses]
+ BaseLib
+ BaseMemoryLib
+ DebugLib
+ MemEncryptSevLib
+ MemoryAllocationLib
+ UefiBootServicesTableLib
+ UefiDriverEntryPoint
+
+[Protocols]
+ gEdkiiIoMmuProtocolGuid ## SOMETIME_PRODUCES
+ gIoMmuAbsentProtocolGuid ## SOMETIME_PRODUCES
+
+[Depex]
+ TRUE