54 lines
1.5 KiB
INI
54 lines
1.5 KiB
INI
## @file
|
|
# Component description file for PchXhci PEIM.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014 - 2020, Insyde Software Corporation. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = PchXhciPei
|
|
FILE_GUID = 2883464E-3CA2-4f4d-B903-21A1E3F61471
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = InitializePchXhci
|
|
|
|
[Sources]
|
|
PchXhci.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
[LibraryClasses]
|
|
BaseMemoryLib
|
|
MemoryAllocationLib
|
|
PeimEntryPoint
|
|
TimerLib
|
|
PeiServicesLib
|
|
HobLib
|
|
[Ppis]
|
|
gPeiUsbControllerPpiGuid
|
|
gEfiEndOfPeiSignalPpiGuid
|
|
gEfiPciCfg2PpiGuid
|
|
|
|
[Guids]
|
|
gH2OPeiStorageHobGuid
|
|
|
|
[Pcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdXhciMemBaseAddress
|
|
gChipsetPkgTokenSpaceGuid.PcdCpuXhciMemBaseAddress
|
|
|
|
[Depex]
|
|
gEfiPciCfg2PpiGuid AND
|
|
gEfiPeiMemoryDiscoveredPpiGuid
|