summaryrefslogtreecommitdiff
path: root/CcixPkg/Drivers/CcixPcieTransportDxe/CcixPcieTransportDxe.inf
diff options
context:
space:
mode:
Diffstat (limited to 'CcixPkg/Drivers/CcixPcieTransportDxe/CcixPcieTransportDxe.inf')
-rw-r--r--CcixPkg/Drivers/CcixPcieTransportDxe/CcixPcieTransportDxe.inf49
1 files changed, 49 insertions, 0 deletions
diff --git a/CcixPkg/Drivers/CcixPcieTransportDxe/CcixPcieTransportDxe.inf b/CcixPkg/Drivers/CcixPcieTransportDxe/CcixPcieTransportDxe.inf
new file mode 100644
index 0000000000..285fce40cc
--- /dev/null
+++ b/CcixPkg/Drivers/CcixPcieTransportDxe/CcixPcieTransportDxe.inf
@@ -0,0 +1,49 @@
+#/** @file
+# CCIX PCIe transport driver
+#
+# Copyright (c) 2019, Linaro Ltd. All rights reserved.
+#
+# This program and the accompanying materials are licensed and made available
+# under the terms and conditions of the BSD License which accompanies this
+# distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+#**/
+
+[Defines]
+ INF_VERSION = 1.27
+ BASE_NAME = CcixPcieTransportDxe
+ FILE_GUID = 5b182187-894a-4b1c-858f-7d41a4ab01dd
+ MODULE_TYPE = DXE_DRIVER
+ VERSION_STRING = 1.0
+ ENTRY_POINT = CcixPcieTransportDxeEntryPoint
+
+[Sources.common]
+ CcixPcieTransportDxe.c
+
+[Packages]
+ CcixPkg/CcixPkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ DebugLib
+ MemoryAllocationLib
+ UefiBootServicesTableLib
+ UefiDriverEntryPoint
+ UefiLib
+
+[Protocols]
+ gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
+ gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES
+ gCcixIoProtocolGuid ## PRODUCES
+
+[FixedPcd]
+ gCcixTokenSpaceGuid.PcdCcixTransportPcieSegment
+ gCcixTokenSpaceGuid.PcdCcixTransportPcieBusStart
+
+[Depex]
+ gEfiPciRootBridgeIoProtocolGuid