]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
MdeModulePkg/XhciPei: Support IoMmu.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / XhciPei / XhciPei.inf
1 ## @file
2 # The XhcPeim driver is responsible for managing the behavior of XHCI controller at PEI phase.
3 #
4 # It produces gPeiUsb2HostControllerPpiGuid based on gPeiUsbControllerPpiGuid
5 # which is used to enable recovery function from USB Drivers.
6 #
7 # Copyright (c) 2014, 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 = XhciPei
23 MODULE_UNI_FILE = XhciPei.uni
24 FILE_GUID = 65E5746E-9C14-467d-B5B3-932A66D59F79
25 MODULE_TYPE = PEIM
26 VERSION_STRING = 1.0
27 ENTRY_POINT = XhcPeimEntry
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources]
36 XhcPeim.c
37 XhcPeim.h
38 XhciSched.c
39 UsbHcMem.c
40 DmaMem.c
41 XhciReg.h
42 XhciSched.h
43 UsbHcMem.h
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.dec
48
49 [LibraryClasses]
50 IoLib
51 TimerLib
52 BaseMemoryLib
53 PeimEntryPoint
54 PeiServicesLib
55 MemoryAllocationLib
56
57 [Ppis]
58 gPeiUsb2HostControllerPpiGuid ## PRODUCES
59 gPeiUsbControllerPpiGuid ## CONSUMES
60 gEdkiiIoMmuPpiGuid ## CONSUMES
61 gEfiEndOfPeiSignalPpiGuid ## CONSUMES
62
63 [Depex]
64 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
65
66 [UserExtensions.TianoCore."ExtraFiles"]
67 XhciPeiExtra.uni