]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciPei / EhciPei.inf
index f10ad49e885508050957e8b841bc37538834e6a1..a810c3c6bc6db524bd49bef749ce76d9d9bd4cae 100644 (file)
@@ -1,23 +1,19 @@
 ## @file\r
-# Component description file for EhcPeim PEIM to produce gPeiUsb2HostControllerPpiGuid \r
-# based on gPeiUsbControllerPpiGuid which is used to enable recovery function from USB Drivers.\r
+# The EhcPeim driver is responsible for managing EHCI host controller at PEI phase.\r
 #\r
-# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+# It produces gPeiUsb2HostControllerPpiGuid based on gPeiUsbControllerPpiGuid\r
+# which is used to enable recovery function from USB Drivers.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions\r
-# of the BSD License which accompanies this distribution.  The\r
-# 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
+# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = EhciPei\r
+  MODULE_UNI_FILE                = EhciPei.uni\r
   FILE_GUID                      = BAB4F20F-0981-4b5f-A047-6EF83BEEAB3C\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
@@ -27,7 +23,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
@@ -40,6 +36,7 @@
   EhciSched.h\r
   EhciUrb.h\r
   UsbHcMem.h\r
+  DmaMem.c\r
 \r
 \r
 [Packages]\r
 \r
 \r
 [Ppis]\r
-  gPeiUsb2HostControllerPpiGuid                 # PPI ALWAYS_PRODUCED\r
-  gPeiUsbControllerPpiGuid                      # PPI ALWAYS_CONSUMED\r
-\r
+  gPeiUsb2HostControllerPpiGuid                 ## PRODUCES\r
+  gPeiUsbControllerPpiGuid                      ## CONSUMES\r
+  gEdkiiIoMmuPpiGuid                            ## CONSUMES\r
+  gEfiEndOfPeiSignalPpiGuid                     ## CONSUMES\r
 \r
 [Depex]\r
   gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
 \r
-\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  EhciPeiExtra.uni\r