X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=SecurityPkg%2FTcg%2FTcgPei%2FTcgPei.inf;h=c68c9056cfe7964ab0e85c4807360a82dd1c441f;hb=4cfde6dea6c5040d830411d7cc5e12f627ec6bb5;hp=8ae1712ee45d7f449cd7e31c13526fa7b16be08d;hpb=59f968ccc86d7f78aed63401b3e2358ee674a650;p=mirror_edk2.git diff --git a/SecurityPkg/Tcg/TcgPei/TcgPei.inf b/SecurityPkg/Tcg/TcgPei/TcgPei.inf index 8ae1712ee4..c68c9056cf 100644 --- a/SecurityPkg/Tcg/TcgPei/TcgPei.inf +++ b/SecurityPkg/Tcg/TcgPei/TcgPei.inf @@ -1,7 +1,10 @@ ## @file -# This module will initialize TPM device and measure FVs in PEI phase. +# Initializes TPM device and measures FVs in PEI phase # -# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.
+# This module will initialize TPM device, measure reported FVs and BIOS version. +# This module may also lock TPM physical presence and physicalPresenceLifetimeLock. +# +# Copyright (c) 2006 - 2014, 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 @@ -14,6 +17,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = TcgPei + MODULE_UNI_FILE = TcgPei.uni FILE_GUID = 2BE1E4A6-6505-43b3-9FFC-A3C8330E0432 MODULE_TYPE = PEIM VERSION_STRING = 1.0 @@ -24,6 +28,9 @@ # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # +# [BootMode] +# S3_RESUME ## SOMETIMES_CONSUMES +# [Sources] TcgPei.c @@ -48,26 +55,36 @@ PeiServicesTablePointerLib BaseLib PcdLib + MemoryAllocationLib [Guids] - gTcgEventEntryHobGuid + gTcgEventEntryHobGuid ## PRODUCES ## HOB + gMeasuredFvHobGuid ## PRODUCES ## HOB + gEfiTpmDeviceInstanceTpm12Guid ## PRODUCES ## GUID # TPM device identifier [Ppis] - gPeiLockPhysicalPresencePpiGuid - gEfiPeiFirmwareVolumeInfoPpiGuid - gPeiTpmInitializedPpiGuid + gPeiLockPhysicalPresencePpiGuid ## SOMETIMES_CONSUMES ## NOTIFY + gEfiPeiFirmwareVolumeInfoPpiGuid ## SOMETIMES_CONSUMES ## NOTIFY + gEfiPeiFirmwareVolumeInfo2PpiGuid ## SOMETIMES_CONSUMES ## NOTIFY + gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid ## SOMETIMES_CONSUMES + gPeiTpmInitializedPpiGuid ## PRODUCES + gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_CONSUMES ## NOTIFY [Pcd] - gEfiSecurityPkgTokenSpaceGuid.PcdHideTpm - gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceLifetimeLock - gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceCmdEnable - gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceHwEnable - gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES - -[FixedPcd] - gEfiSecurityPkgTokenSpaceGuid.PcdHideTpmSupport + gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceLifetimeLock ## SOMETIMES_CONSUMES + gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceCmdEnable ## SOMETIMES_CONSUMES + gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceHwEnable ## SOMETIMES_CONSUMES + gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## SOMETIMES_CONSUMES + gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES + gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy ## CONSUMES + gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy ## SOMETIMES_CONSUMES gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported ## CONSUMES [Depex] gEfiPeiMasterBootModePpiGuid AND - gEfiPeiReadOnlyVariable2PpiGuid + gEfiPeiReadOnlyVariable2PpiGuid AND + gEfiTpmDeviceSelectedGuid + +[UserExtensions.TianoCore."ExtraFiles"] + TcgPeiExtra.uni + \ No newline at end of file