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