104 lines
2.7 KiB
INI
104 lines
2.7 KiB
INI
## @file
|
|
# Component description file for IhisiSmm module
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2015 - 2021, Insyde Software Corp. 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 = IhisiSmm
|
|
FILE_GUID = 7B7B65B6-E350-4139-8FE4-665772D32A47
|
|
MODULE_TYPE = DXE_SMM_DRIVER
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = IhisiEntryPoint
|
|
|
|
[Sources]
|
|
IhisiSmm.h
|
|
IhisiSmm.c
|
|
Fbts.h
|
|
Fbts.c
|
|
BiosGCI.c
|
|
BiosGCI.h
|
|
ImageCheck.h
|
|
ImageCheck.c
|
|
#
|
|
# SEG Feature - Remove H2OUVE relevant source codes
|
|
#
|
|
# H2oUveSmi.c
|
|
# H2oUveSmi.h
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
PerformancePkg/PerformancePkg.dec
|
|
InsydeOemServicesPkg/InsydeOemServicesPkg.dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
ClientOneSiliconPkg/SiPkg.dec
|
|
|
|
[LibraryClasses]
|
|
IoLib
|
|
UefiLib
|
|
DebugLib
|
|
VariableLib
|
|
HobLib
|
|
BaseMemoryLib
|
|
SmmServicesTableLib
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
BaseOemSvcKernelLibDefault
|
|
# PchPlatformLib
|
|
PchInfoLib
|
|
BootGuardPlatformLib
|
|
GpioLib
|
|
PciExpressLib
|
|
BaseLib
|
|
BaseMemoryLib
|
|
LockBoxLib
|
|
DxeMeLib
|
|
|
|
[Guids]
|
|
gCpuSetupVariableGuid
|
|
gArbSvnInfoGuid
|
|
|
|
[Protocols]
|
|
gH2OIhisiProtocolGuid
|
|
gSmmBiosGuardProtocolGuid
|
|
# gPlatformNvsAreaProtocolGuid
|
|
gEfiSmmFwBlockServiceProtocolGuid
|
|
#
|
|
# SEG Feature - Remove H2OUVE relevant source codes
|
|
#
|
|
# gH2oUveSmiHandlerProtocolGuid
|
|
|
|
[FeaturePcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdEcSharedFlashSupported
|
|
gChipsetPkgTokenSpaceGuid.PcdEcIdlePerWriteBlockSupported
|
|
gChipsetPkgTokenSpaceGuid.PcdIhisiToolBackwardSupport
|
|
gInsydeTokenSpaceGuid.PcdH2OIhisiFbtsSupported
|
|
gInsydeTokenSpaceGuid.PcdH2OIhisiFbts2Supported
|
|
|
|
[Pcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdSetupConfigSize
|
|
gInsydeTokenSpaceGuid.PcdIhisiRegisterTable
|
|
gInsydeTokenSpaceGuid.PcdFlashAreaBaseAddress
|
|
gChipsetPkgTokenSpaceGuid.PcdFlashPartBaseAddress
|
|
gSiPkgTokenSpaceGuid.PcdBootGuardEnable
|
|
|
|
[Depex]
|
|
gH2OIhisiProtocolGuid AND
|
|
gSmmBiosGuardProtocolGuid AND
|
|
gEfiSmmFwBlockServiceProtocolGuid
|
|
AND gHeciProtocolGuid
|
|
# gPlatformNvsAreaProtocolGuid
|