## @file # This module will initialize TPM device and measure FVs in PEI phase. # #****************************************************************************** #* Copyright (c) 2012 - 2019, 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. #* #****************************************************************************** ## # This module will initialize TPM device and measure FVs in PEI phase. # # Copyright (c) 2006 - 2011, 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 = 0x00010005 BASE_NAME = TcgPei FILE_GUID = 2BE1E4A6-6505-43b3-9FFC-A3C8330E0432 MODULE_TYPE = PEIM VERSION_STRING = 1.0 ENTRY_POINT = PeimEntryMA # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 EBC # [Sources] TcgPei.c TisPei.c TpmComm.c TpmComm.h [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec SecurityPkg/SecurityPkg.dec InsydeModulePkg/InsydeModulePkg.dec [LibraryClasses] HobLib PeimEntryPoint PeiServicesLib BaseMemoryLib DebugLib TpmCommLib TimerLib IoLib PeiServicesTablePointerLib PcdLib MemoryAllocationLib MemoryOverwriteLib H2OFvHashLib [Guids] gTcgEventEntryHobGuid gMeasuredFvHobGuid gEfiTpmDeviceInstanceTpm12Guid gEfiMemoryOverwriteControlDataGuid gEdkiiMigratedFvInfoGuid ## SOMETIMES_CONSUMES ## HOB [Ppis] gPeiLockPhysicalPresencePpiGuid gEfiPeiFirmwareVolumeInfoPpiGuid gEfiPeiFirmwareVolumeInfo2PpiGuid gPeiTpmInitializedPpiGuid gEfiEndOfPeiSignalPpiGuid gEfiPeiMemoryDiscoveredPpiGuid gEfiPeiReadOnlyVariable2PpiGuid gPeiTpmInitializationDonePpiGuid gEdkiiIoMmuPpiGuid [Pcd] gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceLifetimeLock gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceCmdEnable gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceHwEnable gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES gInsydeTokenSpaceGuid.PcdPeiTpmPolicy gInsydeTokenSpaceGuid.PcdTpmHide [Depex] gEfiPeiMasterBootModePpiGuid AND gEfiPeiReadOnlyVariable2PpiGuid AND gEfiTpmDeviceSelectedGuid