## @file # Component description file for PchInitSmm driver # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# # This program and the accompanying materials are licensed and made available under # the terms and conditions of the BSD License which accompanies this distribution. # The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php # # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # ## [Defines] INF_VERSION = 0x00010017 BASE_NAME = PchInitSmm FILE_GUID = D7B10D4E-67E6-4C74-83E9-F9AF0ACC33CC VERSION_STRING = 1.0 MODULE_TYPE = DXE_SMM_DRIVER PI_SPECIFICATION_VERSION = 1.10 ENTRY_POINT = PchInitSmmEntryPoint # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 # [LibraryClasses] UefiBootServicesTableLib UefiDriverEntryPoint DxeServicesTableLib IoLib DebugLib BaseLib BaseMemoryLib S3BootScriptLib PchPciExpressHelpersLib SmmServicesTableLib MmPciLib HobLib GpioLib GpioPrivateLib ReportStatusCodeLib DevicePathLib PchCycleDecodingLib PchPcieRpLib PchInfoLib TimerLib ConfigBlockLib [Packages] MdePkg/MdePkg.dec KabylakeSiliconPkg/SiPkg.dec KabylakeSiliconPkg/KabylakeSiliconPrivate.dec [Pcd] gSiPkgTokenSpaceGuid.PcdEfiGcdAllocateType [Sources] PchInitSmm.c PchPcieSmm.c PchPort61hSmm.c PchGpioSxIsolationSmm.c PchLanSxSmm.c PchInitSmm.h PchBiosWriteProtect.c PchSpiAsync.c PchXhciSxSmm.c [Protocols] gEfiSmmIoTrapDispatch2ProtocolGuid ## CONSUMES gEfiSmmSxDispatch2ProtocolGuid ## CONSUMES gPchSmmIoTrapControlGuid ## CONSUMES gEfiSmmCpuProtocolGuid ## CONSUMES gPchNvsAreaProtocolGuid ## CONSUMES gPchPcieSmiDispatchProtocolGuid ## CONSUMES gPchTcoSmiDispatchProtocolGuid ## CONSUMES gPchSmiDispatchProtocolGuid ## CONSUMES gPchEspiSmiDispatchProtocolGuid ## CONSUMES gPchPcieIoTrapProtocolGuid ## PRODUCES [Guids] gSiConfigHobGuid ## CONSUMES gPchConfigHobGuid ## CONSUMES gPchDeviceTableHobGuid [Depex] gEfiSmmIoTrapDispatch2ProtocolGuid AND gEfiSmmSxDispatch2ProtocolGuid AND gPchSmmIoTrapControlGuid AND gPchPcieSmiDispatchProtocolGuid AND gPchTcoSmiDispatchProtocolGuid AND gEfiSmmCpuProtocolGuid AND gPchNvsAreaProtocolGuid AND gEfiPciHostBridgeResourceAllocationProtocolGuid AND # This is to ensure that PCI MMIO resource has been prepared and available for this driver to allocate. gEfiSmmBase2ProtocolGuid # This is for SmmServicesTableLib