63 lines
1.9 KiB
INI
63 lines
1.9 KiB
INI
## @file
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014, 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 = SioInit
|
|
FILE_GUID = a43f5a9e-b29e-451b-8526-44c3e43d5067
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = SioInitPeim
|
|
|
|
[Sources]
|
|
SioInit.c
|
|
|
|
[Packages]
|
|
$(PROJECT_PKG)/Project.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
MdePkg/MdePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
#ClientSiliconPkg/ClientSiliconPkg.dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
SioDummyPkg/SioDummyPkg.dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
PeimEntryPoint
|
|
# PeiIoLibCpuIo
|
|
IoLib
|
|
PeiServicesLib
|
|
PostCodeLib
|
|
PeiOemSvcChipsetLibDefault
|
|
PciExpressLib
|
|
PeiInsydeChipsetLib
|
|
# PchPlatformLib
|
|
PchCycleDecodingLib
|
|
SerialPortLib
|
|
[Ppis]
|
|
gEfiPeiReadOnlyVariable2PpiGuid # PPI CONSUMED
|
|
gPeiSioInitializedPpiGuid # PPI PRODUCES
|
|
|
|
[Pcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdPeiSioGpioTable1
|
|
gChipsetPkgTokenSpaceGuid.PcdPeiSioTable
|
|
gPlatformModuleTokenSpaceGuid.PcdSioBaseAddress
|
|
gChipsetPkgTokenSpaceGuid.PcdSioConfigPort
|
|
gChipsetPkgTokenSpaceGuid.PcdSioIndexPort
|
|
gChipsetPkgTokenSpaceGuid.PcdSioDataPort
|
|
gChipsetPkgTokenSpaceGuid.PcdPchLpcDecodeRange
|
|
gChipsetPkgTokenSpaceGuid.PcdPchLpcEnableList
|
|
gChipsetPkgTokenSpaceGuid.PcdSetupConfigSize
|
|
|
|
[Depex]
|
|
gEfiPeiReadOnlyVariable2PpiGuid
|