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