]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
MdeModulePkg UhciPei: Support IoMmu
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciPei / UhciPei.inf
1 ## @file
2 # The UhcPeim driver is responsible for managing the behavior of UHCI controller at PEI phase.
3 #
4 # It produces gPeiUsbHostControllerPpiGuid based on gPeiUsbControllerPpiGuid which is used
5 # to enable recovery function from USB Drivers.
6 #
7 # Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions
11 # of the BSD License which accompanies this distribution. The
12 # full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = UhciPei
23 MODULE_UNI_FILE = UhciPei.uni
24 FILE_GUID = C463CEAC-FC57-4f36-88B7-356C750C3BCA
25 MODULE_TYPE = PEIM
26 VERSION_STRING = 1.0
27
28 ENTRY_POINT = UhcPeimEntry
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35
36 [Sources]
37 UhcPeim.c
38 UhcPeim.h
39 DmaMem.c
40
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45
46
47 [LibraryClasses]
48 IoLib
49 TimerLib
50 BaseMemoryLib
51 PeiServicesLib
52 PeimEntryPoint
53 DebugLib
54
55
56 [Ppis]
57 gPeiUsbHostControllerPpiGuid ## PRODUCES
58 gPeiUsbControllerPpiGuid ## CONSUMES
59 gEdkiiIoMmuPpiGuid ## CONSUMES
60 gEfiEndOfPeiSignalPpiGuid ## CONSUMES
61
62
63 [Depex]
64 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
65
66 [UserExtensions.TianoCore."ExtraFiles"]
67 UhciPeiExtra.uni